aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/SwiftFileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Move SwiftFileBackend to /libsAaron Schulz2016-09-241-1937/+0
* Depedencency cleanups to SwiftFileBackendAaron Schulz2016-09-241-30/+27
* Dependency inject $wgTmpDirectory into FileBackend classesAaron Schulz2016-09-211-1/+1
* Make Status extend StatusValue and start FileBackend updateAaron Schulz2016-09-171-34/+34
* Added Range support to FileBackend::streamFile()Aaron Schulz2016-06-041-2/+32
* Kill mbstring fallbacksMax Semenik2016-04-061-1/+1
* Many more function case mismatchesReedy2016-03-191-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-135/+135
* Stop doing $that = $this in includes/filebackendRicordisamoa2016-02-101-18/+12
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-2/+2
* Make Swift iterators throw errors on failureAaron Schulz2015-11-061-3/+3
* Replace newAccelerator() with getLocalServerInstance()Aaron Schulz2015-11-021-1/+1
* Make Swift backend respect Content-Type in create/storeAaron Schulz2015-10-261-2/+6
* Replace some calls to wfGetMainCache()Aaron Schulz2015-10-201-2/+3
* 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-241-1/+1
|/
* 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
* | Improved addMissingMetadata() on POST failureAaron Schulz2015-07-221-3/+2
|/
* Avoid using trigger_error() in addMissingMetadata()Aaron Schulz2015-07-171-2/+5
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Merge "Converted FileBackendStore to using the WAN cache"jenkins-bot2015-05-181-1/+3
|\
| * Converted FileBackendStore to using the WAN cacheAaron Schulz2015-04-301-1/+3
* | Consistently name the $this callback variable "$that"Timo Tijhof2015-05-131-18/+18
|/
* Merge "Fix and make PHPDoc tags in FileBackend more specific"jenkins-bot2015-03-181-0/+5
|\
| * Fix and make PHPDoc tags in FileBackend more specificThiemo Mättig2015-03-181-0/+5
* | Merge "Set stat cache when getting local copy files in Swift"jenkins-bot2015-01-141-20/+37
|\ \
| * | Set stat cache when getting local copy files in SwiftAaron Schulz2015-01-091-20/+37
* | | Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
|/ /
* | Removed remaining profile callsAaron Schulz2015-01-081-2/+0
* | Converted some section profiling to scopedProfileInAaron Schulz2015-01-071-4/+4
|/
* filebackend: Log more details about backend-fail-internal errorsGilles Dubuc2014-11-171-0/+5
* Bumped the default Swift token expiry a bitAaron Schulz2014-09-241-1/+1
* Correct variable names in @param to match method declarationsumherirrender2014-08-131-1/+1
* Cleanup some docs (includes/[e-l])umherirrender2014-07-241-1/+1
* Fixed spacingumherirrender2014-07-241-1/+1
* Fixed fatal in SwiftFileBackend when a bogus HTTP status is givenAaron Schulz2014-05-301-2/+3
* Added unicode encoding support flags to FileBackendAaron Schulz2014-05-131-1/+2
* Made partial file download errors in Swift more usefulAaron Schulz2014-05-011-5/+8
* Fixed some @params documentation (includes/[file...|upload])umherirrender2014-04-191-2/+2
* Fixed spacingumherirrender2014-03-201-1/+1
* Make use of strong consistency with Ceph RGWAaron Schulz2014-03-191-0/+10
* Remove useless "src" param when wrapping doGetFileStatMulti()Aaron Schulz2014-03-031-2/+3
* Removed pointless cache bypass in Swift backendAaron Schulz2014-02-251-2/+2
* Added concurrent HEAD request support for SwiftAaron Schulz2014-02-201-55/+83
* Added some profiling calls to Swift backendAaron Schulz2014-02-181-1/+5