aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate cache lookup in getObjectContent, it is already done in FSOb...Filip Navara2019-04-241-13/+0
* Fix an error where getObjectType would seek in file and mess up the position ...Filip Navara2019-04-241-7/+11
* Reduce indentationFilip Navara2019-04-231-7/+5
* Add one more cache check to the iteratorFilip Navara2019-04-231-2/+12
* Address PR feedbackFilip Navara2019-04-231-2/+2
* Rename functionsFilip Navara2019-04-231-7/+9
* Avoid filling up the object cache from Packfile.GetByType with typ != plumbin...Filip Navara2019-04-231-17/+42
* Get the buffer from pool in fillOFSDeltaObjectContent instead of creating new...Filip Navara2019-04-221-1/+1
* Update commentFilip Navara2019-04-211-3/+3
* plumbing: packfile, apply small object reading optimization also for delta ob...Filip Navara2019-04-201-23/+61
* packfile: get object size correctly for delta objectsJeremy Stribling2019-01-312-1/+27
* plumbing/packfile: test UpdateObjectStorage empty packfile errorJavi Fontan2018-12-031-0/+14
* git: return better error message when packfile cannot be downloadedJavi Fontan2018-11-301-1/+7
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-285-33/+89
* Merge pull request #994 from epiclabs-io/fix-thin-packMáximo Cuadros2018-11-162-47/+95
|\
| * plumbing/format/packfile: Added thin pack testJavier Peletier2018-11-121-0/+50
| * plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991Javier Peletier2018-10-231-47/+45
* | 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
* 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-211-1/+1
* 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: 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-085-177/+226
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-079-1156/+489
* Merge pull request #907 from erizocosmico/feature/fix-testsMiguel Molina2018-08-014-34/+98
|\
| * plumbing: packfile, fix package testsMiguel Molina2018-07-303-32/+70
|/
* plumbing/packfile: add index generation to decoderJavi Fontan2018-07-271-7/+25
* plumbing: packfile, lazy object reads with DiskObjectsMiguel Molina2018-07-274-27/+293
* plumbing: packfile, new Packfile representationMiguel Molina2018-07-265-154/+418
* plumbing, storage: integrate new indexJavi Fontan2018-07-262-9/+11
* plumbing/packfile: preallocate memory in PatchDeltaJavi Fontan2018-07-261-1/+1
* 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-192-135/+17
* 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
* packfile: improve Index memory representation to be more compactDavid Symonds2018-05-302-23/+67
* *: Use CheckClose with named returnsJavi Fontan2018-03-272-4/+4
* *: skip time consuming testsMáximo Cuadros2018-03-211-0/+9
* 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