summaryrefslogtreecommitdiff
path: root/server/mpm/prefork
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-43/+43
* Remove some trailing spaces. Syncs with 2.2.x.Colm MacCarthaigh2005-10-031-4/+4
* * server/mpm/prefork/prefork.c: Add volatile qualifier to die_nowJoe Orton2005-09-191-1/+1
* Initiliase all of the first_*_limit variables to zero, so that we can actuallyColm MacCarthaigh2005-08-311-1/+1
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-311-6/+3
* Move the "GracefulShutdownTimeout" command definition into mpm_commonColm MacCarthaigh2005-08-291-3/+1
* Doxygen fixup / cleanupIan Holsman2005-08-282-0/+19
* Re-add a simple, obvious, speed-up.Colm MacCarthaigh2005-08-271-0/+1
* Remove as many ghastly scoreboard loops from the graceful-shutdown code, andColm MacCarthaigh2005-08-271-33/+12
* Move the "GracefulShutdownTimeout" directive into mpm_common, for re-useColm MacCarthaigh2005-08-262-19/+8
* Implement a "graceful-stop" for the prefork MPM (might aswell do the hard oneColm MacCarthaigh2005-08-262-2/+126
* Implement "de-listening" for graceful restarts with the prefork MPM. With thisColm MacCarthaigh2005-08-241-3/+17
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* Remove the .cvsignore files.Joe Orton2004-11-191-5/+0
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-4/+4
* the eight space tabs are harassing me.André Malo2004-04-111-366/+369
* Improve helpfulness of error messages when accept mutex has a problem.Justin Erenkrantz2004-03-141-2/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-093-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-082-2/+2
* apply Apache License, Version 2.0André Malo2004-02-063-159/+30
* bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a littleGreg Ames2004-01-151-1/+1
* update license to 2004.André Malo2004-01-013-3/+3
* fix the name of the failing API call in a log messageJeff Trawick2003-12-131-1/+1
* add new MPM query -- AP_MPMQ_MPM_STATE -- to find out what the MPMJeff Trawick2003-12-101-2/+26
* build with latest other-child API changesJeff Trawick2003-11-221-1/+1
* Switch the prefork MPM over to the new pollset interface.Greg Stein2003-11-161-51/+56
* Fix uninitialized gprof directory name in prefork MPM.Jeff Trawick2003-11-071-1/+4
* Prevent slow graceful restarts on some platforms:Joe Orton2003-10-221-1/+1
* Make sure that the global ap_max_mem_free is initialized along with theBradley Nicholes2003-08-271-0/+3
* Forward port patch for CAN-2003-0253 from 2.0.Sander Striker2003-07-091-14/+9
* prefork MPM: Use the right permissions for the directory createdJeff Trawick2003-04-241-1/+4
* the error code is in the apr_status_t, not errnoJeff Trawick2003-04-241-1/+1
* improve -DONE_PROCESS handling with prefork MPM so thatJeff Trawick2003-04-231-4/+13
* consolidate code related to sig_coredumpJeff Trawick2003-04-092-61/+9
* finished that boring job:André Malo2003-02-033-3/+3
* fix "long lost child came home!" messages after a graceful restart withGreg Ames2002-10-231-1/+1
* zap an unused variableJeff Trawick2002-07-171-1/+0
* Get the prefork MPM using the apr_poll interface directly instead of goingRyan Bloom2002-07-171-5/+8
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-042-0/+2
* prefork MPM: Ignore mutex errors during graceful restart. ForJeff Trawick2002-06-141-5/+26
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-301-1/+1
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-232-1/+2
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-25/+25
* Remind the admin about the User and Group directives when we areJeff Trawick2002-04-081-1/+2
* quiet a bogus gcc warning that crops up with -O2Jeff Trawick2002-04-051-0/+1
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-042-5/+5
* prefork MPM: add -DFOREGROUND option to use when you wantJeff Trawick2002-04-031-4/+6
* style change onlyJeff Trawick2002-04-031-8/+8