aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo
Commit message (Expand)AuthorAgeFilesLines
* Disable file locking for thumbnail purging just as it already is with creatio...Aaron Schulz2012-03-223-3/+8
* [FileBackend] Made doOperations() Status handling align with documentation as...Aaron Schulz2012-03-222-2/+12
* MFT r112918, r113214, r113268, r113277, r113312, r113415, r113454, r113737, r...Sam Reed2012-03-161-3/+10
* 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-0812-26/+56
* rtrim() call does not pass by reference!Antoine Musso2012-02-081-1/+1
* debug messages for getFileListInternal() returnsAntoine Musso2012-02-081-0/+2
* align variables / enhance commentAntoine Musso2012-02-081-4/+6
* debug statement for FileRepo::storeBatch()Antoine Musso2012-02-081-5/+7
* r110923 made basePath always null!Antoine Musso2012-02-081-1/+1
* align and sort class propertiesAntoine Musso2012-02-081-6/+6
* 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
* Reverted r96516, manually, per CR. Moved maybeDoTransform() code back into tr...Aaron Schulz2012-02-031-92/+74
* r110253: reworded "expensive" cache fields and function per CRAaron Schulz2012-02-011-13/+13
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-2/+2
* 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-297-129/+128
* 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