summaryrefslogtreecommitdiff
path: root/sapi/fpm
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #55340 (segfault when using some arguments -- bug introduced by c...Jérôme Loyet2011-08-021-9/+45
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-5/+0
* - Dropped restriction of not setting the same value multiple times, the last ...Jérôme Loyet2011-07-191-9/+14
* - enhanced log messagesJérôme Loyet2011-07-1924-109/+112
* order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and...Jérôme Loyet2011-07-183-171/+203
* fix a segfault when passing an empty value to a ini parameter from the web se...Jérôme Loyet2011-07-181-3/+9
* - don't write directly to stderr, use the internal logger instead (zlog)Jérôme Loyet2011-07-182-22/+7
* remove unused variableJérôme Loyet2011-07-181-4/+0
* - remove is_fastcgi because FPM is always fastcgiJérôme Loyet2011-07-183-181/+66
* - get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration i...Jérôme Loyet2011-07-173-12/+0
* fix revision r313323Jérôme Loyet2011-07-173-4/+9
* - Implemented FR #55166 (Added process.max to control the number of process F...Jérôme Loyet2011-07-175-2/+28
* - Implemented FR #55181 (Enhance security by limiting access to user defined ...Jérôme Loyet2011-07-127-0/+104
* - Implemented FR #54098 (Lowered default value for Process Manager)Jérôme Loyet2011-07-051-5/+6
* - FR #52052: Added partial syslog support (on error_log only)Jérôme Loyet2011-07-056-36/+309
* - Fixed wrong value of log_level when invoking fpm with -ttJérôme Loyet2011-07-053-4/+10
* - ws and cosmeticsJérôme Loyet2011-07-058-147/+151
* Fixed memory leakJérôme Loyet2011-07-051-3/+14
* - moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni ...Jérôme Loyet2011-07-052-7/+6
* fix comment syntaxJérôme Loyet2011-07-041-1/+1
* - Fixed crash when using -e optionFelipe Pena2011-07-031-2/+6
* - Implemented FR #54172 (Overriding the pid file location of php-fpm)Jérôme Loyet2011-07-024-4/+19
* - Fix php_escape_html_entities_ex call (int * has been changed to size_t *)Jérôme Loyet2011-07-021-1/+2
* - Implemented FR #54499 (FPM ping and status_path should handle HEAD request)Jérôme Loyet2011-07-021-4/+16
* - Implemented FR #54577 (Enhanced status page with full status and details ab...Jérôme Loyet2011-07-0212-94/+886
* - fixed request_timeout and slowlog_timeout from last FPM commit (r312496)Jérôme Loyet2011-06-275-8/+24
* - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-2621-583/+729
* - Added custom access log (also added per request %CPU and memory mesurement)Jérôme Loyet2011-06-2322-12/+744
* - Fixed crash (take 2)Felipe Pena2011-06-231-2/+2
* - Fixed crash on startupFelipe Pena2011-06-231-2/+2
* Removed pid in debug logs written by chrildren processesJérôme Loyet2011-06-201-1/+5
* - Missing changeFelipe Pena2011-06-181-1/+1
* - Fixed ZTS buildFelipe Pena2011-06-182-2/+2
* Added master rlimit_files and rlimit_core in the global configuration settingsJérôme Loyet2011-06-184-11/+48
* Fixed exit at FPM startup on fpm_resources_prepareJérôme Loyet2011-06-184-12/+17
* Remove timestamp in logs written by children processJérôme Loyet2011-06-181-6/+9
* missing doc in the conf fileJérôme Loyet2011-06-171-1/+2
* - added xml format to the status pageJérôme Loyet2011-06-173-181/+120
* its force-quit, not -exit (yawk)Hannes Magnusson2011-04-231-1/+1
* Close [PHP-BUG] Req #54152...Jim Jagielski2011-03-091-3/+38
* fix compile warningAntony Dovgal2011-02-081-1/+1
* - remove cpystrn from FPM and use strlcpy instead.Jérôme Loyet2011-01-303-27/+4
* - Fixed bug #53434 (php-fpm slowlog now also logs the original request).Jérôme Loyet2011-01-291-2/+3
* - Fixed bug #53434 (php-fpm slowlog now also logs the original request).Jérôme Loyet2011-01-294-2/+17
* - Fixed bug #53777 (php-fpm log format now match php_error log format).Jérôme Loyet2011-01-291-4/+7
* - Enforce security in the fastcgi protocol parsing.Jérôme Loyet2011-01-171-21/+91
* add missing dl() function to FPM SAPIAntony Dovgal2011-01-141-0/+1
* - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).Jérôme Loyet2010-12-183-2/+22
* - Fixed bug #53412 (segfault when using -y)Jérôme Loyet2010-11-302-4/+15
* - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has be...Jérôme Loyet2010-11-2613-360/+458