aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object_test.go
Commit message (Expand)AuthorAgeFilesLines
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* storage: filesystem, Populate index before use. Fixes #148Arieh Schneier2023-05-041-0/+15
* Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-101-1/+1
|\
| * Remove unused variables/types/functionsAbhinav Gupta2021-11-271-1/+1
* | storage: filesystem, switch from os.SEEK_* to io.Seek* (#421)Abhinav Gupta2021-12-101-2/+2
|/
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-301-4/+59
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-3/+5
* Support partial hashes in Repository.ResolveRevision.David Symonds2020-07-161-0/+17
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-15/+3
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-14/+2
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
* filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-0/+18
* storage/filesystem: check file object before using cacheJavi Fontan2019-01-301-0/+17
* storage/filesystem: Added reindex method to reindex packfilesJavier Peletier2018-11-121-0/+56
* filesystem: add a new test for EncodedObjectSizeJeremy Stribling2018-10-121-0/+14
* object: get object size without reading whole objectJeremy Stribling2018-10-111-0/+24
* storage/filesystem: keep packs open in PackfileIterJavi Fontan2018-09-201-4/+40
* Expose Storage cache.kuba--2018-09-071-17/+8
* storage/filesystem: compare files using offset in testJavi Fontan2018-09-061-1/+7
* storage/filesystem: add KeepDescriptors testJavi Fontan2018-09-051-0/+31
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-3/+37
* storage: filesystem, add PackfileIter benchmark reading object contentMiguel Molina2018-08-091-0/+67
* storage: filesystem, benchmark PackfileIterMiguel Molina2018-08-091-11/+68
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-1/+5
* storage: filesystem, make ObjectStorage constructor publicMiguel Molina2018-06-081-5/+5
* dotgit: Move package outside internal.Antonio Jesus Navarro Perez2018-06-051-1/+1
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* storage: reuse deltas from packfilesSantiago M. Mola2017-07-271-2/+2
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-2/+2
* new git fixture pathMáximo Cuadros2017-01-301-1/+1
* packfile/decoder: speed up packfile iterator when specific type (#200)Antonio Navarro Perez2017-01-121-11/+48
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-6/+6
* new plumbing package (#118)Máximo Cuadros2016-11-081-12/+12
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-4/+4
* fix fixtures usageMáximo Cuadros2016-10-261-1/+1
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-5/+3
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-111-9/+11
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-0/+38
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-091-312/+27
* format: packfile new interfaceMáximo Cuadros2016-09-071-7/+7
* storage: filesystem idx generation (wip)Máximo Cuadros2016-09-061-19/+23
* core: ObjectStorage.WriterMáximo Cuadros2016-09-051-0/+17
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-4/+4
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-2/+2
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-4/+6
* storage/filesystem: ConfigStore implementationMáximo Cuadros2016-08-211-8/+9
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-4/+1
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-141-2/+6
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-0/+315