aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Return error when creating public keys from invalid PEMMark DeLillo2018-02-252-0/+9
| |/ |/|
* | Merge pull request #749 from irias/masterv4.1.1Máximo Cuadros2018-02-172-2/+43
|\ \
| * | 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
* | | Merge pull request #751 from mcuadros/redirectMáximo Cuadros2018-02-154-10/+56
|\ \ \ | |/ / |/| |
| * | transport: http, fix services redirecting only info/refsMáximo Cuadros2018-02-144-10/+56
| |/
* | 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
* | Fix mistypingDmitry Labutin2018-02-071-2/+2
|/
* Merge pull request #731 from jfontan/fix/crash-with-delta-cyclesMáximo Cuadros2018-01-264-2/+56
|\
| * plumbing: format/packfile, check nil objects in ObjectToPackJavi Fontan2018-01-252-8/+12
| * plumbing: format/packfile, fix crash with cycle deltasJavi Fontan2018-01-244-1/+51
* | gofmt -sMáximo Cuadros2018-01-251-2/+2
|/
* plumbing: packfile, Add crc check to scanner test.Javi Fontan2018-01-211-4/+75
* plumbing: packfile, Add a buffer to crc writer.Javi Fontan2018-01-211-9/+31
* Test eviction of more than one objectJavi Fontan2018-01-161-0/+20
* Cache should hold objects the same size as MaxSizeJavi Fontan2018-01-161-1/+1
* Modify cache to delete more than one item to free spaceJavi Fontan2018-01-162-5/+3
* Clean reconstructed objects outside pack windowJavi Fontan2018-01-111-13/+19
* fix typoWells Johnston2018-01-081-1/+1
* Merge pull request #698 from jfontan/improvement/use-decoder-cacheMáximo Cuadros2017-12-205-58/+106
|\
| * Exercise NewObjectLRUDefault in testingJavi Fontan2017-12-201-41/+60
| * Make DeltaBaseCache privateJavi Fontan2017-12-201-6/+13
| * Fix typo and documentation of NewDecoderForTypeJavi Fontan2017-12-201-3/+3
| * Enforce the use of cache in packfile decoderJavi Fontan2017-12-204-12/+34
* | Improve delta reutilizationAntonio Jesus Navarro Perez2017-12-205-29/+152
|/
* plumbing: transport ssh, ssh_config implementationMáximo Cuadros2017-12-112-12/+107