| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 4 | -13/+10 |
* | *: Remove redudant err nil checks | Paulo Gomes | 2023-05-11 | 1 | -5/+1 |
* | Merge pull request #707 from pjbgf/experimental-sha256 | Paulo Gomes | 2023-04-11 | 3 | -7/+8 |
|\ |
|
| * | *: Support variable length plumbing.Hash | Paulo Gomes | 2023-03-08 | 3 | -7/+8 |
* | | plumbing: resolve non-external delta references | ZauberNerd | 2023-03-23 | 2 | -0/+22 |
|/ |
|
* | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 1 | -2/+3 |
* | Optimize zlib reader and consolidate sync.pools | Paulo Gomes | 2022-11-07 | 6 | -98/+66 |
* | Use Sync.Pool pointers to optimise memory usage | Paulo Gomes | 2022-11-07 | 3 | -7/+40 |
* | Fix typos (#532) | Quanyi Ma | 2022-09-22 | 1 | -2/+2 |
* | remove packfile and align to test fixtures | paul.t | 2022-01-05 | 2 | -3/+2 |
* | Merge branch 'master' into codecommit-ref-delta | paul.t | 2021-12-15 | 3 | -33/+0 |
|\ |
|
| * | Merge branch 'go-git:master' into master | Paul T | 2021-12-15 | 3 | -33/+0 |
| |\ |
|
| | * | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 3 | -33/+0 |
| * | | resolve external reference deltas | paul.t | 2021-10-11 | 1 | -0/+11 |
| |/ |
|
* | | include example codecommit pack file | paul.t | 2021-11-09 | 1 | -0/+0 |
* | | add codecommit packfile for testing external ref resolution | paul.t | 2021-11-09 | 1 | -0/+14 |
* | | resolve external reference delta | paul.t | 2021-10-11 | 1 | -0/+11 |
|/ |
|
* | plumbing: format/packfile, prevent large objects from being read into memory ... | zeripath | 2021-06-30 | 8 | -33/+405 |
* | Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2 | zeripath | 2021-06-02 | 4 | -313/+0 |
* | plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0 | zeripath | 2021-05-12 | 4 | -0/+313 |
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 2 | -41/+29 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 3 | -6/+5 |
* | Close Reader & Writer of EncodedObject after use | Kyungmin Bae | 2020-05-24 | 6 | -12/+41 |
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 1 | -10/+2 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 5 | -20/+12 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 18 | -51/+51 |
* | feat: avoid memory allocation on ApplyDelta, PatchDelta | Nao YONASHIRO | 2019-07-31 | 1 | -15/+30 |
* | refactor: use bufPool | Nao YONASHIRO | 2019-07-31 | 1 | -12/+3 |
* | feat: avoid memory allocation on resolveDeltas | Nao YONASHIRO | 2019-07-31 | 1 | -46/+53 |
* | feat: avoid ioutil.ReadAll on ApplyDelta | Nao YONASHIRO | 2019-07-31 | 1 | -2/+15 |
* | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 1 | -0/+1 |
* | plumbing: format/packfile, Fix data race and resource leak. | Ed Bardsley | 2019-06-03 | 2 | -11/+10 |
* | Merge pull request #1121 from filipnavara/small-deltas | Máximo Cuadros | 2019-04-24 | 1 | -56/+126 |
|\ |
|
| * | Populate the offsetToType cache in the iterator even for the skipped objects | Filip Navara | 2019-04-24 | 1 | -0/+3 |
| * | Better fix for the getObjectType problem in the iterator | Filip Navara | 2019-04-24 | 1 | -6/+9 |
| * | Remove duplicate cache lookup in getObjectContent, it is already done in FSOb... | Filip Navara | 2019-04-24 | 1 | -13/+0 |
| * | Fix an error where getObjectType would seek in file and mess up the position ... | Filip Navara | 2019-04-24 | 1 | -7/+11 |
| * | Reduce indentation | Filip Navara | 2019-04-23 | 1 | -7/+5 |
| * | Add one more cache check to the iterator | Filip Navara | 2019-04-23 | 1 | -2/+12 |
| * | Address PR feedback | Filip Navara | 2019-04-23 | 1 | -2/+2 |
| * | Rename functions | Filip Navara | 2019-04-23 | 1 | -7/+9 |
| * | Avoid filling up the object cache from Packfile.GetByType with typ != plumbin... | Filip Navara | 2019-04-23 | 1 | -17/+42 |
| * | Get the buffer from pool in fillOFSDeltaObjectContent instead of creating new... | Filip Navara | 2019-04-22 | 1 | -1/+1 |
| * | Update comment | Filip Navara | 2019-04-21 | 1 | -3/+3 |
| * | plumbing: packfile, apply small object reading optimization also for delta ob... | Filip Navara | 2019-04-20 | 1 | -23/+61 |
* | | Merge pull request #1124 from saracen/packfile-scanner-improved-reader | Máximo Cuadros | 2019-04-23 | 3 | -105/+143 |
|\ \ |
|
| * | | plumbing: packfile/scanner, readability/performance improvements, zlib pooling | Arran Walker | 2019-04-22 | 3 | -105/+143 |
| |/ |
|
* / | filesystem: ObjectStorage, MaxOpenDescriptors option | Arran Walker | 2019-04-22 | 1 | -0/+5 |
|/ |
|
* | packfile: get object size correctly for delta objects | Jeremy Stribling | 2019-01-31 | 2 | -1/+27 |
* | plumbing/packfile: test UpdateObjectStorage empty packfile error | Javi Fontan | 2018-12-03 | 1 | -0/+14 |