aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/packfile.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-281-23/+28
* Remove unused method (#1022)Antonio Navarro Perez2018-11-161-56/+0
* packfile: add comment on GetSizeByOffsetJeremy Stribling2018-10-151-0/+2
* object: get object size without reading whole objectJeremy Stribling2018-10-111-0/+16
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-221-0/+15
* plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-211-1/+1
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-30/+39
* plumbing: packfile, rename DiskObject to FSObjectMiguel Molina2018-08-091-2/+2
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-35/+100
* Merge pull request #907 from erizocosmico/feature/fix-testsMiguel Molina2018-08-011-0/+26
* plumbing: packfile, lazy object reads with DiskObjectsMiguel Molina2018-07-271-26/+182
* plumbing: packfile, new Packfile representationMiguel Molina2018-07-261-0/+249