aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/decoder.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing/packfile: disable lookup by offsetJavi Fontan2018-07-261-8/+9
* plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-191-10/+17
* Modify cache to delete more than one item to free spaceJavi Fontan2018-01-161-0/+2
* Make DeltaBaseCache privateJavi Fontan2017-12-201-6/+13
* Fix typo and documentation of NewDecoderForTypeJavi Fontan2017-12-201-3/+3
* Enforce the use of cache in packfile decoderJavi Fontan2017-12-201-5/+11
* all: simplificationferhat elmas2017-11-291-1/+1
* format: packfile fix DecodeObjectAt when Decoder has typeMáximo Cuadros2017-11-191-3/+9
* 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