aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/idxfile
Commit message (Expand)AuthorAgeFilesLines
* plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-212-0/+84
* plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndexMiguel Molina2018-08-104-23/+23
* plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-081-2/+3
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-072-2/+2
* plumbing: packfile, fix package testsMiguel Molina2018-07-302-1/+18
* plumbing/idxfile: test FindHash and writer with 64 bit offsetsJavi Fontan2018-07-272-10/+107
* plumbing: packfile, lazy object reads with DiskObjectsMiguel Molina2018-07-271-14/+11
* plumbing/idxfile: index is created only once and retrieved with IndexJavi Fontan2018-07-262-35/+70
* plumbing/idxfile: add offset/hash mapping to indexJavi Fontan2018-07-261-0/+51
* plumbing/idxfile: fix bug searching in MemoryIndexJavi Fontan2018-07-261-2/+2
* plumbing/idxfile: support offset64 generating indexesJavi Fontan2018-07-262-5/+65
* plumbing/idxfile: use Entry to hold object dataJavi Fontan2018-07-261-16/+11
* plumbing: idxfile, add idxfile.Writer with Observer interfaceJavi Fontan2018-07-261-0/+132
* plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-196-204/+466
* idxfile: optimise allocations in readObjectNamesDavid Symonds2018-05-301-4/+4
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-232-2/+2
* format: idxfile, support for >2Gb packfilesMáximo Cuadros2017-07-274-1/+106
* packfile: create packfile.Index and reuse itSantiago M. Mola2017-07-265-11/+13
* Use buffered IO for decoding index files.JP Sugarbroad2017-07-101-2/+3
* fix gofmtSantiago M. Mola2017-06-132-2/+4
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-075-7/+7
* Return values of Read not checked (fix #65)Antonio Jesus Navarro Perez2017-03-021-4/+4
* package plumbing documentation improvements (#248)Máximo Cuadros2017-02-074-141/+137
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-305-7/+7
* new git fixture pathMáximo Cuadros2017-01-302-2/+2
* Fix some typos in plumbing docs (#244)Sergio Arbeo2017-01-301-1/+1
* new plumbing package (#118)Máximo Cuadros2016-11-086-0/+590