| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachab... | Anand Francis Joseph | 2023-11-02 | 1 | -5/+5 |
* | *: Replace fmt.Sprintf with net.JoinHostPort | Paulo Gomes | 2023-05-11 | 1 | -2/+2 |
* | plumbing: transport/ssh, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 1 | -3/+27 |
* | fix(ssh): unable to pass a custom HostKeyCallback func | Ayman Bagabas | 2023-03-05 | 1 | -20/+13 |
* | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ... | Evan Elias | 2022-09-22 | 1 | -1/+23 |
* | transport: ssh, fix cloning large repositories (#272) | David Cuadrado | 2021-03-26 | 1 | -1/+8 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -2/+2 |
* | ssh: leverage proxy.Dial | Jacob Blain Christen | 2019-05-02 | 1 | -1/+26 |
* | plumbing: transport ssh, ssh_config implementation | Máximo Cuadros | 2017-12-11 | 1 | -12/+40 |
* | check .ssh/config for host and port overrides; fixes #629 | Robert Smith | 2017-12-09 | 1 | -0/+15 |
* | transport: made public all the fields and standardize AuthMethod | Máximo Cuadros | 2017-11-21 | 1 | -6/+1 |
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 1 | -7/+7 |
* | transport: ssh, fixes override HostKeyCallback from DefaultClient | Máximo Cuadros | 2017-11-20 | 1 | -3/+1 |
* | transport: fix ssh override config, fixes #519v4.0.0-rc13 | Máximo Cuadros | 2017-07-28 | 1 | -5/+8 |
* | transport/ssh: allow global *ssh.ClientConfig override | Santiago M. Mola | 2017-06-23 | 1 | -14/+31 |
* | transport/ssh: allow passing SSH options | Santiago M. Mola | 2017-06-23 | 1 | -3/+19 |
* | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 1 | -12/+9 |
* | transport: ssh, new DefaultAuthBuilder variable | Máximo Cuadros | 2017-04-21 | 1 | -1/+7 |
* | transport: ssh, default HostKeyCallback | Máximo Cuadros | 2017-04-16 | 1 | -1/+7 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -2/+2 |
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 1 | -0/+1 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -2/+2 |
* | transport: remove SetAuth, fixes #206 (#210) | Anthony Weems | 2017-01-17 | 1 | -11/+11 |
* | transport: ssh, keeping the original path (#189) | Máximo Cuadros | 2016-12-15 | 1 | -4/+1 |
* | transport: add local transport (#145) | Santiago M. Mola | 2016-11-29 | 1 | -92/+47 |
* | plumbing/transport: add common tests and fixes. (#136) | Santiago M. Mola | 2016-11-25 | 1 | -17/+35 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 1 | -0/+151 |