summaryrefslogtreecommitdiff
path: root/sapi/fpm
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #62654Rasmus Lerdorf2012-07-251-3/+3
* - Fixed bug #62205 (php-fpm segfaults (null passed to strstr))Jerome Loyet2012-06-013-4/+44
* - fix missing include for unix socketsJerome Loyet2012-06-011-0/+1
* - Comment unused function to avoid warningsJerome Loyet2012-06-011-0/+4
* Fixed bug #61218 (the previous patch was not enough restritive on fcgi name s...Jerome Loyet2012-05-261-6/+42
* Fixed bug #61218 (FPM drops connection while receiving some binary valuesin F...Jerome Loyet2012-05-261-40/+8
* - Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and...Jerome Loyet2012-05-264-2/+5
* - Fixed bug #62160 (Add process.priority to set nice(2) priorities)Jerome Loyet2012-05-264-0/+65
* - add missing headers to avoid warningsJerome Loyet2012-05-261-0/+2
* - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be l...Jerome Loyet2012-05-252-0/+26
* - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)Jerome Loyet2012-05-259-31/+135
* - Fixed bug #61026 (FPM pools can listen on the same address)Jerome Loyet2012-05-231-1/+15
* - Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-roo...Jerome Loyet2012-05-231-2/+2
* - Fix help message for '-R'Jerome Loyet2012-05-231-1/+1
* - add missing help message for '-R'Jerome Loyet2012-05-231-1/+4
* - Fixed bug #61835 (php-fpm is not allowed to run as root)Jerome Loyet2012-05-234-9/+18
* - Fixed bug #61045 (fpm don't send error log to fastcgi clients)Jerome Loyet2012-05-223-3/+51
* Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-211-2/+4
* Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).Ilia Alshanetsky2012-03-191-1/+1
* Yup, these need to be escaped. Good catch.Rasmus Lerdorf2012-02-211-1/+1
* Fix bug 61149Rasmus Lerdorf2012-02-201-1/+1
* Always restore PG(magic_quote_gpc) on request shutdownDmitry Stogov2012-02-021-1/+3
* Missing ifdef hereRasmus Lerdorf2012-01-191-0/+2
* - Fixed bug #60659 (FPM does not clear auth_user on request accept)Jérôme Loyet2012-01-041-0/+2
* - Fixed bug #60629 (memory corruption when web server closed the fcgi fd)Jérôme Loyet2012-01-033-5/+5
* - Year++Felipe Pena2012-01-0112-12/+12
* - Removed C++ comment styleFelipe Pena2011-11-191-1/+1
* - Added .phar to default authorized extensionsJérôme Loyet2011-11-161-1/+1
* - FR #60199 (enhance FPM error log when the primary script can't be open)Jérôme Loyet2011-11-151-0/+14
* - Fixed bug #60179 (php_flag and php_value does not work properly)Jérôme Loyet2011-11-031-11/+1
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1
* - ensure request_terminate_timeout >= request_slowlog_timeoutJérôme Loyet2011-10-091-0/+5
* - Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)Jérôme Loyet2011-10-096-5/+20
* - Fixed bug #55533 (The -d parameter doesn't work)Jérôme Loyet2011-10-091-14/+20
* - Implemented FR #52569 (Add the "ondemand" process-manager to allow zero chi...Jérôme Loyet2011-10-0825-65/+1988
* - fix r317913Jérôme Loyet2011-10-081-0/+0
* - Fixed bug #55486 (status show BIG processes number)Jérôme Loyet2011-10-081-2/+2
* - Fixed bug #55577 (status.html does not install)Jérôme Loyet2011-10-081-1/+1
* wsJérôme Loyet2011-10-081-0/+1
* - Backported from 5.4 branch (Dropped restriction of not setting the same val...Jérôme Loyet2011-10-081-9/+14
* - Backported from 5.4 branch: Jérôme Loyet2011-10-0824-110/+112
* - Backported from 5.4 branch (order fpm configuration items the same way in p...Jérôme Loyet2011-10-083-171/+203
* - Backported from 5.4 branch (don't write directly to stderr, use the interna...Jérôme Loyet2011-10-082-22/+7
* remove unused variableJérôme Loyet2011-10-081-4/+0
* - backparted from 5.4 branch (remove is_fastcgi because FPM is always fastcgi)Jérôme Loyet2011-10-083-160/+81
* - Backported FR #55166 from 5.4 branch (Added process.max to control the numb...Jérôme Loyet2011-10-084-2/+33
* - Backported FR #55181 from 5.4 branch (Enhance security by limiting access t...Jérôme Loyet2011-10-087-0/+104
* - Backported FR #54098 from 5.4 branch (Lowered process manager default value)Jérôme Loyet2011-10-081-5/+6
* - Backported FR #52052 from 5.4 branch (Added partial syslog support)Jérôme Loyet2011-10-086-36/+309
* - commit r312812 again (dropped in r312913):Jérôme Loyet2011-10-0811-69/+846