| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: transport/common, Improve handling of remote errors | Max Jonas Werner | 2023-10-12 | 3 | -4/+124 |
* | fuzzing : fuzz testing support for oss-fuzz integration | Arjun Singh | 2023-10-02 | 1 | -0/+7 |
* | *: fix some typos | Zhizhen He | 2023-09-08 | 1 | -1/+1 |
* | plumbing: Do not swallow http message coming from VCS providers. | matej.risek | 2023-09-05 | 4 | -4/+35 |
* | plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740 | merlin | 2023-07-26 | 2 | -1/+19 |
* | plumbing: packp, A request is not empty if it contains shallows. Fixes #328 | Arieh Schneier | 2023-07-02 | 1 | -1/+1 |
* | plumbing: http, Fix empty repos on Git v2.41+ | Paulo Gomes | 2023-07-01 | 1 | -0/+11 |
* | *: Replace fmt.Sprintf with net.JoinHostPort | Paulo Gomes | 2023-05-11 | 2 | -4/+5 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 11 | -26/+14 |
* | plumbing: transport/http, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 7 | -1/+307 |
* | plumbing: transport/http, refactor transport to cache underlying transport ob... | Sanskar Jaiswal | 2023-05-04 | 6 | -45/+230 |
* | plumbing: transport/ssh, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 5 | -14/+287 |
* | plumbing/transport: add ProxyOptions to specify proxy details | Sanskar Jaiswal | 2023-05-04 | 1 | -0/+31 |
* | internal: Fix regression in csp-like match | Joseda Rios | 2023-04-15 | 1 | -4/+16 |
* | Merge pull request #655 from aymanbagabas/hostkeycallback | Paulo Gomes | 2023-03-06 | 4 | -43/+101 |
|\ |
|
| * | fix(ssh): unable to pass a custom HostKeyCallback func | Ayman Bagabas | 2023-03-05 | 4 | -43/+101 |
* | | fix: don't use the `firstErrLine` when it is empty | ThinkChaos | 2023-02-21 | 2 | -1/+15 |
|/ |
|
* | *: fix some typos (#567) | cui fliter | 2022-09-22 | 1 | -1/+1 |
* | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`... | 🚀 Steven Ewing 🌌 | 2022-09-22 | 1 | -2/+2 |
* | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ... | Evan Elias | 2022-09-22 | 2 | -17/+42 |
* | minor grammatical fixes | Jon Eskin | 2022-09-22 | 1 | -2/+2 |
* | all: replace go-homedir with os.UserHomeDir | Daniel Martà | 2022-05-29 | 1 | -5/+6 |
* | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 3 | -12/+1 |
* | git: Add support for deepening shallow clones (#311) | Marcus Watkins | 2021-05-12 | 1 | -1/+1 |
* | plumbing: transport/http, skip flaky test | Máximo Cuadros | 2021-05-03 | 1 | -0/+4 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 3 | -7/+26 |
* | utils: ioutil, Pipe implementatio | Máximo Cuadros | 2021-05-02 | 2 | -2/+3 |
* | plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im... | Máximo Cuadros | 2021-04-17 | 1 | -9/+9 |
* | plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (... | Hidde Beydals | 2021-04-17 | 2 | -18/+11 |
* | plumbing: transport/ssh, fix no agent test on windowsv5.3.0 | Máximo Cuadros | 2021-03-29 | 1 | -1/+1 |
* | *: fix flaky test | Máximo Cuadros | 2021-03-26 | 1 | -0/+4 |
* | plumbing: wire up contexts for Transport.AdvertisedReferences (#246) | Andrew Suffield | 2021-03-26 | 7 | -7/+64 |
* | transport: ssh, fix cloning large repositories (#272) | David Cuadrado | 2021-03-26 | 2 | -1/+29 |
* | Add insecureSkipTLS and cabundle (#228) | Daishan Peng | 2021-01-27 | 2 | -1/+40 |
* | fix nil | Oleg Kovalov | 2020-07-01 | 3 | -3/+3 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 8 | -9/+9 |
* | Merge pull request #22 from mcuadros/fix-empty | Máximo Cuadros | 2020-04-07 | 1 | -0/+7 |
|\ |
|
| * | plumbing: transport, fix handling of empty adv-refs on upload-pack | Máximo Cuadros | 2020-04-07 | 1 | -0/+7 |
* | | plumbing: transport server test for nil Packfile | Brandon Westcott | 2020-03-19 | 1 | -0/+30 |
* | | plumbing: transport server check for nil Packfile, fixes ref deletes | Brandon Westcott | 2020-03-19 | 1 | -5/+7 |
|/ |
|
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 13 | -40/+33 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 34 | -104/+104 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 3 | -3/+3 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 1 | -5/+0 |
* | Make http.AuthMethod setAuth public. Fixes #1196 | JACQUES Francois | 2019-07-28 | 2 | -5/+5 |
* | ssh: leverage proxy.Dial | Jacob Blain Christen | 2019-05-02 | 2 | -1/+62 |
* | 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 |
|\ |
|