aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* new plumbing package (#118)Máximo Cuadros2016-11-0810-1139/+0
* global storage interface refactor (#112)Máximo Cuadros2016-11-075-65/+55
* fix tag iter testMáximo Cuadros2016-09-232-2/+18
* core: irmpoved tests coverageMáximo Cuadros2016-09-232-41/+156
* test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa...Máximo Cuadros2016-09-221-1/+1
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-7/+12
* core: MultiObjectIterMáximo Cuadros2016-09-092-0/+94
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-0/+1
* format: packfile new interfaceMáximo Cuadros2016-09-071-1/+1
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-7/+19
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-4/+21
* NewObjectLookupIter asking right typeMáximo Cuadros2016-08-311-2/+6
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-292-3/+4
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-292-9/+23
* core: MemoryObject.Write, remove SetSize side effectMáximo Cuadros2016-08-291-1/+0
* object: Add Encode method to all objects. (#70)Santiago M. Mola2016-08-291-0/+1
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-222-3/+7
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-0/+6
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-201-6/+0
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-192-171/+5
* examples: fix fs_implementation exampleMáximo Cuadros2016-08-181-1/+1
* core: RefSpec supportMáximo Cuadros2016-08-182-0/+159
* core: *Iter.ForEach methodMáximo Cuadros2016-08-154-1/+123
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-1/+1
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-142-2/+17
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-142-4/+0
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-132-0/+21
* Repository and Remote API changesMáximo Cuadros2016-08-131-1/+30
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-0/+34
* small improvementsMáximo Cuadros2016-08-123-37/+47
* general: usage of the new Reference objectsMáximo Cuadros2016-08-121-0/+1
* core: Reference logic implementation, and InvalidObject ObjectTypeMáximo Cuadros2016-08-112-0/+181
* core: new MemoryObject, move from memory.Object, packfile.Parser, base on new...Máximo Cuadros2016-08-113-0/+137
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-2/+2
* documentationMáximo Cuadros2016-05-191-2/+2
* Improved objfile error handling and test coverageJoshua Sjoding2016-02-271-1/+3
* Added function to check validity of core.ObjectTypeJoshua Sjoding2016-02-261-0/+5
* Added Hasher for computing hashes of streamed objectsJoshua Sjoding2016-02-252-7/+29
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-251-2/+17
* Added ParseObjectType function to coreJoshua Sjoding2016-02-181-0/+22
* storages: memory objectMáximo Cuadros2016-02-172-86/+4
* Merge pull request #20 from scjalliance/generic-object-storageMáximo Cuadros2016-02-161-9/+122
|\
| * Functions in core.ObjectStorage interface now return an errorJoshua Sjoding2016-02-161-16/+16
| * Merge remote-tracking branch 'upstream/master' into generic-object-storageJoshua Sjoding2016-02-151-1/+7
| |\
| * | ObjectLookupIter.Next() now returns ObjectNotFoundErr when appropriateJoshua Sjoding2016-02-151-3/+9
| * | Renamed ObjectStorage.IterType() to Iter() and improved documentation for obj...Joshua Sjoding2016-02-151-5/+14
| * | Renamed ObjectStorage Iter function to IterTypeJoshua Sjoding2016-02-011-2/+2
| * | Repository now works against the generic ObjectStore interfaceJoshua Sjoding2016-01-231-0/+98
* | | remove package docv2.2.0Máximo Cuadros2016-02-161-0/+1
| |/ |/|
* | core.Type stringer improvedMáximo Cuadros2016-02-151-1/+7
|/