summaryrefslogtreecommitdiff
path: root/src/Data/Torrent.hs
AgeCommit message (Collapse)Author
2020-01-01Factor out some new librariesJames Crayne
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
2018-12-16More TCP work.Joe Crayne
2018-12-16Reduced dependencies, updated cabal file.Joe Crayne
2018-06-22Removed redundant imports and other clean up.joe
2018-06-22Forward port to nightly-2018-06-22.joe
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
* prettyclass instead of deprecated pretty-class * use pPrint instead of pretty * backported to iproute-1.2.11 (convenient for debian jessie)
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
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-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-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