aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format
Commit message (Expand)AuthorAgeFilesLines
* all: remove extra 's' in "mismatch"Jongmin Kim2018-09-261-1/+1
* Merge pull request #932 from flant/fix-negative-range-infoMáximo Cuadros2018-09-102-2/+43
|\
| * Fix fatal corrupt patch in unified diff formatAntonio Jesus Navarro Perez2018-09-072-2/+43
* | Expose Storage cache.kuba--2018-09-071-4/+3
|/
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-222-0/+25
* plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-213-1/+85
* Fixed an edge case for .gitignoreFedor Korotkov2018-08-192-0/+9
* plumbing/packfile: do not compute sha1 for already undeltified objectsJavi Fontan2018-08-141-7/+9
* plumbing/pacfile: tidy up objectInfo structJavi Fontan2018-08-141-36/+22
* plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-141-14/+10
* plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndexMiguel Molina2018-08-104-23/+23
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-095-56/+126
* plumbing: packfile, rename DiskObject to FSObjectMiguel Molina2018-08-092-15/+15
* plumbing: packfile, read object content only onceMiguel Molina2018-08-092-7/+40
* plumbing: packfile, add Parse benchmarkMiguel Molina2018-08-091-0/+30
* plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-086-179/+229
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-0711-1158/+491
* Merge pull request #907 from erizocosmico/feature/fix-testsMiguel Molina2018-08-016-35/+116
|\
| * plumbing: packfile, fix package testsMiguel Molina2018-07-305-33/+88
|/
* plumbing/packfile: add index generation to decoderJavi Fontan2018-07-271-7/+25
* plumbing/idxfile: test FindHash and writer with 64 bit offsetsJavi Fontan2018-07-272-10/+107
* plumbing: packfile, lazy object reads with DiskObjectsMiguel Molina2018-07-275-41/+304
* plumbing: packfile, new Packfile representationMiguel Molina2018-07-265-154/+418
* plumbing, storage: integrate new indexJavi Fontan2018-07-262-9/+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/packfile: preallocate memory in PatchDeltaJavi Fontan2018-07-261-1/+1
* 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/packfile: disable lookup by offsetJavi Fontan2018-07-261-8/+9
* plumbing/packfile: add new packfile parserJavi Fontan2018-07-262-0/+498
* plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-198-339/+483
* packfile: optimise NewIndexFromIdxFile for a very common caseDavid Symonds2018-06-211-2/+12
* plumbing: packfile, Don't push empty objects. Fixes #840kuba--2018-06-072-4/+19
* Merge pull request #846 from dsymonds/compactMáximo Cuadros2018-06-062-23/+67
|\
| * packfile: improve Index memory representation to be more compactDavid Symonds2018-05-302-23/+67
* | idxfile: optimise allocations in readObjectNamesDavid Symonds2018-05-301-4/+4
|/
* Worktree: Provide ability to add excludes (#825)Alan D. Cabrera2018-05-112-7/+249
* plumbing: format: pktline, Accept oversized pkt-lines up to 65524 bytesJoseph Vusich2018-04-023-2/+19
* *: Use CheckClose with named returnsJavi Fontan2018-03-272-4/+4
* *: skip time consuming testsMáximo Cuadros2018-03-211-0/+9
* Merge pull request #739 from mcuadros/addMáximo Cuadros2018-02-283-0/+255
|\
| * plumbing: format index, Index.Add and Index.Glob methodsMáximo Cuadros2018-02-263-0/+255
* | add test for crashing diffMechiel Lukkien2018-02-161-0/+37
* | fix crash when generating a unified diff with a small ending equal-chunkMechiel Lukkien2018-02-141-2/+6
* | plumbing: format/packfile, add SaveOriginalMetadata functionJavi Fontan2018-02-092-5/+9
* | plumbing: format/packfile, fix panic retrieving object hash.Javi Fontan2018-02-093-4/+10
|/
* plumbing: format/packfile, check nil objects in ObjectToPackJavi Fontan2018-01-252-8/+12