aboutsummaryrefslogtreecommitdiffstats
path: root/core/memory.go
Commit message (Collapse)AuthorAgeFilesLines
* new plumbing package (#118)Máximo Cuadros2016-11-081-59/+0
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-3/+4
| | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes
* format: packfile new interfaceMáximo Cuadros2016-09-071-1/+1
|
* 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
| | | | | | | | Encode method encodes a typed object (commit, tree, tag, blob) into raw core.Object representation. Additionally, Decode does not trim commit message lines. This is needed for Decode/Encode to be idempotent.
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-141-3/+0
|
* small improvementsMáximo Cuadros2016-08-121-6/+2
|
* core: new MemoryObject, move from memory.Object, packfile.Parser, base on ↵Máximo Cuadros2016-08-111-0/+65
new ObjectStorage interface