Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -3/+3 |
| | |||||
* | feat: avoid memory allocation on resolveDeltas | Nao YONASHIRO | 2019-07-31 | 1 | -46/+53 |
| | | | | Signed-off-by: Nao YONASHIRO <owan.orisano@gmail.com> | ||||
* | plumbing: format/packfile, performance optimizations for reading large ↵ | Filip Navara | 2018-11-28 | 1 | -5/+1 |
| | | | | | | commit histories (#963) Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | Javier Peletier | 2018-10-23 | 1 | -47/+45 |
| | | | | Signed-off-by: Javier Peletier <jm@epiclabs.io> | ||||
* | plumbing/packfile: do not compute sha1 for already undeltified objects | Javi Fontan | 2018-08-14 | 1 | -7/+9 |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | plumbing/pacfile: tidy up objectInfo struct | Javi Fontan | 2018-08-14 | 1 | -36/+22 |
| | | | | | | | | * a new hasher is created when needed * delete unused fields * base content is no longer kept in memory Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | plumbing: add buffer cache and use it in packfile parser | Javi Fontan | 2018-08-14 | 1 | -14/+10 |
| | | | | | | | It uses less memory and is faster as slices don't have to be converted from/to MemoryObject and they are indexed by offset. Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | plumbing: packfile, read object content only once | Miguel Molina | 2018-08-09 | 1 | -7/+15 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing: packfile, allow non-seekable sources on Parser | Miguel Molina | 2018-08-08 | 1 | -109/+202 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 1 | -43/+87 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing, storage: integrate new index | Javi Fontan | 2018-07-26 | 1 | -5/+6 |
| | | | | | | Now dotgit.PackWriter uses the new packfile.Parser and index. Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | plumbing/packfile: add new packfile parser | Javi Fontan | 2018-07-26 | 1 | -0/+359 |
Signed-off-by: Javi Fontan <jfontan@gmail.com> |