125 Commits (stable-0.11)

Author SHA1 Message Date
  Marc Strapetz 57d13c047f Fix processing of broken symbolic references in RefDirectory 13 years ago
  Shawn O. Pearce 461b012e95 PackWriter: Support reuse of entire packs 13 years ago
  Shawn O. Pearce 71f168fcd7 PackWriter: Display totals after sending objects 13 years ago
  Shawn O. Pearce 04759f3274 RefAdvertiser: Avoid object parsing 13 years ago
  Shawn O. Pearce 13bcf05a9e PackWriter: Make thin packs more efficient 13 years ago
  Shawn O. Pearce 2fbcba41e3 PackWriter: Cleanup findObjectToPack method 13 years ago
  Shawn O. Pearce 8f63dface2 PackWriter: Correct 'Compressing objects' progress message 13 years ago
  Shawn O. Pearce 37a10e3006 PackWriter: Don't include edges in progress meter 13 years ago
  Shawn O. Pearce 168114fd39 Show resolving deltas progress to push clients 13 years ago
  Shawn O. Pearce 17dc6bdafd ObjectIdSubclassMap: Support duplicate additions 13 years ago
  Shawn O. Pearce 065a0a8122 Revert "Teach PackWriter how to reuse an existing object list" 13 years ago
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 years ago
  Shawn O. Pearce f5fe2dca3c Teach PackWriter how to reuse an existing object list 13 years ago
  Shawn O. Pearce a017fdf112 Allow ObjectReuseAsIs to resort objects during writing 13 years ago
  Shawn O. Pearce c218a0760d PackWriter: Use TOPO order only for incremental packs 13 years ago
  Robin Rosenberg 24e7f0f6fa Fix tests broken by fix for adding files in a network share 13 years ago
  Robin Rosenberg c4c8d80fd3 Fix adding files in a network share 13 years ago
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 13 years ago
  Shawn O. Pearce 165358bc99 Use heap based stack for PackFile deltas 13 years ago
  Robin Rosenberg 797ebba307 Add support for getting the system wide configuration 13 years ago
  Robin Rosenberg c3f52c62a8 Fix FileSnapShot 13 years ago
  Shawn O. Pearce 3922e026e0 FileBasedConfig: Use FileSnapshot for isOutdated() 13 years ago
  Shawn O. Pearce c8db22f355 Extract pack directory last modified check code 13 years ago
  Shawn O. Pearce 013cb8de38 Reduce calls to Repository.getConfig 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Jens Baumgart cbf5ff6ac7 LockFile.commit: retry renaming 13 years ago
  Shawn O. Pearce e0a9961b78 Avoid unnecessary decoding of length in PackFile 13 years ago
  Shawn O. Pearce d29b5db695 Remove unused 'shift' variable from PackFile 13 years ago
  Shawn O. Pearce 2f6e79307d Remove unnecessary flush calls from LockFile 13 years ago
  Shawn O. Pearce ed5fe8af9a Remove unnecessary region locking from LockFile 13 years ago
  Shawn O. Pearce e0e7fe531d Support core.fsyncRefFiles option 13 years ago
  Shawn O. Pearce 24fccadeda Support core.fsyncObjectFiles option 13 years ago
  Shawn O. Pearce cfa3f365d6 Simplify LockFile write(ObjectId) case 13 years ago
  Robin Stocker 8cbed3462e Make private final field static 13 years ago
  Robin Stocker 96bea14c7b Use readFully() instead of read() 13 years ago
  Shawn O. Pearce bdf535de4f Call ProgressMonitor.update() from main thread 13 years ago
  Christian Halstrick 2c38e5d461 Prevent endless loop of events fired by RefsDirectory 13 years ago
  Christian Halstrick a4f7992dfb Add support for special symref FETCH_HEAD and MERGE_HEAD 13 years ago
  Matthias Sohn ffc010fda4 [findbugs] Static comparator made final 13 years ago
  Shawn O. Pearce d00420ae6e Make ObjectDirectory getPacks() work the first time 13 years ago
  Shawn O. Pearce e51e06946f Update CachedObjectDirectory when inserting objects 13 years ago
  Shawn O. Pearce 7ba31474a3 Increase core.streamFileThreshold default to 50 MiB 13 years ago
  Shawn O. Pearce 2ee6d95e5b Fix UnsupportedOperationException while fixing thin pack 13 years ago
  Shawn O. Pearce 5fce8d81d8 Fix cloning of repositories with big objects 13 years ago
  Shawn O. Pearce 3fe527624d Probe filesystem and set core.filemode correctly 13 years ago
  Shawn O. Pearce 41dd9ed1c0 Unpack and cache large deltas as loose objects 13 years ago
  Shawn O. Pearce 3f66e65e71 Remember loose objects and fast-track their lookup 13 years ago
  Shawn O. Pearce eb64ccad6d Correctly name DeltaBaseCache 13 years ago
  Shawn O. Pearce ba984ba2e0 Fix checkReferencedIsReachable to use correct base list 13 years ago
  Shawn O. Pearce 741659fed4 DeltaStream: Fix data corruption when reading large copies 13 years ago