aboutsummaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-0/+1
* Worktree: improve build index performance. (#1179)Nao YONASHIRO2019-07-251-1/+7
* Merge pull request #1123 from saracen/object-storage-open-packfileMáximo Cuadros2019-04-234-49/+138
|\
| * filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-224-49/+138
* | plumbing: format/index perf, buffered reads, reflection removalArran Walker2019-04-211-1/+2
|/
* transactional: implement storer.PackfileWriterJavi Fontan2019-03-212-9/+67
* Merge pull request #1006 from mcuadros/transactional-storageMáximo Cuadros2019-02-0217-3/+1071
|\
| * storage: transactional, package documentationMáximo Cuadros2019-02-028-21/+75
| * storage: transactional, new storage with transactional capabilitiesMáximo Cuadros2018-12-1013-5/+675
| * storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef...Máximo Cuadros2018-12-104-3/+58
| * storage: transactional, new storage with transactional capabilities (WIP)Máximo Cuadros2018-10-295-0/+289
* | storage/filesystem: check file object before using cacheJavi Fontan2019-01-302-5/+21
* | storage/dotgit: test setRef with a non rwfsJavi Fontan2018-12-101-1/+24
* | storage/dotgit: use fs capabilities in setRefJavi Fontan2018-12-102-49/+49
* | plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-282-28/+37
* | storage/filesystem: Added reindex method to reindex packfilesJavier Peletier2018-11-122-0/+61
|/
* filesystem: add a new test for EncodedObjectSizeJeremy Stribling2018-10-122-3/+15
* object: get object size without reading whole objectJeremy Stribling2018-10-113-0/+109
* storage/filesystem: add more doc to NewPackfileIterJavi Fontan2018-09-211-4/+7
* storage/filesystem: keep packs open in PackfileIterJavi Fontan2018-09-202-14/+63
* Expose Storage cache.kuba--2018-09-076-60/+41
* storage/filesystem: compare files using offset in testJavi Fontan2018-09-062-3/+20
* storage/filesystem: add KeepDescriptors testJavi Fontan2018-09-052-3/+31
* storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-045-2/+86
* storage/dotgit: add ExclusiveAccess tests in dotgitJavi Fontan2018-09-041-0/+24
* storage/filesystem: move Options to filesytem and dotgitJavi Fontan2018-09-034-25/+50
* storage/filesystem: make Storage options privateJavi Fontan2018-09-031-2/+2
* plumbing/storer: rename Static option to ExclusiveAccessJavi Fontan2018-08-312-6/+6
* dotgit: fix typo in commentJavi Fontan2018-08-301-1/+1
* git, storer: use a common storer.Options for storer and PlainOpenJavi Fontan2018-08-303-29/+17
* git: add Static option to PlainOpenJavi Fontan2018-08-303-6/+221
* storage/dotgit: use HasPrefix instead of SplitJavi Fontan2018-08-271-6/+9
* storage/dotgit: search for incoming dir only onceJavi Fontan2018-08-251-13/+28
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-221-2/+16
* Merge pull request #887 from noxora/hook-supportMáximo Cuadros2018-08-212-3/+101
|\
| * dotgit: fix object delete testSantiago M. Mola2018-08-171-14/+18
| * added hook supportnoxora2018-08-162-4/+98
* | plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-093-12/+48
* | storage: filesystem, add PackfileIter benchmark reading object contentMiguel Molina2018-08-091-0/+67
* | storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-091-1/+10
* | storage: filesystem, benchmark PackfileIterMiguel Molina2018-08-092-15/+94
* | plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-081-1/+6
* | *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-072-48/+35
* | plumbing: packfile, fix package testsMiguel Molina2018-07-301-10/+0
* | storage/filesystem: remove duplicated IndexStorageJavi Fontan2018-07-271-15/+0
* | Merge pull request #899 from erizocosmico/feature/new-packfileMiguel Molina2018-07-272-0/+25
|\ \
| * | plumbing: packfile, lazy object reads with DiskObjectsMiguel Molina2018-07-271-0/+10
| * | plumbing: packfile, new Packfile representationMiguel Molina2018-07-261-0/+15
* | | storage/filesystem: add back IndexStorageJavi Fontan2018-07-271-0/+47
|/ /
* | plumbing, storage: integrate new indexJavi Fontan2018-07-263-36/+46