index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
System
/
Torrent
Age
Commit message (
Expand
)
Author
2014-04-08
Hide Tree.hs module
Sam Truzjan
2014-04-08
Move bitfield to exchange subsystem
Sam Truzjan
2014-04-04
Move HashList to Torrent module
Sam Truzjan
2014-04-04
Move layout info to Torrent module
Sam Truzjan
2014-02-12
Add openInfoDict function
Sam Truzjan
2014-01-06
Check piece size in the open function
Sam Truzjan
2014-01-06
Add documentation to storage
Sam Truzjan
2014-01-06
Avoid piece copying in verifyPiece
Sam Truzjan
2014-01-06
Add check command to mktorrent utility
Sam Truzjan
2014-01-05
Implement getBitfield and genPieceInfo functions
Sam Truzjan
2014-01-05
Check size of last piece properly (in writePiece)
Sam Truzjan
2014-01-05
Add storage streaming
Sam Truzjan
2014-01-05
Add totalPieces function
Sam Truzjan
2013-12-14
Add stub for hintRead function
Sam Truzjan
2013-12-14
Test InvalidIndex and InvalidSize exceptions
Sam Truzjan
2013-12-14
Add basic tests for storage
Sam Truzjan
2013-12-14
Throw exceptions on unacceptable storage operations
Sam Truzjan
2013-12-10
Add stubs in Storage
Sam Truzjan
2013-12-03
New storage
Sam Truzjan
2013-10-31
Merge bittorrent package with torrent-content
Sam Truzjan
2013-10-14
Move some modules from torrent-content
Sam Truzjan
2013-08-16
~ Remove torrent-content modules.
Sam T
2013-07-17
+ Get torrent info with caching.
Sam T
2013-07-17
~ Add stub for flush operation.
Sam T
2013-07-17
~ Add stubs to nonblocking IO.
Sam T
2013-07-16
~ Move client bitfield to storage.
Sam T
2013-07-16
+ Add posix-like file interface.
Sam T
2013-07-14
~ Use timestamp peer Id generator.
Sam T
2013-07-13
~ Remove import Internal from Storage.
Sam T
2013-07-04
~ Add more JSON instances.
Sam T
2013-07-03
~ Use lazy bytestring
Sam T
2013-06-30
~ Avoid piece copying in piece validation.
Sam T
2013-06-30
+ Add some SCC annotations.
Sam T
2013-06-30
+ Add very basic storage operations.
Sam T
2013-06-29
+ Scetch basic broadcasting.
Sam T
2013-06-28
~ Adapt storage.
Sam T
2013-06-28
~ Move Storage to bittorrent.
Sam T