aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/scanner.go
Commit message (Expand)AuthorAgeFilesLines
* Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-071-32/+22
* Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-071-5/+9
* Fix typos (#532)Quanyi Ma2022-09-221-2/+2
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-301-0/+15
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-021-15/+0
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-121-0/+15
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
* plumbing: packfile/scanner, readability/performance improvements, zlib poolingArran Walker2019-04-221-105/+84
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-281-4/+42
* *: Use CheckClose with named returnsJavi Fontan2018-03-271-2/+3
* plumbing: packfile, Add a buffer to crc writer.Javi Fontan2018-01-211-9/+31
* packfile: improve performance a little by reducing gc pressureMiguel Molina2017-09-041-2/+13
* packfile: check zlib reader closing errorSantiago M. Mola2017-07-191-13/+8
* format/packfile: rename Seek to SeekFromStartSantiago M. Mola2017-04-261-2/+3
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-2/+2
* packfile/scanner: reset zlib reader instead of new one (#201)Antonio Navarro Perez2017-01-121-5/+20
* revision based on goreportcard.comMáximo Cuadros2016-12-061-1/+1
* plumbing/packfile: PACK encoder (#131)Antonio Navarro Perez2016-11-241-15/+1
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+418