Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -2/+2 |
| | |||||
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
| | | | | | | | No need to convert these values, they're already of the right type. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com> (cherry picked from commit a1d8a7ac8bd0e4aff0f27dbb8bb37b8bd13a1346) | ||||
* | plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndex | Miguel Molina | 2018-08-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing: packfile, fix package tests | Miguel Molina | 2018-07-30 | 1 | -1/+10 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing/idxfile: index is created only once and retrieved with Index | Javi Fontan | 2018-07-26 | 1 | -34/+69 |
| | | | | | | Index is also automatically generated when OnFooter is called. Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | plumbing/idxfile: support offset64 generating indexes | Javi Fontan | 2018-07-26 | 1 | -5/+20 |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | plumbing/idxfile: use Entry to hold object data | Javi Fontan | 2018-07-26 | 1 | -16/+11 |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | plumbing: idxfile, add idxfile.Writer with Observer interface | Javi Fontan | 2018-07-26 | 1 | -0/+132 |
It's still not complete: * 64 bit offsets * IdxChecksum Signed-off-by: Javi Fontan <jfontan@gmail.com> |