summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-09-15Moved Network.BitTorrent.DHT.Search -> Network.Kademlia.Searchjoe
2017-09-15Separating dht-client library from bittorrent package.joe
2017-09-15Deleted some obsolete cruft.joe
2017-09-15Fixed haddock parse errors.joe
2017-09-15Separated back-ported cryptonite files.joe
2017-09-15Moved top-level Tox module to hierarchical location.joe
2017-09-15Moved ToxTransport to its hierarchical location.joe
2017-09-15Moved CryptoTransport to its hierarchical location.joe
2017-09-15Moved OnionHandlers to its hierarchical location.joe
2017-09-15Moved OnionTransport to its hierarchical location.joe
2017-09-15Moved DHTHandlers to its hierarchical location.joe
2017-09-15Moved DHTTransport to its hierarchical location.joe
2017-09-15Moved ToxAddress to hierarchical location.joe
2017-09-15Moved Mainline to hierarchical location.joe
2017-09-15Moved ToxCrypto to hierarchical location.joe
2017-09-15Added XXD module, useful for debuging bytestings.joe
2017-09-15Moved TriadCommittee to hierarchical location.joe
2017-09-15Moved Tasks to hierarchical location.joe
2017-09-15Moved Kademlia to hierarchical location.joe
2017-09-15Moved Global6 to hierarchical name.joe
2017-09-14Switched to the 3-transports (DHT,Onion,Crypto) Tox design.joe
2017-09-14Fixed leak in thread instrumentation.joe
2017-09-13Make freshPeers a little more strict.joe
2017-09-06Removed Data.Bits requirement for Kademlia node id.joe
2017-08-29partitionTransport utility.joe
2017-08-11MinMaxPSQ, takeView is useful for syncing with another data structure.joe
2017-08-11Reply to Announce with AnnounceResponse.joe
2017-08-05Implemented Tox's announce handler.joe
2017-08-05lookup' implemented for MinMaxPSQ.joe
2017-08-04Switched awaitMessage to continuation-passing style.joe
2017-08-02More Tox stuff.joe
2017-07-29Tox support.joe
2017-07-29Refactoring for tox/mainline code-sharing.joe
2017-07-28More details in threads listing.joe
2017-07-28Removed LANGUAGE Strict from Concurrent instrumentation.joe
2017-07-28Bits instance for ByteString... TODO: don't use this.joe
2017-07-28Removed last async-pool dependency.joe
2017-07-28Fixed cabal build.joe
2017-07-28rewrite: search feature.joe
2017-07-27Search queries should not catch threadKilled.joe
2017-07-27Limit routing buckets to 24.joe
2017-07-27Bug-fix: Enabled storing multiple peers in a swarm.joe
2017-07-27SwarmData Serialize instances.joe
2017-07-27peer search.joe
2017-07-26Expose psqueues' auxillary value feature.joe
2017-07-25pattern failjoe
2017-07-25Fixes to IPv4 bootstrap.joe
2017-07-25Removed broken bktCount parameter to BucketList.joe
2017-07-25Timeout is microseconds. Pattern fail.joe