aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend
Commit message (Expand)AuthorAgeFilesLines
...
* Many more function case mismatchesReedy2016-03-191-4/+4
* Add FileOperationReplication log to improve multiwrite backend loggingAaron Schulz2016-03-071-1/+7
* Merge "filebackend: Clean up TempFSFile and fix IDEA errors"jenkins-bot2016-03-031-14/+11
|\
| * filebackend: Clean up TempFSFile and fix IDEA errorsAaron Schulz2016-03-031-14/+11
* | Allow FSFile objects for src in FileBackend::do*OperationsAaron Schulz2016-03-022-9/+43
* | Improve code suffering from PHP 5.3's lack of support for foo()[]Bartosz DziewoƄski2016-02-281-2/+2
* | Use sync writes for replication of 'store' operationsAaron Schulz2016-02-271-2/+16
|/
* Convert all array() syntax to []Kunal Mehta2016-02-1721-466/+466
* Stop doing $that = $this in includes/filebackendRicordisamoa2016-02-101-18/+12
* Merge "Fix some FSFileBackend IDEA errors"jenkins-bot2015-12-311-4/+2
|\
| * Fix some FSFileBackend IDEA errorsAaron Schulz2015-12-291-4/+2
* | Fix some FileOpBatch IDEA errorsAaron Schulz2015-12-291-1/+3
|/
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-247-10/+10
* Use Database::fetchRow instead of array castumherirrender2015-11-201-1/+1
* Make Swift iterators throw errors on failureAaron Schulz2015-11-061-3/+3
* Merge "Improve MIME detection in FileBackend"jenkins-bot2015-11-032-6/+38
|\
| * Improve MIME detection in FileBackendAaron Schulz2015-11-022-6/+38
* | Remove getLocalServerInstance try/catch in UIDGenerator and DBLockManagerTimo Tijhof2015-11-021-6/+1
* | Replace newAccelerator() with getLocalServerInstance()Aaron Schulz2015-11-022-2/+2
* | Normalize header case for FileBackend operationsAaron Schulz2015-10-271-8/+13
|/
* Merge "Make Swift backend respect Content-Type in create/store"jenkins-bot2015-10-271-2/+6
|\
| * Make Swift backend respect Content-Type in create/storeAaron Schulz2015-10-261-2/+6
* | filebackend: Remove some old Content-Disposition b/c codeAaron Schulz2015-10-261-8/+0
|/
* Minor fix to primeFileCache() commentAaron Schulz2015-10-231-1/+1
* Replace some calls to wfGetMainCache()Aaron Schulz2015-10-201-2/+3
* Update more docs and type hints to use IDatabaseAaron Schulz2015-10-062-7/+7
* Fix duplicate automatic file backend bugAaron Schulz2015-10-061-11/+11
* Apply $wgReadOnly to all file backendsAaron Schulz2015-10-031-5/+10
* Added replication=async option to FileBackendMultiWriteAaron Schulz2015-10-011-27/+63
* Set getFeatures() for MemoryFileBackendAaron Schulz2015-09-211-0/+4
* Merge "Added readAffinity flag to FileBackendMultiWrite"jenkins-bot2015-09-211-30/+65
|\
| * Added readAffinity flag to FileBackendMultiWriteAaron Schulz2015-09-201-30/+65
* | Merge "Removed old "noPush" config hacks from FileBackendMultiWrite"jenkins-bot2015-09-211-50/+12
|\ \
| * | Removed old "noPush" config hacks from FileBackendMultiWriteAaron Schulz2015-09-181-50/+12
* | | Merge "Prevent IDEA error in doOperationsInternal()"jenkins-bot2015-09-212-0/+2
|\ \ \
| * | | Prevent IDEA error in doOperationsInternal()Aaron Schulz2015-09-202-0/+2
| | |/ | |/|
* | | Merge "Removed unused LockManager var"jenkins-bot2015-09-211-1/+0
|\ \ \
| * | | Removed unused LockManager varAaron Schulz2015-09-201-1/+0
| |/ /
* | | Merge "Made some FileBackendMultiWrite docs more accurate"jenkins-bot2015-09-211-2/+4
|\ \ \ | |/ / |/| |
| * | Made some FileBackendMultiWrite docs more accurateAaron Schulz2015-09-191-2/+4
| |/
* / Cleaned up getScopedFileLocks() return valueAaron Schulz2015-09-183-6/+4
|/
* Fixed some IDEA doc warningsAaron Schulz2015-09-111-0/+7
* Merge "Fixed headers sent in addMissingMetadata()"jenkins-bot2015-08-271-2/+9
|\
| * Fixed headers sent in addMissingMetadata()Aaron Schulz2015-08-051-2/+9
* | objectcache: Use newAccelerator() fallback instead of try/catchTimo Tijhof2015-08-251-5/+4
* | objectcache: Make first parameter of newAccelerator optionalTimo Tijhof2015-08-242-2/+2
|/
* Cleaned up and split up Swift header parsing methods a bitAaron Schulz2015-08-051-20/+52
* Added sanitizeHdrs() tests for SwiftAaron Schulz2015-07-291-0/+1
* Merge "Clear the stat cache in addMissingMetadata() to avoid more POSTs"jenkins-bot2015-07-281-0/+2
|\
| * Clear the stat cache in addMissingMetadata() to avoid more POSTsAaron Schulz2015-07-221-0/+2