summaryrefslogtreecommitdiff
path: root/server/mpm/beos
Commit message (Expand)AuthorAgeFilesLines
* axe BeOS MPMJeff Trawick2009-03-266-1452/+0
* axe the unnecessary AP_MPM_HARD_LIMITS_FILEJeff Trawick2009-03-261-1/+3
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Remove ap_graceful_stop_signalled from all MPMs.Paul Querna2008-04-071-9/+0
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-291-4/+1
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-161-1/+4
* Create pmain pool and run modules' child_init hooks when enteringChris Darroch2007-01-021-0/+15
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-141-38/+97
* update license header textRoy T. Fielding2006-07-114-24/+24
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-194-4/+4
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-12/+12
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-20/+20
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-86/+86
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-36/+36
* Doxygen fixup / cleanupIan Holsman2005-08-283-0/+26
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Remove the .cvsignore files.Joe Orton2004-11-191-5/+0
* Remove some more uneeded code.David Reid2004-03-121-41/+24
* Better handling of ONE_PROCESS.David Reid2004-03-121-14/+24
* Revise the beos mpm into the new world order that is heralded byDavid Reid2004-03-101-309/+379
* fix name of The Apache Software FoundationAndré Malo2004-02-094-4/+4
* apply Apache License, Version 2.0André Malo2004-02-064-212/+40
* update license to 2004.André Malo2004-01-014-4/+4
* remove calls to the apr_proc_other_child_read function that no longer existsBrian Pane2003-11-241-1/+2
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-7/+7
* Updated the various MPM's to use the new bucket_alloc_create_ex APICliff Woolley2003-08-281-2/+2
* Make sure that the global ap_max_mem_free is initialized along with theBradley Nicholes2003-08-271-0/+3
* finished that boring job:André Malo2003-02-034-4/+4
* Adjust the sizes of the pollsets we create/use so that we work again.David Reid2002-07-121-3/+3
* 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
* 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