aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem
Commit message (Expand)AuthorAgeFilesLines
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-1017-62/+62
* Merge pull request #6 from go-git/pr-1153Máximo Cuadros2020-03-102-4/+10
|\
| * storage/filesystem: dotgit, Change the order of checking packfile name prefix...Yuichi Watanabe2019-05-171-1/+1
| * storage/filesystem: dotgit, Add prefix check to packfile name. Fixes #1149Yuichi Watanabe2019-05-171-4/+5
| * storage/filesystem: dotgit, Reproduce packfile parse error. Fixes #1149Yuichi Watanabe2019-05-171-0/+5
* | *: 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
|/
* Merge pull request #1006 from mcuadros/transactional-storageMáximo Cuadros2019-02-021-1/+2
|\
| * storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef...Máximo Cuadros2018-12-101-1/+2
* | 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-112-0/+99
* 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-051-0/+31
* storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-044-2/+83
* 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
* | storage/filesystem: remove duplicated IndexStorageJavi Fontan2018-07-271-15/+0
* | Merge pull request #899 from erizocosmico/feature/new-packfileMiguel Molina2018-07-271-0/+15
|\ \
| * | 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
* | plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-192-48/+1
|/