summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_process_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Max spawn child processes rate an oncePaulius Sapragonas2021-03-281-1/+1
* FPM: Prevent warning with raising pm.max_children for shared poolJakub Zelenka2020-08-041-9/+5
* FPM: Add pm.status_listen optionJakub Zelenka2020-08-031-3/+6
* Block signals during fpm master initializationMaksim Nikulin2019-10-201-0/+4
* Fix #78413: php-fpm request_terminate_timeout does not take effect after fast...Sergei Turchanov2019-09-301-1/+2
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-2/+0
* Remove old SVN keywords substitutionsPeter Kokot2018-06-161-1/+0
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* Merging PR 121 to add support for slow request counting on the PHP-FPM status...Lars Strojny2012-08-261-4/+4
* - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).Jerome Loyet2012-05-251-2/+2
* - Removed C++ comment styleFelipe Pena2011-11-191-1/+1
* - Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)Jérôme Loyet2011-10-091-1/+5
* - Implemented FR #52569 (Add the "ondemand" process-manager to allow zero chi...Jérôme Loyet2011-10-081-0/+61
* - Fixed bug #55486 (status show BIG processes number)Jérôme Loyet2011-10-081-2/+2
* - enhanced log messagesJérôme Loyet2011-07-191-1/+1
* - fixed request_timeout and slowlog_timeout from last FPM commit (r312496)Jérôme Loyet2011-06-271-1/+1
* - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-261-9/+23
* - Added custom access log (also added per request %CPU and memory mesurement)Jérôme Loyet2011-06-231-1/+1
* - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has be...Jérôme Loyet2010-11-261-44/+37
* - get rid of ZLOG_STUFF code redundancyJérôme Loyet2010-11-111-12/+12
* - remove useless checkJérôme Loyet2010-11-111-8/+2
* - add "listen queue len" stat (thx to Andrei Nigmatulin)Jérôme Loyet2010-11-111-1/+6
* - correct time comparison for determining the last idle childJérôme Loyet2010-11-071-1/+1
* - change signal from SIGTERM to SIGQUIT for killing a child process by the dy...Jérôme Loyet2010-11-071-1/+4
* - add 'max children reached' to the FPM status page. It shows how many timesJérôme Loyet2010-08-311-0/+2
* - only one process (for all pools) could be killed by the 'dynamic' process m...Jérôme Loyet2010-08-301-7/+7
* switch the configuration syntax from xml to iniJérôme Loyet2010-04-211-8/+8
* re-add updated FPMAntony Dovgal2010-04-131-0/+463
* prepare to re-add newer FPM version Antony Dovgal2010-04-131-354/+0
* add FPM sapi to trunkAntony Dovgal2010-04-121-0/+354