228 コミット (b5941c74e59e64c5fd374a09067e74e26eed2612)

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