summaryrefslogtreecommitdiff
path: root/src/Network/DHT/Routing.hs
AgeCommit message (Collapse)Author
2017-09-06Removed Data.Bits requirement for Kademlia node id.joe
2017-07-27Limit routing buckets to 24.joe
2017-07-25pattern failjoe
2017-07-25Removed broken bktCount parameter to BucketList.joe
2017-07-22Implemented bucket refresh for Mainline.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-17Implement clientAddress for Mainline DHT.joe
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-14DHT rewrite: kclosestjoe
2017-07-13Removed type argument clutter from Routing table.joe
2017-06-13Changed comments for haddock parsing.joe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe