| Commit message (Expand) | Author | Age | Files | Lines |
* | Downgrade to DEBUG level several messages which were all redundant | William A. Rowe Jr | 2011-10-10 | 2 | -5/+5 |
* | Resolve server and remote IP's in the AcceptFilter 'none' path. | William A. Rowe Jr | 2011-10-10 | 2 | -10/+26 |
* | If a child is created just before graceful restart and then exits because | Stefan Fritsch | 2011-10-10 | 3 | -11/+58 |
* | Check the return value from ap_run_create_connection in mpm_event. | Stefan Fritsch | 2011-10-10 | 2 | -0/+7 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 12 | -64/+64 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 4 | -8/+8 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 2 | -34/+10 |
* | Install signal handlers for crashes before detaching. Previously, there | Stefan Fritsch | 2011-07-26 | 3 | -0/+6 |
* | Reduce period during startup and restart where a successive signal may be lost | Stefan Fritsch | 2011-07-26 | 3 | -3/+3 |
* | Allow to specify module specific custom linker flags | Rainer Jung | 2011-07-05 | 1 | -1/+1 |
* | Initialize apr_thread_t pointer to NULL so that apr_os_thread_put() | Jeff Trawick | 2011-07-02 | 1 | -1/+1 |
* | Log the deprecation warning at level info, not warn | Stefan Fritsch | 2011-06-21 | 3 | -3/+3 |
* | Fix search'n'replace error: Actually warn if MaxClients is used | Stefan Fritsch | 2011-06-20 | 3 | -3/+3 |
* | New AsyncRequestWorkerFactor directive to influence how many | Stefan Fritsch | 2011-06-20 | 1 | -6/+34 |
* | Remove dead assignment, as pointed out by Chris Wilson <cwilson vigilantsw com> | Stefan Fritsch | 2011-06-20 | 1 | -6/+1 |
* | Rename MaxClients to MaxRequestWorkers which describes more accurately what | Stefan Fritsch | 2011-06-20 | 5 | -93/+109 |
* | Some improvements for handling of many connections for MPM event: | Stefan Fritsch | 2011-06-19 | 3 | -188/+460 |
* | If MaxMemFree is set, limit the number of recycled pools that is kept | Stefan Fritsch | 2011-06-19 | 3 | -22/+44 |
* | Some logging tweaks | Stefan Fritsch | 2011-06-19 | 1 | -6/+8 |
* | Formatting changes, reuse 'now' variable instead of declaring a new one | Stefan Fritsch | 2011-06-19 | 1 | -54/+42 |
* | Fix graceful restart aborting connections | Stefan Fritsch | 2011-06-18 | 1 | -19/+53 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 2 | -3/+2 |
* | This is rather irritating. | William A. Rowe Jr | 2011-05-31 | 1 | -2/+2 |
* | fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMs | Jeff Trawick | 2011-05-16 | 3 | -0/+19 |
* | fix some typos in comments | Jeff Trawick | 2011-05-16 | 1 | -4/+4 |
* | Not possible; you don't declare a variable const and then | William A. Rowe Jr | 2011-05-07 | 1 | -1/+1 |
* | 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 | 5 | -40/+164 |
* | 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 | 1 | -0/+4 |
* | 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 |
* | 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-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 |
* | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 3 | -23/+23 |
* | the mpm-note-child-killed hook is just for state sync between | Jeff Trawick | 2011-03-30 | 2 | -15/+0 |
* | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 13 | -78/+9 |
* | 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 |