]> Sergey Matveev's repositories - btrtrc.git/history - cmd/torrentfs/main.go
Simplify dirwatch to scan the whole directory on changes
[btrtrc.git] / cmd / torrentfs / main.go
2014-08-22 Matt JoinerSimplify dirwatch to scan the whole directory on changes
2014-08-21 Matt JoinerClean up imports
2014-08-21 Matt JoinerTidy up the torrent and DHT APIs
2014-07-24 Matt Joinercmd/torrentfs: Missing listener on client
2014-07-22 Matt JoinerAbstract the status HTTP server into package util
2014-07-22 Matt Joinertorrentfs: Match the active torrents to those found...
2014-06-28 Matt JoinerCan now download from magnet links
2014-06-26 Matt Joinertorrentfs: Write client status to HTTP port
2014-06-25 Matt Joinercmd/torrentfs: Expose readahead bytes as a flag
2014-05-28 Matt JoinerMake the readahead on ResponsiveDownloadStrategy custom...
2014-05-21 Matt JoinerAdd Client.DownloadStrategy; fix priority of incomplete...
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-04-08 Matt JoinerCheck for asynchronous mount error after serving
2014-04-08 Matt JoinerBreak up torrentfs main(), it's too large
2014-04-08 Matt JoinerHandle repeat SIGINT/SIGTERMs
2014-04-08 Matt Joinergoimports decided to reorganise imports
2014-03-19 Matt JoinerVarious progress, particularly around the way data...
2014-03-17 Matt JoinerAdd a end-to-end test for torrentfs
2013-10-22 Matt JoinerReconnect to the torrentfs -testPeer at regular interva...
2013-10-20 Matt JoinerSignificant progress and improvements
2013-10-15 Matt JoinerAlways finish off partially downloaded pieces
2013-10-14 Matt JoinerImplement prioritizing of torrent data regions based...
2013-10-13 Matt JoinerTorrent client publishes data ready information; torren...
2013-10-06 Matt JoinerSupport browsing torrents in the filesystem
2013-10-06 Matt JoinerStart implementing torrentfs binary