summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25Arbitrary instances for DHT queries and responses.joe
2017-01-25Live memory usage information.joe
2017-01-24get-peers command.joe
2017-01-24find-nodes command.joe
2017-01-24dhtd "ping" commandjoe
2017-01-24New "closest" command, find nearby routing nodes to an info hash.joe
2017-01-24-p port optionJames Crayne
2017-01-24Merge branch 'dht-only' of 10.0.0.137:bittorrent into dht-onlyJames 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-23Merge branch 'dht-only' of 10.0.0.137:bittorrent into dht-onlyJames Crayne
2017-01-23PeerStore is now persistent.joe
2017-01-23PeerStore is now persistent.joe
2017-01-23cabal file only, build issuesJames Crayne
2017-01-23build fixesJames Crayne
2017-01-22dhtd command: external-ipjoe
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-21Routing table is idempotent test.joe
2017-01-21Test-suite build.joe
2017-01-21getBindAddress falls back to ipv4.joe
2017-01-19getBindAddress utility.joe
2017-01-19Merged krpc.cabal into bittorrent.cabal.joe
2017-01-18Merge branch 'krpc' into dht-onlyjoe
2017-01-18Flag to build only dht-related components.joe
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
2017-01-17Using -- so disabled code is indicated by grep.joe
2017-01-17Remove .ghci from version control.joe
2017-01-17Clean up all warnings (ghc 8.0.1) in DHT component.joe
2017-01-08Better node/routing-table logging.joe
2017-01-08Logging filter interface for dht.joe
2017-01-08Use BEP 42 compatible node ids.joe
2017-01-06Method to recover thisNodeId from stored table.joe