Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -2/+2 |
| | | | | 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 | -2/+2 |
| | |||||
* | server: add git server implementation (#190) | Santiago M. Mola | 2017-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * 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. | ||||
* | protocol/packp: use ReferenceName type for Command.Name. (#187) | Santiago M. Mola | 2016-12-15 | 1 | -1/+4 |
| | |||||
* | transport: add git-send-pack support to local/ssh. (#163) | Santiago M. Mola | 2016-12-09 | 1 | -10/+26 |
| | | | | | | | | | * protocol/packp: add Packfile field to ReferenceUpdateRequest. * protocol/packp: add NewReferenceUpdateRequestFromCapabilities. * NewReferenceUpdateRequestFromCapabilities can be used to create a ReferenceUpdateRequest with initial capabilities compatible with the server. * protocol/packp: fix new line handling on report status. * transport/file: test error on unexisting command. | ||||
* | protocol/packp: add reference update request encoder. (#147) | Santiago M. Mola | 2016-12-05 | 1 | -0/+231 |
* add ReferenceUpdateRequest struct. * add ReferenceUpdateRequest decoder. * add ReferenceUpdateRequest encoder. |