aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object.go
Commit message (Expand)AuthorAgeFilesLines
* storage/filesystem: move Options to filesytem and dotgitJavi Fontan2018-09-031-0/+12
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-221-2/+16
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-9/+6
* storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-091-1/+10
* storage: filesystem, benchmark PackfileIterMiguel Molina2018-08-091-4/+26
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-47/+30
* plumbing, storage: integrate new indexJavi Fontan2018-07-261-17/+29
* plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-191-1/+1
* storage: filesystem, make ObjectStorage constructor publicMiguel Molina2018-06-081-2/+3
* dotgit: Move package outside internal.Antonio Jesus Navarro Perez2018-06-051-1/+1
* *: Use CheckClose with named returnsJavi Fontan2018-03-271-4/+4
* storage/filesystem: optimize packfile iteratorDenys Smirnov2018-03-031-22/+61
* Make DeltaBaseCache privateJavi Fontan2017-12-201-6/+6
* Enforce the use of cache in packfile decoderJavi Fontan2017-12-201-5/+2
* storage: filesystem, add support for git alternates (#663)Sunny2017-12-061-0/+21
* storage: some minor code cleanupJeremy Stribling2017-11-291-6/+3
* plumbing: add `HasEncodedObject` method to StorerJeremy Stribling2017-11-291-0/+26
* Make object repacking more configurableTaru Karttunen2017-11-291-2/+2
* Support for repacking objectsTaru Karttunen2017-11-291-0/+8
* First pass of prune designTaru Karttunen2017-11-291-0/+24
* all: simplificationferhat elmas2017-11-291-2/+2
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* Merge pull request #515 from smola/reuse-packed-objectsMáximo Cuadros2017-07-271-7/+97
|\
| * storage: reuse deltas from packfilesSantiago M. Mola2017-07-271-7/+97
* | filesystem: reuse cache for packfile iteratorSantiago M. Mola2017-07-271-3/+4
|/
* plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-271-1/+1
* storage/filesystem: reuse delta cacheSantiago M. Mola2017-07-271-1/+9
* packfile: create packfile.Index and reuse itSantiago M. Mola2017-07-261-33/+18
* storage/filesystem: check all Close errorsSantiago M. Mola2017-07-191-9/+12
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-1/+1
* Lazily load object index.JP Sugarbroad2017-04-061-6/+22
* use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-9/+9
* Fix missing objects if they where deltified using ref-deltaAntonio Jesus Navarro Perez2017-02-071-3/+6
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-7/+7
* storage: IndexStorer implementationMáximo Cuadros2017-01-281-10/+10
* packfile/decoder: speed up packfile iterator when specific type (#200)Antonio Navarro Perez2017-01-121-16/+22
* Extract billy (#173)Sergio Arbeo2016-12-191-3/+4
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-20/+20
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-2/+2
* new plumbing package (#118)Máximo Cuadros2016-11-081-48/+49
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-32/+9
* storage/filesystem: implement missing functionality. (#110)Santiago M. Mola2016-11-031-21/+36
* formats: objfile idomatic reader/writerMáximo Cuadros2016-09-251-21/+23
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-151-2/+10
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-111-1/+14
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-101-5/+5
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-14/+131
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-091-109/+93
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-0/+4