| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | 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 |