aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/internal/common
Commit message (Expand)AuthorAgeFilesLines
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* fix: don't use the `firstErrLine` when it is emptyThinkChaos2023-02-212-1/+15
* Remove unused variables/types/functionsAbhinav Gupta2021-11-271-5/+0
* git: Add support for deepening shallow clones (#311)Marcus Watkins2021-05-121-1/+1
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-261-3/+7
* plumbing: transport, fix handling of empty adv-refs on upload-packMáximo Cuadros2020-04-071-0/+7
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-102-9/+9
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-242-2/+2
* plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot...Jerome Doucet2018-07-142-0/+83
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-211-4/+4
* Add sideband support for pushOri Rawlings2017-09-011-2/+16
* transport: context package supportMáximo Cuadros2017-07-252-11/+48
* transport/internal: read only first error lineSantiago M. Mola2017-07-071-17/+17
* transport/internal: remove Wait function, use Close directlySantiago M. Mola2017-06-131-21/+5
* plumbing/transport: detect "access denied error"Santiago M. Mola2017-06-131-5/+10
* plumbing/transport: detect git protocol "no such repository" errorSantiago M. Mola2017-06-131-0/+5
* ensure receive-pack session is closed on push.Santiago M. Mola2017-06-131-1/+5
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-072-8/+8
* Remove TODOs from documentationAntonio Jesus Navarro Perez2017-02-281-5/+5
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-302-8/+8
* transport/http: fix partial request with haves. Fix #216. (#221)Antonio Navarro Perez2017-01-251-1/+1
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-171-14/+7
* server: add git server implementation (#190)Santiago M. Mola2017-01-042-14/+86
* remote: add Push (#178)Santiago M. Mola2016-12-191-2/+2
* transport: new git protocol (#175)Máximo Cuadros2016-12-121-32/+59
* transport: add git-send-pack support to local/ssh. (#163)Santiago M. Mola2016-12-091-9/+46
* plumbing/transport: allow AdvertisedReferences being called multiple times. (...Santiago M. Mola2016-12-081-12/+9
* revision based on goreportcard.comMáximo Cuadros2016-12-061-1/+0
* protocol/packp: UploadPackResponse implementation (#161)Máximo Cuadros2016-12-061-21/+11
* transport/internal: error handling fixes and clean up (#160)Santiago M. Mola2016-12-061-21/+92
* capabilities: full integration (#151)Máximo Cuadros2016-12-011-0/+5
* transport: add local transport (#145)Santiago M. Mola2016-11-291-0/+295