320 Commits (stable-3.6)

Author SHA1 Message Date
  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
  Matthias Sohn dd6f41e401 Add missing @since tags 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
  Matthias Sohn 38cac0acf3 Add convenience factory method for most used builder pattern 11 years ago
  Matthias Sohn d35586a431 Don't use internal type FileRepository in public API 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
  Edwin Kempin 9b20a3b0dd Add toString() for RepoStatistics 11 years ago
  Shawn Pearce 3760e4319b Remove cached_packs support in favor of bitmaps 11 years ago
  Shawn Pearce b2c0021b8a Remove objects before optimization from DfsGarbageCollector 11 years ago
  Shawn Pearce fc6b898cbe Simplfy caching of DfsPackDescription from PackWriter.Statistics 11 years ago
  Shawn Pearce 4e9fe58bb5 Avoid looking at UNREACHABLE_GARBAGE for client have lines 11 years ago
  Shawn Pearce ea5eef912a Cluster UNREACHABLE_GARBAGE packs at the end of the search list 11 years ago
  Shawn Pearce bb002c619b Avoid repacking unreachable garbage in DfsGarbageCollector 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 c660362768 Write the bitmap index correctly in DFS GC. 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 1512d0ab4e Remove the unused method PackFile.hasExt(). 11 years ago
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 11 years ago
  Colby Ranger 95ef1e83d0 Fix off by one error in PackReverseIndex. 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
  Dani Megert 5b13b579b3 Use correct method link in Javadoc 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
  Roberto Tyley 5dcc8693d7 Fix concurrent creation of fan-out object directories 11 years ago
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. 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
  Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 11 years ago
  Robin Rosenberg 20c829838a Make an exception for the formatting rules (turn off) for some files 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
  Robin Stocker b7f5ed5612 Add Javadoc description for packages 11 years ago
  Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 11 years ago
  Markus Keller a27c1a6b15 Fix compile error (method not available in 1.5) 11 years ago
  Marc Strapetz 8f706db56a FileBasedConfig supports UTF-8 byte order marker 11 years ago