aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: Optimise memory consumption for filesystem storagePaulo Gomes2023-10-281-0/+13
* storage: filesystem, Populate index before use. Fixes #148Arieh Schneier2023-05-041-0/+10
* Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-071-1/+13
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-301-6/+15
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-021-8/+1
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-121-1/+8
* Support partial hashes in Repository.ResolveRevision.David Symonds2020-07-161-0/+31
* Close Reader & Writer of EncodedObject after useKyungmin Bae2020-05-241-0/+2
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-10/+10
* filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-39/+106
* storage/filesystem: check file object before using cacheJavi Fontan2019-01-301-5/+4
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-281-23/+36
* storage/filesystem: Added reindex method to reindex packfilesJavier Peletier2018-11-121-0/+5
* filesystem: add a new test for EncodedObjectSizeJeremy Stribling2018-10-121-3/+1
* object: get object size without reading whole objectJeremy Stribling2018-10-111-0/+75
* storage/filesystem: add more doc to NewPackfileIterJavi Fontan2018-09-211-4/+7
* storage/filesystem: keep packs open in PackfileIterJavi Fontan2018-09-201-10/+23
* Expose Storage cache.kuba--2018-09-071-19/+10
* storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-041-1/+9
* storage/filesystem: move Options to filesytem and dotgitJavi Fontan2018-09-031-0/+12
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-221-2/+16
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-9/+6
* storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-091-1/+10
* storage: filesystem, benchmark PackfileIterMiguel Molina2018-08-091-4/+26
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-47/+30
* plumbing, storage: integrate new indexJavi Fontan2018-07-261-17/+29
* plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-191-1/+1
* storage: filesystem, make ObjectStorage constructor publicMiguel Molina2018-06-081-2/+3
* dotgit: Move package outside internal.Antonio Jesus Navarro Perez2018-06-051-1/+1
* *: Use CheckClose with named returnsJavi Fontan2018-03-271-4/+4
* storage/filesystem: optimize packfile iteratorDenys Smirnov2018-03-031-22/+61
* Make DeltaBaseCache privateJavi Fontan2017-12-201-6/+6
* Enforce the use of cache in packfile decoderJavi Fontan2017-12-201-5/+2
* storage: filesystem, add support for git alternates (#663)Sunny2017-12-061-0/+21
* storage: some minor code cleanupJeremy Stribling2017-11-291-6/+3
* plumbing: add `HasEncodedObject` method to StorerJeremy Stribling2017-11-291-0/+26
* Make object repacking more configurableTaru Karttunen2017-11-291-2/+2
* Support for repacking objectsTaru Karttunen2017-11-291-0/+8
* First pass of prune designTaru Karttunen2017-11-291-0/+24
* all: simplificationferhat elmas2017-11-291-2/+2
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* Merge pull request #515 from smola/reuse-packed-objectsMáximo Cuadros2017-07-271-7/+97
|\
| * storage: reuse deltas from packfilesSantiago M. Mola2017-07-271-7/+97
* | filesystem: reuse cache for packfile iteratorSantiago M. Mola2017-07-271-3/+4
|/
* plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-271-1/+1
* storage/filesystem: reuse delta cacheSantiago M. Mola2017-07-271-1/+9
* packfile: create packfile.Index and reuse itSantiago M. Mola2017-07-261-33/+18
* storage/filesystem: check all Close errorsSantiago M. Mola2017-07-191-9/+12
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-1/+1
* Lazily load object index.JP Sugarbroad2017-04-061-6/+22