aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make http.AuthMethod setAuth public. Fixes #1196JACQUES Francois2019-07-282-5/+5
* ssh: leverage proxy.DialJacob Blain Christen2019-05-022-1/+62
* config: add a way to see if a "remote" URL is local or notJeremy Stribling2019-02-111-14/+8
* Simplify return statement in receivePackNoCheckIskander (Alex) Sharipov2018-12-121-5/+1
* Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-...Colton McCurdy2018-11-012-1/+58
|\
| * http: improve TokenAuth documentationSantiago M. Mola2018-10-311-1/+8
| * plumbing: transport/http, Add missing host/port on redirect. Fixes #820Dave Henderson2018-10-272-0/+50
* | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969Colton McCurdy2018-11-011-3/+11
|/
* test: improve test for urlencoded user:passSantiago M. Mola2018-09-271-5/+15
* Merge pull request #949 from kuba--/custom-cacheMáximo Cuadros2018-09-082-3/+4
|\
| * Expose Storage cache.kuba--2018-09-072-3/+4
* | plumbing/transport: ssh check if list of known_hosts files is emptyKuba Podgórski2018-09-072-7/+69
|/
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-072-7/+6
* plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot...Jerome Doucet2018-07-142-0/+83
* plumbing/transport: http, Adds token authentication support [Fixes #858]Eric Billingsley2018-06-082-0/+38
* Remove printlnAntonio Jesus Navarro Perez2018-06-051-1/+0
* plumbing: transport, make target repo writeable in testsJavi Fontan2018-03-271-0/+21
* *: Use CheckClose with named returnsJavi Fontan2018-03-271-3/+3
* 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-012-22/+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-011-11/+0
| |/
* / Return error when creating public keys from invalid PEMMark DeLillo2018-02-252-0/+9
|/
* 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
* | Fix mistypingDmitry Labutin2018-02-071-2/+2
|/