aboutsummaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-192-48/+1
|/
* storage/filesystem: avoid norwfs build flagSantiago M. Mola2018-06-215-94/+82
* storage: filesystem, make ObjectStorage constructor publicMiguel Molina2018-06-083-8/+9
* dotgit: Move package outside internal.Antonio Jesus Navarro Perez2018-06-0518-9/+9
* storage: filesystem, close shallow file when readMáximo Cuadros2018-04-171-0/+2
* Merge pull request #807 from keybase/strib/src-d-ignore-non-hash-filesMáximo Cuadros2018-04-172-3/+23
|\
| * dotgit: add test for bad file in pack directoryJeremy Stribling2018-04-161-1/+13
| * dotgit: ignore filenames that don't match a hashJeremy Stribling2018-04-131-2/+10
* | storage: dotgit, init fixtures in benchmark. Fixes #770Javi Fontan2018-04-161-0/+1
|/
* storage: filesystem/dotgit, fix typo in return paramJavi Fontan2018-03-281-1/+1
* *: Use CheckClose with named returnsJavi Fontan2018-03-275-15/+15
* storage/filesystem: optimize packfile iteratorDenys Smirnov2018-03-031-22/+61
* all: remove some unused codeDaniel Martí2018-03-011-2/+0
* storage/filesystem/shallow: fix error checkingferhat elmas2018-02-011-1/+1
* gofmt -sMáximo Cuadros2018-01-251-1/+1
* Merge pull request #700 from jfontan/improvement/support-non-rw-filesystemsMáximo Cuadros2018-01-026-33/+142
|\
| * Add norwfs version of rewritePackedRefsWhileLockedJavi Fontan2017-12-224-4/+50
| * Check reference also in norwfs SetRefJavi Fontan2017-12-221-2/+25
| * Add comment to the norwfs version of SetRefJavi Fontan2017-12-211-0/+7
| * Add a setRef version that supports non rw fsJavi Fontan2017-12-213-29/+62