aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \ \ \ | |_|/ / |/| | |
| * | | utils: diff, skip useless rune->string conversionMarc Barussaud2018-06-261-2/+2
|/ / /
* | | Merge pull request #870 from mcuadros/fetch-errorMáximo Cuadros2018-06-262-5/+49
|\ \ \ | |/ / |/| |
| * | Remote.Fetch: error on missing remote referenceMáximo Cuadros2018-06-212-5/+49
| |/
* | Merge pull request #869 from dsymonds/compactMáximo Cuadros2018-06-211-2/+12
|\ \ | |/ |/|
| * packfile: optimise NewIndexFromIdxFile for a very common caseDavid Symonds2018-06-211-2/+12
|/
* Merge pull request #859 from ebilling/fix-858/token-authenticationMáximo Cuadros2018-06-113-1/+39
|\
| * plumbing/transport: http, Adds token authentication support [Fixes #858]Eric Billingsley2018-06-083-1/+39
* | Merge pull request #857 from erizocosmico/feature/object-storage-publicMáximo Cuadros2018-06-113-8/+9
|\ \ | |/ |/|
| * storage: filesystem, make ObjectStorage constructor publicMiguel Molina2018-06-083-8/+9
|/
* Merge pull request #856 from kuba--/fix-840/corrupted-objectsv4.4.1Máximo Cuadros2018-06-082-4/+19
|\