| Commit message (Expand) | Author | Age | Files | Lines |
| * | MPMs unix: Place signals handlers and helpers out of DSOs to avoid | Yann Ylavic | 2017-02-21 | 1 | -190/+78 |
| * | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -1/+1 |
| * | mpms: follow up to r1629925: more error reports. | Yann Ylavic | 2016-03-01 | 1 | -1/+1 |
| * | mpms: follow up to r1629925: more error reports. | Yann Ylavic | 2016-03-01 | 1 | -3/+3 |
| * | Join multi-line MPM startup log messages into | Rainer Jung | 2016-02-23 | 1 | -16/+7 |
| * | Added some more log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -5/+5 |
| * | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -4/+4 |
| * | fixing compile errors due to if assignment warnings | Stefan Eissing | 2015-11-02 | 1 | -1/+1 |
| * | Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameter | Jan Kaluža | 2015-10-30 | 1 | -2/+1 |
| * | core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/. | Yann Ylavic | 2015-05-16 | 1 | -1/+1 |
| * | mpm_{worker,prefork}: save some cycles by not copying the listener's pollfds | Yann Ylavic | 2015-02-26 | 1 | -7/+8 |
| * | mpm_{prefork,worker}: follow up to r1635521. | Yann Ylavic | 2014-12-05 | 1 | -1/+3 |
| * | mpm_event(opt), mpm_worker, mpm_prefork: follow up to r1635521, r1640161. | Yann Ylavic | 2014-11-20 | 1 | -20/+10 |
| * | mpm_prefork: follow up to r1635521. | Yann Ylavic | 2014-11-17 | 1 | -3/+4 |
| * | mpm_worker, mpm_prefork: follow up to r1635521. | Yann Ylavic | 2014-11-17 | 1 | -4/+6 |
| * | MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531 | Yann Ylavic | 2014-10-30 | 1 | -68/+68 |
| * | core: ensure that MPMs return an error on runtime failure and hence that | Yann Ylavic | 2014-10-07 | 1 | -4/+4 |
| * | mpms: enforce assertion that unreachable code is not reached. | Yann Ylavic | 2014-10-07 | 1 | -0/+2 |
| * | core: follow up to r1629909: ap_daemons_to_start can't be lower than 1 (not 0... | Yann Ylavic | 2014-10-07 | 1 | -1/+1 |
| * | core: Use process scoreboard to store each child's listener bucket, | Yann Ylavic | 2014-10-07 | 1 | -39/+51 |
| * | prefork: Ignore SIGINT in child. This fixes race-condition in signals handling | Jan Kaluža | 2014-08-18 | 1 | -0/+10 |
| * | Fixed unused "ap_listen_rec *lr;" in prefork_run(). | Yann Ylavic | 2014-06-16 | 1 | -1/+0 |
| * | Mark all unused/duplicated/closed child listeners as inactive. | Yann Ylavic | 2014-06-16 | 1 | -2/+2 |
| * | -MPMs prefork & worker: avoid segfault with SAFE_ACCEPT in ONE_PROCESS mode. | Yann Ylavic | 2014-06-07 | 1 | -4/+4 |
| * | fix restart issues | Jim Jagielski | 2014-06-05 | 1 | -3/+0 |
| * | Break out common code to be share-able | Jim Jagielski | 2014-06-03 | 1 | -0/+2 |
| * | Now allow MPMs to call ap_log_common() | Jim Jagielski | 2014-06-03 | 1 | -0/+1 |
| * | Optimize w/ duplicated listeners and use of SO_REUSEPORT | Jim Jagielski | 2014-06-03 | 1 | -29/+98 |
| * | Fix usage of MOD_* variables for MPM modules | Stefan Fritsch | 2012-10-07 | 1 | -0/+4 |
| * | follow up to r1387633: use the right exit code depending on the error scenario | Jeff Trawick | 2012-10-02 | 1 | -1/+2 |
| * | * server/mpm/prefork/prefork.c (child_main): Don't log errors for an | Joe Orton | 2012-09-19 | 1 | -2/+8 |
| * | fix child exit status in prefork after certain errors in | Jeff Trawick | 2012-07-19 | 1 | -2/+2 |
| * | Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative() | Jim Jagielski | 2012-03-12 | 1 | -1/+1 |
| * | * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving | Joe Orton | 2011-12-07 | 1 | -1/+2 |
| * | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-02 | 1 | -47/+47 |
| * | If a child is created just before graceful restart and then exits because | Stefan Fritsch | 2011-10-09 | 1 | -3/+18 |
| * | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -2/+2 |
| * | Install signal handlers for crashes before detaching. Previously, there | Stefan Fritsch | 2011-07-26 | 1 | -0/+2 |
| * | Reduce period during startup and restart where a successive signal may be lost | Stefan Fritsch | 2011-07-26 | 1 | -1/+1 |
| * | Log the deprecation warning at level info, not warn | Stefan Fritsch | 2011-06-20 | 1 | -1/+1 |
| * | Fix search'n'replace error: Actually warn if MaxClients is used | Stefan Fritsch | 2011-06-20 | 1 | -1/+1 |
| * | Rename MaxClients to MaxRequestWorkers which describes more accurately what | Stefan Fritsch | 2011-06-20 | 1 | -11/+17 |
| * | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -1/+1 |
| * | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 1 | -7/+27 |
| * | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 1 | -7/+7 |
| * | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 2 | -12/+0 |
| * | some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the | Jeff Trawick | 2011-03-28 | 1 | -5/+0 |
| * | consolidate logic to remove the pidfile in a new API, | Jeff Trawick | 2011-03-28 | 1 | -20/+2 |
| * | SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local | Jeff Trawick | 2011-03-26 | 1 | -7/+0 |
| * | * server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have a | Joe Orton | 2011-03-21 | 1 | -2/+5 |