| Commit message (Expand) | Author | Age | Files | Lines |
* | Also add the -U and -F operators for doing subrequest lookups to ap_expr. | Stefan Fritsch | 2011-05-14 | 1 | -4/+52 |
* | Add various file existance test operators to ap_expr | Stefan Fritsch | 2011-05-14 | 1 | -4/+66 |
* | Use APR_STATUS_IS_... in some more cases. | Stefan Fritsch | 2011-05-11 | 2 | -3/+3 |
* | disable hook probes for our two hooks which have no args | Jeff Trawick | 2011-05-10 | 2 | -3/+32 |
* | allow error log formatters to peek at the message format | Jeff Trawick | 2011-05-09 | 1 | -1/+1 |
* | Cleanup... most don't need apr_hooks.h at all... | Jim Jagielski | 2011-05-09 | 3 | -3/+1 |
* | use APR_STATUS_IS_TIMEUP() instead of direct comparison with APR_TIMEUP. | Eric Covener | 2011-05-07 | 1 | -2/+2 |
* | Not possible; you don't declare a variable const and then | William A. Rowe Jr | 2011-05-07 | 1 | -1/+1 |
* | fix some dead assignments found by the clang analyzer | Jeff Trawick | 2011-04-30 | 1 | -3/+2 |
* | WinNT MPM has hard-coded daemon limit of 1, not 0 | Jeff Trawick | 2011-04-26 | 1 | -1/+1 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 8 | -46/+267 |
* | Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API, | Stefan Fritsch | 2011-04-25 | 2 | -8/+56 |
* | * server/util_pcre.c (ap_regerror): Use passed-in buffer size rather | Joe Orton | 2011-04-20 | 1 | -1/+1 |
* | The pre_config hook should return int, not apr_status_t. | Stefan Fritsch | 2011-04-19 | 1 | -1/+1 |
* | Prevent segfault if DYNAMIC_MODULE_LIMIT is reached | Stefan Fritsch | 2011-04-15 | 1 | -9/+9 |
* | AP_ENABLE_V4_MAPPED with WinNT MPM | Jeff Trawick | 2011-04-12 | 1 | -0/+10 |
* | add some debug logging to show more information about passing of sockets | Jeff Trawick | 2011-04-12 | 1 | -2/+5 |
* | axe the cast in the call to our mpm_nt_eventlog_stderr_open() | Jeff Trawick | 2011-04-11 | 3 | -4/+4 |
* | match expected type of arg to StartService() | Jeff Trawick | 2011-04-11 | 1 | -1/+1 |
* | don't try to shut down child if it wasn't created | Jeff Trawick | 2011-04-09 | 1 | -1/+9 |
* | WinNT MPM: Improve robustness under heavy load. | Jeff Trawick | 2011-04-09 | 1 | -9/+15 |
* | Fix some MinGW build issues... | Jeff Trawick | 2011-04-09 | 2 | -0/+8 |
* | fix some logging glitches in the WinNT MPM: | Jeff Trawick | 2011-04-09 | 1 | -9/+17 |
* | log message fixes/tweaks | Jeff Trawick | 2011-04-08 | 2 | -7/+7 |
* | core: Support module names with colons in loglevel configuration. | Stefan Fritsch | 2011-04-08 | 1 | -1/+1 |
* | * server/util_expr_eval.c (req_table_func): Try r->err_headers_out for | Joe Orton | 2011-04-08 | 1 | -2/+8 |
* | hide some unused code on Win32 and NetWare | Jeff Trawick | 2011-04-07 | 1 | -0/+2 |
* | Stop explicitly including the current pid in WinNT MPM messages, | Jeff Trawick | 2011-04-07 | 2 | -52/+46 |
* | 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-06 | 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-27 | 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 |