summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
AgeCommit message (Expand)Author
2013-06-12+ Rename to await and yield.Sam T
2013-06-12~ Use lens.Sam T
2013-06-11~ Use data-default for default values.Sam T
2013-06-11~ Merge Scrape to Tracker.Sam T
2013-06-11~ Minor changes.Sam T
2013-06-11~ Use Chan for current unused peer list.Sam T
2013-06-11~ Merge selection module to bitfield.Sam T
2013-06-11+ Add progress to client session.Sam T
2013-06-11~ Add keepalive timeouts.Sam T
2013-06-10~ Sketch of high level API.Sam T
2013-06-09~ Hide *.Protocol modules.Sam T
2013-06-08+ Add some docs.Sam T
2013-06-08~ Merge Status into Protocol.Sam T
2013-06-08~ Fix build fail after renaming.Sam T
2013-06-08~ Rename PeerWire to Exchange.Sam T
2013-06-08~ Minor changes.Sam T
2013-06-08~ Merge Block and Handshake into Protocol.Sam T
2013-06-07~ Rename Message to Protocol.Sam T
2013-06-07~ Fix bitfield encoding.Sam T
2013-06-07~ Merge Encoding to Main.Sam T
2013-06-07~ Throw exception in askTracker.Sam T
2013-06-07~ Polish documentation for Tracker.Protocol.Sam T
2013-06-07~ Use bytestring stream in tracker communication.Sam T
2013-06-06- Remove Peer.* modules.Sam T
2013-06-06~ Rename package to bittorrent.Sam T
2013-06-02~ Use pretty package for pretty print.Sam T
2013-06-02~ Merge InfoHash to Torrent.Sam T
2013-06-02~ Use IntSet instead of ByteString for bitfields.Sam T
2013-05-25~ Use PortNumber instead of Word16 in Port message.Sam T
2013-05-17~ Reorganize modules.Sam T
2013-05-10~ Minor changes.Sam T
2013-05-08~ Fix handshake.Sam T
2013-05-08+ Add capabilities.Sam T
2013-05-06+ Add Peer.Status module.Sam T
2013-05-06+ Add naive selector detection.Sam T
2013-05-05~ Fix message length bug in handshake.Sam T
2013-05-05~ Move bitfields to Data.Sam T
2013-05-05+ Add bitfield completeness function.Sam T
2013-05-05~ Minor changes.Sam T
2013-05-05+ Add some benchs.Sam T
2013-05-05+ Add Selection module skeleton.Sam T
2013-05-05~ Performance improvements: binary bitfield operations.Sam T
2013-05-04+ Performance improvement in findMax & findMin.Sam T
2013-05-03+ Add other bitfield operations.Sam T
2013-05-03+ Add some bitfield operations.Sam T
2013-05-03~ Reorganize modules.Sam T
2013-05-03+ Add bitfield module.Sam T
2013-05-01~ Fix documentation and typos.Sam T
2013-05-01~ Add documentation to client info.Sam T
2013-05-01~ Fix documentation markup.Sam T