| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: Replace short field names with more descriptive ones. | Matej Risek | 2023-11-19 | 3 | -17/+17 |
* | plumbing: Do not swallow http message coming from VCS providers. | matej.risek | 2023-09-05 | 4 | -4/+35 |
* | plumbing: http, Fix empty repos on Git v2.41+ | Paulo Gomes | 2023-07-01 | 1 | -0/+11 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 2 | -4/+3 |
* | 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 | 5 | -13/+230 |
* | plumbing: transport/http, skip flaky test | Máximo Cuadros | 2021-05-03 | 1 | -0/+4 |
* | plumbing: wire up contexts for Transport.AdvertisedReferences (#246) | Andrew Suffield | 2021-03-26 | 4 | -4/+44 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 3 | -3/+3 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 3 | -3/+3 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 6 | -22/+22 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 1 | -1/+1 |
* | Make http.AuthMethod setAuth public. Fixes #1196 | JACQUES Francois | 2019-07-28 | 2 | -5/+5 |
* | 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/transport: http, Adds token authentication support [Fixes #858] | Eric Billingsley | 2018-06-08 | 2 | -0/+38 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -3/+3 |
* | transport: http, fix services redirecting only info/refs | Máximo Cuadros | 2018-02-14 | 4 | -10/+56 |
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 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 | 3 | -5/+3 |
* | transport: made public all the fields and standardize AuthMethod | Máximo Cuadros | 2017-11-21 | 2 | -11/+6 |
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 5 | -18/+17 |
* | transport: git and http, full mocked tests | Máximo Cuadros | 2017-11-20 | 3 | -106/+106 |
* | transport: http, fixes random failing test, #644 | Máximo Cuadros | 2017-11-20 | 1 | -60/+52 |
* | Add sideband support for push | Ori Rawlings | 2017-09-01 | 1 | -0/+13 |
* | transport: context package support | Máximo Cuadros | 2017-07-25 | 2 | -8/+19 |
* | fix auth error issue | Antonio Jesus Navarro Perez | 2017-07-04 | 2 | -1/+7 |
* | fix CGI git server | Antonio Jesus Navarro Perez | 2017-07-04 | 1 | -7/+14 |
* | transport: http push | Antonio Jesus Navarro Perez | 2017-07-04 | 4 | -77/+253 |
* | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 2 | -10/+4 |
* | plumbing: transport, handle 403 in http transport | Chris Dostert | 2017-04-10 | 4 | -7/+12 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 5 | -16/+16 |
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 1 | -1/+1 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 5 | -16/+16 |
* | transport/http: fix partial request with haves. Fix #216. (#221) | Antonio Navarro Perez | 2017-01-25 | 2 | -3/+6 |
* | transport: remove SetAuth, fixes #206 (#210) | Anthony Weems | 2017-01-17 | 5 | -31/+26 |
* | server: add git server implementation (#190) | Santiago M. Mola | 2017-01-04 | 6 | -61/+62 |
* | transport: add git-send-pack support to local/ssh. (#163) | Santiago M. Mola | 2016-12-09 | 1 | -2/+3 |
* | plumbing/transport: allow AdvertisedReferences being called multiple times. (... | Santiago M. Mola | 2016-12-08 | 2 | -5/+5 |
* | remote: sideband support (#164) | Máximo Cuadros | 2016-12-07 | 2 | -31/+20 |
* | protocol/packp: UploadPackResponse implementation (#161) | Máximo Cuadros | 2016-12-06 | 1 | -26/+12 |
* | capabilities: full integration (#151) | Máximo Cuadros | 2016-12-01 | 2 | -3/+8 |
* | remove old types from transport and use packp (#142) | Santiago M. Mola | 2016-11-28 | 3 | -11/+65 |
* | move: format/packp -> protocol/packp (#141) | Santiago M. Mola | 2016-11-25 | 1 | -3/+3 |
* | plumbing/transport: add common tests and fixes. (#136) | Santiago M. Mola | 2016-11-25 | 4 | -131/+65 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 5 | -0/+550 |