summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/ContactInfo.hs
AgeCommit message (Expand)Author
2017-09-13Make freshPeers a little more strict.joe
2017-07-27Bug-fix: Enabled storing multiple peers in a swarm.joe
2017-07-27SwarmData Serialize instances.joe
2017-07-14Removed ip polymorphism from PeerAddr type.joe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-01-27More strictness.joe
2017-01-27Switched PSQueue to psqueues for strict spine.joe
2017-01-25Immediately forget swarms for which we've never seen peers.joe
2017-01-23PeerStore is now persistent.joe
2017-01-22Added "peers" command to cli.joe
2017-01-22Limitng size of response to get_peers.joe
2017-01-22PSQ instead of list for peer set. Also: dhtd "swarms" command.joe
2017-01-17Using -- so disabled code is indicated by grep.joe
2017-01-17Clean up all warnings (ghc 8.0.1) in DHT component.joe
2014-04-08Merge PeerAddr and NodeAddr modulesSam Truzjan
2014-04-04Move Infohash and Magnet to Torrent moduleSam Truzjan
2014-04-04Move PeerStore to ContactInfo moduleSam Truzjan
2014-03-05Minor refactoringSam Truzjan
2014-02-26Add new peer store datatypeSam Truzjan