| Commit message (Expand) | Author | Age | Files | Lines |
* | axe ap_registry_get_server_root(), which seems to have been unused | Jeff Trawick | 2011-04-07 | 1 | -37/+0 |
* | format string fixes: | Jeff Trawick | 2011-04-07 | 2 | -8/+8 |
* | HANDLE is PVOID which is reasonably formatted by %pp, but not by %d | Jeff Trawick | 2011-04-06 | 1 | -3/+5 |
* | can't format time_t with %d; cast this small interval time to int | Jeff Trawick | 2011-04-06 | 1 | -1/+2 |
* | Log the OS socket (int) instead of the apr_socket_t *. | Jeff Trawick | 2011-04-06 | 1 | -3/+3 |
* | yank some dead code and variables | Jeff Trawick | 2011-04-06 | 3 | -57/+0 |
* | cleanups to function signatures, prototypes, visibility | Jeff Trawick | 2011-04-06 | 4 | -9/+13 |
* | Abort if the MPM is changed across restart. | Jeff Trawick | 2011-04-06 | 1 | -2/+13 |
* | Add in a configuration generation... this is independent of | Jim Jagielski | 2011-03-31 | 2 | -0/+4 |
* | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 5 | -32/+28 |
* | the mpm-note-child-killed hook was just for use by | Jeff Trawick | 2011-03-30 | 2 | -7/+2 |
* | the mpm-note-child-killed hook is just for state sync between | Jeff Trawick | 2011-03-30 | 2 | -15/+0 |
* | Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. | Stefan Fritsch | 2011-03-29 | 2 | -143/+135 |
* | match docs for case of "ScoreBoardFile" | Jeff Trawick | 2011-03-28 | 1 | -1/+1 |
* | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 15 | -90/+35 |
* | ap_max_requests_per_child is a global | Jeff Trawick | 2011-03-28 | 1 | -1/+0 |
* | some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the | Jeff Trawick | 2011-03-28 | 6 | -31/+0 |
* | consolidate logic to remove the pidfile in a new API, | Jeff Trawick | 2011-03-28 | 6 | -67/+27 |
* | enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows | Jeff Trawick | 2011-03-28 | 3 | -14/+0 |
* | axe unused mpm_default definitions | Jeff Trawick | 2011-03-26 | 2 | -27/+0 |
* | SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local | Jeff Trawick | 2011-03-26 | 4 | -28/+0 |
* | use apr_time_from_sec() shortcut | Jeff Trawick | 2011-03-26 | 1 | -1/+1 |
* | * server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have a | Joe Orton | 2011-03-21 | 3 | -6/+15 |
* | Use var for prelude so its possible to change it at one place. | Guenter Knauf | 2011-03-18 | 1 | -1/+1 |
* | Added prototype for initgroups(). | Guenter Knauf | 2011-03-16 | 1 | -1/+1 |
* | core: AllowEncodedSlashes new option NoDecode to allow encoded slashes | Daniel Earl Poirier | 2011-03-16 | 3 | -11/+30 |
* | * server/main.c (main): Use the real null cleanup callback. | Joe Orton | 2011-03-16 | 1 | -2/+2 |
* | fix some grammar mistakes, mostly in comments | Jeff Trawick | 2011-03-12 | 2 | -4/+4 |
* | Ensure that ap_server_conf always points to valid data or is NULL. | Stefan Fritsch | 2011-03-11 | 1 | -0/+4 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 1 | -4/+4 |
* | worker, event, prefork: Correct several issues when built as | Jeff Trawick | 2011-03-05 | 3 | -190/+187 |
* | zap needless reinitialization of is_graceful on the 2nd | Jeff Trawick | 2011-03-05 | 3 | -5/+0 |
* | sanity check use of volatile in prefork, worker, and event | Jeff Trawick | 2011-03-04 | 3 | -14/+15 |
* | event: child_main() never returns, so remove some dead code after | Jeff Trawick | 2011-03-03 | 1 | -2/+2 |
* | worker: child_main() never returns, so remove some dead code after | Jeff Trawick | 2011-03-03 | 1 | -2/+2 |
* | prefork in ONE_PROCESS mode: | Jeff Trawick | 2011-03-03 | 1 | -8/+5 |
* | prefork: store pid in scoreboard for ONE_PROCESS mode | Jeff Trawick | 2011-03-02 | 1 | -0/+1 |
* | fix some logging calls to include the server_rec | Jeff Trawick | 2011-02-26 | 4 | -17/+17 |
* | Axed C++ comments and tabs. | Guenter Knauf | 2011-02-26 | 1 | -14/+14 |
* | Expose "new" ap_parse_form_data() function instead of requiring | Jim Jagielski | 2011-02-18 | 1 | -3/+219 |
* | typo in format string for 1070660 | Eric Covener | 2011-02-14 | 1 | -1/+1 |
* | Log a hint about the directory needing to be executable | Eric Covener | 2011-02-14 | 1 | -2/+3 |
* | New hook: ap_run_pre_read_request() | Jim Jagielski | 2011-02-14 | 1 | -0/+6 |
* | Create new ap_state_query() function that allows modules to determine | Stefan Fritsch | 2011-02-12 | 2 | -23/+50 |
* | * server/mpm/prefork/prefork.c (stop_listening, sig_term, restart): | Joe Orton | 2011-02-08 | 1 | -0/+3 |
* | test_char.h is a dependency, not a source. This seems to fix the occasional | Stefan Fritsch | 2011-02-05 | 1 | -1/+1 |
* | revert r1066944, r1067177 for now | Stefan Fritsch | 2011-02-05 | 1 | -22/+1 |
* | Until this is fixed to link in lresolv, exclude. | Jim Jagielski | 2011-02-04 | 1 | -2/+2 |
* | Reload resolv.conf on graceful restarts | Stefan Fritsch | 2011-02-03 | 1 | -0/+21 |
* | Optimize memory access pattern of ap_merge_per_dir_configs() | Stefan Fritsch | 2011-02-03 | 1 | -7/+18 |