Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Extend FileSnapshot for packfiles to also use checksum to detect changesMatthias Sohn3-22/+169
2019-06-04Wait opening new packfile until it can't be racy anymoreMatthias Sohn4-5/+72
2019-05-29Avoid null PackConfig in GCMatthias Sohn1-6/+7
2019-05-29Capture reason for result of FileSnapshot#isModifiedMatthias Sohn1-15/+64
2019-05-27ObjectDirectory: fix closing of obsolete packsMarc Strapetz1-1/+2
2019-05-22Include filekey file attribute when comparing FileSnapshotsMatthias Sohn1-9/+43
2019-05-22Measure file timestamp resolution used in FileSnapshotMatthias Sohn1-11/+25
2019-05-22Fix FileSnapshot's consideration of file sizeMatthias Sohn1-16/+26
2019-04-19Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2-20/+20
2019-04-19Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2-20/+20
2019-04-18Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2-20/+20
2019-04-18Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2-20/+20
2019-04-18Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2-20/+20
2019-04-16Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2-21/+22
2019-04-16Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2-21/+22
2019-04-16Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2-21/+22
2019-04-11Remember the cause for invalidating a packfileLuca Milanesio2-16/+16
2019-04-09Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio1-5/+6
2019-03-21Merge branch 'stable-5.0' into stable-5.1Matthias Sohn1-2/+5
2019-03-21Merge branch 'stable-4.11' into stable-5.0Matthias Sohn1-2/+5
2019-03-21Merge branch 'stable-4.10' into stable-4.11Matthias Sohn1-2/+5
2019-03-21Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-2/+5
2019-03-20Fix GC to delete empty fanout directories after repackingMatthias Sohn1-2/+5
2019-03-13Merge branch 'stable-5.0' into stable-5.1Matthias Sohn3-13/+64
2019-03-13Merge branch 'stable-4.11' into stable-5.0Matthias Sohn3-13/+64
2019-03-13Merge branch 'stable-4.10' into stable-4.11Matthias Sohn3-13/+64
2019-03-13Merge branch 'stable-4.9' into stable-4.10Matthias Sohn3-13/+64
2019-03-13Merge branch 'stable-4.8' into stable-4.9Matthias Sohn3-13/+64
2019-03-13Merge branch 'stable-4.7' into stable-4.8Matthias Sohn3-13/+64
2019-03-12Merge branch 'stable-4.6' into stable-4.7Matthias Sohn3-13/+64
2019-03-12Merge branch 'stable-4.5' into stable-4.6Matthias Sohn3-13/+64
2019-03-12Check for packfile validity and fd before readingLuca Milanesio1-0/+8
2019-03-12Move throw of PackInvalidException outside the catchLuca Milanesio1-2/+3
2019-03-12Use FileSnapshot to get lastModified on PackFileLuca Milanesio1-1/+1
2019-03-12Include size when comparing FileSnapshotLuca Milanesio1-8/+37
2019-03-12Do not reuse packfiles when changed on filesystemLuca Milanesio2-2/+15
2019-03-11Merge branch 'stable-5.0' into stable-5.1Matthias Sohn1-26/+35
2019-03-11Merge branch 'stable-4.11' into stable-5.0Matthias Sohn1-26/+35
2019-03-11Merge branch 'stable-4.10' into stable-4.11Matthias Sohn1-26/+35
2019-03-11Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-26/+35
2019-03-11Reduce contention on PackFile.idx() function.Juergen Denner1-26/+35
2019-03-06Merge branch 'stable-4.11' into stable-5.0David Pursehouse3-8/+15
2019-03-06Merge branch 'stable-4.10' into stable-4.11David Pursehouse3-8/+15
2019-03-06Merge branch 'stable-4.9' into stable-4.10David Pursehouse3-8/+15
2019-03-06Fix error log message in ObjectDirectory.handlePackError()Matthias Sohn1-2/+2
2019-03-06Properly format pack checksums in PackFile.idx()Matthias Sohn1-2/+3
2019-03-06Cancel gc if thread was interruptedMatthias Sohn1-1/+1
2019-03-06PackFile: report correct message for checksum mismatchLuca Milanesio1-5/+6
2019-03-06ObjectDirectory: Clean up loggingDavid Pursehouse1-2/+5
2019-03-06ObjectDirectory: extra logging on packfile exceptionsLuca Milanesio1-0/+2

Back to the top