summaryrefslogtreecommitdiff
path: root/src/Data/Torrent/Progress.hs
AgeCommit message (Collapse)Author
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-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-23Use pretty-class packageSam Truzjan
2013-11-21Refactor tracker messagesSam Truzjan
2013-11-21Add canDownload & canUpload functionsSam Truzjan
2013-11-20Use Word64 instead of Integer in Progress datatype.Sam Truzjan
Also add documentation.
2013-11-20Minor changesSam Truzjan
2013-11-20Refactor Network.BitTorrent.Peer moduleSam Truzjan