summaryrefslogtreecommitdiff
path: root/server/mpm/prefork
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR:Paul J. Reder2002-03-291-1/+0
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-291-26/+3
* BUCKET FREELISTSCliff Woolley2002-03-291-1/+4
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-2/+2
* no need to kill the scoreboard cleanup anymore on gracefulJeff Trawick2002-03-201-3/+1
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-201-0/+4
* The pre_mpm hook creates server-lifetime objects (or at least, for theWilliam A. Rowe Jr2002-03-201-1/+1
* Fix a hang condition with graceful restart and prefork MPMJeff Trawick2002-03-181-7/+12
* prefork and worker:Jeff Trawick2002-03-181-0/+5
* Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren'tWilliam A. Rowe Jr2002-03-161-1/+1
* Update the mpms to call the new allocator/pools APISander Striker2002-03-151-1/+4
* Update our copyright for this year.Roy T. Fielding2002-03-133-3/+3
* Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-processAaron Bannert2002-02-211-2/+3