summaryrefslogtreecommitdiff
path: root/server/mpm/experimental/perchild
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag2.0.25(no author)2001-08-296-2034/+0
* Remove some warnings from the perchild MPMRyan Bloom2001-08-271-3/+3
* namespace-protect accept_lock_mechJeff Trawick2001-08-141-1/+1
* change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES toJeff Trawick2001-08-131-1/+1
* allow non-Unix MPMs to use mpm_common.c by not automaticallyJeff Trawick2001-08-131-0/+2
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-132-145/+17
* Change the worker_function implementations to accept both parameters,William A. Rowe Jr2001-07-241-2/+2
* Make scoreboard creation a hook. This allows managementRyan Bloom2001-07-181-1/+1
* Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients andPaul J. Reder2001-07-181-1/+4
* Add additional query datum to the MPMs.William A. Rowe Jr2001-06-271-0/+15
* add the AcceptMutex directive to the perchild MPMJeff Trawick2001-06-261-2/+55
* fix the bindprocessor() code selection; we need to test for theJeff Trawick2001-06-121-5/+7
* Make the processor unbinding/re-binding stuff on AIX work again.Victor J. Orlikowski2001-06-111-1/+1
* Back out the recent change to ap_get_brigade, to make it use indirectionRyan Bloom2001-05-061-2/+3
* Fix a bug in the input handling. ap_http_filter() was modifying *readbytesGreg Stein2001-05-051-4/+7
* adjust to ap_get_brigade() / input filter api changesDoug MacEachern2001-04-241-3/+4
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-132-2/+13
* s/apr_signal_thread_func/apr_signal_thread/Doug MacEachern2001-04-131-1/+1
* Convert the apr_create_signal_thread to apr_signal_thread. The mainRyan Bloom2001-04-121-4/+1
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set wereGreg Ames2001-04-111-1/+1
* as Bill did with threaded, don't let a child process return to parent codeJeff Trawick2001-04-051-3/+2
* Make Apache check APR's configuration when determining the default MPM.Ryan Bloom2001-04-031-0/+6
* Threads is a feature, so it is HAS threads not HAVE threads...Marc Slemko2001-04-031-1/+1
* tell the user what's going if APR threads aren't unavailable, and ApacheGreg Ames2001-04-031-0/+4
* Declaration of ap_reclaim_child_processes() in exports.c needs to beBrian Havard2001-03-191-1/+1
* Rely on APR to determine whether or not we have netinet/tcp.h. This testJeff Trawick2001-03-051-4/+0
* Allow modules to query the MPM about it's execution profile. ThisRyan Bloom2001-03-021-2/+13
* Pass the correct worker thread id to worker_thread() when the initialJeff Trawick2001-02-281-2/+2
* remove ap_{post_config,child_init}_hookDoug MacEachern2001-02-231-1/+1
* Get it to build on FreeBSD by dropping <stropt.h>. (It stillJeff Trawick2001-02-231-6/+3
* Make the perchild MPM use the APR signal child and apr thread functions.Ryan Bloom2001-02-211-84/+65
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-163-3/+3
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-2/+2
* mod_status references ap_my_generation; declare it for nowJeff Trawick2001-02-131-0/+3
* Make perchild build againRyan Bloom2001-02-133-21/+17
* INIT_SIGLIST() is gone; stop using itJeff Trawick2001-02-111-1/+0
* *) include "apr_signal.h" when neededGreg Stein2001-02-111-12/+18
* Replace reinit_scoreboard with ap_create_scoreboard.Bill Stoddard2001-02-091-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-40/+40
* Get the Unix MPMs restarting again. If we are going to register a cleanupRyan Bloom2001-02-071-1/+1
* get rid of some cruft related to a now-unused parameter toJeff Trawick2001-02-071-5/+4
* get perchild just a little closer to building; maybe somebodyJeff Trawick2001-02-061-2/+4
* ap_new_connection() returns NULL if an error occurred (prefork MPMJeff Trawick2001-02-051-3/+4
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-011-1/+1
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-2/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-12/+12
* fix the declaration of the register-hooks function in the remainingJeff Trawick2001-01-181-1/+1
* Stop using environment variables to set ONE_PROCESS and NO_DETACH. NowRyan Bloom2001-01-121-2/+2
* fix some handler brokennessJeff Trawick2001-01-091-1/+0