Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: format/packfile, performance optimizations for reading large commit... | Filip Navara | 2018-11-28 | 1 | -5/+1 |
* | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | Javier Peletier | 2018-10-23 | 1 | -47/+45 |
* | plumbing/packfile: do not compute sha1 for already undeltified objects | Javi Fontan | 2018-08-14 | 1 | -7/+9 |
* | plumbing/pacfile: tidy up objectInfo struct | Javi Fontan | 2018-08-14 | 1 | -36/+22 |
* | plumbing: add buffer cache and use it in packfile parser | Javi Fontan | 2018-08-14 | 1 | -14/+10 |
* | plumbing: packfile, read object content only once | Miguel Molina | 2018-08-09 | 1 | -7/+15 |
* | plumbing: packfile, allow non-seekable sources on Parser | Miguel Molina | 2018-08-08 | 1 | -109/+202 |
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 1 | -43/+87 |
* | plumbing, storage: integrate new index | Javi Fontan | 2018-07-26 | 1 | -5/+6 |
* | plumbing/packfile: add new packfile parser | Javi Fontan | 2018-07-26 | 1 | -0/+359 |