aboutsummaryrefslogtreecommitdiffstats
path: root/includes/StreamFile.php
Commit message (Expand)AuthorAgeFilesLines
...
* here it is ... the upload-api, script-server, js2 (javascript phase2) branch ...Michael Dale2009-07-141-4/+3
* * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responsesBrion Vibber2009-03-181-0/+1
* Improved the security of wfStreamFile():Tim Starling2008-11-181-10/+42
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-4/+2
* Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic sin...Brion Vibber2008-04-091-1/+1
* Send Cache-Control: private and Vary headers in img_auth.php. Tim Starling2007-11-031-1/+5
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Merged filerepo-work branch:Tim Starling2007-05-301-0/+3
* * Add 'charset' to Content-Type headers on various HTTP error responsesBrion Vibber2007-02-211-1/+1
* * (bug 8148) Handle non-removable output buffers gracefully when cleaningBrion Vibber2006-12-111-6/+1
* Set content type on error messages, and include a trailing newlineTim Starling2006-11-121-1/+3
* don't cache error pagesTim Starling2006-11-011-0/+1
* * Removed lots of explicit require_once statements. The autoloader should the...Tim Starling2006-10-031-1/+1
* Committed a bunch of live hacks from Wikimedia serversBrion Vibber2006-10-021-2/+4
* * Workaround possible bug in Firefox nightlies by properly removing theBrion Vibber2006-06-181-1/+1
* * Return correct content-type header with 304 responses for StreamFile; it co...Brion Vibber2006-06-131-7/+7
* Cancel output buffering in StreamFile; when used inside gzip buffering this c...Brion Vibber2006-06-131-0/+8
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-5/+5
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* Clean up unused globals!Antoine Musso2005-12-041-1/+0
* Suppressed file not found warning, removed unnecessary cache suppression headerTim Starling2005-08-131-2/+1
* fix some issues with phpdocAntoine Musso2005-07-051-5/+8
* * (bug 898) Mime type autodetection.Ævar Arnfjörð Bjarmason2005-05-211-123/+21
* Fixed various bugs with new image code, changed thumbnail paths as per JeLuF...Tim Starling2005-04-161-1/+2
* Fixed some obvious bugs with the new code and implemented If-Modified-Since h...Tim Starling2005-04-161-3/+10
* Optional thumbnail generation by client request, using thumb.php. This remove...Tim Starling2005-04-161-0/+157