summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-05More aggressive bootstrap algorithm.joe
2017-01-05Routing Table : use STM and per-bucket ping queuesjoe
2017-01-04Routing table snapshot/restore.joe
2017-01-04Made node refresh into full iterative search.joe
2017-01-04Simpler 'shape' function.joe
2017-01-04Changed bucket-splitting logic.joe
2017-01-03Don't use BEP 43 read-only nodes for routing.joe
2017-01-03Reversed bit numbering for routing table + BEP 42.joe
2017-01-03Implementation for CRC32C (Castagnoli) hash.joe
2017-01-02Parse IPv4 addresses even when using variadic IP type.joe
2017-01-01Fixed build of testsuite.joe
2016-12-31Fix build of examples.joe
2016-12-31Qualified identifier for readability.joe
2016-12-31Made bits-extras dependency optional.joe
2016-08-20Build fixes.joe
2016-08-20Compatibility with monad-control-1.0.joe
2016-04-28Todo comment.joe
2016-04-28Add utorrent to start up node list.joe
2015-04-01newNode now accepts optional NodeId to use.joe
2015-04-01Allow specifying NodeId as hexadecimal string.joe
2015-03-29documentation fix stopNode -> closeNodejoe
2015-03-29Updates to build against newer libraries:joe
2014-08-31Merge pull request #3 from Fuuzetsu/specfixSam Truzjan
2014-08-16Disambiguate KRPC instance inside specMateusz Kowalczyk
2014-08-16Convenient GHCi settingsMateusz Kowalczyk
2014-08-03Merge pull request #2 from Fuuzetsu/fdSam Truzjan
2014-08-03Merge pull request #8 from Fuuzetsu/7.8.3-fixesSam Truzjan
2014-08-03Merge pull request #10 from Fuuzetsu/issue-9Sam Truzjan
2014-08-03Merge pull request #11 from Fuuzetsu/UDPSpecSam Truzjan
2014-08-03Revert "Hide Message, Method, Manager modules", fixes #1Sam Truzjan
2014-08-02Fix some trivial UDPSpec failuresMateusz Kowalczyk
2014-08-01Fixes #9Mateusz Kowalczyk