aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/backend
Commit message (Expand)AuthorAgeFilesLines
* [FileBackend] Made doOperations() Status handling align with documentation as...Aaron Schulz2012-03-222-2/+12
* MFT r113171, r113195, r1132111.19.0beta1Sam Reed2012-03-071-6/+5
* MFT r112563, r112566, r112838, r112872, r112873, r112988, r113001, r113024, r...Sam Reed2012-03-061-0/+4
* MFT r111427, r112347, r112374, r112383, r112700, r112750, r112855Sam Reed2012-03-052-38/+8
* MFT r112384, r112400, r112408, r112451, r112456, r112474, r112526, r112533, r...Sam Reed2012-02-281-1/+2
* MFT r111478, r111571, r111574, r111597, r111658Sam Reed2012-02-171-1/+5
* REL1_19: MFT r111029, r111034, r111067, r111076, r111085, r111128, r111144Sam Reed2012-02-101-3/+0
* Blacklist | in windows paths tooSam Reed2012-02-091-1/+2
* * Corrected and improved FileBackend::getFileList() comments.Aaron Schulz2012-02-081-3/+6
* Bumped $maxContCacheSize to handle container sharding a bit better. However, ...Aaron Schulz2012-02-081-3/+3
* enhance filerepo doc structureAntoine Musso2012-02-083-5/+24
* rtrim() call does not pass by reference!Antoine Musso2012-02-081-1/+1
* debug messages for getFileListInternal() returnsAntoine Musso2012-02-081-0/+2
* r110923 made basePath always null!Antoine Musso2012-02-081-1/+1
* fix notice on construction without 'containerPaths'Antoine Musso2012-02-081-3/+6
* use rtrim() to strip trailing slashesAntoine Musso2012-02-081-6/+6
* Added some simple path validation to resolveContainerPath() in FSFileBackend....Aaron Schulz2012-02-081-1/+22
* r109469: protect FileOpScopedPHPTimeout from abuse by infinite loops. Also co...Aaron Schulz2012-02-071-8/+33
* In FileBackend:Aaron Schulz2012-02-062-11/+31
* Removed some useless code and a confusing comment in FSLockManager::doLock()....Aaron Schulz2012-02-051-7/+2
* Per r108369 CR comment, use StringUtils::escapeRegexReplacement() since backe...Aaron Schulz2012-02-032-3/+4
* r110253: reworded "expensive" cache fields and function per CRAaron Schulz2012-02-011-13/+13
* Quick fix to getContainerHashLevels() comparison from r110435.Aaron Schulz2012-02-011-1/+1
* * Documentation fixTim Starling2012-02-011-2/+2
* Expanded 'shardViaHashLevels' config var in FileBackendStore to be able to re...Aaron Schulz2012-01-312-27/+44
* * r108353: Made FileBackendMultiWrite consistency checks configurable.Aaron Schulz2012-01-303-13/+25
* Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBacke...Aaron Schulz2012-01-296-126/+125
* In FileBackendBase/FileBackend:Aaron Schulz2012-01-292-109/+127
* * Split up process cache in FileBackend into separate arrays for expensive an...Aaron Schulz2012-01-292-33/+38
* Added addMissingMetadata() function to SwiftFileBackend to retroactively add ...Aaron Schulz2012-01-291-4/+34
* Fix unused variablesSam Reed2012-01-281-0/+2
* Follow-up r110159: set the FilesystemIterator flags when that class is availa...Aaron Schulz2012-01-271-1/+11
* * Reverted r108194 to support PHP < 5.3. These should already be the default ...Aaron Schulz2012-01-271-4/+6
* r107980: added missing dir param to FileBackendShardListIteratorAaron Schulz2012-01-271-1/+1
* r107980: added missing dir param to FileBackendShardListIteratorAaron Schulz2012-01-271-4/+5
* Fix spurious character from r110122Sam Reed2012-01-271-1/+1
* Self-revert r110124, needs more than that to support 5.2 since $flags don't e...Chad Horohoe2012-01-271-9/+1
* Add documentationSam Reed2012-01-273-4/+11
* Copy FilesystemIterator constants so we can still pretend to support 5.2Chad Horohoe2012-01-271-1/+9
* $this->substPaths takes 2 parametersSam Reed2012-01-271-1/+1
* Fix undefined $dirRootSam Reed2012-01-271-2/+2
* In FileBackendBase/FileBackend:Aaron Schulz2012-01-261-7/+34
* Further reduced RTTs in SwiftFileBackend by making "file already exists" chec...Aaron Schulz2012-01-261-28/+27
* In FileBackend:Aaron Schulz2012-01-255-8/+16
* r109904: worked around PHP < 5.3 suckage to keep this compatibleAaron Schulz2012-01-241-17/+27
* Made FileOp classes enforce required params. Also reverts r109823.Aaron Schulz2012-01-241-29/+29
* * Moved FSFile classes from file/ to backend/Aaron Schulz2012-01-242-0/+331
* reverts r109814 r109815Antoine Musso2012-01-232-12/+7
* FileOp: allow creation of an empty fileAntoine Musso2012-01-231-2/+2
* cleanly handle wikiId on FileBackendBase constructionAntoine Musso2012-01-231-4/+2