aboutsummaryrefslogtreecommitdiffstats
path: root/includes/StreamFile.php
Commit message (Expand)AuthorAgeFilesLines
* Use name constants to access config settings.daniel2022-04-071-8/+10
* Add various null checks when null is not possible to use as argumentUmherirrender2022-03-141-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-9/+17
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Rename four config variables to avoid 'blacklist' termReedy2021-09-081-4/+4
* Use more neutral or alternative languageReedy2021-03-201-1/+1
* Remove deprecated StreamFile methodsDannyS7122020-11-221-27/+0
* mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-281-1/+1
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-2/+2
* Streamline/fix code by using short ?: and ?? syntaxThiemo Kreuz2019-11-111-1/+1
* Merge "StreamFile: Deprecate ::parseRange() and ::send404Message() methods"jenkins-bot2019-09-141-0/+4
|\
| * StreamFile: Deprecate ::parseRange() and ::send404Message() methodsDerick Alangi2019-09-121-0/+4
* | Merge "filebackend: Use HTTPFileStreamer::send404Message() in caller instead"jenkins-bot2019-09-131-0/+2
|\|
| * filebackend: Use HTTPFileStreamer::send404Message() in caller insteadDerick Alangi2019-09-121-0/+2
* | StreamFile: Merge duplicate switch cases 'jpg' and 'jpeg'Derick Alangi2019-09-121-1/+0
|/
* Replace MimeMagic::singleton() callsReedy2017-11-271-1/+1
* Use short type bool/int in param documentationUmherirrender2017-08-201-3/+3
* Add HTTPFileStreamer classAaron Schulz2016-09-231-144/+13
* Added Range support to FileBackend::streamFile()Aaron Schulz2016-06-041-65/+143
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Use HttpStatus::header instead of manually crafting header()Timo Tijhof2015-06-041-2/+2
* Removed remaining profile callsAaron Schulz2015-01-081-2/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-3/+0
* Make phpcs-strict pass on includes/ (3/~10)Siebrand Mazeland2014-05-111-4/+8
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-2/+2
* Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-9/+9
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Fixed and normalized content-disposition for thumbs.Aaron Schulz2012-08-311-5/+0
* Added sanity check to StreamFile for mwstore paths.Aaron Schulz2012-08-221-2/+6
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-101-1/+20
* More file streaming related profilingAaron Schulz2012-02-251-0/+2
* Added some StreamFile profilingAaron Schulz2012-02-251-3/+8
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* In FileBackend:Aaron Schulz2012-01-251-3/+4
* Improve documentation for content type choiceTim Starling2012-01-241-0/+4
* * Fixed type check in StreamFile::prepareForStream() for 404sAaron Schulz2012-01-171-3/+3
* In FileBackend:Aaron Schulz2012-01-081-15/+45
* Added a bit to StreamFile docsAaron Schulz2012-01-051-1/+4
* StreamFile::StreamFile() tweaks:Aaron Schulz2011-11-201-18/+26
* Move wfStreamFile() into a class, update all callers in core (only 3 extensio...Chad Horohoe2011-08-131-96/+99
* Removed some error suppression operatorsAlexandre Emsenhuber2011-07-081-1/+3
* And more documentation. YaaaaySam Reed2011-05-281-1/+4
* More documentation updates and additionsSam Reed2011-05-211-1/+5
* Remove some unused variables and globalsSam Reed2010-11-281-1/+1
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-2/+2
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-1/+5
* Removal of unused globalsSam Reed2010-07-241-1/+1