| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Add missing error checks | Paulo Gomes | 2023-05-11 | 1 | -7/+17 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 3 | -7/+6 |
* | *: Remove redudant err nil checks | Paulo Gomes | 2023-05-11 | 1 | -4/+1 |
* | *: Support variable length plumbing.Hash | Paulo Gomes | 2023-03-08 | 3 | -7/+8 |
* | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 1 | -3/+3 |
* | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 1 | -2/+2 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 3 | -3/+3 |
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 1 | -5/+1 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 4 | -9/+5 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 8 | -13/+13 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 1 | -1/+1 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | plumbing/format: idxfile, unsigned values are never < 0 | Christian Muehlhaeuser | 2019-07-29 | 1 | -4/+0 |
* | plumbing: format/idxfile, avoid looking up the fanout mapping in the iterator... | Filip Navara | 2019-04-26 | 1 | -10/+7 |
* | plumbing: format/idxfile, save another 18% of time in genOffsetHash by not us... | Filip Navara | 2019-04-25 | 1 | -14/+11 |
* | plumbing: format/idxfile, avoid creating temporary buffers to decode integers | Filip Navara | 2019-04-25 | 1 | -32/+15 |
* | plumbing: idxfile, avoid unnecessary building of reverse offset/hash map | Filip Navara | 2019-04-20 | 1 | -4/+26 |
* | plumbing/idxfile: object iterators returns entries in offset order | Javi Fontan | 2018-08-21 | 2 | -0/+84 |
* | plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndex | Miguel Molina | 2018-08-10 | 4 | -23/+23 |
* | plumbing: packfile, allow non-seekable sources on Parser | Miguel Molina | 2018-08-08 | 1 | -2/+3 |
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 2 | -2/+2 |
* | plumbing: packfile, fix package tests | Miguel Molina | 2018-07-30 | 2 | -1/+18 |
* | plumbing/idxfile: test FindHash and writer with 64 bit offsets | Javi Fontan | 2018-07-27 | 2 | -10/+107 |
* | plumbing: packfile, lazy object reads with DiskObjects | Miguel Molina | 2018-07-27 | 1 | -14/+11 |
* | plumbing/idxfile: index is created only once and retrieved with Index | Javi Fontan | 2018-07-26 | 2 | -35/+70 |
* | plumbing/idxfile: add offset/hash mapping to index | Javi Fontan | 2018-07-26 | 1 | -0/+51 |
* | plumbing/idxfile: fix bug searching in MemoryIndex | Javi Fontan | 2018-07-26 | 1 | -2/+2 |
* | plumbing/idxfile: support offset64 generating indexes | Javi Fontan | 2018-07-26 | 2 | -5/+65 |
* | plumbing/idxfile: use Entry to hold object data | Javi Fontan | 2018-07-26 | 1 | -16/+11 |
* | plumbing: idxfile, add idxfile.Writer with Observer interface | Javi Fontan | 2018-07-26 | 1 | -0/+132 |
* | plumbing/format/idxfile: add new Index and MemoryIndex | Miguel Molina | 2018-07-19 | 6 | -204/+466 |
* | idxfile: optimise allocations in readObjectNames | David Symonds | 2018-05-30 | 1 | -4/+4 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 2 | -2/+2 |
* | format: idxfile, support for >2Gb packfiles | Máximo Cuadros | 2017-07-27 | 4 | -1/+106 |
* | packfile: create packfile.Index and reuse it | Santiago M. Mola | 2017-07-26 | 5 | -11/+13 |
* | Use buffered IO for decoding index files. | JP Sugarbroad | 2017-07-10 | 1 | -2/+3 |
* | fix gofmt | Santiago M. Mola | 2017-06-13 | 2 | -2/+4 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 5 | -7/+7 |
* | Return values of Read not checked (fix #65) | Antonio Jesus Navarro Perez | 2017-03-02 | 1 | -4/+4 |
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 4 | -141/+137 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 5 | -7/+7 |
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 2 | -2/+2 |
* | Fix some typos in plumbing docs (#244) | Sergio Arbeo | 2017-01-30 | 1 | -1/+1 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 6 | -0/+590 |