index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
BitTorrent
/
DHT
/
Query.hs
Age
Commit message (
Expand
)
Author
2017-06-12
Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainline
joe
2017-06-12
Evacuated the Network.DHT.Mainline code.
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
Generalized Network.DatagramServer
joe
2017-06-08
Renamed Data.Tox -> Network.DatagramServer.Tox
joe
2017-06-08
Renamed Network.KRPC.Message -> Network.DatagramServer.Mainline
joe
2017-06-08
Renamed Network.RPC -> Network.DatagramServer.Types
joe
2017-06-08
Renamed Network.KRPC to Network.DatagramServer
joe
2017-06-08
Merged Network.KRPC.Manager into Network.KRPC.
joe
2017-06-08
WIP: Adapting DHT to Tox network (part 6).
joe
2017-06-08
WIP: Adapting DHT to Tox network (part 5).
joe
2017-06-07
WIP: Adapting DHT to Tox network (part 4).
joe
2017-06-06
WIP: Adapting DHT to Tox network (part 3).
joe
2017-06-05
WIP: Adapting DHT to Tox network (part 2).
joe
2017-06-04
WIP: Adapting DHT to Tox network.
joe
2017-02-01
Show peers as soon as they're found.
joe
2017-02-01
New improved iterative search algorithm.
joe
2017-01-25
Safer exception handling in probeNode.
joe
2017-01-24
find-nodes command.
joe
2017-01-23
Query.insertNode no longer forks.
joe
2017-01-23
Added thread-debug flag and "threads" command.
joe
2017-01-22
Limitng size of response to get_peers.
joe
2017-01-22
PSQ instead of list for peer set. Also: dhtd "swarms" command.
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
Better node/routing-table logging.
joe
2017-01-08
Use BEP 42 compatible node ids.
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-03
Don't use BEP 43 read-only nodes for routing.
joe
2015-04-01
newNode now accepts optional NodeId to use.
joe
2015-03-29
Updates to build against newer libraries:
joe
2014-08-01
isLeft is in base-4.7.x, this is cleaner than CPP
Mateusz Kowalczyk
2014-04-08
Merge PeerAddr and NodeAddr modules
Sam Truzjan
2014-04-04
Move Infohash and Magnet to Torrent module
Sam Truzjan
2014-02-20
Allow to pass infohash to findNodeQ
Sam Truzjan
2014-02-19
Link query handlers to the underlying messages in documentation
Sam Truzjan
2014-02-19
Document DHT.Query module index
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
Return Bool instead of raising exception in checkToken
Sam Truzjan
2014-02-16
Move ping function to Query module
Sam Truzjan
2014-02-16
Remove getNodeId function
Sam Truzjan
2014-02-16
Remove askOption
Sam Truzjan
2014-02-16
Split query stuff from Session module
Sam Truzjan