summaryrefslogtreecommitdiff
path: root/sapi/cgi/fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Fix #66479: Wrong response to FCGI_GET_VALUESFrank Stolle2015-02-011-0/+2
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+5
|\
| * Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-311-1/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+5
|\ \ | |/
| * Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+5
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
* | Also Fixed #68571 in CGI SAPI, and some cleanupXinchen Hui2015-01-271-0/+1
* | Bump yearXinchen Hui2015-01-151-1/+1
* | fixed the cast and incompatible pointer warningAnatol Belski2014-09-121-2/+2
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
|/
* Added checks for malformated FastCGI requests (Edgar Frank)Dmitry Stogov2011-01-191-6/+6
* - Year++Felipe Pena2011-01-011-1/+1
* Reverted wrong patchDmitry Stogov2010-09-201-1/+1
* Fix incompatible types, we need to use a char here for recv()Kalle Sommer Nielsen2010-09-191-1/+1
* Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP...Dmitry Stogov2010-09-061-19/+49
* - Fixed compiler warning (missing return statement)Felipe Pena2010-09-011-0/+2
* Reduced overhead of FastCGI using near-perfect hash function and predcalculat...Dmitry Stogov2010-09-011-36/+51
* invalid lengthDmitry Stogov2010-09-011-1/+1
* Don't check FCGI_WEB_SERVER_ADDRS for UNIX socketsDmitry Stogov2010-08-271-7/+9
* Added apache compatible functions (apache_child_terminate, getallheaders, apa...Dmitry Stogov2010-08-271-0/+5
* Don't try to read the rest of malformed FCGI requests, close immediately. It ...Dmitry Stogov2010-08-251-4/+6
* wsDmitry Stogov2010-08-251-34/+34
* Nuke compiler warning, wrong fix that shouldn't have been in the previously c...Kalle Sommer Nielsen2010-08-181-1/+1
* Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH()Kalle Sommer Nielsen2010-08-181-5/+5
* improved performance of FastCGI request parsingDmitry Stogov2010-08-181-73/+262
* reduced request processing overheadDmitry Stogov2010-07-051-19/+18
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix minor leak in CGI sapi (happened once per child) Antony Dovgal2009-12-231-0/+3
* - fix buildPierre Joye2009-08-261-2/+2
* Fixed variable clobberingIlia Alshanetsky2009-08-261-5/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - WSPierre Joye2008-12-111-54/+54
* - wsPierre Joye2008-12-111-28/+28
* MFH: Fixed bug #46782 (fastcgi.c parse error)Matt Wilmas2008-12-071-6/+6
* MFH: Fixed FCGI_GET_VALUES requests (fixes #45522)Arnaud Le Blanc2008-10-211-17/+63
* Fixed bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-261-4/+7
* Fix for bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-181-11/+14
* Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown b...Dmitry Stogov2008-07-151-12/+17
* - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)Dmitry Stogov2008-04-031-1/+4
* optimizationDmitry Stogov2008-02-151-9/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added checks for malformated FastCGI requests (Mattias Bengtsson)Dmitry Stogov2007-09-071-1/+10
* ECONNABORTED is not a critical error (Andrei Nigmatulin)Dmitry Stogov2007-07-091-0/+4
* Fixed crash on "php -b 1234 -unknown-option"Dmitry Stogov2007-05-211-0/+5
* Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)Dmitry Stogov2007-05-101-0/+10