Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: allow discovery of non bare repos in fsLoader | Jakob Möller | 2024-08-21 | 1 | -2/+10 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -6/+6 |
| | |||||
* | Expose Storage cache. | kuba-- | 2018-09-07 | 1 | -1/+2 |
| | | | | Signed-off-by: kuba-- <kuba@sourced.tech> | ||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 1 | -4/+4 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | 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 |
| | |||||
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -3/+7 |
| | |||||
* | transport/server: use Endpoint string representation as a map key. | Antonio Jesus Navarro Perez | 2017-05-16 | 1 | -2/+2 |
| | | | | Two endpoints are not equals between them, even if they were generated using the same url or path. | ||||
* | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 1 | -1/+1 |
| | | | | | * add internal *url.URL implementation for regular URLs. * add internal implementation for SCP-like URLs. | ||||
* | 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 | 1 | -5/+5 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -3/+3 |
| | |||||
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | server: add git server implementation (#190) | Santiago M. Mola | 2017-01-04 | 1 | -0/+59 |
* server: add generic server implementation (transport-independent), both for git-upload-pack and git-receive-pack. * server: move internal functions to internal/common. * cli: add git-receive-pack and git-upload-pack implementations. * format/packfile: add UpdateObjectStorage function, extracted from Remote. * transport: implement tranport RPC-like, only with git-upload-pack and git-receive-pack methods. Client renamed to Transport. * storer: add storer.Storer interface. * protocol/packp: add UploadPackResponse constructor with packfile. * protocol/packp: fix UploadPackResponse encoding, add tests. * protocol/packp/capability: implement All. |