index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
BitTorrent
/
DHT
/
Routing.hs
Age
Commit message (
Expand
)
Author
2017-01-27
More strictness.
joe
2017-01-27
Switched PSQueue to psqueues for strict spine.
joe
2017-01-23
Fixed table inadvertent "retry" in table insertion.
joe
2017-01-22
PSQ instead of list for peer set. Also: dhtd "swarms" command.
joe
2017-01-22
Avoid overfilling buckets in DHT routing table.
joe
2017-01-22
Store external port number, as well as IP.
joe
2017-01-17
Clean up all warnings (ghc 8.0.1) in DHT component.
joe
2017-01-08
Use BEP 42 compatible node ids.
joe
2017-01-06
Method to recover thisNodeId from stored table.
joe
2017-01-05
Routing Table : use STM and per-bucket ping queues
joe
2017-01-04
Routing table snapshot/restore.
joe
2017-01-04
Made node refresh into full iterative search.
joe
2017-01-04
Simpler 'shape' function.
joe
2017-01-04
Changed bucket-splitting logic.
joe
2016-04-28
Todo comment.
joe
2015-03-29
Updates to build against newer libraries:
joe
2014-04-08
Merge PeerAddr and NodeAddr modules
Sam Truzjan
2014-04-04
Move Infohash and Magnet to Torrent module
Sam Truzjan
2014-02-16
Add Show and Eq instances for routing table
Sam Truzjan
2014-02-15
Add documentation to null and full function
Sam Truzjan
2014-02-15
Fix typos
Sam Truzjan
2014-01-23
Add convertion from routing table to list
Sam Truzjan
2014-01-11
Unify kclosest and kclosestHash functions
Sam Truzjan
2014-01-09
Use K parameter in routing table lookups
Sam Truzjan
2014-01-02
Stop bootstrapping when table is full
Sam Truzjan
2014-01-02
Add bucket count option
Sam Truzjan
2014-01-02
Add documentation to Routing
Sam Truzjan
2013-12-29
Fix instance Alternative Routing
Sam Truzjan
2013-12-28
Add instance Alternative Routing
Sam Truzjan
2013-12-28
Simplify Routing monad
Sam Truzjan
2013-12-28
Add routing table shape
Sam Truzjan
2013-12-28
Drop old node if it is not responding
Sam Truzjan
2013-12-28
Fix timestamp comparison
Sam Truzjan
2013-12-28
Add node sessions
Sam Truzjan
2013-12-18
Add the new purified routing table
Sam Truzjan