summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
AgeCommit message (Expand)Author
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
2017-06-21Propogated the deletion of MonadKRPC to Network.BitTorrent.DHT.Query.joe
2017-06-20Removed MonadKRPC references from Network.BitTorrent.DHT.Sessionjoe
2017-06-15Refactored insertNode.joe
2017-06-13Changed comments for haddock parsing.joe
2017-06-12Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainlinejoe
2017-06-12Evacuated the Network.DHT.Mainline code.joe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe
2017-06-09Started migration away from KRPC class.joe
2017-06-08Generalized Network.DatagramServerjoe
2017-06-08Renamed Data.Tox -> Network.DatagramServer.Toxjoe
2017-06-08Renamed Network.KRPC.Message -> Network.DatagramServer.Mainlinejoe
2017-06-08Renamed Network.RPC -> Network.DatagramServer.Typesjoe