aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/packfile.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-301-7/+85
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-021-73/+0
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-121-0/+73
* Close Reader & Writer of EncodedObject after useKyungmin Bae2020-05-241-1/+4
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-5/+5
* plumbing: format/packfile, Fix data race and resource leak.Ed Bardsley2019-06-031-4/+4
* Merge pull request #1121 from filipnavara/small-deltasMáximo Cuadros2019-04-241-56/+126
|\
| * Populate the offsetToType cache in the iterator even for the skipped objectsFilip Navara2019-04-241-0/+3
| * Better fix for the getObjectType problem in the iteratorFilip Navara2019-04-241-6/+9
| * Remove duplicate cache lookup in getObjectContent, it is already done in FSOb...Filip Navara2019-04-241-13/+0
| * Fix an error where getObjectType would seek in file and mess up the position ...Filip Navara2019-04-241-7/+11
| * Reduce indentationFilip Navara2019-04-231-7/+5
| * Add one more cache check to the iteratorFilip Navara2019-04-231-2/+12
| * Address PR feedbackFilip Navara2019-04-231-2/+2
| * Rename functionsFilip Navara2019-04-231-7/+9
| * Avoid filling up the object cache from Packfile.GetByType with typ != plumbin...Filip Navara2019-04-231-17/+42
| * Get the buffer from pool in fillOFSDeltaObjectContent instead of creating new...Filip Navara2019-04-221-1/+1
| * Update commentFilip Navara2019-04-211-3/+3
| * plumbing: packfile, apply small object reading optimization also for delta ob...Filip Navara2019-04-201-23/+61
* | filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-0/+5
|/
* packfile: get object size correctly for delta objectsJeremy Stribling2019-01-311-1/+1
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-281-23/+28
* Remove unused method (#1022)Antonio Navarro Perez2018-11-161-56/+0
* packfile: add comment on GetSizeByOffsetJeremy Stribling2018-10-151-0/+2
* object: get object size without reading whole objectJeremy Stribling2018-10-111-0/+16
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-221-0/+15
* plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-211-1/+1
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-30/+39
* plumbing: packfile, rename DiskObject to FSObjectMiguel Molina2018-08-091-2/+2
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-35/+100
* Merge pull request #907 from erizocosmico/feature/fix-testsMiguel Molina2018-08-011-0/+26
* plumbing: packfile, lazy object reads with DiskObjectsMiguel Molina2018-07-271-26/+182
* plumbing: packfile, new Packfile representationMiguel Molina2018-07-261-0/+249