summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
AgeCommit message (Expand)Author
2018-06-20port to newer versions of packages:jim@bo
2018-06-19Slower onion queries improve performance.joe
2018-06-09bittorrent: Expire old peer announcements.joe
2017-11-08Removed redundant argument from BucketRefreshser constructor.joe
2017-11-08dhtBootstrapjoe
2017-11-08Moved BucketRefresher construction responsibility for greaterjoe
2017-11-08Bootstrapping rework in progress.joe
2017-11-06Factored out Network.Kademlia.Bootstrap.joe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-10-31Added missing signatures for MainlineDHT.joe
2017-10-31obsolete cabal conditional dependency & some missing type sigsJames Crayne
2017-10-31Revised interface to addHandler:joe
2017-10-30Tox: LanDiscovery packet. Also: IsUnsolicited query/responsejoe
2017-10-16Untested announce-peer command for bittorrent dht.joe
2017-10-12WIP Onion routing.joe
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-09-15Moved Network.BitTorrent.DHT.Search -> Network.Kademlia.Searchjoe
2017-09-15Separating dht-client library from bittorrent package.joe
2017-09-15Deleted some obsolete cruft.joe
2017-09-15Fixed haddock parse errors.joe
2017-09-15Moved Mainline to hierarchical location.joe
2017-09-15Moved Tasks to hierarchical location.joe
2017-09-13Make freshPeers a little more strict.joe
2017-08-05Implemented Tox's announce handler.joe
2017-07-28Removed last async-pool dependency.joe
2017-07-28Fixed cabal build.joe
2017-07-28rewrite: search feature.joe
2017-07-27Search queries should not catch threadKilled.joe
2017-07-27Bug-fix: Enabled storing multiple peers in a swarm.joe
2017-07-27SwarmData Serialize instances.joe
2017-07-27peer search.joe
2017-07-25Fixes to IPv4 bootstrap.joe
2017-07-22Implemented bucket refresh for Mainline.joe
2017-07-20commentsjoe
2017-07-20Updated Search module for rewrite.joe
2017-07-20Update MinMaxPSQ to use HashPSQ.joe
2017-07-14Implemented more of the Mainline DHT rewrite.joe
2017-07-14Removed ip polymorphism from PeerAddr type.joe
2017-07-11Added DHT name to listener thread label.joe
2017-07-10Fixed Tox decryption.joe
2017-07-09Initialize Tox secret key.joe
2017-07-08WIP: Tox encryption.joe
2017-07-03Fleshed out KRPC instances for Mainline DHT.joe
2017-07-03Fleshed out Tox TODO stubs.joe
2017-07-03Moved node-id out of Query/Response. It can be either in thejoe
2017-07-02Abstract facility to represent Tox encrypted nonces.joe
2017-06-30Bug fixes.joe
2017-06-30It builds!joe
2017-06-29WIP: Generalizing DHT monad.joe
2017-06-22Propagated MonadKRPC deletion to Network.BitTorrent.DHT.joe