summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT
AgeCommit message (Expand)Author
2017-01-17Enable responding to get_peers.joe
2017-01-17Using -- so disabled code is indicated by grep.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-08Use BEP 42 compatible node ids.joe
2017-01-06Method to recover thisNodeId from stored table.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-02Parse IPv4 addresses even when using variadic IP type.joe
2016-12-31Qualified identifier for readability.joe
2016-08-20Compatibility with monad-control-1.0.joe
2016-04-28Todo comment.joe
2015-04-01newNode now accepts optional NodeId to use.joe
2015-03-29documentation fix stopNode -> closeNodejoe
2015-03-29Updates to build against newer libraries:joe
2014-08-01isLeft is in base-4.7.x, this is cleaner than CPPMateusz Kowalczyk
2014-04-26Tidy deriving listSam Truzjan
2014-04-26Bump conduit dependencySam Truzjan
2014-04-08Merge PeerAddr and NodeAddr modulesSam Truzjan
2014-04-04Move HashList to Torrent moduleSam Truzjan
2014-04-04Move Infohash and Magnet to Torrent moduleSam Truzjan
2014-04-04Move PeerStore to ContactInfo moduleSam Truzjan
2014-03-05Minor refactoringSam Truzjan
2014-02-26Add new peer store datatypeSam Truzjan
2014-02-24Minor changesSam Truzjan
2014-02-21Rename startNode to newNodeSam Truzjan
2014-02-20Allow to pass infohash to findNodeQSam Truzjan
2014-02-19Link query handlers to the underlying messages in documentationSam Truzjan
2014-02-19Document DHT.Query module indexSam Truzjan
2014-02-19Add module header to DHT session moduleSam Truzjan
2014-02-19Rename handlers to defaultHandlersSam Truzjan
2014-02-19Add MonadActive instance for DHTSam Truzjan
2014-02-19Add MonadResource instance for DHTSam Truzjan
2014-02-19Stop DHT node at client cleanupSam Truzjan
2014-02-19Hide ResIO, add stopNode functionSam Truzjan
2014-02-19Prettify DHT session documentation indexSam Truzjan
2014-02-19Return Bool instead of raising exception in checkTokenSam Truzjan
2014-02-16Move ping function to Query moduleSam Truzjan
2014-02-16Remove getNodeId functionSam Truzjan
2014-02-16Remove askOptionSam Truzjan
2014-02-16Hide defaultAlpha and defaultK optionsSam Truzjan
2014-02-16Split query stuff from Session moduleSam Truzjan
2014-02-16Add Show and Eq instances for routing tableSam Truzjan
2014-02-15Add documentation to null and full functionSam Truzjan
2014-02-15Fix typosSam Truzjan
2014-01-23Add class MonadDHTSam Truzjan