| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NewFilesystemRepository and example | Máximo Cuadros | 2016-08-15 | 2 | -2/+44 |
* | core: *Iter.ForEach method | Máximo Cuadros | 2016-08-15 | 11 | -44/+223 |
* | Repository.Pull, PoC | Máximo Cuadros | 2016-08-15 | 3 | -5/+119 |
* | examples: fix | Máximo Cuadros | 2016-08-15 | 2 | -2/+2 |
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ... | Máximo Cuadros | 2016-08-15 | 13 | -84/+323 |
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 17 | -103/+211 |
* | core: removing Object.Content, the Reader should be used always | Máximo Cuadros | 2016-08-14 | 5 | -11/+33 |
* | fix tests and examples | Máximo Cuadros | 2016-08-14 | 9 | -39/+57 |
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 9 | -120/+226 |
* | 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 | 18 | -202/+211 |
* | storage: Storage entity support, and DotGit support for References | Máximo Cuadros | 2016-08-12 | 10 | -874/+877 |
* | core: Storage, now returns errors | Máximo Cuadros | 2016-08-12 | 2 | -24/+49 |
* | small improvements | Máximo Cuadros | 2016-08-12 | 6 | -55/+70 |
* | storage/memory: implemented ReferenceStorage and Storage | Máximo Cuadros | 2016-08-12 | 2 | -21/+183 |
* | examples: object_storage example | Máximo Cuadros | 2016-08-12 | 2 | -0/+164 |
* | general: usage of the new Reference objects | Máximo Cuadros | 2016-08-12 | 8 | -85/+105 |
* | core: Reference logic implementation, and InvalidObject ObjectType | Máximo Cuadros | 2016-08-11 | 2 | -0/+181 |
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 12 | -23/+23 |
* | core: new MemoryObject, move from memory.Object, packfile.Parser, base on new... | Máximo Cuadros | 2016-08-11 | 17 | -203/+199 |
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 75 | -143/+143 |
* | Fix #62 (#66) | Vadim Markovtsev | 2016-08-10 | 1 | -1/+1 |
* | Decode tree bug: incomplete reads break the decoding process (#64) | Alberto Cortés | 2016-08-09 | 2 | -2/+1207 |
* | difftree changes to provide both files | Máximo Cuadros | 2016-08-05 | 2 | -0/+603 |
* | add simple difftree implementation (#63) | Alberto Cortés | 2016-08-05 | 3 | -1/+595 |
* | Merge branch 'repository-head' | Alberto Cortés | 2016-08-02 | 0 | -0/+0 |
|\ |
|
| * | remove dead code | Alberto Cortés | 2016-08-02 | 1 | -3/+0 |
| * | clean code | Alberto Cortés | 2016-08-02 | 1 | -1/+1 |
| * | add head support for local repos | Alberto Cortés | 2016-08-02 | 4 | -2/+65 |
| * | add head support for remote repos and more tests | Alberto Cortés | 2016-08-01 | 2 | -7/+34 |
| * | add Repository.Head() tests | Alberto Cortés | 2016-08-01 | 2 | -11/+59 |
* | | Repository head (#61)v3.1.1 | Alberto Cortés | 2016-08-02 | 4 | -12/+147 |
|/ |
|
* | Fix some bugs found during gypogit testing (#58) | Vadim Markovtsev | 2016-07-09 | 4 | -1/+83 |
* | Adds support to open local repositories and to use file-based object storage ...v3.1.0 | Alberto Cortés | 2016-07-04 | 58 | -924/+6630 |
* | Merge pull request #56 from vmarkovtsev/master | Máximo Cuadros | 2016-06-27 | 10 | -9/+498 |
|\ |
|
| * | Wrap more objects with CGo | Vadim Markovtsev | 2016-06-21 | 10 | -9/+498 |
* | | Merge pull request #54 from vmarkovtsev/cshared | Máximo Cuadros | 2016-06-15 | 9 | -0/+1320 |
|\| |
|
| * | Add cshared files to allow building wrappers in other languages | Vadim Markovtsev | 2016-06-15 | 9 | -0/+1320 |
* | | documentation | Máximo Cuadros | 2016-05-19 | 1 | -0/+1 |
* | | documentation | Máximo Cuadros | 2016-05-19 | 1 | -1/+1 |
* | | documentation | Máximo Cuadros | 2016-05-19 | 12 | -35/+49 |
|/ |
|
* | fix misspellingsv3.0.4 | Máximo Cuadros | 2016-05-19 | 7 | -11/+11 |
* | formats/pktline: fixed underflow glitch reading network stream | Máximo Cuadros | 2016-05-19 | 1 | -3/+5 |
* | Merge pull request #47 from TripleDogDare/fix-repository-pulldefaultv3.0.3 | Máximo Cuadros | 2016-05-08 | 1 | -6/+5 |
|\ |
|
| * | Fix PullDefault to not cause panics. | Calvin Behling | 2016-05-07 | 1 | -6/+5 |
|/ |
|
* | undo import enforcementv3.0.2 | Máximo Cuadros | 2016-04-25 | 1 | -1/+1 |
* | documentation | Máximo Cuadros | 2016-04-25 | 4 | -10/+66 |
* | remote.Head and repository.PullDefault | Máximo Cuadros | 2016-04-25 | 4 | -0/+44 |
* | dump v3 | Máximo Cuadros | 2016-04-22 | 1 | -3/+3 |
* | file, added field Modev3.0.1 | Máximo Cuadros | 2016-04-22 | 4 | -14/+13 |