aboutsummaryrefslogtreecommitdiffstats
path: root/cshared/remote_cshared.go
Commit message (Collapse)AuthorAgeFilesLines
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-1/+1
| | | | | | | | | | | | | | | * plumbing: move plumbing/client package to plumbing/transport. * transport: create Client interface. * A Client can instantiate any client transport service. * InstallProtocol installs a Client for a given protocol, instead of just a UploadPackService. * A Client can open a session for fetch-pack or send-pack for a specific Endpoint. * Adapt ssh and http clients to the new client interface. * updated doc
* fix tests and examplesMáximo Cuadros2016-08-141-6/+5
|
* v3 -> v4Máximo Cuadros2016-08-111-2/+2
|
* Wrap more objects with CGoVadim Markovtsev2016-06-211-2/+2
|
* Add cshared files to allow building wrappers in other languagesVadim Markovtsev2016-06-151-0/+192