index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
BitTorrent
/
DHT
/
Session.hs
Age
Commit message (
Expand
)
Author
2017-01-23
Added thread-debug flag and "threads" command.
joe
2017-01-23
New command "pid" to tell server's process id.
joe
2017-01-23
PeerStore is now persistent.
joe
2017-01-22
Added "peers" command to cli.
joe
2017-01-22
Limitng size of response to get_peers.
joe
2017-01-22
PSQ instead of list for peer set. Also: dhtd "swarms" command.
joe
2017-01-22
Store external port number, as well as IP.
joe
2017-01-17
Enable responding to get_peers.
joe
2017-01-17
Clean up all warnings (ghc 8.0.1) in DHT component.
joe
2017-01-08
Use BEP 42 compatible node ids.
joe
2017-01-05
Routing Table : use STM and per-bucket ping queues
joe
2017-01-04
Made node refresh into full iterative search.
joe
2017-01-03
Don't use BEP 43 read-only nodes for routing.
joe
2016-12-31
Qualified identifier for readability.
joe
2016-08-20
Compatibility with monad-control-1.0.
joe
2015-04-01
newNode now accepts optional NodeId to use.
joe
2015-03-29
documentation fix stopNode -> closeNode
joe
2015-03-29
Updates to build against newer libraries:
joe
2014-04-26
Tidy deriving list
Sam Truzjan
2014-04-26
Bump conduit dependency
Sam Truzjan
2014-04-08
Merge PeerAddr and NodeAddr modules
Sam Truzjan
2014-04-04
Move HashList to Torrent module
Sam Truzjan
2014-04-04
Move Infohash and Magnet to Torrent module
Sam Truzjan
2014-04-04
Move PeerStore to ContactInfo module
Sam Truzjan
2014-03-05
Minor refactoring
Sam Truzjan
2014-02-24
Minor changes
Sam Truzjan
2014-02-21
Rename startNode to newNode
Sam Truzjan
2014-02-19
Add module header to DHT session module
Sam Truzjan
2014-02-19
Add MonadActive instance for DHT
Sam Truzjan
2014-02-19
Add MonadResource instance for DHT
Sam Truzjan
2014-02-19
Stop DHT node at client cleanup
Sam Truzjan
2014-02-19
Hide ResIO, add stopNode function
Sam Truzjan
2014-02-19
Prettify DHT session documentation index
Sam Truzjan
2014-02-19
Return Bool instead of raising exception in checkToken
Sam Truzjan
2014-02-16
Move ping function to Query module
Sam Truzjan
2014-02-16
Remove getNodeId function
Sam Truzjan
2014-02-16
Remove askOption
Sam Truzjan
2014-02-16
Hide defaultAlpha and defaultK options
Sam Truzjan
2014-02-16
Split query stuff from Session module
Sam Truzjan
2014-01-23
Add class MonadDHT
Sam Truzjan
2014-01-21
Add askOptions function
Sam Truzjan
2014-01-13
Add documentation to session section
Sam Truzjan
2014-01-13
Add announce set to DHT session
Sam Truzjan
2014-01-13
Refactor DHT module
Sam Truzjan
2014-01-12
Unify all iterative queries
Sam Truzjan
2014-01-11
Add documentation to peer store section
Sam Truzjan
2014-01-11
Unify kclosest and kclosestHash functions
Sam Truzjan
2014-01-11
Add documentation for routing table operations
Sam Truzjan
2014-01-11
Add options related to data republishing
Sam Truzjan
2014-01-08
Do not block on getNodeId
Sam Truzjan
[next]