aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* format: packfile new interfaceMáximo Cuadros2016-09-071-14/+10
* format: packfile new interface (wip)Máximo Cuadros2016-09-061-3/+1
* storage: filesystem idx generation (wip)Máximo Cuadros2016-09-061-63/+26
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-0/+54
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-0/+17
* Support non packed objects (#68)sona-tar2016-08-301-3/+73
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-2/+2
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-4/+11
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-0/+142