aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* plumbing: object, don't add extra newline on PGP signatureChris Marchesi2018-08-211-1/+6
* plumbing: object, correct tag PGP encodingChris Marchesi2018-08-211-7/+3
* Merge pull request #920 from vancluever/f-add-commit-signkeyv4.6.0Máximo Cuadros2018-08-171-7/+7
|\
| * plumbing: object, Don't add new line at end of commit signatureChris Marchesi2018-08-161-7/+7
* | 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-144-14/+249
|/
* Merge pull request #906 from src-d/perf/packfile-readsMáximo Cuadros2018-08-1427-1434/+2602
|\
| * 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-096-63/+126
| * storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-091-0/+7
| * 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-0716-1181/+525
| * 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-266-158/+422
| * 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
* | plumbing/object: fix pgp signature encoder/decoderJavi Fontan2018-07-182-18/+45
|/
* Merge pull request #885 from jsravn/findentry-return-file-not-foundMáximo Cuadros2018-07-162-3/+8
|\
| * plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883James Ravn2018-07-102-3/+8
* | plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot...Jerome Doucet2018-07-142-0/+83
* | plumbing: add context to allow cancel on diff/patch computingMarc Barussaud2018-07-027-9/+215
|/
* packfile: optimise NewIndexFromIdxFile for a very common caseDavid Symonds2018-06-211-2/+12
* plumbing/transport: http, Adds token authentication support [Fixes #858]Eric Billingsley2018-06-082-0/+38
* plumbing: packfile, Don't push empty objects. Fixes #840kuba--2018-06-072-4/+19
* plumbing: object, adds tree path cache to trees. Fixes #793Javi Fontan2018-06-061-1/+26
* 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
* | Remove printlnAntonio Jesus Navarro Perez2018-06-051-1/+0
* | 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
* Merge pull request #792 from ajnavarro/fix/support-no-symref-capabilityMáximo Cuadros2018-04-022-9/+172
|\
| * Resolve HEAD if symRefs capability is not supportedAntonio Jesus Navarro Perez2018-03-262-9/+172