summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * server/mpm_common.c (dummy_connection): If possible, use a non-SSLJoe Orton2008-12-121-4/+16
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-031-1/+5
* Add dummy ap_mpm_register_timed_callback for other MPMs besides Event.Paul Querna2008-09-211-0/+12
* Avoid core dumps by getting the signal_description only ifMartin Kraemer2008-02-011-2/+5
* * server/mpm_common.c (reclaim_one_pid): Retrieve the exit status fromJoe Orton2008-01-181-1/+6
* Unless I've misread this, POD is write-blocking, read nonblocking timeout 0.William A. Rowe Jr2007-10-241-1/+2
* ap_available_mutexes_string and ap_add_available_mutexes_string William A. Rowe Jr2007-08-231-2/+2
* getpgid() returns a pid_tJim Jagielski2007-06-291-1/+1
* Add alternative fixes for CVE-2007-3304:Joe Orton2007-06-291-0/+65
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-291-39/+0
* * server/mpm/prefork/prefork.c (reap_children),Joe Orton2007-06-291-6/+0
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-161-0/+39
* * server/mpm_common.c (dummy_connection): Use "OPTIONS *" for requestJoe Orton2007-03-121-1/+1
* * Nitpicking: Get the comment right.Ruediger Pluem2007-01-281-1/+1
* Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectoryJeff Trawick2007-01-281-0/+7
* Once SSLMutex allowed for the setting of both theJim Jagielski2006-10-241-48/+18
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-23/+23
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-2/+2
* Add ap_relieve_child_processess(), a non-infanticidal copy ofColm MacCarthaigh2005-08-281-0/+32
* Move the "GracefulShutdownTimeout" directive into mpm_common, for re-useColm MacCarthaigh2005-08-261-1/+16
* Make the neccessary changes to mpm_common and main to support a graceful-stopColm MacCarthaigh2005-08-261-1/+16
* Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf theColm MacCarthaigh2005-08-231-1/+1
* Add a User-Agent to the dummy connection code to ease admin debugging.Paul Querna2005-08-081-1/+9
* * server/mpm_common.c (dummy_connection): Fix length argument passedJoe Orton2005-06-301-2/+3
* Argh. Style Fix. Habits are hard to kill.Paul Querna2005-06-271-1/+1
* *) server/mpm_common.c: Send a simple HTTP 1.0 request to every listener sock...Paul Querna2005-06-271-0/+11
* Fix for reported compile problemNick Kew2005-06-081-4/+5
* Add monitor hook (discussed under "watchdog" thread).Nick Kew2005-06-071-7/+16
* restore google-ability of an ancient message of great importanceJeff Trawick2005-02-161-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* worker MPM: Fix a problem which could cause httpd processes toJeff Trawick2004-12-021-59/+129
* zap extra blank in error messageJeff Trawick2004-11-291-1/+1
* * server/mpm_common.c (dummy_connection): Log the address if theJoe Orton2004-09-231-1/+1
* Unix MPMs: Shut down the server more quickly when child processes areJeff Trawick2004-09-181-33/+60
* tweak error handling when reading the pid fileJeff Trawick2004-08-141-0/+2
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-161-4/+4
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-111-0/+24
* * include/mpm_common.h (ap_pod_t): Remove 'sa' field.Joe Orton2004-03-061-5/+3
* * server/mpm_common.c (ap_process_child_status): Remove an escaped \nJoe Orton2004-02-251-2/+1
* Add a new directive EnableExceptionHook that must be specified forJeff Trawick2004-02-191-1/+30
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* avoid losing a subpool (until restart) on a rare error pathJeff Trawick2004-01-271-0/+2
* update license to 2004.André Malo2004-01-011-1/+1
* fix a problem where a crash of a non-MPM child process couldJeff Trawick2003-12-111-1/+8
* Add fatal exception hook for use by debug modules. The hook is onlyJeff Trawick2003-11-261-0/+24