Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix zlib invalid header error | Alberto Cortés | 2016-01-27 | 1 | -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 reading | Alberto Cortés | 2016-01-26 | 2 | -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 -> core | Máximo Cuadros | 2015-10-31 | 2 | -21/+21 |
| | |||||
* | objects: using readers from internal.Object | Máximo Cuadros | 2015-10-26 | 2 | -21/+21 |
| | |||||
* | formats/packfile: new reader API | Máximo Cuadros | 2015-10-25 | 9 | -669/+161 |
| | |||||
* | formats/packfile: new reader API (wip) | Máximo Cuadros | 2015-10-25 | 4 | -142/+207 |
| | |||||
* | formats/packfile: new reader API (wip) | Máximo Cuadros | 2015-10-25 | 4 | -176/+128 |
| | |||||
* | formats/packfile: test improvements | Máximo Cuadros | 2015-10-25 | 3 | -11/+128 |
| | |||||
* | formats/packfile: cleanup | Máximo Cuadros | 2015-10-23 | 6 | -99/+166 |
| | |||||
* | formats/packfile: type Hash instead of strings | Máximo Cuadros | 2015-10-23 | 7 | -0/+1104 |