aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | plumbing: transport, make target repo writeable in testsJavi Fontan2018-03-271-0/+21
* | *: Use CheckClose with named returnsJavi Fontan2018-03-278-14/+15
|/
* *: skip time consuming testsMáximo Cuadros2018-03-211-0/+9
* add tests for NewCommitIterCTime and NewCommitIterBSFSaeed Rasooli2018-03-061-0/+96
* add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord...Saeed Rasooli2018-03-052-0/+203
* Merge pull request #762 from zkry/escape-basic-auth-user-pswdMáximo Cuadros2018-03-012-2/+12
|\
| * plubming: transport, Escape the user and password for endpoint. Fixes #723Zachary Romero2018-02-282-2/+12
* | Merge pull request #766 from mvdan/patchesMáximo Cuadros2018-03-014-70/+11
|\ \
| * | all: make the upcoming Go 1.11's vet happyDaniel Martí2018-03-011-11/+11
| * | all: remove some unused codeDaniel Martí2018-03-013-59/+0
| |/
* | 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