summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-06-09Removed unnecessary CRC32C dependendencies.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-07Switch to cryptonite-based hashing.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-01Quieter thread instrumentation.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-26Use -XStrict on thread instrumentation.joe
2017-01-25Safer exception handling in probeNode.joe
2017-01-25Immediately forget swarms for which we've never seen peers.joe
2017-01-25Fixed leak in thread instrumentation.joe
2017-01-25Fixed sort-order in encoding of read-only queries.joe
2017-01-24get-peers command.joe
2017-01-24find-nodes command.joe
2017-01-24-p port optionJames Crayne
2017-01-23Query.insertNode no longer forks.joe
2017-01-23Fixed table inadvertent "retry" in table insertion.joe
2017-01-23Added thread-debug flag and "threads" command.joe
2017-01-23New command "pid" to tell server's process id.joe
2017-01-23PeerStore is now persistent.joe
2017-01-23build fixesJames Crayne
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-22New: DHT deamon and command-line interface.joe
2017-01-22Avoid overfilling buckets in DHT routing table.joe
2017-01-22More robust unicode handling.joe
2017-01-22Store external port number, as well as IP.joe
2017-01-21getBindAddress falls back to ipv4.joe
2017-01-19getBindAddress utility.joe
2017-01-18Merge branch 'krpc' into dht-onlyjoe
2017-01-18Aeson-based pretty-printing of server requests.joe
2017-01-17Enable responding to get_peers.joe
2017-01-17Handle reflected IP addresses (see bep 42).joe