summaryrefslogtreecommitdiff
path: root/server/mpm/beos
Commit message (Expand)AuthorAgeFilesLines
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-301-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-20/+20
* Bring the beos mpm into the new age with the new lock functions and someDavid Reid2002-04-151-23/+27
* quiet a bogus gcc warning that crops up with -O2Jeff Trawick2002-04-051-0/+1
* implement FOREGROUND for perchild and beos MPMs tooJeff Trawick2002-04-051-4/+6
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-1/+1
* PR:Paul J. Reder2002-03-291-1/+0
* BUCKET FREELISTSCliff Woolley2002-03-291-2/+8
* no need to kill the scoreboard cleanup anymore on gracefulJeff Trawick2002-03-201-3/+0
* The pre_mpm hook creates server-lifetime objects (or at least, for theWilliam A. Rowe Jr2002-03-201-1/+1
* Update the mpms to call the new allocator/pools APISander Striker2002-03-151-1/+5
* Update our copyright for this year.Roy T. Fielding2002-03-134-4/+4
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-121-1/+1
* Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-processAaron Bannert2002-02-211-2/+3
* 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-281-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-291-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-121-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-181-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