summaryrefslogtreecommitdiff
path: root/main/fastcgi.c
Commit message (Collapse)AuthorAgeFilesLines
* Encapsulate FastCGI implementation details.Dmitry Stogov2015-06-231-5/+111
| | | | Previously fcgi_request defined in main/fastcgi.h might be treated differently in different files, because of different behavior of #ifdef TCP_NODELAY. This leaded to stack memory corruption and unpredictable crashes.
* reverted 0512b38 and 1411ca5Anatol Belski2015-05-261-27/+27
|
* Micro optimizationsXinchen Hui2015-05-261-15/+13
|
* fcgi_is_allowed should not log errorXinchen Hui2015-05-241-1/+1
|
* add the remaining useful symbols to the exportAnatol Belski2015-05-231-9/+9
|
* implement necessary symbol exportsAnatol Belski2015-05-231-18/+18
|
* Avoid multipy allocating of request envXinchen Hui2015-05-241-2/+7
|
* Use weak function for fcgi_logXinchen Hui2015-05-231-12/+24
|
* Fixed fpm-side (tests passes)Xinchen Hui2015-05-231-119/+188
|
* Use logger pointerXinchen Hui2015-05-191-7/+13
|
* Move fastcgi.c to mainXinchen Hui2015-05-191-0/+1564