summaryrefslogtreecommitdiff
path: root/inc/httputils.php
Commit message (Collapse)AuthorAge
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* Merge branch 'master' into FS#2388Christopher Smith2014-03-02
|\
| * fix httputils PHPDocsGerrit Uitslag2014-02-17
| |
* | FS#2388 give relative path to sendfile on nginxDominik Eckelmann2014-02-15
| |
* | use http_sendfile correctDominik Eckelmann2014-02-15
|/
* code changes in the rest of the code base to support testing fetchChristopher Smith2013-03-22
|
* introduced http_status() for sending HTTP status code FS#1698Andreas Gohr2013-02-16
| | | | | | | It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch introduces a new function (adopted from CodeIgniter) for simplifying the status handling.
* Declare timestamp parameter of http_conditionalRequest as intMichael Hamann2012-08-24
|
* replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data functionDominik Eckelmann2012-03-21
|
* Refactor CSS and JS cachingAdrian Lang2011-07-02
| | | | | | | * Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
* - update urlsElan Ruusamäe2010-10-07
|
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
| | | | | | | | | | | | | Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
* Coding Standard CleanupAndreas Gohr2009-10-20
| | | | | | Ignore-this: 259cb5773c3144c6c706d87298dcf674 darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
* fixed headers in multipart HTTP replies FS#1630Andreas Gohr2009-03-16
| | | | | | Ignore-this: 5bd12feffff1224e4cb3e1acf7fa86a0 darcs-hash:20090316191939-7ad00-0e3754648db6932ef2e0d7eec4668f50bdc85b87.gz
* Support for multirange requests for media FS#1630Andreas Gohr2009-03-13
Ignore-this: 50de569608231b910a62327d2f3af1de This patch moves all HTTP sending related functions to inc/httputils.php Handling of range requests was rewritten completely to support mutirange requests. This should fix problems with Adobe Reader but needs testing. darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz