aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/FileBackendStore.php
Commit message (Expand)AuthorAgeFilesLines
* Move FileBackendStore and FileOp classes to /libsAaron Schulz2016-09-231-1977/+0
* Remove wfDebugLog() dependency from FileOp classesAaron Schulz2016-09-231-1/+1
* Add HTTPFileStreamer classAaron Schulz2016-09-231-6/+11
* Dependency cleanups to FileBackendStoreAaron Schulz2016-09-231-46/+46
* Simplify and clean up FileBackend exceptionsAaron Schulz2016-09-221-3/+4
* Make Status extend StatusValue and start FileBackend updateAaron Schulz2016-09-171-60/+60
* Documentation: Replace misuse of 'later' when we meant 'latter'James D. Forrester2016-09-071-1/+1
* Use WAN cache adaptiveTTL() method in FileBackendStoreAaron Schulz2016-09-021-2/+2
* Added Range support to FileBackend::streamFile()Aaron Schulz2016-06-041-24/+24
* Convert all array() syntax to []Kunal Mehta2016-02-171-72/+72
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* Merge "Improve MIME detection in FileBackend"jenkins-bot2015-11-031-6/+14
|\
| * Improve MIME detection in FileBackendAaron Schulz2015-11-021-6/+14
* | Normalize header case for FileBackend operationsAaron Schulz2015-10-271-8/+13
|/
* Minor fix to primeFileCache() commentAaron Schulz2015-10-231-1/+1
* Prevent IDEA error in doOperationsInternal()Aaron Schulz2015-09-201-0/+1
* Cleaned up getScopedFileLocks() return valueAaron Schulz2015-09-181-1/+1
* Allow "." in filebackend container prefixesAaron Schulz2015-06-261-11/+30
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-4/+4
* Converted FileBackendStore to using the WAN cacheAaron Schulz2015-04-301-20/+8
* Merge "Fix and make PHPDoc tags in FileBackend more specific"jenkins-bot2015-03-181-4/+6
|\
| * Fix and make PHPDoc tags in FileBackend more specificThiemo Mättig2015-03-181-4/+6
* | Never treat persistent stat cache as "latest" in FileBackendAaron Schulz2015-02-101-4/+5
* | Removed remaining profile callsAaron Schulz2015-01-081-10/+0
* | Converted some section profiling to scopedProfileInAaron Schulz2015-01-071-28/+28
|/
* Fix some stuttering in comments and documentationRicordisamoa2014-12-171-1/+1
* Cleanup some docs (includes/[e-l])umherirrender2014-07-241-1/+1
* Standardize @todoumherirrender2014-07-231-1/+1
* Fixed spacingumherirrender2014-07-201-1/+1
* filebackend: Avoid using popen() when "parallelize" is disabledAaron Schulz2014-06-181-0/+1
* Improved FileBackend failure logging a bitAaron Schulz2014-05-221-2/+4
* Merge "Make room for preloadFileStat() call in FileBackend::doOperationsInter...jenkins-bot2014-04-211-0/+7
|\
| * Make room for preloadFileStat() call in FileBackend::doOperationsInternalAaron Schulz2014-04-181-0/+7
* | Merge "Bail out on FileBackend operations if the initial stat calls failed"jenkins-bot2014-04-211-5/+18
|\ \
| * | Bail out on FileBackend operations if the initial stat calls failedAaron Schulz2014-04-181-5/+18
| |/
* | Fixed some @params documentation (includes/[file...|upload])umherirrender2014-04-191-6/+6
* | docs: closure -> Closure; callback -> callableumherirrender2014-04-191-1/+1
|/
* Tweaked "latest" handling of filebackend stat entriesAaron Schulz2014-03-241-1/+16
* Make use of strong consistency with Ceph RGWAaron Schulz2014-03-191-2/+4
* Avoid key fragmentation in FileBackendAaron Schulz2014-02-241-2/+2
* Added concurrent HEAD request support for SwiftAaron Schulz2014-02-201-13/+71
* Update formattingSiebrand Mazeland2014-02-061-0/+4
* Fixed bogus var usage in SwiftFileBackendAaron Schulz2014-01-091-1/+1
* filebackend: Added supported for retrieving file metadata/headersAaron Schulz2014-01-081-2/+63
* filebackend: exception handling cleanupsAaron Schulz2013-12-071-8/+9
* Update ternary notationSiebrand Mazeland2013-12-041-1/+1
* Remove unused local variableSiebrand Mazeland2013-11-251-1/+1
* Update documentation of file backend classesSiebrand Mazeland2013-11-231-33/+53
* Update formatting of file backend classesSiebrand Mazeland2013-11-221-4/+45
* Removed excess profile callsAaron Schulz2013-11-161-6/+0