index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Data
/
Torrent
/
Piece.hs
Age
Commit message (
Expand
)
Author
2014-02-06
Add Default instance for Torrent datatype
Sam Truzjan
2014-01-05
Add hashPiece function
Sam Truzjan
2014-01-01
Add PieceHash type synonym
Sam Truzjan
2014-01-01
Rename HashArray to HashList.
Sam Truzjan
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
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