summaryrefslogtreecommitdiff
path: root/tests/Data
AgeCommit message (Collapse)Author
2014-04-08Hide progress moduleSam Truzjan
2014-04-08Move bitfield to exchange subsystemSam Truzjan
2014-04-08Merge PeerAddr and NodeAddr modulesSam Truzjan
2014-04-04[Spec] Follow module layout changes in TorrentSam Truzjan
2014-04-04Move HashList to Torrent moduleSam Truzjan
2014-04-04Move layout info to Torrent moduleSam Truzjan
2014-04-04Move Infohash and Magnet to Torrent moduleSam Truzjan
2014-01-09Rename Node.hs to NodeInfo.hsSam 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-17Add the nodes field to torrent fileSam Truzjan
2013-12-14Add basic tests for storageSam Truzjan
2013-12-09Add stats method to PeerMessage classSam Truzjan
2013-12-05Rename ClientInfo datatype to FingerprintSam Truzjan
2013-12-03New storageSam Truzjan
2013-11-29Fix -Wall suggestions in testsSam Truzjan
2013-11-28Remove byteStringToInfoHash functionSam Truzjan
2013-11-28Add QueryLike and Convertible instances to MagnetSam Truzjan
2013-11-28Hide InfoHash internal functionsSam Truzjan
2013-11-28Hide InfoHash constructorSam Truzjan
2013-11-26Add Arbitrary instance for AnnounceQuerySam Truzjan
2013-11-25Fix testSam Truzjan
2013-11-23ML donkey encoding styleSam Truzjan
2013-11-23Opera peer id encoding styleSam Truzjan
2013-11-23Add BitComet peer id encoding styleSam Truzjan
2013-11-23Decode shadow style de peer IdsSam Truzjan
2013-11-23Add mainline client implementation idSam Truzjan
2013-11-23Add instance IsString for ClientInfoSam Truzjan
2013-11-23Remove ClientVersion newtypeSam Truzjan
2013-11-23Add spec for client info extraction from azureus encoded peer idSam Truzjan
2013-10-31Merge bittorrent package with torrent-contentSam Truzjan