19 Commits (82b1af31e295273eeedd82fc5db3266c909c9e80)

Author SHA1 Message Date
  Luca Milanesio 82b1af31e2 Fix pack files scan when filesnapshot isn't modified 5 years ago
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem 5 years ago
  Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient 7 years ago
  Matthias Sohn 3fc93f8a56 Rename files using NIO2 atomic rename 9 years ago
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 8 years ago
  Matthias Sohn 05acf1c62f Use java.io.File to check existence of loose objects in ObjectDirectory 8 years ago
  Martin Fick cb08dd8b14 Add public isStaleFileHandle() API, improve detection. 8 years ago
  Hugo Arès ae4b72d50e Remove pack from list when file handle is stale 9 years ago
  Hugo Arès d3a73c1407 Lower log level to warn for handled pack errors 9 years ago
  Matthias Sohn c18694e0d1 Use slf4j to log instead of printing to System.err 9 years ago
  Matthias Sohn f5936405a3 If a pack isn't found on disk remove it from pack list 9 years ago
  Matthias Sohn 27ee334213 Don't remove pack from pack list for problems which could be transient 9 years ago
  Matthias Sohn 9b86ebb4f6 Log reason for ignoring pack when IOException occurred 9 years ago
  Christian Halstrick 1b9130e8db Make sure modifications to config-param trustFolderStat are detected 9 years ago
  Christian Halstrick 0fc8b05a71 Introduce config parameter core.trustfolderstat 9 years ago
  Marc Strapetz 59a2dc801c Files should be deleted with "retry" option 10 years ago
  Robin Rosenberg 5ef6d69532 Use the new FS.exists method in commonly occuring places 11 years ago
  Shawn Pearce d1aacc415a Fix MissingObjectException race in ObjectDirectory 10 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 3b325917a5 Added read/write support for pack bitmap index. 11 years ago
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 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
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 11 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Shawn O. Pearce 461b012e95 PackWriter: Support reuse of entire packs 13 years ago
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 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 c8db22f355 Extract pack directory last modified check code 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 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 5fce8d81d8 Fix cloning of repositories with big objects 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 e29cd27961 Move ObjectDirectory streaming limit to WindowCacheConfig 13 years ago
  Shawn O. Pearce 1c3f3fdbd2 Fix ObjectDirectory abbreviation resolution to notice new packs 13 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 13 years ago
  Shawn O. Pearce b584cb8754 Add getObjectSize to ObjectReader 14 years ago
  Shawn O. Pearce 113577617b Use core.streamFileThreshold to set our streaming limit 14 years ago
  Shawn O. Pearce 13e0218a25 Replace PackedObjectLoader with ObjectLoader.SmallObject 14 years ago
  Shawn O. Pearce fa23482ca7 Support large loose objects as streams 14 years ago
  Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter 14 years ago
  Shawn O. Pearce 71aace52f7 Simplify ObjectLoaders coming from PackFile 14 years ago
  Shawn O. Pearce 86547022f0 Tighten up local packed object representation during packing 14 years ago
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago