Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | fix comment syntax | Jérôme Loyet | 2011-07-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | - Implemented FR #54172 (Overriding the pid file location of php-fpm) | Jérôme Loyet | 2011-07-02 | 4 | -4/+19 | |
| | | | ||||||
| | * | - Implemented FR #54499 (FPM ping and status_path should handle HEAD request) | Jérôme Loyet | 2011-07-02 | 1 | -4/+16 | |
| | | | ||||||
| | * | - Implemented FR #54577 (Enhanced status page with full status and details ↵ | Jérôme Loyet | 2011-07-02 | 12 | -94/+886 | |
| | | | | | | | | | | | | | | | | | | | | | | | | about each processes - Added a web page (status.html) for real-time FPM status - Fixed missing Expires and Cache-Control headers for ping and status pages | |||||
| | * | - fixed request_timeout and slowlog_timeout from last FPM commit (r312496) | Jérôme Loyet | 2011-06-27 | 5 | -8/+24 | |
| | | | | | | | | | | | | | | | - typo | |||||
| | * | - Replaced shm_slots with a real scoreboard | Jérôme Loyet | 2011-06-26 | 21 | -583/+729 | |
| | | | | | | | | | | | | | | | | | | - Added several improvements to the status page | |||||
| | * | - reflection is always enabled | Pierre Joye | 2011-06-25 | 1 | -11/+0 | |
| | | | ||||||
| | * | - Added custom access log (also added per request %CPU and memory mesurement) | Jérôme Loyet | 2011-06-23 | 22 | -12/+744 | |
| | | | ||||||
| | * | Removed pid in debug logs written by chrildren processes | Jérôme Loyet | 2011-06-20 | 1 | -1/+5 | |
| | | | ||||||
| | * | - Missing change | Felipe Pena | 2011-06-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | - Fixed ZTS build | Felipe Pena | 2011-06-18 | 2 | -2/+2 | |
| | | | ||||||
| | * | Added master rlimit_files and rlimit_core in the global configuration settings | Jérôme Loyet | 2011-06-18 | 4 | -11/+48 | |
| | | | ||||||
| | * | Fixed exit at FPM startup on fpm_resources_prepare | Jérôme Loyet | 2011-06-18 | 4 | -12/+17 | |
| | | | ||||||
| | * | Remove timestamp in logs written by children process | Jérôme Loyet | 2011-06-18 | 1 | -6/+9 | |
| | | | ||||||
| | * | missing doc in the conf file | Jérôme Loyet | 2011-06-17 | 1 | -1/+2 | |
| | | | ||||||
| | * | - added xml format to the status page | Jérôme Loyet | 2011-06-17 | 3 | -181/+120 | |
| | | | | | | | | | | | | | | | | | | - clean fpm_status.c code | |||||
| | * | - Fix missing change from r303357 (related to bug #48831) | Felipe Pena | 2011-06-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix socket address parsing code | George Wang | 2011-06-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | fix CLI mode timeout | George Wang | 2011-05-31 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fixed bug #52496 (Zero exit code on option parsing failure). | Ilia Alshanetsky | 2011-05-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | - Fixed bug #54529 (SAPI crashes on apache_config.c:197) | Felipe Pena | 2011-05-23 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | patch by: hebergement at riastudio dot fr | |||||
| | * | its force-quit, not -exit (yawk) | Hannes Magnusson | 2011-04-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | |||||
| | * | Close [PHP-BUG] Req #54152... | Jim Jagielski | 2011-03-09 | 1 | -3/+38 | |
| | | | | | | | | | | | | | | | | | | Apache 2.3.12 (and later) will now work correctly with PHP's fcgi impl with this patch. | |||||
| | * | fix compile warning | Antony Dovgal | 2011-02-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | - remove cpystrn from FPM and use strlcpy instead. | Jérôme Loyet | 2011-01-30 | 3 | -27/+4 | |
| | | | ||||||
| | * | - Fixed bug #53434 (php-fpm slowlog now also logs the original request). | Jérôme Loyet | 2011-01-29 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | - Fixed the missing peace of code on revision 307842 | |||||
| | * | - Fixed bug #53434 (php-fpm slowlog now also logs the original request). | Jérôme Loyet | 2011-01-29 | 4 | -2/+17 | |
| | | | ||||||
| | * | - Fixed bug #53777 (php-fpm log format now match php_error log format). | Jérôme Loyet | 2011-01-29 | 1 | -4/+7 | |
| | | | ||||||
| | * | Added checks for malformated FastCGI requests (Edgar Frank) | Dmitry Stogov | 2011-01-19 | 1 | -4/+15 | |
| | | | ||||||
| | * | - Enforce security in the fastcgi protocol parsing. | Jérôme Loyet | 2011-01-17 | 1 | -21/+91 | |
| | | | ||||||
| | * | add missing dl() function to FPM SAPI | Antony Dovgal | 2011-01-14 | 1 | -0/+1 | |
| | | | ||||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 42 | -46/+46 | |
| | | | ||||||
| | * | - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value). | Jérôme Loyet | 2010-12-18 | 3 | -2/+22 | |
| | | | ||||||
| | * | fixed keyLen validation point | George Wang | 2010-12-10 | 3 | -554/+785 | |
| | | | ||||||
| | * | - Fixed bug #53412 (segfault when using -y) | Jérôme Loyet | 2010-11-30 | 2 | -4/+15 | |
| | | | ||||||
| | * | - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has ↵ | Jérôme Loyet | 2010-11-26 | 13 | -360/+458 | |
| | | | | | | | | | | | | been removed) | |||||
| | * | - fix (log with level < WARNING before daemonizing were not written to ↵ | Jérôme Loyet | 2010-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | /dev/stderr) | |||||
| | * | - Fixed #53310 (sparc < v9 won't is not supported) | Jérôme Loyet | 2010-11-16 | 1 | -1/+7 | |
| | | | ||||||
| | * | - extend the 'i-t' fpm argument to dump configuration file when called twice ↵ | Jérôme Loyet | 2010-11-14 | 8 | -10/+86 | |
| | | | | | | | | | | | | (-tt) | |||||
| | * | - Fixed #52691 (allow multiple instance of FPM using a custom prefix) | Jérôme Loyet | 2010-11-14 | 9 | -47/+225 | |
| | | | ||||||
| | * | - Fixed #52660 (custom process title for FPM) | Jérôme Loyet | 2010-11-12 | 5 | -15/+111 | |
| | | | ||||||
| | * | - Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf ↵ | Jérôme Loyet | 2010-11-11 | 4 | -4/+25 | |
| | | | | | | | | | | | | file) | |||||
| | * | - Fixed bug #52693 (configuration file errors are not logged to stderr) | Jérôme Loyet | 2010-11-11 | 5 | -3/+15 | |
| | | | ||||||
| | * | - get rid of ZLOG_STUFF code redundancy | Jérôme Loyet | 2010-11-11 | 19 | -159/+159 | |
| | | | ||||||
| | * | - comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning | Jérôme Loyet | 2010-11-11 | 1 | -0/+2 | |
| | | | ||||||
| | * | - remove useless check | Jérôme Loyet | 2010-11-11 | 1 | -8/+2 | |
| | | | ||||||
| | * | - add missing timer* macros (for solaris) | Jérôme Loyet | 2010-11-11 | 1 | -20/+53 | |
| | | | | | | | | | | | | | | | - ws | |||||
| | * | - add "listen queue len" stat (thx to Andrei Nigmatulin) | Jérôme Loyet | 2010-11-11 | 9 | -10/+180 | |
| | | | ||||||
| | * | - syntax and minor optimizations | Jérôme Loyet | 2010-11-11 | 3 | -59/+61 | |
| | | |