aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile
Commit message (Expand)AuthorAgeFilesLines
* plumbing: format/packfile, Refactor patch deltaPaulo Gomes2023-11-062-113/+79
* plumbing: Optimise memory consumption for filesystem storagePaulo Gomes2023-10-282-50/+247
* fuzzing : fuzz testing support for oss-fuzz integrationArjun Singh2023-10-021-0/+12
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-114-13/+10
* *: Remove redudant err nil checksPaulo Gomes2023-05-111-5/+1
* Merge pull request #707 from pjbgf/experimental-sha256Paulo Gomes2023-04-113-7/+8
|\
| * *: Support variable length plumbing.HashPaulo Gomes2023-03-083-7/+8
* | plumbing: resolve non-external delta referencesZauberNerd2023-03-232-0/+22
|/
* sha1: Add collision resistent implementationPaulo Gomes2022-11-251-2/+3
* Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-076-98/+66
* Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-073-7/+40
* Fix typos (#532)Quanyi Ma2022-09-221-2/+2
* remove packfile and align to test fixturespaul.t2022-01-052-3/+2
* Merge branch 'master' into codecommit-ref-deltapaul.t2021-12-153-33/+0
|\
| * Merge branch 'go-git:master' into masterPaul T2021-12-153-33/+0
| |\
| | * Remove unused variables/types/functionsAbhinav Gupta2021-11-273-33/+0
| * | resolve external reference deltaspaul.t2021-10-111-0/+11
| |/
* | include example codecommit pack filepaul.t2021-11-091-0/+0
* | add codecommit packfile for testing external ref resolutionpaul.t2021-11-091-0/+14
* | resolve external reference deltapaul.t2021-10-111-0/+11
|/
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-308-33/+405
* 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
| |/