56 Commits (162a5c4c89b289af3755a2f26843cdf908e93c50)

Author SHA1 Message Date
  Matthias Sohn 7f7dd171df Cache SimpleDateFormat in GitDateParser per locale 10 years ago
  Colby Ranger f3b80f1a74 Do not update the ref hot bit when checking isIndexLoaded 10 years ago
  Christian Halstrick 8da939221c Don't delete .idx file if .pack file can't be deleted 10 years ago
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 10 years ago
  Colby Ranger 570bba5e7a Ignore bitmap indexes that do not match the pack checksum 10 years ago
  Colby Ranger 7dc6c553c0 Remove unneeded packs when compacting with no new objects 10 years ago
  Shawn Pearce aa8d5ac26c Remove unnecessary inflate stride in DfsBlock 10 years ago
  Colby Ranger 6cc532a43c Use a bucket sort for PackReverseIndex. 11 years ago
  Colby Ranger 903fb9c739 Implement get nth offset in PackIndex. 11 years ago
  Dave Borowitz b646578d89 Add a method to DfsOutputStream to read as an InputStream 11 years ago
  Robin Rosenberg a62770a3dd Fix the parameters to an exception 11 years ago
  Robin Rosenberg 9dcd8c2c90 Make the Reflog a public API again 11 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 3c27ee1a91 Support excluding objects during DFS compaction 11 years ago
  Colby Ranger eaa52b12f5 Update PackBitmapIndexRemapper to handle mappings not in the new pack. 11 years ago
  Shawn Pearce c9707e6353 Always attempt delta compression when reuseDeltas is false 11 years ago
  Shawn Pearce a5c6aac76c Avoid TemporaryBuffer.Heap on very small deltas 11 years ago
  Shawn Pearce 8a7c2f97d0 Correct distribution of allowed delta size along chain length 11 years ago
  Shawn Pearce 3b7924f403 Split remaining delta work on path boundaries 11 years ago
  Shawn Pearce 65f44bef23 Remove DFS locality ordering during packing 11 years ago
  Shawn Pearce af33a911d0 Replace DeltaWindow array with circularly linked list 11 years ago
  Shawn Pearce 0f32901ab7 Micro-optimize copy instructions in DeltaEncoder 11 years ago
  Shawn Pearce 1db50c9d91 Micro-optimize DeltaWindow primary loop 11 years ago
  Shawn Pearce 6903fa4a34 Micro-optimize DeltaWindow maxMemory test to be != 0 11 years ago
  Shawn Pearce 4db695c1c6 Mark DeltaWindowEntry methods final 11 years ago
  Shawn Pearce 6c0bb4351d Increase PackOutputStream copy buffer to 64 KiB 11 years ago
  Shawn Pearce 46ef61a702 Tighten object header writing in PackOutuptStream 11 years ago
  Shawn Pearce 66192817cd Declare members of PackOutputStream final 11 years ago
  Shawn Pearce 2be6927d8e Always allocate the PackOutputStream copyBuffer 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
  Matthias Sohn 41cba241d8 DfsReaderOptions are options for a DFS stored repository 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 6a5019f539 Renumber internal ObjectToPack flags 11 years ago
  Shawn Pearce 241eed844d Move wantWrite flag to be special offset 1 11 years ago
  Shawn Pearce 1eed78657f Don't delta compress garbage objects 11 years ago
  Shawn Pearce 56497be34d Delete broken DFS read-ahead support 11 years ago
  Shawn Pearce d72416afbb Optimize DFS object reuse selection code 11 years ago
  Shawn Pearce 93a27ce728 Simplify size test in PackWriter 11 years ago
  Shawn Pearce d45277a691 Declare critical exposed methods of ObjectToPack final 11 years ago
  Shawn Pearce 1d362e35bc Declare internal flag accessors of ObjectToPack final 11 years ago
  Shawn Pearce 876a2ffb21 Remove unused method isDeltaAttempted() 11 years ago
  Shawn Pearce 594d4ceb12 Simplify setDoNotDelta() to always set the flag 11 years ago
  Matthias Sohn d059f85c0b When renaming the lock file succeeds the lock isn't held anymore 11 years ago
  Shawn Pearce 7f1c2ec1eb Always add FileExt to DfsPackDescription 11 years ago
  Edwin Kempin e02708a8b3 Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString() 11 years ago
  Christian Halstrick bd5e4eabc2 Fix GC for FileRepo in case packfile renames fail 11 years ago