index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
BitTorrent
Age
Commit message (
Collapse
)
Author
2014-02-04
Remove orphan module
Sam Truzjan
2014-02-04
[HTTP Tracker]: allow to specify path
Sam Truzjan
2014-02-04
Add protocol independent tracker manager
Sam Truzjan
2014-02-04
Mark HTTP Tracker RPC as provisional
Sam Truzjan
2014-02-04
Add HTTP tracker manager
Sam Truzjan
2014-02-04
Add UDP tracker connection cache
Sam Truzjan
2014-02-04
Refactor UDP tracker host addr resolution
Sam Truzjan
2014-02-04
Use a single socket in all UDP tracker queries
Sam Truzjan
2014-02-03
Update client example
Sam Truzjan
2014-01-23
Add class MonadBitTorrent
Sam Truzjan
2014-01-23
Add class MonadDHT
Sam Truzjan
2014-01-23
Add convertion from routing table to list
Sam Truzjan
2014-01-22
Cleanup old sessions
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
Add stubs for DHT session serialization
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
Update module layout note
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-11
Add some good DHT reference
Sam Truzjan
2014-01-09
Rename Node.hs to NodeInfo.hs
Sam Truzjan
2014-01-09
Use K parameter in routing table lookups
Sam Truzjan
2014-01-09
Fix query exception handling
Sam Truzjan
2014-01-09
Add NodeDistance newtype
Sam Truzjan
2014-01-08
Do not block on getNodeId
Sam Truzjan
2014-01-08
Fix some -Wall suggestions
Sam Truzjan
2014-01-08
Prettify instance Show PeerAddr
Sam Truzjan
2014-01-08
Pass query_timeout options to rpc manager
Sam Truzjan
2014-01-08
Use newer krpc package
Sam Truzjan
2014-01-07
Remove logging from queryNode
Sam Truzjan
2014-01-07
Fix port number in DHT announce handler
Sam Truzjan
2014-01-07
Remove logging from DHT handlers
Sam Truzjan
2014-01-05
Make Torrent(tAnnounce) field optional
Sam Truzjan
2014-01-05
Use proper address family when creating Socket from (PeerAddr IP)
Daniel Gröber
2014-01-04
Move mutable state in Connection to single field and make a MonadState ↵
Daniel Gröber
instance for (Connected IO a) ..also add lenses
2014-01-04
Add type 'Cached a' for caching the binary represntation of bencodable ↵
Daniel Gröber
datastructures
2014-01-03
Add getMetadata function
Sam Truzjan
2014-01-03
Add skeleton for gettorrent example
Sam Truzjan
2014-01-02
Implement DHT lookup operation
Sam Truzjan
2014-01-02
Stop bootstrapping when table is full
Sam Truzjan
2014-01-02
Add bucket count option
Sam Truzjan
2014-01-02
Fix query timeouts
Sam Truzjan
2014-01-02
Remove useless insertNode call
Sam Truzjan
2014-01-02
Add non operator version of (<@>)
Sam Truzjan
2014-01-02
Use optTimeout option in each rpc call
Sam Truzjan
[next]