| Commit message (Expand) | Author | Age | Files | Lines |
* | core: Storage.Get, switch order of args | Máximo Cuadros | 2016-08-29 | 2 | -3/+4 |
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 2 | -9/+23 |
* | core: MemoryObject.Write, remove SetSize side effect | Máximo Cuadros | 2016-08-29 | 1 | -1/+0 |
* | object: Add Encode method to all objects. (#70) | Santiago M. Mola | 2016-08-29 | 1 | -0/+1 |
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 2 | -3/+7 |
* | Remote.Fetch multiple RefSpec support | Máximo Cuadros | 2016-08-22 | 1 | -0/+6 |
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-20 | 1 | -6/+0 |
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 2 | -171/+5 |
* | examples: fix fs_implementation example | Máximo Cuadros | 2016-08-18 | 1 | -1/+1 |
* | core: RefSpec support | Máximo Cuadros | 2016-08-18 | 2 | -0/+159 |
* | core: *Iter.ForEach method | Máximo Cuadros | 2016-08-15 | 4 | -1/+123 |
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ... | Máximo Cuadros | 2016-08-15 | 1 | -1/+1 |
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 2 | -2/+17 |
* | core: removing Object.Content, the Reader should be used always | Máximo Cuadros | 2016-08-14 | 2 | -4/+0 |
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 2 | -0/+21 |
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 1 | -1/+30 |
* | storage: Storage entity support, and DotGit support for References | Máximo Cuadros | 2016-08-12 | 1 | -0/+34 |
* | small improvements | Máximo Cuadros | 2016-08-12 | 3 | -37/+47 |
* | general: usage of the new Reference objects | Máximo Cuadros | 2016-08-12 | 1 | -0/+1 |
* | core: Reference logic implementation, and InvalidObject ObjectType | Máximo Cuadros | 2016-08-11 | 2 | -0/+181 |
* | core: new MemoryObject, move from memory.Object, packfile.Parser, base on new... | Máximo Cuadros | 2016-08-11 | 3 | -0/+137 |
* | Adds support to open local repositories and to use file-based object storage ...v3.1.0 | Alberto Cortés | 2016-07-04 | 1 | -2/+2 |
* | documentation | Máximo Cuadros | 2016-05-19 | 1 | -2/+2 |
* | Improved objfile error handling and test coverage | Joshua Sjoding | 2016-02-27 | 1 | -1/+3 |
* | Added function to check validity of core.ObjectType | Joshua Sjoding | 2016-02-26 | 1 | -0/+5 |
* | Added Hasher for computing hashes of streamed objects | Joshua Sjoding | 2016-02-25 | 2 | -7/+29 |
* | Refactor to use core.ObjectReader and core.ObjectWriter | Joshua Sjoding | 2016-02-25 | 1 | -2/+17 |
* | Added ParseObjectType function to core | Joshua Sjoding | 2016-02-18 | 1 | -0/+22 |
* | storages: memory object | Máximo Cuadros | 2016-02-17 | 2 | -86/+4 |
* | Merge pull request #20 from scjalliance/generic-object-storage | Máximo Cuadros | 2016-02-16 | 1 | -9/+122 |
|\ |
|
| * | Functions in core.ObjectStorage interface now return an error | Joshua Sjoding | 2016-02-16 | 1 | -16/+16 |
| * | Merge remote-tracking branch 'upstream/master' into generic-object-storage | Joshua Sjoding | 2016-02-15 | 1 | -1/+7 |
| |\ |
|
| * | | ObjectLookupIter.Next() now returns ObjectNotFoundErr when appropriate | Joshua Sjoding | 2016-02-15 | 1 | -3/+9 |
| * | | Renamed ObjectStorage.IterType() to Iter() and improved documentation for obj... | Joshua Sjoding | 2016-02-15 | 1 | -5/+14 |
| * | | Renamed ObjectStorage Iter function to IterType | Joshua Sjoding | 2016-02-01 | 1 | -2/+2 |
| * | | Repository now works against the generic ObjectStore interface | Joshua Sjoding | 2016-01-23 | 1 | -0/+98 |
* | | | remove package docv2.2.0 | Máximo Cuadros | 2016-02-16 | 1 | -0/+1 |
| |/
|/| |
|
* | | core.Type stringer improved | Máximo Cuadros | 2016-02-15 | 1 | -1/+7 |
|/ |
|
* | core: erros making public the inner error | Máximo Cuadros | 2015-11-07 | 1 | -6/+6 |
* | internal -> core | Máximo Cuadros | 2015-10-31 | 4 | -0/+223 |