30 Commits (b23735107bb6af0413855e64f6eb9fe946a8f659)

Author SHA1 Message Date
  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
  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
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 11 years ago
  Colby Ranger 698705c754 Rename PackConstants to PackExt, a typed pack file extension. 11 years ago
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Christian Halstrick 4c3f017a77 Garbage collector for FileRepositories 12 years ago
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings 12 years ago
  Shawn O. Pearce 6c0d300a54 Fix loading packed objects >2G 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Shawn O. Pearce 53fb027284 Make DeltaBaseCache per-ObjectReader 13 years ago
  Shawn O. Pearce 48fb404a3f PackFile: Cache the packName string 13 years ago
  Shawn O. Pearce 4e187d898a PackFile: Fix copy as-is for small objects 13 years ago
  Shawn O. Pearce a468cb57c2 PackWriter: Validate reused cached packs 13 years ago
  Shawn O. Pearce 1b2062fe37 PackWriter: Avoid CRC-32 validation when feeding IndexPack 13 years ago
  Shawn O. Pearce 461b012e95 PackWriter: Support reuse of entire packs 13 years ago
  Shawn O. Pearce 165358bc99 Use heap based stack for PackFile deltas 13 years ago
  Shawn O. Pearce e0a9961b78 Avoid unnecessary decoding of length in PackFile 13 years ago
  Shawn O. Pearce d29b5db695 Remove unused 'shift' variable from PackFile 13 years ago
  Robin Stocker 96bea14c7b Use readFully() instead of read() 13 years ago
  Matthias Sohn ffc010fda4 [findbugs] Static comparator made final 13 years ago
  Shawn O. Pearce 7ba31474a3 Increase core.streamFileThreshold default to 50 MiB 13 years ago
  Shawn O. Pearce eb64ccad6d Correctly name DeltaBaseCache 13 years ago
  Shawn O. Pearce 7a9edb3662 Fix reuse from pack file for REF_DELTA types 13 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 13 years ago