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 (
Collapse
)
Author
2017-07-11
Added DHT name to listener thread label.
joe
2017-07-10
Fixed Tox decryption.
joe
2017-07-08
WIP: Tox encryption.
joe
2017-06-30
Bug fixes.
joe
2017-06-30
It builds!
joe
2017-06-29
WIP: Generalizing DHT monad.
joe
2017-06-22
Propagated MonadKRPC deletion to Network.BitTorrent.DHT.
joe
2017-06-09
Rename Network.BitTorrent.Address -> Network.Address
joe
2017-06-09
Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routing
joe
2017-06-08
Renamed Network.KRPC.Message -> Network.DatagramServer.Mainline
joe
2017-06-08
WIP: Adapting DHT to Tox network (part 5).
joe
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
[next]