Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-01 | Add PieceHash type synonym | Sam Truzjan | |
2014-01-01 | Rename 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-07 | Move JSON options to separate module | Sam Truzjan | |
2013-12-05 | Move piece attributes to the Piece module | Sam Truzjan | |
2013-12-02 | Merge branch 'master' of https://github.com/cobit/bittorrent | Sam Truzjan | |
2013-12-01 | Fix building with aeson >= 0.6.2.0 | Daniel 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-01 | Add functor instances to Block and Piece | Sam Truzjan | |
2013-11-25 | Fix test | Sam Truzjan | |
2013-11-23 | Use pretty-class package | Sam Truzjan | |
2013-11-06 | Add ppTorrent function | Sam Truzjan | |
2013-11-01 | Document Piece module | Sam Truzjan | |
2013-11-01 | Document Block module | Sam Truzjan | |
2013-11-01 | Add documentation to Layout module | Sam Truzjan | |
2013-10-31 | Introduce PieceCount newtype | Sam Truzjan | |
2013-10-31 | Introduce BlockSize newtype | Sam Truzjan | |
2013-10-31 | move defaultBlockSize to Block module | Sam Truzjan | |
2013-10-31 | Fix PieceInfo json encoding | Sam Truzjan | |
2013-10-31 | Merge bittorrent package with torrent-content | Sam Truzjan | |