aboutsummaryrefslogtreecommitdiffstats
path: root/storage/memory
Commit message (Expand)AuthorAgeFilesLines
* git: clone --shared implementedenverbisevac2023-10-081-0/+4
* error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-041-1/+1
* Use only one name for receiverOleg Kovalov2020-07-061-2/+2
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-2/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-102-6/+6
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-241-1/+1
* storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef...Máximo Cuadros2018-12-101-2/+1
* object: get object size without reading whole objectJeremy Stribling2018-10-111-0/+10
* gofmt -sMáximo Cuadros2018-01-251-1/+1
* storage: some minor code cleanupJeremy Stribling2017-11-291-2/+1
* plumbing: add `HasEncodedObject` method to StorerJeremy Stribling2017-11-291-0/+8
* Make object repacking more configurableTaru Karttunen2017-11-291-2/+2
* Support for repacking objectsTaru Karttunen2017-11-291-0/+7
* First pass of prune designTaru Karttunen2017-11-291-0/+23
* filesystem: implement PackRefs()Jeremy Stribling2017-11-291-0/+8
* all: simplificationferhat elmas2017-11-291-9/+9
* dotgit: add CheckAndSetReference testsJeremy Stribling2017-11-281-8/+9
* Use optionally locking when updating refsTaru Karttunen2017-11-271-0/+15
* test: add more PackfileWriter testsSantiago M. Mola2017-07-191-0/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-072-6/+6
* documentation and API improvementsMáximo Cuadros2017-02-211-3/+11
* storage: git.Storer move to storage.Storer and module handlingMáximo Cuadros2017-02-121-0/+13
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-302-5/+5
* storage: IndexStorer implementationMáximo Cuadros2017-01-291-1/+1
* storage: IndexStorer implementationMáximo Cuadros2017-01-281-0/+19
* storage: shallow storage (#180)Máximo Cuadros2016-12-151-0/+13
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-24/+24
* new plumbing package (#118)Máximo Cuadros2016-11-081-46/+47
* global storage interface refactor (#112)Máximo Cuadros2016-11-072-119/+39
* storage: memory test improvements and coverageMáximo Cuadros2016-09-242-34/+14
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-101-6/+0
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-0/+10
* format: packfile new interfaceMáximo Cuadros2016-09-071-0/+1
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-0/+6
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-052-4/+39
* storage: idiomatic test suiteMáximo Cuadros2016-09-051-4/+5
* doc packagesMáximo Cuadros2016-09-011-0/+1
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-1/+1
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-292-100/+11
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-0/+5
* storage: support ConfigStorage, memory done, fs wipMáximo Cuadros2016-08-201-12/+42
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-142-24/+16
* core: Storage, now returns errorsMáximo Cuadros2016-08-122-24/+49
* storage/memory: implemented ReferenceStorage and StorageMáximo Cuadros2016-08-122-21/+183
* core: new MemoryObject, move from memory.Object, packfile.Parser, base on new...Máximo Cuadros2016-08-114-149/+11
* v3 -> v4Máximo Cuadros2016-08-114-4/+4
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-044-34/+30
* documentationMáximo Cuadros2016-05-191-0/+1
* documentationMáximo Cuadros2016-05-191-1/+1
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-253-11/+33