aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/FileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Move some FileBackend related classes to /libsAaron Schulz2016-09-191-1585/+0
* Make LockManager use StatusValue and move classes to /libsAaron Schulz2016-09-191-2/+2
* Make Status extend StatusValue and start FileBackend updateAaron Schulz2016-09-171-40/+74
* Documentation: Replace misuse of 'later' when we meant 'latter'James D. Forrester2016-09-071-1/+1
* Clean array() syntax in docs, part VAmir Sarabadani2016-09-051-28/+28
* Added Range support to FileBackend::streamFile()Aaron Schulz2016-06-041-3/+9
* Allow FSFile objects for src in FileBackend::do*OperationsAaron Schulz2016-03-021-2/+36
* Convert all array() syntax to []Kunal Mehta2016-02-171-34/+34
* filebackend: Remove some old Content-Disposition b/c codeAaron Schulz2015-10-261-8/+0
* Cleaned up getScopedFileLocks() return valueAaron Schulz2015-09-181-1/+1
* Fixed some IDEA doc warningsAaron Schulz2015-09-111-0/+7
* Ignore some ScopedCallback IDE warningsAaron Schulz2015-07-151-0/+6
* Never treat persistent stat cache as "latest" in FileBackendAaron Schulz2015-02-101-0/+2
* Changed FileBackend exceptions to subclass ExceptionAaron Schulz2015-01-171-1/+1
* Removed some b/c code from file backendAaron Schulz2014-09-121-11/+4
* Add missing @param to function docsumherirrender2014-08-141-1/+1
* Replace FOR UPDATE with LockManager use in LocalFile::lock()Aaron Schulz2014-05-201-4/+6
* Added unicode encoding support flags to FileBackendAaron Schulz2014-05-131-4/+5
* Avoid bogus IE extension check errors in img_auth.phpAaron Schulz2014-04-211-2/+10
* Merge "Bail out on FileBackend operations if the initial stat calls failed"jenkins-bot2014-04-211-2/+2
|\
| * Bail out on FileBackend operations if the initial stat calls failedAaron Schulz2014-04-181-2/+2
* | Fixed some @params documentation (includes/[file...|upload])umherirrender2014-04-191-7/+7
|/
* Made preloadFileStat/preloadCache actually work for FileBackendMultiWriteAaron Schulz2014-04-121-4/+2
* Added concurrent HEAD request support for SwiftAaron Schulz2014-02-201-1/+19
* Update formattingSiebrand Mazeland2014-02-061-1/+1
* filebackend: Added supported for retrieving file metadata/headersAaron Schulz2014-01-081-0/+45
* Merge "filebackend: cleaned up the FileBackend constructor"jenkins-bot2013-12-101-12/+17
|\
| * filebackend: cleaned up the FileBackend constructorAaron Schulz2013-12-031-12/+17
* | filebackend: exception handling cleanupsAaron Schulz2013-12-071-5/+16
* | Merge "Revert "filebackend: cleaned up the FileBackend constructor""jenkins-bot2013-12-031-8/+12
|\|
| * Revert "filebackend: cleaned up the FileBackend constructor"Aaron Schulz2013-12-031-8/+12
* | Merge "filebackend: cleaned up the FileBackend constructor"jenkins-bot2013-12-031-12/+8
|\|
| * filebackend: cleaned up the FileBackend constructorAaron Schulz2013-11-231-12/+8
* | More file backend docsAaron Schulz2013-11-241-2/+25
|/
* Update documentation of file backend classesSiebrand Mazeland2013-11-231-69/+51
* Update formatting of file backend classesSiebrand Mazeland2013-11-221-4/+16
* Replace php_sapi_name() with PHP_SAPIReedy2013-10-251-1/+1
* filebackend: try to combine SH and EX lock acquisitionAaron Schulz2013-10-181-2/+4
* filebackend: normalize paths used in lockingAaron Schulz2013-07-061-0/+9
* filebackend: throw exceptions during file iteration.Aaron Schulz2013-06-151-0/+14
* Cleaned up variable/type order in docs.Aaron Schulz2013-06-131-17/+17
* [FileBackend] Moved short-circuit check from 6b1194b9 up to FileBackend.Aaron Schulz2013-05-101-0/+6
* [FileBackend] Added "adviseStat" option for the "listing followed by stat" case.Aaron Schulz2013-05-091-3/+5
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-201-1/+3
* [FileBackend] Clarified the noAccess/noListing docs a bit.Aaron Schulz2013-04-011-1/+8
* Clarified FileBackend::doOperations() docs a bit more.Aaron Schulz2013-03-251-8/+9
* [FileBackend] Cleanup behavior for coping/moving a file over itself.ASchulz2013-03-251-3/+4
* A few minor doc group tweaks.Aaron Schulz2013-03-181-1/+0
* [FileBackend] Replaced redundant "disposition" param with "headers".Aaron Schulz2013-03-121-18/+16
* Reformatted some array parameter docs.Aaron Schulz2013-03-111-18/+18