aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport
Commit message (Expand)AuthorAgeFilesLines
...
* *: 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
|/
* gofmt -sMáximo Cuadros2018-01-251-2/+2
* plumbing: transport ssh, ssh_config implementationMáximo Cuadros2017-12-112-12/+107
* check .ssh/config for host and port overrides; fixes #629Robert Smith2017-12-091-0/+15
* all: gofmt -sferhat elmas2017-11-302-2/+2
* plumbing/transport: Fix truncated comment in EndpointOri Rawlings2017-11-271-1/+1
* Close http.Body reader when neededAntonio Jesus Navarro Perez2017-11-241-1/+3
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-2314-20/+17
* transport: made public all the fields and standardize AuthMethodMáximo Cuadros2017-11-215-55/+59
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-2122-101/+82
* transport: converts Endpoint interface into a structMáximo Cuadros2017-11-212-167/+195
* transport: git and http, full mocked testsMáximo Cuadros2017-11-202-8/+7
* transport: git and http, full mocked testsMáximo Cuadros2017-11-206-243/+211
* transport: ssh, mocked SSH server, fixes #332Máximo Cuadros2017-11-201-16/+108
* transport: ssh, fixes override HostKeyCallback from DefaultClientMáximo Cuadros2017-11-202-4/+2
* transport: http, fixes random failing test, #644Máximo Cuadros2017-11-201-60/+52
* Fixed SCP regexJ. Fernando Sánchez2017-09-282-2/+2
* Adds port to SCP EndpointsJ. Fernando Sánchez2017-09-282-3/+23
* config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-112-2/+3
* Add sideband support for pushOri Rawlings2017-09-012-2/+29
* plumbing: use LookPath instead of Stat to fix Windows executablesJeremy Stribling2017-08-272-2/+2
* Merge pull request #540 from mcarmonaa/fix/git-transport-windows-testMáximo Cuadros2017-08-101-0/+6
|\