summaryrefslogtreecommitdiff
path: root/server/mpm/mpmt_os2
Commit message (Expand)AuthorAgeFilesLines
* Backport of PID table code from trunk to 2.2...httpd-2.2-pid-tableJim Jagielski2007-06-132-1/+11
* merge from trunk (but preserve ap_get_server_version()):Jeff Trawick2006-09-151-2/+2
* update license header textRoy T. Fielding2006-07-124-24/+24
* Revert r395231 from the 2.2.x branch. This gets us back to the old place wit...Paul Querna2006-04-224-4/+4
* Update the last year of copyright for the 2.2.x branchColm MacCarthaigh2006-04-194-4/+4
* Merge r345053 from trunk:Jim Jagielski2005-11-172-10/+10
* No functional change: remove trailing whitespace. This also meansJim Jagielski2005-11-102-17/+17
* No functional change: detab all indenting to be consistentJim Jagielski2005-11-102-13/+13
* Backport the Doxygen changes to the 2.2.x branch. No functional changes,Colm MacCarthaigh2005-09-292-0/+18
* 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
* fix name of The Apache Software FoundationAndré Malo2004-02-094-4/+4
* fix copyright dates according to the first check inAndré Malo2004-02-084-4/+4
* apply Apache License, Version 2.0André Malo2004-02-064-213/+41
* update license to 2004.André Malo2004-01-014-4/+4
* Rework OS/2 MPM to use the pollset API.Brian Havard2003-11-201-38/+21
* OS/2: AP_MPM_WANT_SET_MAX_MEM_FREE needs to be defined for ap_max_mem_free toBrian Havard2003-09-081-0/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-032-4/+4
* Updated the various MPM's to use the new bucket_alloc_create_ex APICliff Woolley2003-08-281-1/+8
* 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
* Don't catch more than 1 SIGTERM in the parent process as doing so resultsBrian Havard2002-08-111-0/+1
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-172-12/+12
* When an exception in a worker thread initiates a child shutdown, get thingsBrian Havard2002-04-171-0/+1
* Get local address info in listener sockets initialized when constructed inBrian Havard2002-04-141-0/+2
* apr_bucket_alloc_create() now registers a cleanup that does aBrian Havard2002-04-141-1/+0
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-1/+1
* Destroy the connection pool (and therefore run the cleanups) before destroyingBrian Havard2002-04-011-1/+1
* BUCKET FREELISTSCliff Woolley2002-03-291-1/+6
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-2/+2
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-201-1/+4
* 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
* When firing up a new child process, wipe clean the set of worker_score recordsBrian Havard2002-02-231-0/+1
* Handle shift of restart_time into scoreboard.Brian Havard2002-02-231-4/+1
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-1/+1
* Remove more spmt_os2 MPM leftovers.Brian Havard2002-01-301-1/+1
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-1/+1
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-281-1/+3
* 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-102-2/+6
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-102-5/+6
* OS/2: Allow but ignore unix config directives so the default config filesBrian Havard2002-01-031-0/+13
* Update OS/2 MPM to allow for run-time configurable scoreboard size.Brian Havard2001-12-302-3/+4
* 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-183-19/+35
* 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