summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* build with latest other-child API changesJeff Trawick2003-11-221-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-4/+4
* Enable ap_sock_disable_nagle for Windows. This along with the addition ofAllan K. Edwards2003-04-161-1/+1
* consolidate code related to sig_coredumpJeff Trawick2003-04-091-0/+101
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-201-0/+4
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+2
* finished that boring job:André Malo2003-02-031-1/+1
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-2/+2
* Timeout/time fixesWilliam A. Rowe Jr2002-07-151-1/+1
* Now why did I commit that symbolic constant in APR again? Exactly...Sander Striker2002-07-041-1/+2
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-041-0/+23
* Well the wrappers work out well... nice to be able to put off committingWilliam A. Rowe Jr2002-06-091-1/+1
* the "-k startssl" parameter is reverted by popular demandJeff Trawick2002-05-241-8/+0
* fix data initialization problem in new Unix -k option processingJeff Trawick2002-05-231-0/+2
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-231-0/+156
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-8/+8
* Remove unnecessary includes of apr_lock.hAaron Bannert2002-04-091-1/+0
* Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem).Jim Jagielski2002-04-041-0/+8