aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile
Commit message (Collapse)AuthorAgeFilesLines
* fix zlib invalid header errorAlberto Cortés2016-01-271-3/+2
| | | | | The return value of reads to the packfile were being ignored, so zlib was getting invalid data on it read buffers.
* Speed up packfile readingAlberto Cortés2016-01-262-1/+8
| | | | | By adding a bufio to the trackingReader, otherwise most of the time is spent in syscalls for small reads to the packfile.
* internal -> coreMáximo Cuadros2015-10-312-21/+21
|
* objects: using readers from internal.ObjectMáximo Cuadros2015-10-262-21/+21
|
* formats/packfile: new reader APIMáximo Cuadros2015-10-259-669/+161
|
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-254-142/+207
|
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-254-176/+128
|
* formats/packfile: test improvementsMáximo Cuadros2015-10-253-11/+128
|
* formats/packfile: cleanupMáximo Cuadros2015-10-236-99/+166
|
* formats/packfile: type Hash instead of stringsMáximo Cuadros2015-10-237-0/+1104