summaryrefslogtreecommitdiff
path: root/src/Network
AgeCommit message (Collapse)Author
2013-10-31Merge bittorrent package with torrent-contentSam 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-17~ Better names for TransId and ConnId.Sam T
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~ 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~ 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-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-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
2013-07-14~ Remove keepalives stuff.Sam T
2013-07-14~ Minor changes.Sam T
2013-07-14~ Hide PeerSession and SwarmSession.Sam T
2013-07-14- Remove discovery module.Sam T
2013-07-14~ Unliterate sessions module.Sam T
2013-07-13~ Move session types to separate module.Sam T
This is Yet Another Refactoring: * Get rid of GHC Stage Restriction; * Unliterate rest of code (less clutter); * import Exchange in internals to avoid Discovery module.
2013-07-13~ Minor changes.Sam T
2013-07-13~ Remove import Internal from Storage.Sam T