summaryrefslogtreecommitdiff
path: root/server/mpm/mpmt_os2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove commas from the end of the macros that defineRyan Bloom2001-11-131-1/+1
* Remove more network logic from the MPMs. Essentially, each MPM can defineRyan Bloom2001-11-132-1/+1
* 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
* Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS andCliff Woolley2001-11-071-2/+2
* Add -X functionality back to httpd.Justin Erenkrantz2001-08-301-1/+2
* The prefork and OS/2 MPMs are overwriting the pid file when a second copyPaul J. Reder2001-08-201-1/+2
* Catch exceptions in worker threads so a segfault doesn't kill all activeBrian Havard2001-08-202-1/+37
* Remove todo item, fixed in APR (append mode fix).Brian Havard2001-08-201-1/+0
* Add standard ignores.Brian Havard2001-08-191-0/+5
* After fixing append mode in APR, we no longer need to copy the error log handleBrian Havard2001-08-181-4/+0
* New multi-process multi-threaded MPM for OS/2. Not fully polished but worksBrian Havard2001-08-176-0/+1250