index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
BitTorrent
/
DHT.hs
Age
Commit message (
Expand
)
Author
2017-01-22
PSQ instead of list for peer set. Also: dhtd "swarms" command.
joe
2017-01-17
Clean up all warnings (ghc 8.0.1) in DHT component.
joe
2017-01-08
Logging filter interface for dht.
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
More aggressive bootstrap algorithm.
joe
2017-01-04
Routing table snapshot/restore.
joe
2016-04-28
Add utorrent to start up node list.
joe
2015-04-01
newNode now accepts optional NodeId to use.
joe
2014-04-08
Merge PeerAddr and NodeAddr modules
Sam Truzjan
2014-04-04
Move Infohash and Magnet to Torrent module
Sam Truzjan
2014-04-02
Add some bootstrapping terms explanation
Sam Truzjan
2014-03-02
Add todo
Sam Truzjan
2014-02-24
Minor changes
Sam Truzjan
2014-02-21
Rename startNode to newNode
Sam Truzjan
2014-02-20
Fix some warnings
Sam Truzjan
2014-02-19
Rename handlers to defaultHandlers
Sam Truzjan
2014-02-19
Stop DHT node at client cleanup
Sam Truzjan
2014-02-19
Hide ResIO, add stopNode function
Sam Truzjan
2014-02-16
Move ping function to Query module
Sam Truzjan
2014-02-16
Remove getNodeId function
Sam Truzjan
2014-02-16
Split query stuff from Session module
Sam Truzjan
2014-02-16
Expose DHT options in DHT.hs module
Sam Truzjan
2014-02-16
Add isBootstrapped function
Sam Truzjan
2014-02-16
Cleanup commented code
Sam Truzjan
2014-02-16
Add list of default bootstrap nodes
Sam Truzjan
2014-01-23
Add class MonadDHT
Sam Truzjan
2014-01-13
Add stubs for DHT session serialization
Sam Truzjan
2014-01-13
Refactor DHT module
Sam Truzjan
2014-01-12
Unify all iterative queries
Sam Truzjan
2014-01-09
Fix query exception handling
Sam Truzjan
2014-01-07
Fix port number in DHT announce handler
Sam Truzjan
2014-01-07
Remove logging from DHT handlers
Sam Truzjan
2014-01-02
Implement DHT lookup operation
Sam Truzjan
2014-01-02
Stop bootstrapping when table is full
Sam Truzjan
2014-01-02
Fix query timeouts
Sam Truzjan
2014-01-02
Remove useless insertNode call
Sam Truzjan
2014-01-02
Use optTimeout option in each rpc call
Sam Truzjan
2014-01-02
Add DHT options
Sam Truzjan
2014-01-02
Add documentation to the root DHT module
Sam Truzjan
2013-12-29
Enable all query handlers by default
Sam Truzjan
2013-12-28
Add logging to DHT
Sam Truzjan
2013-12-28
Add node sessions
Sam Truzjan
2013-07-13
+ Add listener service.
Sam T
2013-07-11
~ Add newNodeSession.
Sam T
2013-07-11
+ Update node timestamps on each ack message.
Sam T
2013-07-10
+ Add DHT node Id generation.
Sam T
2013-07-09
Wrap DHT tracker-side RPC.
Sam T
2013-07-09
Implement DHT server methods.
Sam T
2013-07-09
~ Move DHT to single module.
Sam T
[next]