aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/decoder.go
Commit message (Expand)AuthorAgeFilesLines
* packfile: improve performance a little by reducing gc pressureMiguel Molina2017-09-041-1/+3
* storage/filesystem: reuse delta cacheSantiago M. Mola2017-07-271-10/+22
* plumbing/cache: use more explicit interfaceSantiago M. Mola2017-07-271-7/+6
* packfile: create packfile.Index and reuse itSantiago M. Mola2017-07-261-51/+53
* format/packfile: rename Seek to SeekFromStartSantiago M. Mola2017-04-261-2/+2
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-3/+3
* plumbing: improve documentation (Fix #242)Antonio Jesus Navarro Perez2017-02-231-2/+5
* cache: move package to plumbingAntonio Jesus Navarro Perez2017-02-211-1/+1
* Fix missing objects if they where deltified using ref-deltaAntonio Jesus Navarro Perez2017-02-071-7/+0
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-3/+3
* Fix some typos in plumbing docs (#244)Sergio Arbeo2017-01-301-8/+8
* packfile: cache undeltified objects to improve decode performance (#218)Antonio Navarro Perez2017-01-251-8/+33
* packfile/decoder: speed up packfile iterator when specific type (#200)Antonio Navarro Perez2017-01-121-1/+88
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-17/+17
* plumbing: format, packfile fix issue #129, related #124, and documentation im...Máximo Cuadros2016-11-231-29/+73
* Fix nil tx bug (#124)v4.0.0-rc4Alberto Cortés2016-11-141-3/+3
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+307