summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
AgeCommit message (Expand)Author
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
2017-06-08Renamed Network.KRPC to Network.DatagramServerjoe
2017-06-08Merged Network.KRPC.Manager into Network.KRPC.joe
2017-06-08WIP: Adapting DHT to Tox network (part 6).joe
2017-06-08WIP: Adapting DHT to Tox network (part 5).joe
2017-06-07WIP: Adapting DHT to Tox network (part 4).joe
2017-06-06WIP: Adapting DHT to Tox network (part 3).joe
2017-06-05WIP: Adapting DHT to Tox network (part 2).joe
2017-06-04WIP: Adapting DHT to Tox network.joe
2017-02-01Show peers as soon as they're found.joe
2017-02-01Fix search bug.joe
2017-02-01New improved iterative search algorithm.joe
2017-01-27More strictness.joe
2017-01-27Switched PSQueue to psqueues for strict spine.joe
2017-01-25Safer exception handling in probeNode.joe
2017-01-25Immediately forget swarms for which we've never seen peers.joe