summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-17+ Add retransmission.Sam T
2013-08-17~ Remove transaction info in result.Sam T
2013-08-17Merge branch 'master' of https://github.com/cobit/bittorrentSam T
2013-08-17~ Better names for TransId and ConnId.Sam T
2013-08-17Add links to implementation.pxqr
2013-08-17~ newtype message id.Sam T
2013-08-17~ Minor refactoring.Sam T
2013-08-17~ Fix response transaction type.Sam T
2013-08-17+ UDP tracker: implement connection RPC.Sam T
2013-08-17~ Cosmetic changes.Sam T
2013-08-16~ Make enterSwarm exception safe.Sam T
2013-08-16~ Mask async exceptions in context release.Sam T
2013-08-16~ Fix some warnings.Sam T
2013-08-16~ Use newer cabal.Sam T
2013-08-16- Remove orphan dependencies.Sam T
2013-08-16~ Remove torrent files.Sam T
2013-08-16~ Remove torrent-content modules.Sam T
2013-08-16~ Some stubs for UDP tracker.Sam T
2013-07-22~ Expose some session data.Sam T
2013-07-21~ Move some extensions to cabal.Sam T
2013-07-21~ Simplify policy.Sam T
2013-07-21+ Add udp tracker to beps list.Sam T
2013-07-21+ Add links to bittorrent.org for fast navigation.Sam T
2013-07-21~ Update module names.Sam T
2013-07-21~ Move beps status to separate file.Sam T
2013-07-21~ Suppress some warnings.Sam T
2013-07-21~ Update documentation after refactoring.Sam T
2013-07-21~ Move HTTP tracker stuff to its own module.Sam T
2013-07-21+ Add UDP tracker messages.Sam T
2013-07-21+ Add JSON instances for Tracker info.Sam T
2013-07-20~ Add binary serialization for ScrapeInfo.Sam T
2013-07-20~ Move scrape info to Protocol.Sam T
2013-07-20~ Give more reasonable name for tracker messages.Sam T
Announce request/response is not only request/response types! Moreover we can unify and reuse UDP and HTTP tracker messages.
2013-07-20~ Remove announce URI from TRequest.Sam T
2013-07-20~ Use RWC everywhere.Sam T
2013-07-20~ Add binary serialization for Tracker messages.Sam T
2013-07-20~ Move compact peer list decoding to Peer.Sam T
2013-07-19+ Add torrent group operations.Sam T
2013-07-17+ Add a few auxilaru functions.Sam T
2013-07-17+ Get torrent info with caching.Sam T
2013-07-17~ Add stub for flush operation.Sam T
2013-07-17~ Add stubs to nonblocking IO.Sam T
2013-07-16~ Fix some long standing warnings.Sam T
2013-07-16~ Move client bitfield to storage.Sam T
We localize bitfield mutation in storage module this way. Also fix some warnings.
2013-07-16~ A few fixes in session.Sam T
2013-07-16+ Add posix-like file interface.Sam T
2013-07-15~ Add read instance for infohash.Sam T
2013-07-14~ Move initial messages exchange to Exchange.Sam T
All exchange details should be in Exchange module, Sessions should handle handshakes only!
2013-07-14~ Use timestamp peer Id generator.Sam T
2013-07-14~ Remove DHT stuff from Sessions.Sam T