| Commit message (Expand) | Author | Age | Files | Lines |
* | config: add a way to see if a "remote" URL is local or not | Jeremy Stribling | 2019-02-11 | 1 | -14/+8 |
* | Simplify return statement in receivePackNoCheck | Iskander (Alex) Sharipov | 2018-12-12 | 1 | -5/+1 |
* | Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-... | Colton McCurdy | 2018-11-01 | 2 | -1/+58 |
|\ |
|
| * | http: improve TokenAuth documentation | Santiago M. Mola | 2018-10-31 | 1 | -1/+8 |
| * | plumbing: transport/http, Add missing host/port on redirect. Fixes #820 | Dave Henderson | 2018-10-27 | 2 | -0/+50 |
* | | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 | Colton McCurdy | 2018-11-01 | 1 | -3/+11 |
|/ |
|
* | test: improve test for urlencoded user:pass | Santiago M. Mola | 2018-09-27 | 1 | -5/+15 |
* | Merge pull request #949 from kuba--/custom-cache | Máximo Cuadros | 2018-09-08 | 2 | -3/+4 |
|\ |
|
| * | Expose Storage cache. | kuba-- | 2018-09-07 | 2 | -3/+4 |
* | | plumbing/transport: ssh check if list of known_hosts files is empty | Kuba Podgórski | 2018-09-07 | 2 | -7/+69 |
|/ |
|
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 2 | -7/+6 |
* | plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot... | Jerome Doucet | 2018-07-14 | 2 | -0/+83 |
* | plumbing/transport: http, Adds token authentication support [Fixes #858] | Eric Billingsley | 2018-06-08 | 2 | -0/+38 |
* | Remove println | Antonio Jesus Navarro Perez | 2018-06-05 | 1 | -1/+0 |
* | plumbing: transport, make target repo writeable in tests | Javi Fontan | 2018-03-27 | 1 | -0/+21 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -3/+3 |
* | Merge pull request #762 from zkry/escape-basic-auth-user-pswd | Máximo Cuadros | 2018-03-01 | 2 | -2/+12 |
|\ |
|
| * | plubming: transport, Escape the user and password for endpoint. Fixes #723 | Zachary Romero | 2018-02-28 | 2 | -2/+12 |
* | | Merge pull request #766 from mvdan/patches | Máximo Cuadros | 2018-03-01 | 2 | -22/+11 |
|\ \ |
|
| * | | all: make the upcoming Go 1.11's vet happy | Daniel Martí | 2018-03-01 | 1 | -11/+11 |
| * | | all: remove some unused code | Daniel Martí | 2018-03-01 | 1 | -11/+0 |
| |/ |
|
* / | Return error when creating public keys from invalid PEM | Mark DeLillo | 2018-02-25 | 2 | -0/+9 |
|/ |
|
* | Merge pull request #751 from mcuadros/redirect | Máximo Cuadros | 2018-02-15 | 4 | -10/+56 |
|\ |
|
| * | transport: http, fix services redirecting only info/refs | Máximo Cuadros | 2018-02-14 | 4 | -10/+56 |
* | | Fix mistyping | Dmitry Labutin | 2018-02-07 | 1 | -2/+2 |
|/ |
|
* | gofmt -s | Máximo Cuadros | 2018-01-25 | 1 | -2/+2 |
* | plumbing: transport ssh, ssh_config implementation | Máximo Cuadros | 2017-12-11 | 2 | -12/+107 |
* | check .ssh/config for host and port overrides; fixes #629 | Robert Smith | 2017-12-09 | 1 | -0/+15 |
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 2 | -2/+2 |
* | plumbing/transport: Fix truncated comment in Endpoint | Ori Rawlings | 2017-11-27 | 1 | -1/+1 |
* | Close http.Body reader when needed | Antonio Jesus Navarro Perez | 2017-11-24 | 1 | -1/+3 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 14 | -20/+17 |
* | transport: made public all the fields and standardize AuthMethod | Máximo Cuadros | 2017-11-21 | 5 | -55/+59 |
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 22 | -101/+82 |
* | transport: converts Endpoint interface into a struct | Máximo Cuadros | 2017-11-21 | 2 | -167/+195 |
* | transport: git and http, full mocked tests | Máximo Cuadros | 2017-11-20 | 2 | -8/+7 |
* | transport: git and http, full mocked tests | Máximo Cuadros | 2017-11-20 | 6 | -243/+211 |
* | transport: ssh, mocked SSH server, fixes #332 | Máximo Cuadros | 2017-11-20 | 1 | -16/+108 |
* | transport: ssh, fixes override HostKeyCallback from DefaultClient | Máximo Cuadros | 2017-11-20 | 2 | -4/+2 |
* | transport: http, fixes random failing test, #644 | Máximo Cuadros | 2017-11-20 | 1 | -60/+52 |
* | Fixed SCP regex | J. Fernando Sánchez | 2017-09-28 | 2 | -2/+2 |
* | Adds port to SCP Endpoints | J. Fernando Sánchez | 2017-09-28 | 2 | -3/+23 |
* | config: support a configurable, and turn-off-able, pack.window | Jeremy Stribling | 2017-09-11 | 2 | -2/+3 |
* | Add sideband support for push | Ori Rawlings | 2017-09-01 | 2 | -2/+29 |
* | plumbing: use LookPath instead of Stat to fix Windows executables | Jeremy Stribling | 2017-08-27 | 2 | -2/+2 |
* | Merge pull request #540 from mcarmonaa/fix/git-transport-windows-test | Máximo Cuadros | 2017-08-10 | 1 | -0/+6 |
|\ |
|
| * | skipped receive_pack_test for git transport in windows | Manuel Carmona | 2017-08-10 | 1 | -0/+6 |
* | | Avoid using user.Current() | Kim, Hirokuni | 2017-08-08 | 1 | -6/+20 |
|/ |
|
* | *: windows support, some more fixes (2) (#536) | Manuel Carmona | 2017-08-07 | 3 | -1/+22 |
* | Merge pull request #527 from strib/win-pack-cmds | Máximo Cuadros | 2017-08-04 | 2 | -2/+75 |
|\ |
|