summaryrefslogtreecommitdiff
path: root/server/mpm/mpmt_os2/mpmt_os2_child.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* event, worker: runtime pool.Yann Ylavic2018-07-131-0/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-11/+11
* fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMsJeff Trawick2011-05-161-0/+6
* OS/2: Add support for ThreadStackSize.Brian Havard2010-06-221-1/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Brind OS/2 MPM up to date with current API.Brian Havard2009-11-031-1/+1
* Bring OS/2 MPM back from the dead.Brian Havard2009-08-161-0/+479
* remove OS/2 MPMJeff Trawick2009-03-261-479/+0
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-7/+7
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+11
* update license to 2004.André Malo2004-01-011-1/+1
* Rework OS/2 MPM to use the pollset API.Brian Havard2003-11-201-38/+21
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-3/+3
* Updated the various MPM's to use the new bucket_alloc_create_ex APICliff Woolley2003-08-281-1/+8
* finished that boring job:André Malo2003-02-031-1/+1
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-2/+2
* When an exception in a worker thread initiates a child shutdown, get thingsBrian Havard2002-04-171-0/+1
* apr_bucket_alloc_create() now registers a cleanup that does aBrian Havard2002-04-141-1/+0
* Destroy the connection pool (and therefore run the cleanups) before destroyingBrian Havard2002-04-011-1/+1
* BUCKET FREELISTSCliff Woolley2002-03-291-1/+6
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* When firing up a new child process, wipe clean the set of worker_score recordsBrian Havard2002-02-231-0/+1
* 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
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-1/+1
* Get OS/2 MPM working again after last scoreboard changes.Brian Havard2002-01-101-1/+5
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-2/+2
* Update OS/2 MPM to allow for run-time configurable scoreboard size.Brian Havard2001-12-301-1/+1
* Add a missing hook run.Brian Havard2001-12-291-0/+2
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-4/+24
* 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 more network logic from the MPMs. Essentially, each MPM can defineRyan Bloom2001-11-131-1/+0
* 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
* Catch exceptions in worker threads so a segfault doesn't kill all activeBrian Havard2001-08-201-0/+37
* New multi-process multi-threaded MPM for OS/2. Not fully polished but worksBrian Havard2001-08-171-0/+463