]> Sergey Matveev's repositories - btrtrc.git/history - storage/mmap.go
go1.19 compat
[btrtrc.git] / storage / mmap.go
2023-05-27 Matt Joinergo1.19 compat
2023-05-27 Matt JoinerFixes for storage tests on Windows
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-02-18 Matt Joinergofumpt
2022-07-07 Alex SharovDo torrent storage flush on piece completion (#755)
2021-11-08 Matt Joinergofumpt
2021-11-01 Matt JoinerAlter some directory permissioning in storage
2021-11-01 afjosephRevert "Remove old-style build tags"
2021-10-06 Matt JoinerRemove old-style build tags
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-09-02 Matt JoinerAdd "no name" handling and storage.NewFileOpts
2021-06-23 Matt JoinerFixes for wasm
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2020-10-15 Matt JoinerSanitize metainfo file paths for file-based storage
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-05-31 Matt JoinerAbstract out segments mapping and use it in mmap storage
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2019-10-11 Matt JoinerDon't close shared client piece completion in mmap... v1.8.2
2019-10-11 Matt JoinerDon't ignore error getting mmap piece completion
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-02-02 Matt JoinerImplement go vet recommendations
2018-01-06 Matt Joinermmap_span: Synchronize access to memory maps to avoid...
2018-01-06 Matt Joinerstorage: Rename mmapStorage->mmapClientImpl
2017-12-01 Matt JoinerTest that mmap size doesn't exceed system memory addres...
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-09-18 Matt Joinerstorage: Don't add empty mmaps to the mmap span
2017-09-18 Matt JoinerImprove mmap storage error messages
2017-08-07 Matt JoinerMerge branch 'master' into dht-cleanup
2017-07-11 Matt JoinerMerge pull request #167 from mlmhl/mmap
2017-07-10 mlmhlbug fix: initial infoHash for mmapStoragePiece
2017-05-25 Matt JoinerMerge pull request #156 from mlmhl/completion
2017-05-22 mlmhlmake pieceCompletion configurable
2016-10-25 Matt JoinerAdd bolt piece completion DB
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-07-12 Matt JoinerFix issue #97
2016-07-08 Matt JoinerFix issue #95: Closing torrent storage also closed...
2016-07-06 Matt Joinermmap storage: Close pieceCompletion on Close
2016-06-20 Matt Joinerstorage: Also use completion DB in mmap implementation
2016-06-20 Matt Joinerstorage.MMapTorrent should not be exported
2016-05-16 Matt JoinerRename storage.I->Client
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-04 Matt JoinerUse metainfo.Hash for piece and info hashes
2016-03-28 Matt JoinerMake opening a torrent in storage an explicit method
2016-03-28 Matt JoinerGet mmap storage working