aboutsummaryrefslogtreecommitdiffstats
path: root/remote_test.go
Commit message (Expand)AuthorAgeFilesLines
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-35/+33
* protocol/packp: capabilities new Capability entity and List struct, test impr...Máximo Cuadros2016-11-291-2/+3
* remove old types from transport and use packp (#142)Santiago M. Mola2016-11-281-6/+6
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-13/+13
* Add configurable http client factory (fixes #120) (#121)ferhat elmas2016-11-151-0/+46
* new plumbing package (#118)Máximo Cuadros2016-11-081-14/+15
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-7/+21
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-041-1/+1
* remote, fix copy tag reference on fetchMáximo Cuadros2016-10-261-3/+16
* utils/fs: move 'os' and 'test' to separate packages. (#93)Santiago M. Mola2016-10-241-2/+2
* test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa...Máximo Cuadros2016-09-221-5/+49
* format: packfile new interfaceMáximo Cuadros2016-09-071-10/+4
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-1/+18
* options renamed and some text fixesMáximo Cuadros2016-08-221-1/+1
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-1/+1
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-12/+12
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-201-35/+27
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-7/+3
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-29/+20
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-11/+71
* Repository and Remote API changesMáximo Cuadros2016-08-131-13/+12
* general: usage of the new Reference objectsMáximo Cuadros2016-08-121-5/+8
* v3 -> v4Máximo Cuadros2016-08-111-4/+4
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-7/+8
* remote.Head and repository.PullDefaultMáximo Cuadros2016-04-251-0/+15
* New iteration behavior via FileIter and TreeWalkerJoshua Sjoding2016-02-171-1/+1
* update imports to v3Máximo Cuadros2016-02-171-3/+3
* storages: memory objectMáximo Cuadros2016-02-171-2/+2
* clients: new AuthMethod and ConnectWithAuthMáximo Cuadros2015-11-051-0/+8
* clients: capabilities improvementMáximo Cuadros2015-11-011-1/+1
* internal -> coreMáximo Cuadros2015-10-311-2/+2
* tree and commitMáximo Cuadros2015-10-271-0/+6
* objects: using readers from internal.ObjectMáximo Cuadros2015-10-261-2/+2
* formats/packfile: new reader APIMáximo Cuadros2015-10-251-4/+5
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-251-2/+2
* formats/packfile: cleanupMáximo Cuadros2015-10-231-1/+1
* formats/packfile: type Hash instead of stringsMáximo Cuadros2015-10-231-1/+2
* clients and remote: fetch implementationMáximo Cuadros2015-10-231-1/+20
* new remote abstractionMáximo Cuadros2015-10-231-0/+29