summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2017-07-22Implemented bucket refresh for Mainline.joe
2017-07-20commentsjoe
2017-07-20Updated Search module for rewrite.joe
2017-07-20Update MinMaxPSQ to use HashPSQ.joe
2017-07-19Added a wrapper for IntPSQ.joe
2017-07-19Switch Wrapper.PSQ from OrdPSQ to HashablePSQ.joe
2017-07-19Enable using Hashable rather than Ord-based priority queues.joe
2017-07-19Made Wrapper.PSQ a little more flexible.joe
2017-07-18Oops. I wasn't giving sendQuery the needed transaction id.joe
2017-07-17Implement clientAddress for Mainline DHT.joe
2017-07-17Give clientAddress more context to facilitate answering differentlyjoe
depending on whether we are speaking on the IPv6 or IPv4 networks.
2017-07-17Represent RoutingStatus as 3 states: Stranger,Applicant, and Accepted.joe
2017-07-17Use Data.Reflection for PSQ-required Ord instance.joe
2017-07-16Refactored, renamed, Table -> BucketList.joe
2017-07-16Removed /nid/ type variable from routing 'Table'.joe
2017-07-16Refactoring.joe
2017-07-16Added timestamps to kademlia replacement queues.joe
2017-07-16Table updates now report changes to the routing table.joe
2017-07-16refactoringjoe
2017-07-15Generate mainline node id, canonize ips in peer store.joe
2017-07-15Implemented BEP 32 (IPv6 extensions) for get-peers.joe
2017-07-14Implemented more of the Mainline DHT rewrite.joe