| Commit message (Expand) | Author | Age | Files | Lines |
* | clients: common, initialize Refs in GitUploadPackInfo | Máximo Cuadros | 2016-11-05 | 1 | -1/+4 |
* | ulreq: adds encoder and decoder for upload-request messages (#106) | Alberto Cortés | 2016-11-02 | 2 | -34/+110 |
* | Fix ssh workflow (#96) | Alberto Cortés | 2016-10-27 | 2 | -52/+91 |
* | Use advrefs in gituploadpackinfo (#92) | Alberto Cortés | 2016-10-26 | 4 | -247/+69 |
* | Fix pktline api (#89)v4.0.0-rc1 | Alberto Cortés | 2016-10-19 | 1 | -16/+14 |
* | Substitute old pktline encoder/decoder with new pktline scanner (#84) | Alberto Cortés | 2016-10-18 | 4 | -48/+69 |
* | clients: ssh, check instead of assert, sinced is a wellknown bug | Máximo Cuadros | 2016-09-22 | 1 | -1/+3 |
* | doc packages | Máximo Cuadros | 2016-09-01 | 2 | -5/+7 |
* | clients: default Auth methods | Máximo Cuadros | 2016-08-31 | 8 | -59/+114 |
* | clients/common: GitUploadPackInfo correct handling capabilities and symrefs | Máximo Cuadros | 2016-08-31 | 2 | -26/+39 |
* | clients/http: better error handling | Máximo Cuadros | 2016-08-25 | 6 | -16/+77 |
* | clients/ssh: test fix | Máximo Cuadros | 2016-08-24 | 3 | -150/+72 |
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 3 | -0/+9 |
* | clients/http: fix tests | Máximo Cuadros | 2016-08-18 | 1 | -1/+1 |
* | clients/common: Endpoint SCP like support | Máximo Cuadros | 2016-08-16 | 2 | -0/+23 |
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ... | Máximo Cuadros | 2016-08-15 | 3 | -3/+38 |
* | clients: new Endpoint implementation and InstallProtocol function | Máximo Cuadros | 2016-08-13 | 9 | -162/+129 |
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 3 | -17/+7 |
* | general: usage of the new Reference objects | Máximo Cuadros | 2016-08-12 | 2 | -16/+50 |
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 1 | -1/+1 |
* | core: new MemoryObject, move from memory.Object, packfile.Parser, base on new... | Máximo Cuadros | 2016-08-11 | 1 | -1/+0 |
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 10 | -20/+20 |
* | Fix #62 (#66) | Vadim Markovtsev | 2016-08-10 | 1 | -1/+1 |
* | Adds support to open local repositories and to use file-based object storage ...v3.1.0 | Alberto Cortés | 2016-07-04 | 4 | -15/+32 |
* | fix misspellingsv3.0.4 | Máximo Cuadros | 2016-05-19 | 1 | -2/+2 |
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 10 | -20/+20 |
* | remove package docv2.2.0 | Máximo Cuadros | 2016-02-16 | 2 | -0/+2 |
* | fix typo | Shawn Smith | 2016-02-17 | 1 | -1/+1 |
* | clients: skip ssh test when SSH_AUTH_SOCK is not present | Máximo Cuadros | 2016-02-13 | 2 | -10/+16 |
* | clients: cleanup | Máximo Cuadros | 2016-02-11 | 1 | -17/+10 |
* | clients: removing url from the clients constructor | Máximo Cuadros | 2016-02-11 | 6 | -46/+47 |
* | Add install protocols capabilities to GitUploadPackService | Alberto Cortés | 2015-12-17 | 7 | -70/+131 |
* | Add client selection based on repo URL scheme | Alberto Cortés | 2015-12-16 | 3 | -2/+90 |
* | blame code reorganization, and mutting the test | Máximo Cuadros | 2015-12-12 | 1 | -16/+0 |
* | Merge pull request #5 from alcortesm/ssh | Máximo Cuadros | 2015-11-17 | 4 | -0/+670 |
|\ |
|
| * | ssh client | Alberto Cortés | 2015-11-17 | 4 | -0/+670 |
* | | client/common: fix empty panic on set at empty capability | Máximo Cuadros | 2015-11-17 | 2 | -1/+11 |
|/ |
|
* | common: GitUploadPackRequest Want, Have methods | Máximo Cuadros | 2015-11-10 | 3 | -18/+19 |
* | clients: GitUploadPackInfo head change | Máximo Cuadros | 2015-11-05 | 4 | -14/+28 |
* | clients: new AuthMethod and ConnectWithAuth | Máximo Cuadros | 2015-11-05 | 5 | -9/+87 |
* | clients: capabilities improvement and info head | Máximo Cuadros | 2015-11-05 | 2 | -4/+23 |
* | clients: capabilities improvement | Máximo Cuadros | 2015-11-01 | 4 | -56/+90 |
* | internal -> core | Máximo Cuadros | 2015-10-31 | 5 | -57/+27 |
* | clients: Capabilities parsing improvement and GitUploadPackInfo encoding | Máximo Cuadros | 2015-10-31 | 2 | -17/+97 |
* | client: handly empty repositories | Máximo Cuadros | 2015-10-30 | 2 | -1/+18 |
* | clients: helpful error handling | Máximo Cuadros | 2015-10-28 | 4 | -8/+88 |
* | objects: using readers from internal.Object | Máximo Cuadros | 2015-10-26 | 3 | -10/+26 |
* | fixing routes | Máximo Cuadros | 2015-10-23 | 3 | -4/+4 |
* | clients and remote: fetch implementation | Máximo Cuadros | 2015-10-23 | 5 | -11/+108 |
* | clients: supporting diferent protocols | Máximo Cuadros | 2015-10-23 | 7 | -0/+331 |