| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | plumbing: fix pack commands for the file client on Windows | Jeremy Stribling | 2017-08-03 | 2 | -2/+75 |
* | | *: windows support, some more fixes (#533) | Manuel Carmona | 2017-08-03 | 2 | -1/+2 |
|/ |
|
* | transport: fix ssh override config, fixes #519v4.0.0-rc13 | Máximo Cuadros | 2017-07-28 | 2 | -5/+40 |
* | transport: context package support | Máximo Cuadros | 2017-07-25 | 11 | -39/+187 |
* | plumbing: transport server, remove letfover | Máximo Cuadros | 2017-07-19 | 1 | -3/+0 |
* | plumbing: transport git fix test on windows | Máximo Cuadros | 2017-07-18 | 1 | -1/+3 |
* | plumbing: server, fix loader in windows | Máximo Cuadros | 2017-07-18 | 1 | -1/+4 |
* | Merge pull request #476 from smola/server-as-client | Máximo Cuadros | 2017-07-11 | 3 | -7/+49 |
|\ |
|
| * | transport/server: add NewClient | Santiago M. Mola | 2017-07-11 | 3 | -7/+49 |
* | | improve delete support on push | Santiago M. Mola | 2017-07-11 | 3 | -37/+16 |
|/ |
|
* | transport/file: avoid race with Command.Wait, fixes #463 | Santiago M. Mola | 2017-07-07 | 1 | -4/+14 |
* | transport/internal: read only first error line | Santiago M. Mola | 2017-07-07 | 1 | -17/+17 |
* | Merge pull request #423 from smola/ssh-options | Máximo Cuadros | 2017-07-05 | 1 | -3/+36 |
|\ |
|
| * | transport/ssh: allow global *ssh.ClientConfig override | Santiago M. Mola | 2017-06-23 | 1 | -14/+31 |