156 Commits (b9653ccdad437c5449f8eaf0c4e9cfdd2afe4519)

Author SHA1 Message Date
  Fabio Ponciroli 6976a30f44 searchForReuse might impact performance in large repositories 3 years ago
  Alexa Panfil 597a6bc7ec Make Javadoc consistent for PackStatistics fields 3 years ago
  Alexa Panfil 3c5e159eae Measure time taken for reachability checks 3 years ago
  Matthias Sohn 26b23b2713 Define constants for pack config option keys 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Ivan Frade a307c88714 PackWriter/Statistics: Report offloaded size 4 years ago
  Matthias Sohn 8bf9c668ad Wait opening new packfile until it can't be racy anymore 5 years ago
  Matthias Sohn 88b56ff1e9 Silence API errors and add missing @since tags caused by 175e6654 5 years ago
  Matthew DeVore 175e66548b tree:<depth> should not traverse overly-deep trees 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Terry Parker 302596cc67 Add negotiation statistics to PackStatistics 6 years ago
  Matthias Sohn 56cc6afeba Fix javadoc in org.eclipse.jgit storage/file and pack package 6 years ago
  Terry Parker 8dd53135cb Add a new singlePack option to PackConfig 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Matthias Sohn f503a9f5b7 Add missing @since tags on new API constants 7 years ago
  James Melvin 91132bb05e gc: Add options to preserve and prune old pack files 7 years ago
  Terry Parker 80c7884ea6 Expose bitmap selection parameters via PackConfig 8 years ago
  Terry Parker 320a4142ad Update bitmap selection throttling to fully span active branches. 8 years ago
  Terry Parker 2524157d3d Limit the range of commits for which bitmaps are created. 8 years ago
  Shawn Pearce 1d7d0f95e0 Expose the set of root commits in PackStatistics 8 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
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Matthias Sohn 2f93551e18 Add missing @since tags for new API methods 11 years ago
  Shawn Pearce 5d446f410d Support cutting existing delta chains longer than the max depth 11 years ago
  Tomasz Zarna 48f30b8614 Fix @since tags in JGit, version 2.4 never existed 11 years ago
  Edwin Kempin e02708a8b3 Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString() 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Edwin Kempin eac218b7b4 Add toString() for PackConfig 11 years ago
  Shawn Pearce 3760e4319b Remove cached_packs support in favor of bitmaps 11 years ago
  Colby Ranger e6883dfe4b Enable writing bitmaps during GC by default. 11 years ago
  Colby Ranger f82821728b Enable writing pack indexes with bitmaps in the GC. 11 years ago
  Colby Ranger dafcb8f6db Support creating pack bitmap indexes in PackWriter. 11 years ago
  Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. 11 years ago
  Colby Ranger be7a135e94 Break the dependency on RevObject when creating a newObjectToPack(). 11 years ago
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 11 years ago
  Colby Ranger 7fbd6588be Reduce memory held and speed up DfsGarbageCollector. 11 years ago
  Colby Ranger 7c58f6282a Update DfsGarbageCollector to not read back a pack index. 11 years ago
  Colby Ranger 698705c754 Rename PackConstants to PackExt, a typed pack file extension. 11 years ago
  Colby Ranger 5d3c2b3def Update DfsObjDatabase API to open/write by pack extension. 11 years ago
  Colby Ranger 154e3c886b Do not enforce DeltaWindow maxMemory when zero. 11 years ago
  Colby Ranger 51beee5568 Enforce max memory for DeltaWindow. 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Colby Ranger b9e485661d Fix DeltaWindow.clear() to release loaded buffer bytes. 11 years ago
  Robin Stocker b7f5ed5612 Add Javadoc description for packages 11 years ago
  Colby Ranger b77ba04976 Do not delta compress objects that have already tried to compress. 11 years ago
  Christian Halstrick 0f84b86e01 fix PackWriter excluded objects handling 12 years ago
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings 12 years ago