| Commit message (Expand) | Author | Age | Files | Lines |
* | utils: remove ioutil.Pipe and use std library io.Pipe | Ayman Bagabas | 2023-11-13 | 1 | -1/+1 |
* | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`... | 🚀 Steven Ewing 🌌 | 2022-09-22 | 1 | -2/+2 |
* | utils: ioutil, Pipe implementatio | Máximo Cuadros | 2021-05-02 | 1 | -1/+1 |
* | plumbing: wire up contexts for Transport.AdvertisedReferences (#246) | Andrew Suffield | 2021-03-26 | 1 | -0/+8 |
* | fix nil | Oleg Kovalov | 2020-07-01 | 1 | -1/+1 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 1 | -0/+1 |
* | 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 | 1 | -2/+1 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 6 | -25/+25 |
* | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 1 | -5/+0 |
* | Expose Storage cache. | kuba-- | 2018-09-07 | 2 | -3/+4 |
* | all: remove some unused code | Daniel Martà | 2018-03-01 | 1 | -11/+0 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 2 | -3/+3 |
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 6 | -40/+22 |
* | config: support a configurable, and turn-off-able, pack.window | Jeremy Stribling | 2017-09-11 | 1 | -1/+2 |
* | transport: context package support | Máximo Cuadros | 2017-07-25 | 2 | -4/+13 |
* | plumbing: transport server, remove letfover | Máximo Cuadros | 2017-07-19 | 1 | -3/+0 |
* | 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 | 2 | -37/+12 |
|/ |
|
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 2 | -17/+15 |
* | transport/server: use Endpoint string representation as a map key. | Antonio Jesus Navarro Perez | 2017-05-16 | 3 | -4/+20 |
* | do not convert local paths to URL | Santiago M. Mola | 2017-04-28 | 1 | -4/+3 |
* | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 1 | -1/+1 |
* | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -2/+2 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 6 | -22/+22 |
* | Merge pull request #294 from ajnavarro/improvement/todos-documentation | Santiago M. Mola | 2017-03-01 | 1 | -1/+1 |
|\ |
|
| * | Remove TODOs from documentation | Antonio Jesus Navarro Perez | 2017-02-28 | 1 | -1/+1 |
* | | plumbing/revlist: input as a slice of hashes instead of commits | Antonio Jesus Navarro Perez | 2017-02-27 | 2 | -22/+2 |
|/ |
|
* | documentation changes | Máximo Cuadros | 2017-01-31 | 1 | -1/+1 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 6 | -21/+21 |
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 1 | -2/+2 |
* | transport/http: fix partial request with haves. Fix #216. (#221) | Antonio Navarro Perez | 2017-01-25 | 1 | -0/+5 |
* | transport: remove SetAuth, fixes #206 (#210) | Anthony Weems | 2017-01-17 | 3 | -5/+5 |
* | server: add git server implementation (#190) | Santiago M. Mola | 2017-01-04 | 6 | -0/+714 |