index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2017-01-22
Avoid overfilling buckets in DHT routing table.
joe
2017-01-22
More robust unicode handling.
joe
2017-01-22
Store external port number, as well as IP.
joe
2017-01-21
getBindAddress falls back to ipv4.
joe
2017-01-19
getBindAddress utility.
joe
2017-01-18
Merge branch 'krpc' into dht-only
joe
2017-01-18
Aeson-based pretty-printing of server requests.
joe
2017-01-17
Enable responding to get_peers.
joe
2017-01-17
Handle reflected IP addresses (see bep 42).
joe
2017-01-17
Using -- so disabled code is indicated by grep.
joe
2017-01-17
Clean up all warnings (ghc 8.0.1) in DHT component.
joe
2017-01-08
Better node/routing-table logging.
joe
2017-01-08
Logging filter interface for dht.
joe
2017-01-08
Use BEP 42 compatible node ids.
joe
2017-01-06
Method to recover thisNodeId from stored table.
joe
2017-01-05
More aggressive bootstrap algorithm.
joe
2017-01-05
Routing Table : use STM and per-bucket ping queues
joe
2017-01-04
Routing table snapshot/restore.
joe
2017-01-04
Made node refresh into full iterative search.
joe
2017-01-04
Simpler 'shape' function.
joe
2017-01-04
Changed bucket-splitting logic.
joe
2017-01-03
Don't use BEP 43 read-only nodes for routing.
joe
2017-01-03
Reversed bit numbering for routing table + BEP 42.
joe
2017-01-03
Implementation for CRC32C (Castagnoli) hash.
joe
2017-01-02
Parse IPv4 addresses even when using variadic IP type.
joe
2016-12-31
Qualified identifier for readability.
joe
2016-12-31
Made bits-extras dependency optional.
joe
2016-08-20
Build fixes.
joe
2016-08-20
Compatibility with monad-control-1.0.
joe
2016-04-28
Todo comment.
joe
2016-04-28
Add utorrent to start up node list.
joe
2015-04-01
newNode now accepts optional NodeId to use.
joe
2015-04-01
Allow specifying NodeId as hexadecimal string.
joe
2015-03-29
documentation fix stopNode -> closeNode
joe
2015-03-29
Updates to build against newer libraries:
joe
* prettyclass instead of deprecated pretty-class * use pPrint instead of pretty * backported to iproute-1.2.11 (convenient for debian jessie)
2014-08-03
Merge pull request #8 from Fuuzetsu/7.8.3-fixes
Sam Truzjan
7.8.3 fixes
2014-08-02
Fix some trivial UDPSpec failures
Mateusz Kowalczyk
2014-08-01
Disambiguate Proxy reference
Mateusz Kowalczyk
2014-08-01
Remove unnecessary FunctionalDependency
Mateusz Kowalczyk
This fixes cobit/bittorrent#7 for GHC 7.8.3: 7.8.3 fixed FunctionalDependencies so the existing instances are no longer allowed and in fact FD is not necessary there at all.
2014-08-01
isLeft is in base-4.7.x, this is cleaner than CPP
Mateusz Kowalczyk
2014-05-07
Wordings
Sam Truzjan
2014-04-26
Simplify "mktorrent get" command
Sam Truzjan
2014-04-26
Tidy deriving list
Sam Truzjan
2014-04-26
Bump conduit dependency
Sam Truzjan
2014-04-17
[Exchange] Move all download stuff to single module
Sam Truzjan
2014-04-14
[Exchange] Move session status to Download module
Sam Truzjan
2014-04-08
Hide progress module
Sam Truzjan
2014-04-08
Fix documentation markup
Sam Truzjan
2014-04-08
Hide Tree.hs module
Sam Truzjan
2014-04-08
Move selection strategies to bitfield module
Sam Truzjan
[next]