summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* fix a segfault when passing an empty value to a ini parameter from the web se...Jérôme Loyet2011-07-181-3/+9
* remove forgotten debug logJérôme Loyet2011-07-181-1/+0
* - get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration i...Jérôme Loyet2011-07-173-12/+2
* - 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-148/+152
* 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
* alloc SHM for all children at startup to ensure all SHM will be reachable fro...Jérôme Loyet2011-07-042-10/+11
* child-pid can't be set when fpm_child_resources_use is calledJérôme Loyet2011-07-041-1/+1
* - Fixed missing Expires and Cache-Control headers for ping and status pagesJérôme Loyet2011-07-041-0/+10
* - revert commit 312812 until 5.3.7 is outJérôme Loyet2011-07-0412-869/+80
* fix comment syntaxJérôme Loyet2011-07-041-1/+1
* - Implemented FR #54172 (Overriding the pid file location of php-fpm)Jérôme Loyet2011-07-024-4/+19
* - 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
* - reflection is always enabledPierre Joye2011-06-251-11/+0
* - Added custom access log (also added per request %CPU and memory mesurement)Jérôme Loyet2011-06-2322-12/+744
* 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
* - Fix missing change from r303357 (related to bug #48831)Felipe Pena2011-06-111-1/+1
* fix socket address parsing codeGeorge Wang2011-06-081-2/+2
* fix CLI mode timeoutGeorge Wang2011-05-311-0/+1
* Fixed bug #52496 (Zero exit code on option parsing failure).Ilia Alshanetsky2011-05-301-1/+1
* - Fixed bug #54529 (SAPI crashes on apache_config.c:197)Felipe Pena2011-05-231-5/+6
* its force-quit, not -exit (yawk)Hannes Magnusson2011-04-231-1/+1
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-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
* Added checks for malformated FastCGI requests (Edgar Frank)Dmitry Stogov2011-01-191-4/+15
* - 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
* - Year++Felipe Pena2011-01-0142-46/+46
* - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).Jérôme Loyet2010-12-183-2/+22
* fixed keyLen validation pointGeorge Wang2010-12-103-554/+785
* - 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
* - fix (log with level < WARNING before daemonizing were not written to /dev/s...Jérôme Loyet2010-11-161-1/+1
* - Fixed #53310 (sparc < v9 won't is not supported)Jérôme Loyet2010-11-161-1/+7