index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
DHT
Age
Commit message (
Collapse
)
Author
2017-07-14
DHT rewrite: kclosest
joe
2017-07-13
Removed type argument clutter from Routing table.
joe
2017-07-10
Fixed Tox decryption.
joe
2017-07-08
WIP: Tox encryption.
joe
2017-07-03
Fleshed out KRPC instances for Mainline DHT.
joe
2017-07-03
Moved node-id out of Query/Response. It can be either in the
joe
envelope (Tox) or in the query/response payload (Mainline).
2017-07-02
Abstract facility to represent Tox encrypted nonces.
joe
2017-07-01
Implemented instance Kademlia Tox.Message
joe
2017-07-01
Simplified Kademlia class.
joe
2017-06-30
Bug fixes.
joe
2017-06-30
It builds!
joe
2017-06-29
WIP: Generalizing DHT monad.
joe
2017-06-22
Simplified KRPC class.
joe
2017-06-15
Refactored insertNode.
joe
2017-06-13
Changed comments for haddock parsing.
joe
2017-06-12
Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainline
joe
2017-06-12
Evacuated the Network.DHT.Mainline code.
joe
Most of it went to Network.BitTorrent.DHT.Message. Some of it went to Network.DatagramServer.Mainline.
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 Network.KRPC.Message -> Network.DatagramServer.Mainline
joe
2017-06-08
Renamed Network.RPC -> Network.DatagramServer.Types
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-05
WIP: Adapting DHT to Tox network (part 2).
joe
2013-05-17
~ Move kademlia to standalone package.
Sam T
2013-05-17
~ Reorganize modules.
Sam T
2013-05-16
~ Some initial DHT skeleton.
Sam T