index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
BitTorrent
/
DHT
/
ContactInfo.hs
Age
Commit message (
Expand
)
Author
2017-09-13
Make freshPeers a little more strict.
joe
2017-07-27
Bug-fix: Enabled storing multiple peers in a swarm.
joe
2017-07-27
SwarmData Serialize instances.
joe
2017-07-14
Removed ip polymorphism from PeerAddr type.
joe
2017-06-09
Rename Network.BitTorrent.Address -> Network.Address
joe
2017-01-27
More strictness.
joe
2017-01-27
Switched PSQueue to psqueues for strict spine.
joe
2017-01-25
Immediately forget swarms for which we've never seen peers.
joe
2017-01-23
PeerStore is now persistent.
joe
2017-01-22
Added "peers" command to cli.
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-17
Using -- so disabled code is indicated by grep.
joe
2017-01-17
Clean up all warnings (ghc 8.0.1) in DHT component.
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-04
Move PeerStore to ContactInfo module
Sam Truzjan
2014-03-05
Minor refactoring
Sam Truzjan
2014-02-26
Add new peer store datatype
Sam Truzjan