index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
DHT
/
Routing.hs
Age
Commit message (
Collapse
)
Author
2017-07-22
Implemented bucket refresh for Mainline.
joe
2017-07-19
Enable using Hashable rather than Ord-based priority queues.
joe
2017-07-19
Made Wrapper.PSQ a little more flexible.
joe
2017-07-17
Implement clientAddress for Mainline DHT.
joe
2017-07-17
Represent RoutingStatus as 3 states: Stranger,Applicant, and Accepted.
joe
2017-07-17
Use Data.Reflection for PSQ-required Ord instance.
joe
2017-07-16
Refactored, renamed, Table -> BucketList.
joe
2017-07-16
Removed /nid/ type variable from routing 'Table'.
joe
2017-07-16
Refactoring.
joe
2017-07-16
Added timestamps to kademlia replacement queues.
joe
2017-07-16
Table updates now report changes to the routing table.
joe
2017-07-16
refactoring
joe
2017-07-15
Generate mainline node id, canonize ips in peer store.
joe
2017-07-14
DHT rewrite: kclosest
joe
2017-07-13
Removed type argument clutter from Routing table.
joe
2017-06-13
Changed comments for haddock parsing.
joe
2017-06-09
Rename Network.BitTorrent.Address -> Network.Address
joe
2017-06-09
Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routing
joe