aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_download.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2011-02-241-0/+3
* [ticket/9790] Support for lighttpd's X-Sendfile header for attachments.Andreas Fischer2011-01-181-15/+8
* [ticket/9790] Support for nginx's X-Accel-Redirect header for attachments.Andreas Fischer2011-01-171-0/+10
* [ticket/9790] Always call file_gc(false) before sending the file.Andreas Fischer2011-01-171-3/+4
* [ticket/9790] Add $exit parameter to file_gc().Andreas Fischer2011-01-171-2/+15
* [ticket/9627] Prefix function names with 'phpbb_'.Andreas Fischer2010-10-231-6/+6
* [ticket/9627] Split http_range_request() into several functions.Andreas Fischer2010-10-231-31/+50
* [ticket/9627] Make sure range request reads till the end of the file.Andreas Fischer2010-10-231-0/+6
* [ticket/9627] Make use of 'static' since the function is called more than onceAndreas Fischer2010-10-231-9/+28
* [ticket/9627] Make sure the database record for the filesize is correct.Andreas Fischer2010-10-231-0/+10
* [ticket/9627] Support for HTTP range requests in download/file.phpAndreas Fischer2010-10-231-0/+114
* [ticket/9792] Move function definitions out of download/file.phpAndreas Fischer2010-08-301-0/+409