| Commit message (Expand) | Author | Age | Files | Lines |
* | storage/filesystem: add more doc to NewPackfileIter | Javi Fontan | 2018-09-21 | 1 | -4/+7 |
* | storage/filesystem: keep packs open in PackfileIter | Javi Fontan | 2018-09-20 | 2 | -14/+63 |
* | Expose Storage cache. | kuba-- | 2018-09-07 | 6 | -60/+41 |
* | storage/filesystem: compare files using offset in test | Javi Fontan | 2018-09-06 | 2 | -3/+20 |
* | storage/filesystem: add KeepDescriptors test | Javi Fontan | 2018-09-05 | 2 | -3/+31 |
* | storage/dotgit: add KeepDescriptors option | Javi Fontan | 2018-09-04 | 5 | -2/+86 |
* | storage/dotgit: add ExclusiveAccess tests in dotgit | Javi Fontan | 2018-09-04 | 1 | -0/+24 |
* | storage/filesystem: move Options to filesytem and dotgit | Javi Fontan | 2018-09-03 | 4 | -25/+50 |
* | storage/filesystem: make Storage options private | Javi Fontan | 2018-09-03 | 1 | -2/+2 |
* | plumbing/storer: rename Static option to ExclusiveAccess | Javi Fontan | 2018-08-31 | 2 | -6/+6 |
* | dotgit: fix typo in comment | Javi Fontan | 2018-08-30 | 1 | -1/+1 |
* | git, storer: use a common storer.Options for storer and PlainOpen | Javi Fontan | 2018-08-30 | 3 | -29/+17 |
* | git: add Static option to PlainOpen | Javi Fontan | 2018-08-30 | 3 | -6/+221 |
* | storage/dotgit: use HasPrefix instead of Split | Javi Fontan | 2018-08-27 | 1 | -6/+9 |
* | storage/dotgit: search for incoming dir only once | Javi Fontan | 2018-08-25 | 1 | -13/+28 |
* | plumbing, storage: add bases to the common cache | Javi Fontan | 2018-08-22 | 1 | -2/+16 |
* | Merge pull request #887 from noxora/hook-support | Máximo Cuadros | 2018-08-21 | 2 | -3/+101 |
|\ |
|
| * | dotgit: fix object delete test | Santiago M. Mola | 2018-08-17 | 1 | -14/+18 |
| * | added hook support | noxora | 2018-08-16 | 2 | -4/+98 |
* | | plumbing: packfile, open and close packfile on FSObject reads | Miguel Molina | 2018-08-09 | 3 | -12/+48 |
* | | storage: filesystem, add PackfileIter benchmark reading object content | Miguel Molina | 2018-08-09 | 1 | -0/+67 |
* | | storage: filesystem, close Packfile after iterating objects | Miguel Molina | 2018-08-09 | 1 | -1/+10 |
* | | storage: filesystem, benchmark PackfileIter | Miguel Molina | 2018-08-09 | 2 | -15/+94 |
* | | plumbing: packfile, allow non-seekable sources on Parser | Miguel Molina | 2018-08-08 | 1 | -1/+6 |
* | | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 2 | -48/+35 |
* | | plumbing: packfile, fix package tests | Miguel Molina | 2018-07-30 | 1 | -10/+0 |
* | | storage/filesystem: remove duplicated IndexStorage | Javi Fontan | 2018-07-27 | 1 | -15/+0 |
* | | Merge pull request #899 from erizocosmico/feature/new-packfile | Miguel Molina | 2018-07-27 | 2 | -0/+25 |
|\ \ |
|
| * | | plumbing: packfile, lazy object reads with DiskObjects | Miguel Molina | 2018-07-27 | 1 | -0/+10 |
| * | | plumbing: packfile, new Packfile representation | Miguel Molina | 2018-07-26 | 1 | -0/+15 |
* | | | storage/filesystem: add back IndexStorage | Javi Fontan | 2018-07-27 | 1 | -0/+47 |
|/ / |
|
* | | plumbing, storage: integrate new index | Javi Fontan | 2018-07-26 | 3 | -36/+46 |
* | | plumbing/format/idxfile: add new Index and MemoryIndex | Miguel Molina | 2018-07-19 | 2 | -48/+1 |
|/ |
|
* | storage/filesystem: avoid norwfs build flag | Santiago M. Mola | 2018-06-21 | 5 | -94/+82 |
* | storage: filesystem, make ObjectStorage constructor public | Miguel Molina | 2018-06-08 | 3 | -8/+9 |
* | dotgit: Move package outside internal. | Antonio Jesus Navarro Perez | 2018-06-05 | 18 | -9/+9 |
* | storage: filesystem, close shallow file when read | Máximo Cuadros | 2018-04-17 | 1 | -0/+2 |
* | Merge pull request #807 from keybase/strib/src-d-ignore-non-hash-files | Máximo Cuadros | 2018-04-17 | 2 | -3/+23 |
|\ |
|
| * | dotgit: add test for bad file in pack directory | Jeremy Stribling | 2018-04-16 | 1 | -1/+13 |
| * | dotgit: ignore filenames that don't match a hash | Jeremy Stribling | 2018-04-13 | 1 | -2/+10 |
* | | storage: dotgit, init fixtures in benchmark. Fixes #770 | Javi Fontan | 2018-04-16 | 1 | -0/+1 |
|/ |
|
* | storage: filesystem/dotgit, fix typo in return param | Javi Fontan | 2018-03-28 | 1 | -1/+1 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 5 | -15/+15 |
* | storage/filesystem: optimize packfile iterator | Denys Smirnov | 2018-03-03 | 1 | -22/+61 |
* | all: remove some unused code | Daniel Martí | 2018-03-01 | 1 | -2/+0 |
* | storage/filesystem/shallow: fix error checking | ferhat elmas | 2018-02-01 | 1 | -1/+1 |
* | gofmt -s | Máximo Cuadros | 2018-01-25 | 1 | -1/+1 |
* | Merge pull request #700 from jfontan/improvement/support-non-rw-filesystems | Máximo Cuadros | 2018-01-02 | 6 | -33/+142 |
|\ |
|
| * | Add norwfs version of rewritePackedRefsWhileLocked | Javi Fontan | 2017-12-22 | 4 | -4/+50 |
| * | Check reference also in norwfs SetRef | Javi Fontan | 2017-12-22 | 1 | -2/+25 |