aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-092-1/+17
| * | plumbing: packfile, rename DiskObject to FSObjectMiguel Molina2018-08-092-15/+15
| * | storage: filesystem, benchmark PackfileIterMiguel Molina2018-08-092-15/+94
| * | plumbing: packfile, read object content only onceMiguel Molina2018-08-092-7/+40
| * | plumbing: packfile, add Parse benchmarkMiguel Molina2018-08-091-0/+30
| * | plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-087-180/+235
| * | *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-0719-1237/+561
| * | Merge pull request #907 from erizocosmico/feature/fix-testsMiguel Molina2018-08-017-45/+116
| |\ \
| | * | plumbing: packfile, fix package testsMiguel Molina2018-07-306-43/+88
| |/ /
| * | Merge pull request #904 from jfontan/feature/new-packfile-parserJavi Fontan2018-07-274-32/+132
| |\ \
| | * | plumbing/packfile: add index generation to decoderJavi Fontan2018-07-271-7/+25
| | * | storage/filesystem: remove duplicated IndexStorageJavi Fontan2018-07-271-15/+0
| | * | plumbing/idxfile: test FindHash and writer with 64 bit offsetsJavi Fontan2018-07-272-10/+107
| |/ /
| * | Merge pull request #899 from erizocosmico/feature/new-packfileMiguel Molina2018-07-279-38/+723
| |\ \
| | * | plumbing: packfile, lazy object reads with DiskObjectsMiguel Molina2018-07-276-41/+314
| | * | plumbing: packfile, new Packfile representationMiguel Molina2018-07-267-158/+437
| * | | Merge pull request #902 from jfontan/feature/new-packfile-parserJavi Fontan2018-07-274-135/+49
| |\ \ \ | | |/ / | |/| |
| | * | storage/filesystem: add back IndexStorageJavi Fontan2018-07-271-0/+47
| | * | plumbing: fix two errors in idxfile and packfile decoderJavi Fontan2018-07-262-2/+2
| | * | plumbing, packfile: delete index_test as is no longer usedJavi Fontan2018-07-261-133/+0
| * | | Merge pull request #898 from jfontan/feature/new-packfile-parserJavi Fontan2018-07-2610-47/+831
| |\| |
| | * | plumbing, storage: integrate new indexJavi Fontan2018-07-265-45/+57
| | * | plumbing/idxfile: index is created only once and retrieved with IndexJavi Fontan2018-07-262-35/+70
| | * | plumbing/idxfile: add offset/hash mapping to indexJavi Fontan2018-07-261-0/+51
| | * | plumbing/idxfile: fix bug searching in MemoryIndexJavi Fontan2018-07-261-2/+2
| | * | plumbing/packfile: preallocate memory in PatchDeltaJavi Fontan2018-07-261-1/+1
| | * | plumbing/idxfile: support offset64 generating indexesJavi Fontan2018-07-262-5/+65
| | * | plumbing/idxfile: use Entry to hold object dataJavi Fontan2018-07-261-16/+11
| | * | plumbing: idxfile, add idxfile.Writer with Observer interfaceJavi Fontan2018-07-261-0/+132
| | * | plumbing/packfile: disable lookup by offsetJavi Fontan2018-07-261-8/+9
| | * | plumbing/packfile: add new packfile parserJavi Fontan2018-07-262-0/+498
| |/ /
| * | Merge pull request #896 from erizocosmico/feature/new-index-decoderMiguel Molina2018-07-2610-387/+484
| |\ \
| | * | plumbing/format/idxfile: add new Index and MemoryIndexMiguel Molina2018-07-1910-387/+484
| |/ /
* | | Merge pull request #910 from fkorotkov/fedor/fix-tag-cloningMáximo Cuadros2018-08-093-6/+32
|\ \ \
| * | | Fixed cloning of a single tagFedor Korotkov2018-08-083-6/+32
|/ / /
* | | Merge pull request #892 from jfontan/fix/get-pgp-signatureMáximo Cuadros2018-08-072-18/+45
|\ \ \
| * | | plumbing/object: fix pgp signature encoder/decoderJavi Fontan2018-07-182-18/+45
| |/ /
* | | Merge pull request #905 from ajnavarro/fix/tag-godocMáximo Cuadros2018-08-021-2/+3
|\ \ \ | |/ / |/| |
| * | Fix wrong godoc on Tags() method.Antonio Jesus Navarro Perez2018-07-301-2/+3
|/ /
* | Merge pull request #862 from thehowl/patch-1Máximo Cuadros2018-07-161-1/+2
|\ \
| * | Fix documentation for NotesMorgan2018-06-161-1/+2
* | | Merge pull request #885 from jsravn/findentry-return-file-not-foundMáximo Cuadros2018-07-162-3/+8
|\ \ \
| * | | plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883James Ravn2018-07-102-3/+8
* | | | Merge pull request #888 from jeromedoucet/tech/add_gog_repository_not_foundMáximo Cuadros2018-07-162-0/+83
|\ \ \ \ | |_|_|/ |/| | |
| * | | plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot...Jerome Doucet2018-07-142-0/+83
|/ / /
* | | Merge pull request #874 from smola/patchcontextv4.5.0Máximo Cuadros2018-07-109-9/+297
|\ \ \
| * | | plumbing: add context to allow cancel on diff/patch computingMarc Barussaud2018-07-029-9/+297
* | | | Merge pull request #864 from smola/no-norwfsMáximo Cuadros2018-07-065-94/+82
|\ \ \ \ | |_|/ / |/| | |
| * | | storage/filesystem: avoid norwfs build flagSantiago M. Mola2018-06-215-94/+82
* | | | Merge pull request #873 from smola/fix-diffMáximo Cuadros2018-06-271-2/+2
|\ \ \ \ | |_|/ / |/| | |