19 Revīzijas (82b1af31e295273eeedd82fc5db3266c909c9e80)

Autors SHA1 Ziņojums Datums
  Luca Milanesio 82b1af31e2 Fix pack files scan when filesnapshot isn't modified pirms 5 gadiem
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem pirms 5 gadiem
  Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient pirms 7 gadiem
  Matthias Sohn 3fc93f8a56 Rename files using NIO2 atomic rename pirms 9 gadiem
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file pirms 8 gadiem
  Matthias Sohn 05acf1c62f Use java.io.File to check existence of loose objects in ObjectDirectory pirms 8 gadiem
  Martin Fick cb08dd8b14 Add public isStaleFileHandle() API, improve detection. pirms 8 gadiem
  Hugo Arès ae4b72d50e Remove pack from list when file handle is stale pirms 9 gadiem
  Hugo Arès d3a73c1407 Lower log level to warn for handled pack errors pirms 9 gadiem
  Matthias Sohn c18694e0d1 Use slf4j to log instead of printing to System.err pirms 9 gadiem
  Matthias Sohn f5936405a3 If a pack isn't found on disk remove it from pack list pirms 9 gadiem
  Matthias Sohn 27ee334213 Don't remove pack from pack list for problems which could be transient pirms 9 gadiem
  Matthias Sohn 9b86ebb4f6 Log reason for ignoring pack when IOException occurred pirms 9 gadiem
  Christian Halstrick 1b9130e8db Make sure modifications to config-param trustFolderStat are detected pirms 9 gadiem
  Christian Halstrick 0fc8b05a71 Introduce config parameter core.trustfolderstat pirms 9 gadiem
  Marc Strapetz 59a2dc801c Files should be deleted with "retry" option pirms 10 gadiem
  Robin Rosenberg 5ef6d69532 Use the new FS.exists method in commonly occuring places pirms 11 gadiem
  Shawn Pearce d1aacc415a Fix MissingObjectException race in ObjectDirectory pirms 10 gadiem
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage pirms 11 gadiem
  Shawn Pearce 3760e4319b Remove cached_packs support in favor of bitmaps pirms 11 gadiem
  Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. pirms 11 gadiem
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. pirms 11 gadiem
  Roberto Tyley 5dcc8693d7 Fix concurrent creation of fan-out object directories pirms 11 gadiem
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. pirms 11 gadiem
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such pirms 11 gadiem
  Marc Strapetz 67edd3eda7 RevWalk support for shallow clones pirms 11 gadiem
  Robin Rosenberg 95d311f888 Move JGitText to an internal package pirms 12 gadiem
  Shawn O. Pearce 461b012e95 PackWriter: Support reuse of entire packs pirms 13 gadiem
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir pirms 13 gadiem
  Robin Rosenberg 24e7f0f6fa Fix tests broken by fix for adding files in a network share pirms 13 gadiem
  Robin Rosenberg c4c8d80fd3 Fix adding files in a network share pirms 13 gadiem
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem pirms 13 gadiem
  Shawn O. Pearce c8db22f355 Extract pack directory last modified check code pirms 13 gadiem
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value pirms 13 gadiem
  Shawn O. Pearce d00420ae6e Make ObjectDirectory getPacks() work the first time pirms 13 gadiem
  Shawn O. Pearce e51e06946f Update CachedObjectDirectory when inserting objects pirms 13 gadiem
  Shawn O. Pearce 5fce8d81d8 Fix cloning of repositories with big objects pirms 13 gadiem
  Shawn O. Pearce 41dd9ed1c0 Unpack and cache large deltas as loose objects pirms 13 gadiem
  Shawn O. Pearce 3f66e65e71 Remember loose objects and fast-track their lookup pirms 13 gadiem
  Shawn O. Pearce e29cd27961 Move ObjectDirectory streaming limit to WindowCacheConfig pirms 14 gadiem
  Shawn O. Pearce 1c3f3fdbd2 Fix ObjectDirectory abbreviation resolution to notice new packs pirms 14 gadiem
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations pirms 14 gadiem
  Shawn O. Pearce b584cb8754 Add getObjectSize to ObjectReader pirms 14 gadiem
  Shawn O. Pearce 113577617b Use core.streamFileThreshold to set our streaming limit pirms 14 gadiem
  Shawn O. Pearce 13e0218a25 Replace PackedObjectLoader with ObjectLoader.SmallObject pirms 14 gadiem
  Shawn O. Pearce fa23482ca7 Support large loose objects as streams pirms 14 gadiem
  Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter pirms 14 gadiem
  Shawn O. Pearce 71aace52f7 Simplify ObjectLoaders coming from PackFile pirms 14 gadiem
  Shawn O. Pearce 86547022f0 Tighten up local packed object representation during packing pirms 14 gadiem
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository pirms 14 gadiem