| Commit message (Expand) | Author | Age | Files | Lines |
* | [FileBackend] Made doOperations() Status handling align with documentation as... | Aaron Schulz | 2012-03-22 | 2 | -2/+12 |
* | MFT r113171, r113195, r1132111.19.0beta1 | Sam Reed | 2012-03-07 | 1 | -6/+5 |
* | MFT r112563, r112566, r112838, r112872, r112873, r112988, r113001, r113024, r... | Sam Reed | 2012-03-06 | 1 | -0/+4 |
* | MFT r111427, r112347, r112374, r112383, r112700, r112750, r112855 | Sam Reed | 2012-03-05 | 2 | -38/+8 |
* | MFT r112384, r112400, r112408, r112451, r112456, r112474, r112526, r112533, r... | Sam Reed | 2012-02-28 | 1 | -1/+2 |
* | MFT r111478, r111571, r111574, r111597, r111658 | Sam Reed | 2012-02-17 | 1 | -1/+5 |
* | REL1_19: MFT r111029, r111034, r111067, r111076, r111085, r111128, r111144 | Sam Reed | 2012-02-10 | 1 | -3/+0 |
* | Blacklist | in windows paths too | Sam Reed | 2012-02-09 | 1 | -1/+2 |
* | * Corrected and improved FileBackend::getFileList() comments. | Aaron Schulz | 2012-02-08 | 1 | -3/+6 |
* | Bumped $maxContCacheSize to handle container sharding a bit better. However, ... | Aaron Schulz | 2012-02-08 | 1 | -3/+3 |
* | enhance filerepo doc structure | Antoine Musso | 2012-02-08 | 3 | -5/+24 |
* | rtrim() call does not pass by reference! | Antoine Musso | 2012-02-08 | 1 | -1/+1 |
* | debug messages for getFileListInternal() returns | Antoine Musso | 2012-02-08 | 1 | -0/+2 |
* | r110923 made basePath always null! | Antoine Musso | 2012-02-08 | 1 | -1/+1 |
* | fix notice on construction without 'containerPaths' | Antoine Musso | 2012-02-08 | 1 | -3/+6 |
* | use rtrim() to strip trailing slashes | Antoine Musso | 2012-02-08 | 1 | -6/+6 |
* | Added some simple path validation to resolveContainerPath() in FSFileBackend.... | Aaron Schulz | 2012-02-08 | 1 | -1/+22 |
* | r109469: protect FileOpScopedPHPTimeout from abuse by infinite loops. Also co... | Aaron Schulz | 2012-02-07 | 1 | -8/+33 |
* | In FileBackend: | Aaron Schulz | 2012-02-06 | 2 | -11/+31 |
* | Removed some useless code and a confusing comment in FSLockManager::doLock().... | Aaron Schulz | 2012-02-05 | 1 | -7/+2 |
* | Per r108369 CR comment, use StringUtils::escapeRegexReplacement() since backe... | Aaron Schulz | 2012-02-03 | 2 | -3/+4 |
* | r110253: reworded "expensive" cache fields and function per CR | Aaron Schulz | 2012-02-01 | 1 | -13/+13 |
* | Quick fix to getContainerHashLevels() comparison from r110435. | Aaron Schulz | 2012-02-01 | 1 | -1/+1 |
* | * Documentation fix | Tim Starling | 2012-02-01 | 1 | -2/+2 |
* | Expanded 'shardViaHashLevels' config var in FileBackendStore to be able to re... | Aaron Schulz | 2012-01-31 | 2 | -27/+44 |
* | * r108353: Made FileBackendMultiWrite consistency checks configurable. | Aaron Schulz | 2012-01-30 | 3 | -13/+25 |
* | Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBacke... | Aaron Schulz | 2012-01-29 | 6 | -126/+125 |
* | In FileBackendBase/FileBackend: | Aaron Schulz | 2012-01-29 | 2 | -109/+127 |
* | * Split up process cache in FileBackend into separate arrays for expensive an... | Aaron Schulz | 2012-01-29 | 2 | -33/+38 |
* | Added addMissingMetadata() function to SwiftFileBackend to retroactively add ... | Aaron Schulz | 2012-01-29 | 1 | -4/+34 |
* | Fix unused variables | Sam Reed | 2012-01-28 | 1 | -0/+2 |
* | Follow-up r110159: set the FilesystemIterator flags when that class is availa... | Aaron Schulz | 2012-01-27 | 1 | -1/+11 |
* | * Reverted r108194 to support PHP < 5.3. These should already be the default ... | Aaron Schulz | 2012-01-27 | 1 | -4/+6 |
* | r107980: added missing dir param to FileBackendShardListIterator | Aaron Schulz | 2012-01-27 | 1 | -1/+1 |
* | r107980: added missing dir param to FileBackendShardListIterator | Aaron Schulz | 2012-01-27 | 1 | -4/+5 |
* | Fix spurious character from r110122 | Sam Reed | 2012-01-27 | 1 | -1/+1 |
* | Self-revert r110124, needs more than that to support 5.2 since $flags don't e... | Chad Horohoe | 2012-01-27 | 1 | -9/+1 |
* | Add documentation | Sam Reed | 2012-01-27 | 3 | -4/+11 |
* | Copy FilesystemIterator constants so we can still pretend to support 5.2 | Chad Horohoe | 2012-01-27 | 1 | -1/+9 |
* | $this->substPaths takes 2 parameters | Sam Reed | 2012-01-27 | 1 | -1/+1 |
* | Fix undefined $dirRoot | Sam Reed | 2012-01-27 | 1 | -2/+2 |
* | In FileBackendBase/FileBackend: | Aaron Schulz | 2012-01-26 | 1 | -7/+34 |
* | Further reduced RTTs in SwiftFileBackend by making "file already exists" chec... | Aaron Schulz | 2012-01-26 | 1 | -28/+27 |
* | In FileBackend: | Aaron Schulz | 2012-01-25 | 5 | -8/+16 |
* | r109904: worked around PHP < 5.3 suckage to keep this compatible | Aaron Schulz | 2012-01-24 | 1 | -17/+27 |
* | Made FileOp classes enforce required params. Also reverts r109823. | Aaron Schulz | 2012-01-24 | 1 | -29/+29 |
* | * Moved FSFile classes from file/ to backend/ | Aaron Schulz | 2012-01-24 | 2 | -0/+331 |
* | reverts r109814 r109815 | Antoine Musso | 2012-01-23 | 2 | -12/+7 |
* | FileOp: allow creation of an empty file | Antoine Musso | 2012-01-23 | 1 | -2/+2 |
* | cleanly handle wikiId on FileBackendBase construction | Antoine Musso | 2012-01-23 | 1 | -4/+2 |