summaryrefslogtreecommitdiffstats
path: root/server/mpm/beos (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement new ScoreBoardFile directive logic. This affects how weAaron Bannert2002-02-152-8/+0
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-1/+1
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-1/+1
* Take advantage of the new pre_config return value when apr_proc_detachAaron Bannert2002-01-291-2/+9
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-1/+3
* fix the problem where a scoreboard init failure could leaveJeff Trawick2002-01-281-1/+3
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-1/+1
* Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.Lars Eilebrecht2002-01-201-2/+2
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-1/+1
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-301-2/+2
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-182-40/+45
* Change the beos mpm to use the new pools creation call to try andDavid Reid2001-12-141-4/+5
* Get mod_cgid killed when a MPM exits due to a fatal error.Jeff Trawick2001-11-171-5/+12
* Update the beos MPM to have better naming and also allow forDavid Reid2001-11-162-71/+73
* Pull lingering close out of the pool cleanup phase. This was causing tooRyan Bloom2001-11-151-0/+1
* Add the server_rec argument back to the create_connection hook.Ryan Bloom2001-11-131-1/+1
* Remove commas from the end of the macros that defineRyan Bloom2001-11-131-2/+2
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-131-1/+1
* Remove ap_lingering_close from all of the MPMs. This is now done asRyan Bloom2001-11-101-1/+0
* Add back in the daemon commands so that User/Group are OKDavid Reid2001-11-081-2/+3
* Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS andCliff Woolley2001-11-071-2/+2
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-3/+4
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-191-11/+12
* Add -X functionality back to httpd.Justin Erenkrantz2001-08-301-3/+10
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-2/+2
* 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-70/+5
* waitpid doesn't seem to be doing what it's supposed to, so in an attemptDavid Reid2001-07-261-6/+21
* Get ONE_PROCESS working again for beos.David Reid2001-07-201-24/+32
* Some small changes...David Reid2001-07-191-9/+20
* 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
* get the MPMs consistent w.r.t. visibility of ap_max_requests_per_childJeff Trawick2001-05-072-2/+1
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-132-2/+12
* Now that apr_poll has been corrected and doesn't loose fd's between callsDavid Reid2001-03-301-2/+2
* This change actually gets beos shutting down and restarting!David Reid2001-03-211-41/+66
* Declaration of ap_reclaim_child_processes() in exports.c needs to beBrian Havard2001-03-191-1/+1
* Get the beos mpm building again following the recent addition of theDavid Reid2001-03-041-2/+2
* Allow modules to query the MPM about it's execution profile. ThisRyan Bloom2001-03-021-5/+16
* remove ap_{post_config,child_init}_hookDoug MacEachern2001-02-231-1/+1
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-164-4/+4
* Beos R5 and below don't have the sin_len member in sockaddr_in so don'tDavid Reid2001-02-141-0/+2
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-141-3/+3
* This is a huge change that gets beos building again. Essentially itDavid Reid2001-02-131-105/+136
* More changes to the way that we use mod_status on beos.David Reid2001-02-132-22/+18
* OK, this is the start of getting things running on BeOS again :)David Reid2001-02-132-11/+12
* INIT_SIGLIST() is gone; stop using itJeff Trawick2001-02-111-1/+0