]> granicus.if.org Git - apache/history - server/mpm/mpmt_os2
this security API needs some loving, a warning at least for SYSTEM/LocalSystem
[apache] / server / mpm / mpmt_os2 /
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2007-06-29 Joe OrtonRevert r547987 ("svn merge -c -547987 .")
2007-06-16 Jim JagielskiPID table impl: parent process keeps a local table...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-20 Brian HavardRework OS/2 MPM to use the pollset API.
2003-09-08 Brian HavardOS/2: AP_MPM_WANT_SET_MAX_MEM_FREE needs to be defined...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-28 Cliff WoolleyUpdated the various MPM's to use the new bucket_alloc_c...
2003-08-27 Bradley NicholesMake sure that the global ap_max_mem_free is initialize...
2003-02-03 André Malofinished that boring job:
2002-08-11 Brian HavardDon't catch more than 1 SIGTERM in the parent process...
2002-07-11 Ryan BloomBring Apache in line with APR's new poll implementation...
2002-06-07 Jim JagielskiNow that we have the functionality in apr, we can now...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-17 Brian HavardWhen an exception in a worker thread initiates a child...
2002-04-14 Brian HavardGet local address info in listener sockets initialized...
2002-04-14 Brian Havardapr_bucket_alloc_create() now registers a cleanup that...
2002-04-04 Sander StrikerRemove hardcoded paths from MPMs and move them to a...
2002-04-01 Brian HavardDestroy the connection pool (and therefore run the...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Jim JagielskiBring 2.0 up to parity, a bit, with how much info we...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-12 Jeff Trawicksimplify the way we find the family of an apr_sockaddr_t
2002-02-23 Brian HavardWhen firing up a new child process, wipe clean the...
2002-02-23 Brian HavardHandle shift of restart_time into scoreboard.
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-01-30 Brian HavardRemove more spmt_os2 MPM leftovers.
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2002-01-10 Brian HavardGet OS/2 MPM working again after last scoreboard changes.
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2002-01-03 Brian HavardOS/2: Allow but ignore unix config directives so the...
2001-12-30 Brian HavardUpdate OS/2 MPM to allow for run-time configurable...
2001-12-29 Brian HavardAdd a missing hook run.
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-11-15 Ryan BloomPull lingering close out of the pool cleanup phase...
2001-11-13 Ryan BloomAdd the server_rec argument back to the create_connecti...
2001-11-13 Ryan BloomRemove commas from the end of the macros that define
2001-11-13 Ryan BloomRemove more network logic from the MPMs. Essentially...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-10 Ryan BloomRemove ap_lingering_close from all of the MPMs. This...
2001-11-07 Cliff WoolleyFix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
2001-08-30 Justin ErenkrantzAdd -X functionality back to httpd.
2001-08-20 Paul J. RederThe prefork and OS/2 MPMs are overwriting the pid file...
2001-08-20 Brian HavardCatch exceptions in worker threads so a segfault doesn...
2001-08-20 Brian HavardRemove todo item, fixed in APR (append mode fix).
2001-08-19 Brian HavardAdd standard ignores.
2001-08-18 Brian HavardAfter fixing append mode in APR, we no longer need...
2001-08-17 Brian HavardNew multi-process multi-threaded MPM for OS/2. Not...