| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove MPM-private stuff from conn_state_t | Stefan Fritsch | 2011-11-20 | 5 | -80/+98 |
* | follow up to r1202257 -- perform normal wakeup processing when | Jeff Trawick | 2011-11-18 | 1 | -10/+7 |
* | garbage C's in server-status and extra child processes with async lingering | Greg Ames | 2011-11-18 | 1 | -0/+5 |
* | event no longer requires APR_POLLSET_THREADSAFE, or any | Jeff Trawick | 2011-11-17 | 2 | -6/+2 |
* | silly indentation fix | Jeff Trawick | 2011-11-17 | 1 | -1/+1 |
* | spellcheck r1202258 | Jeff Trawick | 2011-11-15 | 1 | -1/+1 |
* | Calculate the power of two size of the buffer before allocating it. | Paul Querna | 2011-11-15 | 1 | -1/+1 |
* | Use apr_pollset_wakeup to ensure that the listener thread will process most e... | Paul Querna | 2011-11-15 | 1 | -2/+5 |
* | Because the pollset is now only mutated from the event thread, we no longer n... | Paul Querna | 2011-11-15 | 1 | -3/+3 |
* | Create a new lock free circular queue, and use it in the EventMPM to remove t... | Paul Querna | 2011-11-15 | 4 | -67/+294 |
* | Instead of disabling the listening sockets from the pollset when under load, ... | Paul Querna | 2011-11-15 | 1 | -13/+13 |
* | Fix assertion failure during very high load by preventing race condition | Stefan Fritsch | 2011-11-12 | 1 | -26/+79 |
* | Fix spelling | Paul Querna | 2011-11-10 | 1 | -1/+1 |
* | revert accidental commit 1200129 | Jeff Trawick | 2011-11-10 | 1 | -1/+1 |
* | clean up unused ap_my_generation variable | Jeff Trawick | 2011-11-10 | 1 | -1/+0 |
* | clean up unused ap_my_generation variable | Jeff Trawick | 2011-11-10 | 1 | -1/+1 |
* | Downgrade log message which is triggered when client disconnects | Stefan Fritsch | 2011-11-10 | 1 | -1/+1 |
* | Add comment why the code is disabled | Stefan Fritsch | 2011-10-26 | 1 | -0/+1 |
* | Comment out some incomplete code that does nothing but produce a compiler | Stefan Fritsch | 2011-10-20 | 1 | -0/+2 |
* | 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 |