Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move fastcgi.c to main | Xinchen Hui | 2015-05-19 | 1 | -1564/+0 |
* | Merge branch 'pull-request/884' | Stanislav Malyshev | 2015-02-01 | 1 | -0/+2 |
|\ | |||||
| * | Fix #66479: Wrong response to FCGI_GET_VALUES | Frank Stolle | 2014-10-30 | 1 | -0/+2 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-01-31 | 1 | -1/+5 |
|\ \ | |||||
| * \ | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-31 | 1 | -1/+5 |
| |\ \ | |||||
| | * | | Use better constant since MAXHOSTNAMELEN may mean shorter name | Stanislav Malyshev | 2015-01-31 | 1 | -1/+5 |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-31 | 1 | -1/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Add mitigation for CVE-2015-0235 (bug #68925) | Stanislav Malyshev | 2015-01-31 | 1 | -1/+5 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | | | Add mitigation for CVE-2015-0235 (bug #68925) | Stanislav Malyshev | 2015-01-31 | 1 | -2/+6 |
* | | | | fix datatype mismatches, improve error checks | Anatol Belski | 2015-01-30 | 1 | -13/+31 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-01-27 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Also Fixed #68571 in CGI SAPI, and some cleanup | Xinchen Hui | 2015-01-27 | 1 | -0/+1 |
| * | | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -4/+4 |
* | | | | C89 compat | Anatol Belski | 2014-11-12 | 1 | -1/+3 |
* | | | | fix int to void* cast on x64 | Anatol Belski | 2014-11-12 | 1 | -2/+6 |
| |_|/ |/| | | |||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-09-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | fixed the cast and incompatible pointer warning | Anatol Belski | 2014-09-12 | 1 | -2/+2 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | closesocket is defined in php_network.h | Xinchen Hui | 2014-08-28 | 1 | -4/+0 |
* | | | closesocket is already defined in main/php_network.h | Xinchen Hui | 2014-08-28 | 1 | -1/+3 |
* | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -2/+2 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | | | ported fcgi | Anatol Belski | 2014-08-19 | 1 | -0/+1 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
* | | | fix casting | Pierre Joye | 2014-05-15 | 1 | -1/+1 |
* | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -1/+1 |
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -1/+1 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -14/+9 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
|/ | |||||
* | Added checks for malformated FastCGI requests (Edgar Frank) | Dmitry Stogov | 2011-01-19 | 1 | -6/+6 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Reverted wrong patch | Dmitry Stogov | 2010-09-20 | 1 | -1/+1 |
* | Fix incompatible types, we need to use a char here for recv() | Kalle Sommer Nielsen | 2010-09-19 | 1 | -1/+1 |
* | Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP... | Dmitry Stogov | 2010-09-06 | 1 | -19/+49 |
* | - Fixed compiler warning (missing return statement) | Felipe Pena | 2010-09-01 | 1 | -0/+2 |
* | Reduced overhead of FastCGI using near-perfect hash function and predcalculat... | Dmitry Stogov | 2010-09-01 | 1 | -36/+51 |
* | invalid length | Dmitry Stogov | 2010-09-01 | 1 | -1/+1 |
* | Don't check FCGI_WEB_SERVER_ADDRS for UNIX sockets | Dmitry Stogov | 2010-08-27 | 1 | -7/+9 |
* | Added apache compatible functions (apache_child_terminate, getallheaders, apa... | Dmitry Stogov | 2010-08-27 | 1 | -0/+5 |
* | Don't try to read the rest of malformed FCGI requests, close immediately. It ... | Dmitry Stogov | 2010-08-25 | 1 | -4/+6 |
* | ws | Dmitry Stogov | 2010-08-25 | 1 | -34/+34 |