12 Commits (32ff57a2b2b9480f4d374a2592fada7f720b124f)

Author SHA1 Message Date
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Shawn Pearce 5d8a9f6f3f Rescale "Compressing objects" progress meter by size 11 years ago
  Shawn Pearce 21e4aa2b9e Split delta search buckets by byte weight 11 years ago
  Shawn Pearce c9707e6353 Always attempt delta compression when reuseDeltas is false 11 years ago
  Shawn Pearce eb17495ca4 Disable CRC32 computation when no PackIndex will be created 11 years ago
  Shawn Pearce d0a5337625 Steal work from delta threads to rebalance CPU load 11 years ago
  Shawn Pearce 5d446f410d Support cutting existing delta chains longer than the max depth 11 years ago
  Shawn Pearce 01a0699acc Micro-optimize reuseDeltaFor in PackWriter 11 years ago
  Shawn Pearce 8e83c36e27 Static import OBJ_* constants into PackWriter 11 years ago
  Shawn Pearce 93a27ce728 Simplify size test in PackWriter 11 years ago
  Shawn Pearce 594d4ceb12 Simplify setDoNotDelta() to always set the flag 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Shawn Pearce 3760e4319b Remove cached_packs support in favor of bitmaps 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 be7a135e94 Break the dependency on RevObject when creating a newObjectToPack(). 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
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 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
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Shawn O. Pearce 60e51251db Do not write edge objects to the pack stream 12 years ago
  Shawn O. Pearce 1421106d76 Use long for more object counts in PackWriter 12 years ago
  Shawn O. Pearce 41a18d57bc Search for annotated tag reuse first 12 years ago
  Shawn O. Pearce 29997ab084 Correct progress monitor on "Getting sizes:" phase 12 years ago
  Dave Borowitz 2b584b9216 Keep track of a static collection of all PackWriter instances 12 years ago
  Dave Borowitz f26b79d044 Estimate the amount of memory used by a PackWriter 12 years ago
  Dave Borowitz 16b8ebf2d1 Add an object encapsulating the state of a PackWriter 12 years ago
  Shawn O. Pearce 1b6a549ff3 PackWriter: Export more statistics 12 years ago
  Matt Fischer 9952223e06 Implement server support for shallow clones 14 years ago
  Shawn O. Pearce a1a8c6d77e PackWriter: support excluding objects already in other packs 12 years ago
  Shawn O. Pearce 74333e63b6 PackWriter: Make want/have actual sets 12 years ago
  Shawn O. Pearce 2610eaf386 Revert "PackWriter: Do not delta compress already packed objects" 12 years ago
  Shawn O. Pearce 99e6cfb131 PackWriter: Only search for base objects on thin packs 12 years ago
  Shawn O. Pearce 68cc21b60d PackWriter: Skip progress messages on fast operations 13 years ago
  Shawn O. Pearce 8ac65d33ed PackWriter: Fix the way delta chain cycles are prevented 13 years ago
  Shawn O. Pearce 36a38adf71 PackWriter: Combine small reuse batches together 13 years ago
  Shawn O. Pearce 0be24ebf33 PackWriter: Remove dummy list 0 13 years ago
  Shawn O. Pearce 9f5bbb5dd4 PackWriter: Speed up pruning of objects from cached packs 13 years ago
  Shawn O. Pearce bb1956e647 PackWriter: Collect stats by object type 13 years ago
  Shawn O. Pearce 7a9bf1e2e0 PackWriter: Rename getObjectsNumber to getObjectCount 13 years ago
  Shawn O. Pearce 65f9a6e58b Fix dumb transport push 13 years ago
  Shawn O. Pearce bd970007be ObjectIdOwnerMap: More lightweight map for ObjectIds 13 years ago
  Shawn O. Pearce f67e5602af PackWriter: Reduce GC during enumeration 13 years ago
  Shawn O. Pearce a468cb57c2 PackWriter: Validate reused cached packs 13 years ago
  Shawn O. Pearce 1b2062fe37 PackWriter: Avoid CRC-32 validation when feeding IndexPack 13 years ago
  Shawn O. Pearce bd6853e90a PackWriter: Position tags after commits 13 years ago
  Shawn O. Pearce 26dffbe04d PackWriter: Refactor object writing loop 13 years ago