]> Sergey Matveev's repositories - btrtrc.git/history - cmd/torrentfs
Drop support for go 1.20
[btrtrc.git] / cmd / torrentfs
2023-05-27 Matt JoinerMake fs a separate module
2021-11-19 Matt Joinergofumpt
2021-11-16 Matt JoinerSwitch to github.com/anacrolix/fuse
2021-11-11 Matt Joinercmd/torrentfs: Add missing envpprof.Stop
2021-11-08 Matt Joinergofumpt
2021-08-01 Matt Joinercmd/torrentfs: Fix panic on missing info
2021-05-04 Matt JoinerBig logging cleanup to improve experience from README v1.26.1
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-05-29 Matt JoinerRename Peer to PeerInfo, and unexport PeerInfos
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-16 Matt JoinerUpdate external use of ClientConfig
2018-04-12 Matt JoinerMerge branch 'circleci'
2018-04-12 Matt JoinerSupport different hosts for each network
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers
2018-01-06 Matt Joinermegacheck and staticcheck fixes
2017-08-27 Matt Joinercmd/torrentfs: Switch to tagflag and rename -torrentPat...
2017-08-25 Matt Joinerdht.ServerConfig.StartingNodes is now a function
2016-08-02 Matt Joinercmd/torrentfs: Ensure unmounting occurs for some errors
2016-07-27 Matt JoinerMerge pull request #101 from perses/master
2016-07-26 ctntorrentfs: fix panic when testPeer is not specified
2016-05-12 Matt JoinerTorrent.AddPeers can't fail, so don't return an error
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-06 Matt Joinercmd/...: Some package synopses
2015-04-01 Matt Joinercmd/torrentfs: Tidy
2015-04-01 Matt Joinercmd/torrentfs: Check error creating client
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-08 Matt JoinerMore cleaning of public interface
2015-02-24 Matt JoinerRemove unused code
2015-01-29 Matt JoinerProvide HTTP pprof via envpprof package
2014-12-01 Matt Joinercmd/torrentfs: Tidy up flags, switch to default downloa...
2014-12-01 Matt JoinerDestroy the torrent FS on exit signals so ongoing sysca...
2014-09-25 Matt JoinerAdd magnet-metainfo, tool to download magnet to torrent...
2014-08-24 Matt JoinerMake NoUpload a client configuration option and use...
2014-08-23 Matt JoinerGot a nice working algorithm for responsive download...
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-11-04 Matt JoinerUnit test for connection address comparison to avoid...
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