63 Commits (3aa142e7bf31a3bd662222dac72fe59e9a1c2caf)

Author SHA1 Message Date
  Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors 3 years ago
  Nasser Grainawi 971dafd302 Create a PackFile class for Pack filenames 3 years ago
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3 years ago
  Petr Hrebejk 2fbbd6d890 Fix PackInvalidException when fetch and repack run concurrently 3 years ago
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4 years ago
  Lars Vogel 9d1e477417 Use lambdas where possible 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 4 years ago
  Matthias Sohn b5c594216b Add debug trace to measure time needed to open pack index 5 years ago
  Matthias Sohn 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes 5 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  Luca Milanesio d6e00d2015 Remember the cause for invalidating a packfile 5 years ago
  Luca Milanesio bf3d1ded35 Check for packfile validity and fd before reading 5 years ago
  Luca Milanesio afef866a44 Move throw of PackInvalidException outside the catch 5 years ago
  Luca Milanesio 2d116cd0ab Use FileSnapshot to get lastModified on PackFile 5 years ago
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem 5 years ago
  Juergen Denner 19c4380689 Reduce contention on PackFile.idx() function. 5 years ago
  Matthias Sohn e8f7bb3608 Properly format pack checksums in PackFile.idx() 5 years ago
  Luca Milanesio daefa69502 PackFile: report correct message for checksum mismatch 5 years ago
  Matthias Sohn a33e4dc58a Properly format pack checksums in PackFile.idx() 5 years ago
  Luca Milanesio 436c99ce59 PackFile: report correct message for checksum mismatch 5 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse 0f1c160aa7 Don't unnecessarily explicitly call CorruptObjectException#initCause 6 years ago
  David Pursehouse 365c6cb387 Use new StoredObjectRepresentationNotAvailableException constructor 6 years ago
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package 6 years ago
  Christian Halstrick 1ed1e40387 Fix exception handling for opening bitmap index files 6 years ago
  Matthias Sohn aaf3c5154e Only mark packfile invalid if exception signals permanent problem 7 years ago
  Luca Milanesio 363a3657b1 Don't flag a packfile invalid if opening existing file failed 7 years ago
  Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  David Pursehouse b20f7d610e Organize imports 7 years ago
  James Melvin d980a3fa85 Fix keep pack filename 7 years ago
  Andrey Loskutov 79a7dd026f [performance] Remove synthetic access$ methods in pack and file packages 8 years ago
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues 8 years ago
  Saša Živkov d9062145b8 Don't invalidate pack file on InterruptedIOException 9 years ago
  Shawn Pearce 6e5c71b358 Remove validate support when reusing cached pack 9 years ago
  Matthias Sohn 4dd4d7e12a Silence false null pointer access warnings in PackFile 9 years ago
  Shawn Pearce 7ab6ffdf50 Remove AutoCloseable from internal PackFile and friends 9 years ago
  Matthias Sohn 57644f23a1 Provide more details in exceptions thrown when packfile is invalid 9 years ago
  Matthias Sohn 27ae8bc655 Implement AutoClosable interface to support try-with-resources block 9 years ago
  Shawn Pearce 94c4d7eee8 Cleanup use of java.util.Inflater, fixing rare infinite loops 9 years ago
  Doug Kelly 62697c8d33 Remove streaming delta support from JGit 10 years ago
  Colby Ranger 570bba5e7a Ignore bitmap indexes that do not match the pack checksum 10 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Shawn Pearce 913cccd5c4 Do not attempt to read bitmap from invalid pack 11 years ago
  Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. 11 years ago
  Colby Ranger 1512d0ab4e Remove the unused method PackFile.hasExt(). 11 years ago