aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* plumbing, storage: add bases to the common cacheJavi Fontan2018-08-223-2/+41
* Merge pull request #927 from jfontan/fix/iterate-objects-by-offsetMáximo Cuadros2018-08-223-1/+85
|\
| * plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-213-1/+85
|/
* 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
* | Merge pull request #921 from jfontan/fix/empty-headersMáximo Cuadros2018-08-212-5/+45
|\ \
| * | object: fix panic when reading object headerJavi Fontan2018-08-172-5/+45
* | | Merge pull request #924 from fkorotkov/fedor/fix-issue-923Máximo Cuadros2018-08-202-0/+9
|\ \ \ | |/ / |/| |
| * | Fixed an edge case for .gitignoreFedor Korotkov2018-08-192-0/+9
|/ /
* | Merge pull request #920 from vancluever/f-add-commit-signkeyv4.6.0Máximo Cuadros2018-08-174-7/+178
|\ \
| * | git: Add extra test for testing bad key error caseChris Marchesi2018-08-161-55/+85
| * | git: Remove old hash validation codeChris Marchesi2018-08-161-5/+0
| * | git: Remove use of strings.BuilderChris Marchesi2018-08-162-2/+4
| * | git: Add ability to PGP sign commitsChris Marchesi2018-08-163-0/+144
| * | plumbing: object, Don't add new line at end of commit signatureChris Marchesi2018-08-161-7/+7
* | | Merge pull request #916 from jfontan/improvement/memory-consumption-new-packf...Máximo Cuadros2018-08-174-53/+276
|\ \ \ | |/ / |/| |
| * | plumbing/packfile: do not compute sha1 for already undeltified objectsJavi Fontan2018-08-141-7/+9
| * | plumbing/pacfile: tidy up objectInfo structJavi Fontan2018-08-141-36/+22
| * | plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-144-14/+249
|/ /
* | Merge pull request #906 from src-d/perf/packfile-readsMáximo Cuadros2018-08-1434-1539/+2949
|\ \
| * | plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndexMiguel Molina2018-08-104-23/+23
| * | git: add benchmark for iterating repository objectsMiguel Molina2018-08-101-0/+56
| * | plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-099-75/+174
| * | storage: filesystem, add PackfileIter benchmark reading object contentMiguel Molina2018-08-091-0/+67
| * | 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