summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-01Add FromJSON instance for Torrent datatypeSam Truzjan
2013-11-01Enable testingSam Truzjan
2013-11-01Update URIsSam Truzjan
2013-11-01Document Tree moduleSam Truzjan
2013-11-01Document Piece moduleSam Truzjan
2013-11-01Document Block moduleSam Truzjan
2013-11-01Add documentation to Layout moduleSam Truzjan
2013-10-31Introduce PieceCount newtypeSam Truzjan
2013-10-31Introduce BlockSize newtypeSam Truzjan
2013-10-31move defaultBlockSize to Block moduleSam Truzjan
2013-10-31Fix PieceInfo json encodingSam Truzjan
2013-10-31Fix InfoHash json encodingSam Truzjan
2013-10-31Add instance JSON TorrentSam Truzjan
2013-10-31Update licenseSam Truzjan
2013-10-31Merge bittorrent package with torrent-contentSam Truzjan
2013-10-17Move block module backSam Truzjan
2013-10-14Move some modules from torrent-contentSam Truzjan
2013-08-28~ Refactor tracker.Sam T
2013-08-28+ Add generalized tracker.Sam T
2013-08-28~ Adapt HTTP Tracker to new interface.Sam T
2013-08-28~ Group AnnounceQuery progress fields to Progress.Sam T
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