aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile
Commit message (Expand)AuthorAgeFilesLines
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-024-313/+0
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-124-0/+313
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-022-41/+29
* fix goreportcard warningsOleg Kovalov2020-07-013-6/+5
* Close Reader & Writer of EncodedObject after useKyungmin Bae2020-05-246-12/+41
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-10/+2
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-105-20/+12
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-1018-51/+51
* feat: avoid memory allocation on ApplyDelta, PatchDeltaNao YONASHIRO2019-07-311-15/+30
* refactor: use bufPoolNao YONASHIRO2019-07-311-12/+3
* feat: avoid memory allocation on resolveDeltasNao YONASHIRO2019-07-311-46/+53
* feat: avoid ioutil.ReadAll on ApplyDeltaNao YONASHIRO2019-07-311-2/+15
* *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-0/+1
* plumbing: format/packfile, Fix data race and resource leak.Ed Bardsley2019-06-032-11/+10
* 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
* | Merge pull request #1124 from saracen/packfile-scanner-improved-readerMáximo Cuadros2019-04-233-105/+143
|\ \
| * | plumbing: packfile/scanner, readability/performance improvements, zlib poolingArran Walker2019-04-223-105/+143
| |/
* / filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-0/+5
|/
* packfile: get object size correctly for delta objectsJeremy Stribling2019-01-312-1/+27
* plumbing/packfile: test UpdateObjectStorage empty packfile errorJavi Fontan2018-12-031-0/+14
* git: return better error message when packfile cannot be downloadedJavi Fontan2018-11-301-1/+7
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-285-33/+89
* Merge pull request #994 from epiclabs-io/fix-thin-packMáximo Cuadros2018-11-162-47/+95
|\
| * plumbing/format/packfile: Added thin pack testJavier Peletier2018-11-121-0/+50
| * plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991Javier Peletier2018-10-231-47/+45
* | 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
* Expose Storage cache.kuba--2018-09-071-4/+3
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-222-0/+25
* plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-211-1/+1
* plumbing/packfile: do not compute sha1 for already undeltified objectsJavi Fontan2018-08-141-7/+9
* plumbing/pacfile: tidy up objectInfo structJavi Fontan2018-08-141-36/+22
* plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-141-14/+10
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-095-56/+126
* plumbing: packfile, rename DiskObject to FSObjectMiguel Molina2018-08-092-15/+15
* plumbing: packfile, read object content only onceMiguel Molina2018-08-092-7/+40
* plumbing: packfile, add Parse benchmarkMiguel Molina2018-08-091-0/+30