summaryrefslogtreecommitdiff
path: root/src/Data
AgeCommit message (Collapse)Author
2014-02-26Bump aeson dependencySam Truzjan
2014-02-16Add warning to not include bootstrap nodes in tNodesSam Truzjan
2014-02-16More precise types for tNodes torrent file fieldSam Truzjan
2014-02-06Add Default instance for Torrent datatypeSam Truzjan
2014-01-09Rename Node.hs to NodeInfo.hsSam Truzjan
2014-01-06Add check command to mktorrent utilitySam Truzjan
2014-01-05Implement getBitfield and genPieceInfo functionsSam Truzjan
2014-01-05Add hashPiece functionSam Truzjan
2014-01-05Rename mkBitfield to fromListSam Truzjan
2014-01-05Make Torrent(tAnnounce) field optionalSam Truzjan
2014-01-05Prettify bitfield export listSam Truzjan
2014-01-05Add Bitfield.full functionSam Truzjan
2014-01-01Add PieceHash type synonymSam Truzjan
2014-01-01Rename HashArray to HashList.Sam Truzjan
Hash list is well established name for this kind of objects. Also `hash array' sometimes refer for `hash table's but not `hash list's.
2013-12-27Fix get_peers response encodingSam Truzjan
2013-12-18Add the new purified routing tableSam Truzjan
2013-12-17Add the nodes field to torrent fileSam Truzjan
2013-12-14Test InvalidIndex and InvalidSize exceptionsSam Truzjan
2013-12-13Fix -Wall suggestionSam Truzjan
2013-12-07Move JSON options to separate moduleSam Truzjan
2013-12-05Simplify Core modules importsSam Truzjan
2013-12-05Move torrent URNs to Magnet moduleSam Truzjan
2013-12-05Rename Client module to FingerprintSam Truzjan
2013-12-05Move piece selection algorithms to separate moduleSam Truzjan
2013-12-05Move Block module to exchange subsystemSam Truzjan
2013-12-05Move piece attributes to the Piece moduleSam Truzjan
2013-12-03New storageSam Truzjan
2013-12-03Fix typo in docsSam Truzjan
2013-12-02Merge branch 'master' of https://github.com/cobit/bittorrentSam Truzjan
2013-12-02A little bit more informative ty syn nameSam Truzjan
2013-12-01Fix building with hashable >= 1.2Daniel Gröber
hashWithSalt is now the minimal implementation
2013-12-01Fix building with aeson >= 0.6.2.0Daniel Gröber
deriveJSON now takes an Option record instead of a single function. It might be nicer to define a function that takes the fieldLabelModifier function rather than doing it inline everywhere but I didn't know where a good place to put that would be.
2013-12-01Add functor instances to Block and PieceSam Truzjan
2013-12-01Move exchange extension stuff to the Message moduleSam Truzjan
2013-11-29Add documentation to Magnet moduleSam Truzjan
2013-11-29Fix all -Wall suggestionSam Truzjan
2013-11-29Remove old InfoHash urlencodingSam Truzjan
2013-11-29More safiety in InfoHash convertionsSam Truzjan
2013-11-29Catch base32 decoding errors in pure codeSam Truzjan
2013-11-28Refactor exchange namespacesSam Truzjan
2013-11-28Bump stability for InfoHash, URN, Magnet modulesSam Truzjan
2013-11-28Remove byteStringToInfoHash functionSam Truzjan
2013-11-28Get rid of the urlencoded packageSam Truzjan
* It uses slow String's instead of Text. * It does not allow to encode infohash and peer ids properly. * It does not provide API for query string parsing. So it is better to use http-types package.
2013-11-28Add QueryLike and Convertible instances to MagnetSam Truzjan
2013-11-28Move URN to separate moduleSam Truzjan
2013-11-28Improve info hash documentationSam Truzjan
2013-11-28Add Convertible, Query instances to infohashSam Truzjan
2013-11-28Hide InfoHash internal functionsSam Truzjan
2013-11-28Hide InfoHash constructorSam Truzjan
2013-11-28Implement AnnounceQuery parsingSam Truzjan