aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport
Commit message (Expand)AuthorAgeFilesLines
* plumbing: transport/git, Improve tests error messagePaulo Gomes2023-11-171-5/+15
* plumbing: fix empty uploadpack request errorAyman Bagabas2023-11-161-0/+6
* utils: remove ioutil.Pipe and use std library io.PipeAyman Bagabas2023-11-132-3/+2
* build: fix go-git binary buildAyman Bagabas2023-11-071-2/+2
* plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachab...Anand Francis Joseph2023-11-022-5/+27
* plumbing: transport/common, Improve handling of remote errorsMax Jonas Werner2023-10-123-4/+124
* fuzzing : fuzz testing support for oss-fuzz integrationArjun Singh2023-10-021-0/+7
* *: fix some typosZhizhen He2023-09-081-1/+1
* plumbing: Do not swallow http message coming from VCS providers.matej.risek2023-09-054-4/+35
* plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740merlin2023-07-262-1/+19
* plumbing: packp, A request is not empty if it contains shallows. Fixes #328Arieh Schneier2023-07-021-1/+1
* plumbing: http, Fix empty repos on Git v2.41+Paulo Gomes2023-07-011-0/+11
* *: Replace fmt.Sprintf with net.JoinHostPortPaulo Gomes2023-05-112-4/+5
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-1111-26/+14
* plumbing: transport/http, add support for custom proxy URLsSanskar Jaiswal2023-05-047-1/+307
* plumbing: transport/http, refactor transport to cache underlying transport ob...Sanskar Jaiswal2023-05-046-45/+230
* plumbing: transport/ssh, add support for custom proxy URLsSanskar Jaiswal2023-05-045-14/+287
* plumbing/transport: add ProxyOptions to specify proxy detailsSanskar Jaiswal2023-05-041-0/+31
* internal: Fix regression in csp-like matchJoseda Rios2023-04-151-4/+16
* Merge pull request #655 from aymanbagabas/hostkeycallbackPaulo Gomes2023-03-064-43/+101
|\
| * fix(ssh): unable to pass a custom HostKeyCallback funcAyman Bagabas2023-03-054-43/+101
* | fix: don't use the `firstErrLine` when it is emptyThinkChaos2023-02-212-1/+15
|/
* *: fix some typos (#567)cui fliter2022-09-221-1/+1
* plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`...🚀 Steven Ewing 🌌2022-09-221-2/+2
* plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ...Evan Elias2022-09-222-17/+42
* minor grammatical fixesJon Eskin2022-09-221-2/+2
* all: replace go-homedir with os.UserHomeDirDaniel Martí2022-05-291-5/+6
* Remove unused variables/types/functionsAbhinav Gupta2021-11-273-12/+1
* git: Add support for deepening shallow clones (#311)Marcus Watkins2021-05-121-1/+1
* plumbing: transport/http, skip flaky testMáximo Cuadros2021-05-031-0/+4
* *: use go-billy instead of os callsMáximo Cuadros2021-05-023-7/+26
* utils: ioutil, Pipe implementatioMáximo Cuadros2021-05-022-2/+3
* plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im...Máximo Cuadros2021-04-171-9/+9
* plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (...Hidde Beydals2021-04-172-18/+11
* plumbing: transport/ssh, fix no agent test on windowsv5.3.0Máximo Cuadros2021-03-291-1/+1
* *: fix flaky testMáximo Cuadros2021-03-261-0/+4
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-267-7/+64
* transport: ssh, fix cloning large repositories (#272)David Cuadrado2021-03-262-1/+29
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-272-1/+40
* fix nilOleg Kovalov2020-07-013-3/+3
* fix goreportcard warningsOleg Kovalov2020-07-018-9/+9
* Merge pull request #22 from mcuadros/fix-emptyMáximo Cuadros2020-04-071-0/+7
|\
| * plumbing: transport, fix handling of empty adv-refs on upload-packMáximo Cuadros2020-04-071-0/+7
* | plumbing: transport server test for nil PackfileBrandon Westcott2020-03-191-0/+30
* | plumbing: transport server check for nil Packfile, fixes ref deletesBrandon Westcott2020-03-191-5/+7
|/
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-1013-40/+33
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-1034-104/+104
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-243-3/+3
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-291-1/+1
* *: fixed tautological error conditionsautological error conditionsChristian Muehlhaeuser2019-07-291-5/+0