| Commit message (Expand) | Author | Age | Files | Lines |
* | Close Reader & Writer of EncodedObject after use | Kyungmin Bae | 2020-05-24 | 1 | -0/+2 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -10/+10 |
* | filesystem: ObjectStorage, MaxOpenDescriptors option | Arran Walker | 2019-04-22 | 1 | -39/+106 |
* | storage/filesystem: check file object before using cache | Javi Fontan | 2019-01-30 | 1 | -5/+4 |
* | plumbing: format/packfile, performance optimizations for reading large commit... | Filip Navara | 2018-11-28 | 1 | -23/+36 |
* | storage/filesystem: Added reindex method to reindex packfiles | Javier Peletier | 2018-11-12 | 1 | -0/+5 |
* | filesystem: add a new test for EncodedObjectSize | Jeremy Stribling | 2018-10-12 | 1 | -3/+1 |
* | object: get object size without reading whole object | Jeremy Stribling | 2018-10-11 | 1 | -0/+75 |
* | storage/filesystem: add more doc to NewPackfileIter | Javi Fontan | 2018-09-21 | 1 | -4/+7 |
* | storage/filesystem: keep packs open in PackfileIter | Javi Fontan | 2018-09-20 | 1 | -10/+23 |
* | Expose Storage cache. | kuba-- | 2018-09-07 | 1 | -19/+10 |
* | storage/dotgit: add KeepDescriptors option | Javi Fontan | 2018-09-04 | 1 | -1/+9 |
* | storage/filesystem: move Options to filesytem and dotgit | Javi Fontan | 2018-09-03 | 1 | -0/+12 |
* | plumbing, storage: add bases to the common cache | Javi Fontan | 2018-08-22 | 1 | -2/+16 |
* | plumbing: packfile, open and close packfile on FSObject reads | Miguel Molina | 2018-08-09 | 1 | -9/+6 |
* | storage: filesystem, close Packfile after iterating objects | Miguel Molina | 2018-08-09 | 1 | -1/+10 |
* | storage: filesystem, benchmark PackfileIter | Miguel Molina | 2018-08-09 | 1 | -4/+26 |
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 1 | -47/+30 |
* | plumbing, storage: integrate new index | Javi Fontan | 2018-07-26 | 1 | -17/+29 |
* | plumbing/format/idxfile: add new Index and MemoryIndex | Miguel Molina | 2018-07-19 | 1 | -1/+1 |
* | storage: filesystem, make ObjectStorage constructor public | Miguel Molina | 2018-06-08 | 1 | -2/+3 |
* | dotgit: Move package outside internal. | Antonio Jesus Navarro Perez | 2018-06-05 | 1 | -1/+1 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -4/+4 |
* | storage/filesystem: optimize packfile iterator | Denys Smirnov | 2018-03-03 | 1 | -22/+61 |
* | Make DeltaBaseCache private | Javi Fontan | 2017-12-20 | 1 | -6/+6 |
* | Enforce the use of cache in packfile decoder | Javi Fontan | 2017-12-20 | 1 | -5/+2 |
* | storage: filesystem, add support for git alternates (#663) | Sunny | 2017-12-06 | 1 | -0/+21 |
* | storage: some minor code cleanup | Jeremy Stribling | 2017-11-29 | 1 | -6/+3 |
* | plumbing: add `HasEncodedObject` method to Storer | Jeremy Stribling | 2017-11-29 | 1 | -0/+26 |
* | Make object repacking more configurable | Taru Karttunen | 2017-11-29 | 1 | -2/+2 |
* | Support for repacking objects | Taru Karttunen | 2017-11-29 | 1 | -0/+8 |
* | First pass of prune design | Taru Karttunen | 2017-11-29 | 1 | -0/+24 |
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -2/+2 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -1/+1 |
* | Merge pull request #515 from smola/reuse-packed-objects | Máximo Cuadros | 2017-07-27 | 1 | -7/+97 |
|\ |
|
| * | storage: reuse deltas from packfiles | Santiago M. Mola | 2017-07-27 | 1 | -7/+97 |
* | | filesystem: reuse cache for packfile iterator | Santiago M. Mola | 2017-07-27 | 1 | -3/+4 |
|/ |
|
* | plumbing/cache: change FIFO to LRU cache | Santiago M. Mola | 2017-07-27 | 1 | -1/+1 |
* | storage/filesystem: reuse delta cache | Santiago M. Mola | 2017-07-27 | 1 | -1/+9 |
* | packfile: create packfile.Index and reuse it | Santiago M. Mola | 2017-07-26 | 1 | -33/+18 |
* | storage/filesystem: check all Close errors | Santiago M. Mola | 2017-07-19 | 1 | -9/+12 |
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -1/+1 |
* | Lazily load object index. | JP Sugarbroad | 2017-04-06 | 1 | -6/+22 |
* | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -1/+1 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -9/+9 |
* | Fix missing objects if they where deltified using ref-delta | Antonio Jesus Navarro Perez | 2017-02-07 | 1 | -3/+6 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -7/+7 |
* | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-28 | 1 | -10/+10 |
* | packfile/decoder: speed up packfile iterator when specific type (#200) | Antonio Navarro Perez | 2017-01-12 | 1 | -16/+22 |
* | Extract billy (#173) | Sergio Arbeo | 2016-12-19 | 1 | -3/+4 |