52 Commits (e62a93955bbde6da71ab41beb654363f282af697)

Autor SHA1 Nachricht Datum
  Petr Hrebejk 2fbbd6d890 Fix PackInvalidException when fetch and repack run concurrently vor 3 Jahren
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling vor 4 Jahren
  Matthias Sohn b5c594216b Add debug trace to measure time needed to open pack index vor 5 Jahren
  Matthias Sohn 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes vor 5 Jahren
  Carsten Hammer 84fc5c908d Convert to lambda or member reference vor 5 Jahren
  Luca Milanesio d6e00d2015 Remember the cause for invalidating a packfile vor 5 Jahren
  Luca Milanesio bf3d1ded35 Check for packfile validity and fd before reading vor 5 Jahren
  Luca Milanesio afef866a44 Move throw of PackInvalidException outside the catch vor 5 Jahren
  Luca Milanesio 2d116cd0ab Use FileSnapshot to get lastModified on PackFile vor 5 Jahren
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem vor 5 Jahren
  Juergen Denner 19c4380689 Reduce contention on PackFile.idx() function. vor 5 Jahren
  Matthias Sohn e8f7bb3608 Properly format pack checksums in PackFile.idx() vor 5 Jahren
  Luca Milanesio daefa69502 PackFile: report correct message for checksum mismatch vor 5 Jahren
  Matthias Sohn a33e4dc58a Properly format pack checksums in PackFile.idx() vor 5 Jahren
  Luca Milanesio 436c99ce59 PackFile: report correct message for checksum mismatch vor 5 Jahren
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords vor 6 Jahren
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists vor 6 Jahren
  David Pursehouse 0f1c160aa7 Don't unnecessarily explicitly call CorruptObjectException#initCause vor 6 Jahren
  David Pursehouse 365c6cb387 Use new StoredObjectRepresentationNotAvailableException constructor vor 6 Jahren
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package vor 6 Jahren
  Christian Halstrick 1ed1e40387 Fix exception handling for opening bitmap index files vor 6 Jahren
  Matthias Sohn aaf3c5154e Only mark packfile invalid if exception signals permanent problem vor 7 Jahren
  Luca Milanesio 363a3657b1 Don't flag a packfile invalid if opening existing file failed vor 7 Jahren
  Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient vor 7 Jahren
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning vor 7 Jahren
  David Pursehouse b20f7d610e Organize imports vor 7 Jahren
  James Melvin d980a3fa85 Fix keep pack filename vor 7 Jahren
  Andrey Loskutov 79a7dd026f [performance] Remove synthetic access$ methods in pack and file packages vor 8 Jahren
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues vor 8 Jahren
  Saša Živkov d9062145b8 Don't invalidate pack file on InterruptedIOException vor 9 Jahren
  Shawn Pearce 6e5c71b358 Remove validate support when reusing cached pack vor 9 Jahren
  Matthias Sohn 4dd4d7e12a Silence false null pointer access warnings in PackFile vor 9 Jahren
  Shawn Pearce 7ab6ffdf50 Remove AutoCloseable from internal PackFile and friends vor 9 Jahren
  Matthias Sohn 57644f23a1 Provide more details in exceptions thrown when packfile is invalid vor 9 Jahren
  Matthias Sohn 27ae8bc655 Implement AutoClosable interface to support try-with-resources block vor 9 Jahren
  Shawn Pearce 94c4d7eee8 Cleanup use of java.util.Inflater, fixing rare infinite loops vor 9 Jahren
  Doug Kelly 62697c8d33 Remove streaming delta support from JGit vor 10 Jahren
  Colby Ranger 570bba5e7a Ignore bitmap indexes that do not match the pack checksum vor 10 Jahren
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage vor 11 Jahren
  Shawn Pearce 913cccd5c4 Do not attempt to read bitmap from invalid pack vor 11 Jahren
  Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. vor 11 Jahren
  Colby Ranger 1512d0ab4e Remove the unused method PackFile.hasExt(). vor 11 Jahren
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. vor 11 Jahren
  Colby Ranger 698705c754 Rename PackConstants to PackExt, a typed pack file extension. vor 11 Jahren
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. vor 11 Jahren
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such vor 11 Jahren
  Christian Halstrick 4c3f017a77 Garbage collector for FileRepositories vor 12 Jahren
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings vor 12 Jahren
  Shawn O. Pearce 6c0d300a54 Fix loading packed objects >2G vor 12 Jahren
  Robin Rosenberg 95d311f888 Move JGitText to an internal package vor 12 Jahren