summaryrefslogtreecommitdiff
path: root/src/Data/Torrent.hs
AgeCommit message (Expand)Author
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-07-28Fixed cabal build.joe
2017-07-15Implemented BEP 32 (IPv6 extensions) for get-peers.joe
2017-07-14Removed ip polymorphism from PeerAddr type.joe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe
2017-06-09Started migration away from KRPC class.joe
2017-06-07Switch to cryptonite-based hashing.joe
2017-06-04WIP: Adapting DHT to Tox network.joe
2017-01-17Clean up all warnings (ghc 8.0.1) in DHT component.joe
2016-12-31Made bits-extras dependency optional.joe
2016-08-20Build fixes.joe
2015-03-29Updates to build against newer libraries:joe
2014-04-08Merge PeerAddr and NodeAddr modulesSam Truzjan
2014-04-04[Torrent] Tidy import listSam Truzjan
2014-04-04[Torrent] Tidy export listSam 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-04-04Remove 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-05Make Torrent(tAnnounce) field optionalSam Truzjan
2013-12-17Add the nodes field to torrent fileSam Truzjan
2013-12-13Fix -Wall suggestionSam Truzjan
2013-12-07Move JSON options to separate moduleSam Truzjan
2013-12-01Fix building with hashable >= 1.2Daniel Gröber
2013-12-01Fix building with aeson >= 0.6.2.0Daniel Gröber
2013-11-28Remove byteStringToInfoHash functionSam Truzjan
2013-11-28Get rid of the urlencoded packageSam Truzjan
2013-11-28Hide InfoHash internal functionsSam Truzjan
2013-11-28Hide InfoHash constructorSam Truzjan
2013-11-25Add documentation to Torrent moduleSam Truzjan
2013-11-25Fix testSam Truzjan
2013-11-23Use pretty-class packageSam Truzjan
2013-11-20Minor changesSam Truzjan
2013-11-06Add ppTorrent functionSam Truzjan
2013-11-06Add torrent content typeSam Truzjan
2013-11-01Add FromJSON instance for Torrent datatypeSam Truzjan
2013-11-01Document Piece moduleSam Truzjan
2013-11-01Add documentation to Layout moduleSam Truzjan
2013-10-31Add instance JSON TorrentSam Truzjan
2013-10-31Merge bittorrent package with torrent-contentSam Truzjan
2013-08-16~ Remove torrent-content modules.Sam T
2013-07-21~ Move some extensions to cabal.Sam T
2013-07-21+ Add JSON instances for Tracker info.Sam T
2013-07-17+ Add a few auxilaru functions.Sam T
2013-07-17~ Add stubs to nonblocking IO.Sam T