aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage
Commit message (Expand)AuthorAgeFilesLines
* PackInserterTest: Prevent potential NPE dereferencing Path.getFileName()David Pursehouse2017-12-081-3/+6
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-2/+3
* Merge branch 'stable-4.9'Matthias Sohn2017-11-301-0/+106
|\
| * GC: Delete stale temporary packs and indexesHector Caballero2017-11-241-0/+106
* | Break down DfsBlockCache stats by pack file extension.Minh Thai2017-11-272-5/+6
* | Merge changes from topic 'includeDeletes'Shawn Pearce2017-11-161-0/+102
|\ \
| * | Add flag for keeping ref tombstones in GC reftableMinh Thai2017-11-151-0/+102
* | | Remove unused import from ReftableCompactorTestMatthias Sohn2017-11-151-1/+0
|/ /
* | Merge "ObjectDirectory: Add pack directory getter"David Pursehouse2017-11-145-7/+7
|\ \
| * | ObjectDirectory: Add pack directory getterHector Caballero2017-11-145-7/+7
* | | ReftableCompactor should accept 0 for minUpdateIndexMinh Thai2017-11-141-0/+326
|/ /
* | Merge branch 'stable-4.9'David Pursehouse2017-11-021-0/+539
|\|
| * PackInserter: Implement newReader()Dave Borowitz2017-11-011-1/+119
| * FileRepository: Add pack-based inserter implementationDave Borowitz2017-11-011-0/+421
* | dfs: Switch InMemoryRepository to DfsReftableDatabaseShawn Pearce2017-10-181-5/+4
* | Support symbolic references in ReceiveCommandShawn Pearce2017-10-181-1/+2
|/
* Support force writing reflog on a per-update basisDave Borowitz2017-09-302-6/+75
* Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-301-1/+2
* Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-071-0/+70
* dfs: write reftable from DfsGarbageCollectorShawn Pearce2017-09-051-0/+190
* reftable: explicitly store update_index per refShawn Pearce2017-08-212-13/+55
* reftable: resolve symbolic referencesShawn Pearce2017-08-171-0/+37
* reftable: compact merged tablesShawn Pearce2017-08-171-0/+27
* reftable: merge-join reftablesShawn Pearce2017-08-171-0/+324
* reftable: lookup by ObjectId unit testsShawn Pearce2017-08-171-0/+62
* reftable: reflog unit testsShawn Pearce2017-08-171-0/+151
* reftable: namespace unit testsShawn Pearce2017-08-171-0/+36
* reftable: bulk operation unit testsShawn Pearce2017-08-171-0/+82
* reftable: basic functionality unit testsShawn Pearce2017-08-171-0/+357
* Merge branch 'stable-4.8'Matthias Sohn2017-08-151-0/+103
|\
| * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-08-151-0/+103
| |\
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-0/+103
| | |\
| | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-0/+103
| | | |\
| | | | * Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-0/+103
* | | | | Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* | | | | RefDirectory: Add in-process fair lock for atomic updatesDave Borowitz2017-07-281-0/+55
* | | | | RefDirectory: Retry acquiring ref locks with backoffDave Borowitz2017-07-282-0/+106
* | | | | Merge "Support overriding a batch's reflog on a per-ReceiveCommand basis"David Pursehouse2017-07-281-0/+45
|\ \ \ \ \
| * | | | | Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-261-0/+45
* | | | | | Merge changes from topic 'batch-ref-update-reflog'David Pursehouse2017-07-281-0/+316
|\| | | | |
| * | | | | PackedBatchRefUpdate: Write reflogsDave Borowitz2017-07-261-0/+316
* | | | | | Add commit check for head referencesZhen Chen2017-07-261-0/+26
* | | | | | Add connectivity check from referencesZhen Chen2017-07-261-0/+42
* | | | | | Add dfs fsck implementationZhen Chen2017-07-261-0/+201
|/ / / / /
* | | | | Improve BatchRefUpdateTest readabilityDave Borowitz2017-07-251-205/+216
* | | | | Move BatchRefUpdate tests to a new fileDave Borowitz2017-07-252-493/+402
* | | | | Implement atomic BatchRefUpdates for RefDirectoryDave Borowitz2017-07-251-7/+296
* | | | | Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-253-50/+71
* | | | | Merge changes from topic 'packed-batch-ref-update'David Pursehouse2017-07-243-37/+179
|\ \ \ \ \
| * | | | | Add tests for updating single refs to missing objectsDave Borowitz2017-07-171-0/+88