aboutsummaryrefslogtreecommitdiffstats
path: root/cshared/auth_method_cshared.go
Commit message (Collapse)AuthorAgeFilesLines
* cshared: remove directory (Fix #236)Antonio Jesus Navarro Perez2017-02-211-192/+0
| | | | If some day this code is needed, we can go back into the commit history and get it.
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-2/+2
|
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-2/+2
| | | | | | | | | | | | | | | * 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
* new plumbing package (#118)Máximo Cuadros2016-11-081-2/+2
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* gofmt simplify (#111)ferhat elmas2016-11-071-3/+3
|
* v3 -> v4Máximo Cuadros2016-08-111-2/+2
|
* Add cshared files to allow building wrappers in other languagesVadim Markovtsev2016-06-151-0/+192