aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-1417-103/+211
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-145-11/+33
* fix tests and examplesMáximo Cuadros2016-08-149-39/+57
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-139-120/+226
* clients: new Endpoint implementation and InstallProtocol functionMáximo Cuadros2016-08-139-162/+129
* Repository and Remote API changesMáximo Cuadros2016-08-1318-202/+211
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-1210-874/+877
* core: Storage, now returns errorsMáximo Cuadros2016-08-122-24/+49
* small improvementsMáximo Cuadros2016-08-126-55/+70
* storage/memory: implemented ReferenceStorage and StorageMáximo Cuadros2016-08-122-21/+183
* examples: object_storage exampleMáximo Cuadros2016-08-122-0/+164
* general: usage of the new Reference objectsMáximo Cuadros2016-08-128-85/+105
* core: Reference logic implementation, and InvalidObject ObjectTypeMáximo Cuadros2016-08-112-0/+181
* storage: seekable renamed to filesystemMáximo Cuadros2016-08-1112-23/+23
* core: new MemoryObject, move from memory.Object, packfile.Parser, base on new...Máximo Cuadros2016-08-1117-203/+199
* v3 -> v4Máximo Cuadros2016-08-1175-143/+143
* Fix #62 (#66)Vadim Markovtsev2016-08-101-1/+1
* Decode tree bug: incomplete reads break the decoding process (#64)Alberto Cortés2016-08-092-2/+1207
* difftree changes to provide both filesMáximo Cuadros2016-08-052-0/+603
* add simple difftree implementation (#63)Alberto Cortés2016-08-053-1/+595
* Merge branch 'repository-head'Alberto Cortés2016-08-020-0/+0
|\
| * remove dead codeAlberto Cortés2016-08-021-3/+0
| * clean codeAlberto Cortés2016-08-021-1/+1
| * add head support for local reposAlberto Cortés2016-08-024-2/+65
| * add head support for remote repos and more testsAlberto Cortés2016-08-012-7/+34
| * add Repository.Head() testsAlberto Cortés2016-08-012-11/+59
* | Repository head (#61)v3.1.1Alberto Cortés2016-08-024-12/+147
|/
* Fix some bugs found during gypogit testing (#58)Vadim Markovtsev2016-07-094-1/+83
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-0458-924/+6630
* Merge pull request #56 from vmarkovtsev/masterMáximo Cuadros2016-06-2710-9/+498
|\
| * Wrap more objects with CGoVadim Markovtsev2016-06-2110-9/+498
* | Merge pull request #54 from vmarkovtsev/csharedMáximo Cuadros2016-06-159-0/+1320
|\|
| * Add cshared files to allow building wrappers in other languagesVadim Markovtsev2016-06-159-0/+1320
* | documentationMáximo Cuadros2016-05-191-0/+1
* | documentationMáximo Cuadros2016-05-191-1/+1
* | documentationMáximo Cuadros2016-05-1912-35/+49
|/
* fix misspellingsv3.0.4Máximo Cuadros2016-05-197-11/+11
* formats/pktline: fixed underflow glitch reading network streamMáximo Cuadros2016-05-191-3/+5
* Merge pull request #47 from TripleDogDare/fix-repository-pulldefaultv3.0.3Máximo Cuadros2016-05-081-6/+5
|\
| * Fix PullDefault to not cause panics.Calvin Behling2016-05-071-6/+5
|/
* undo import enforcementv3.0.2Máximo Cuadros2016-04-251-1/+1
* documentationMáximo Cuadros2016-04-254-10/+66
* remote.Head and repository.PullDefaultMáximo Cuadros2016-04-254-0/+44
* dump v3Máximo Cuadros2016-04-221-3/+3
* file, added field Modev3.0.1Máximo Cuadros2016-04-224-14/+13
* Merge pull request #39 from scjalliance/git-object-interfaceMáximo Cuadros2016-03-0814-220/+316
|\
| * Added Object interface for Commit, Tree, Blob and TagJoshua Sjoding2016-03-0814-220/+316
|/
* Merge pull request #37 from scjalliance/objfile-formatMáximo Cuadros2016-02-2715-19/+610
|\
| * Improved objfile error handling and test coverageJoshua Sjoding2016-02-276-3/+70
| * Renamed internal close function to checkCloseJoshua Sjoding2016-02-278-18/+18