summaryrefslogtreecommitdiff
path: root/sapi/cgi/fastcgi.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Dmitry Stogov2010-09-061-19/+49
| | | | TCP ack delay).
* - Fixed compiler warning (missing return statement)Felipe Pena2010-09-011-0/+2
|
* Reduced overhead of FastCGI using near-perfect hash function and ↵Dmitry Stogov2010-09-011-36/+51
| | | | predcalculated hash values.
* 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, ↵Dmitry Stogov2010-08-271-0/+5
| | | | apache_request_headers, apache_response_headers) to FastCGI SAPI
* Don't try to read the rest of malformed FCGI requests, close immediately. It ↵Dmitry Stogov2010-08-251-4/+6
| | | | saves one recv() call for proper FCGI request.
* wsDmitry Stogov2010-08-251-34/+34
|
* Nuke compiler warning, wrong fix that shouldn't have been in the previously ↵Kalle Sommer Nielsen2010-08-181-1/+1
| | | | commit
* 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 ↵Dmitry Stogov2008-07-151-12/+17
| | | | before shutdown) (basant dot kukreja at sun dot com)
* - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)Dmitry Stogov2008-04-031-1/+4
| | | | | | - Fixed sending of uninitialized paddings which may contain some information. (Andrey Nigmatulin)
* 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
|
* Removed wrong size_t definitionDmitry Stogov2007-04-091-1/+0
|
* Improved FastCGI SAPI to support external pipe and socket servers on win32Dmitry Stogov2007-03-281-33/+190
|
* Fixed compilation warningDmitry Stogov2007-03-121-1/+1
|
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-2/+2
|
* poll() is not affected by FD_SETSIZE (Tony)Dmitry Stogov2007-02-261-15/+16
|
* Use poll() instead of select() if availableDmitry Stogov2007-02-241-4/+29
|
* Check for FD_SETSIZE limitDmitry Stogov2007-02-211-9/+14
|
* Fixed fcgi_putenv() semantic with NULL valueDmitry Stogov2007-02-191-7/+8
|
* Fixed bug #40414 (possivle endless fork() loop when running fastcgi)Dmitry Stogov2007-02-151-0/+5
|
* Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)Dmitry Stogov2007-02-151-0/+52
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland ↵Dmitry Stogov2006-12-191-0/+2
| | | | dot org)
* Fixed FastCGI impersonation for persistent connections on WindowsDmitry Stogov2006-12-051-9/+17
|