52 Commits (5bb71dd2d4013eb4147ecbfead248d31a98c5537)

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