228 Commits (b5941c74e59e64c5fd374a09067e74e26eed2612)

Author SHA1 Message Date
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues 9 years ago
  Andrey Loskutov 2e5c7c5db4 Move createSymLink/readSymLink to FileUtils 8 years ago
  Shawn Pearce 1d7d0f95e0 Expose the set of root commits in PackStatistics 8 years ago
  Shawn Pearce f9bd6c1239 Fix NPE in DfsGarbageCollector and further reduce memory 8 years ago
  Shawn Pearce 4bb523475d PackWriter: shed memory while creating bitmaps 8 years ago
  Shawn Pearce 88bffda524 Bitmap builder: actually compress EWAH bitmaps in memory 8 years ago
  Shawn Pearce d988540c8e Do not retain commit body during bitmap generation 8 years ago
  Andrey Loskutov b98c84eb88 Don't crash while parsing ignore patterns 9 years ago
  Terry Parker 4d6046da77 Remove "experimental" from the description of the pack bitmap index 9 years ago
  Jonathan Nieder f8564c7601 DFS: Remove now-redundant getOneRef 9 years ago
  Shawn Pearce d0e47a99aa DFS: Override exactRef() with optimal version 9 years ago
  Dave Borowitz d5a71e9ca3 Store push certificates in refs/meta/push-certs 9 years ago
  Jonathan Nieder 0c7ad12c76 Avoid double-colon in InvalidObjectIdException description 9 years ago
  Christian Halstrick 6b65adca2d Add a grace period for packfiles during GC 9 years ago
  Terry Parker 8b20f2c890 Update comments about PackStatistics 9 years ago
  Terry Parker 6a415915c2 Add the set of shallow commits to PackStatistics 9 years ago
  Terry Parker d9bbb04c3e Introduce PostUploadHook to replace UploadPackLogger 9 years ago
  Dave Borowitz a85e817dc2 Rewrite push certificate parsing 9 years ago
  Yuxuan 'fishy' Wang 9cbe222837 Fix public API issues introduced in I1baeedcc6946. 9 years ago
  Matthias Sohn 65ceb23c81 Add missing javadoc @param for new method setObjectCountCallback() 9 years ago
  Yuxuan 'fishy' Wang 53be446f6a Callback in PackWriter & BundleWriter. 9 years ago
  Terry Parker dd22bc831a Update PackWriter.Statistics.getBitmapIndexMises() 9 years ago
  Jonathan Nieder 54b195ad3e Clarify description of ServiceNotAuthorizedException 9 years ago
  Matthias Sohn faae5cdb5b Fix hidden field warnings in bundle org.eclipse.jgit 9 years ago
  Hugo Arès 663ccd76f0 Close WindowCursor using try-with-resources in UnpackedObject 9 years ago
  Hugo Arès 27128b3e01 Fix WindowCursor memory leak. 9 years ago
  Dave Borowitz b8c8008115 FS: Extract GobblerThread into a private static class 9 years ago
  Terry Parker 0e8ac496cd Add bitmap index misses to PackWriter.Statistics 9 years ago
  Matthias Sohn bb48901ddf Silence false potential null pointer access warnings 9 years ago
  Matthias Sohn 746cf09b33 Silence non-externalized string warnings in org.eclipse.jgit 9 years ago
  Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 9 years ago
  Saša Živkov d9062145b8 Don't invalidate pack file on InterruptedIOException 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Shawn Pearce 2eb16aa6ca Remove SoftReference from dfs.DeltaBaseCache 9 years ago
  Shawn Pearce 8ff08455f6 Fix memory leak in dfs.DeltaBaseCase 9 years ago
  Shawn Pearce 53e39094bf ObjectWalk: make setRetainBody(false) the default 9 years ago
  Sebastian Schuberth 11c393a1d4 Do not concatenate strings as arguments to StringBuilder.append() 9 years ago
  Hugo Arès ae4b72d50e Remove pack from list when file handle is stale 9 years ago
  Hugo Arès d3a73c1407 Lower log level to warn for handled pack errors 9 years ago
  Matthias Sohn 10412ddfed Delete deprecated PackWriter.preparePack() methods 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
  Matthias Sohn bb2ca576ff Externalize error message used in CheckoutCommand 9 years ago
  Matthias Sohn 842ae868cf Externalize error messages used in DfsGarbageCollector 9 years ago
  Matthias Sohn 13cfc83b2b Use try-with-resource to close resources in DfsGarbageCollector 9 years ago
  Matthias Sohn 6feb7bc9dd Silence non-externalized string warning in PackIndexV2 9 years ago
  Matthias Sohn 4dd4d7e12a Silence false null pointer access warnings in PackFile 9 years ago