41 Commits (710d00b85e9419c7feaed71a1945351dab486f71)

Author SHA1 Message Date
  Luca Milanesio d6e00d2015 Remember the cause for invalidating a packfile 5 years ago
  David Pursehouse 280b2bfe52 DfsPackFile: Refactor getBitmapIndex to open ReadableChannel in try-with-resource 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 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 a224b78675 Fix javadoc in org.eclipse.jgit dfs package 6 years ago
  David Pursehouse 5e7eed41f6 StoredObjectRepresentationNotAvailableException: Add constructor that takes cause 6 years ago
  Shawn Pearce 1a7b8a11df dfs: expose DfsReftable from DfsObjDatabase 7 years ago
  Shawn Pearce 1222f34506 dfs: support reading reftables through DfsBlockCache 7 years ago
  Shawn Pearce d4cfa95ba3 dfs: optionally store blockSize in DfsPackDescription 7 years ago
  Shawn Pearce da7671fcd5 dfs: Fix caching of index, bitmap index, reverse index 7 years ago
  Shawn Pearce b1bdeeb0ee dfs: Use special ForReverseIndex DfsStreamKey wrapper instead of derive 7 years ago
  Shawn Pearce 07f98a8b71 Derive DfsStreamKey from DfsPackDescription 7 years ago
  Shawn Pearce 84c71ac933 Extract BlockBasedFile base class for DfsPackFile 7 years ago
  Shawn Pearce 8c566be72f Use separate DfsStreamKey for PackIndex 7 years ago
  Shawn Pearce e924de5295 Rename DfsPackKey to DfsStreamKey 7 years ago
  Shawn Pearce 5fdbcc1081 Use read ahead during copyPackThroughCache 7 years ago
  Shawn Pearce 562de51239 Track read IO for DfsReader 7 years ago
  Jonathan Nieder 061d24f6d5 Remove @since tags from internal packages 7 years ago
  Zhen Chen d6b354f60f Skip pack header bytes in DfsPackFile 7 years ago
  Terry Parker 2708b11b6c Filter corrupt objects from DfsReader.selectObjectRepresentation() 8 years ago
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues 9 years ago
  Matthias Sohn bb48901ddf Silence false potential null pointer access warnings 9 years ago
  Shawn Pearce 6e5c71b358 Remove validate support when reusing cached pack 9 years ago
  Shawn Pearce a3476ced1f Rename copyThroughCache to shouldCopyThroughCache 9 years ago
  Shawn Pearce 1553a6ff55 Add readAheadBuffer hint to ReadableChannel 9 years ago
  Shawn Pearce c761c8bb5c Avoid storing large packs in block cache during reuse 9 years ago
  Shawn Pearce 7ab6ffdf50 Remove AutoCloseable from internal PackFile and friends 9 years ago
  David Pletcher cc8c270c9b Allow public access to PackIndex 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
  Colby Ranger f3b80f1a74 Do not update the ref hot bit when checking isIndexLoaded 10 years ago
  Shawn Pearce 56497be34d Delete broken DFS read-ahead support 11 years ago
  Shawn Pearce d72416afbb Optimize DFS object reuse selection code 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Shawn Pearce 4e9fe58bb5 Avoid looking at UNREACHABLE_GARBAGE for client have lines 11 years ago
  Shawn Pearce 913cccd5c4 Do not attempt to read bitmap from invalid pack 11 years ago
  Shawn Pearce 88c962484f Rename DfsPackFile getBitmap method to match PackFile 11 years ago
  Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. 11 years ago
  Colby Ranger 698705c754 Rename PackConstants to PackExt, a typed pack file extension. 11 years ago
  Colby Ranger 3f0176aea6 Remove getReverseIndexSize() from DfsPackDescription. 11 years ago
  Colby Ranger 510a605546 Use file extension with DfsPackDescription get/set file size. 11 years ago
  Colby Ranger 5d3c2b3def Update DfsObjDatabase API to open/write by pack extension. 11 years ago
  Matthias Sohn 05a7113002 Add missing @since tags to mark API added in 2.2 11 years ago
  Colby Ranger 034ff96674 Add the an event and listener for a dfs PackIndex being loaded. 11 years ago
  Colby Ranger f6f8bcd9df Add isIndexLoaded() to DfsPackFile. 11 years ago
  Shawn O. Pearce 3534fa9c61 Expose some DFS APIs as public or protected 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
  Dave Borowitz d55eb35106 Expose the reverse index size in the DfsPackDescription 12 years ago