]> granicus.if.org Git - apache/history - server/mpm/winnt/child.c
Make the core input/output filter contexts private and provide accessor APIs
[apache] / server / mpm / winnt / child.c
2012-01-23 Stefan FritschMake the core input/output filter contexts private...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-10-10 William A. Rowe JrDowngrade to DEBUG level several messages which were...
2011-10-10 William A. Rowe Jr Resolve server and remote IP's in the AcceptFilter...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-02 Jeff TrawickInitialize apr_thread_t pointer to NULL so that apr_os_...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-05-31 William A. Rowe JrThis is rather irritating.
2011-05-16 Jeff Trawickfill in conn_rec::current_thread for WinNT, NetWare...
2011-05-16 Jeff Trawickfix some typos in comments
2011-04-09 Jeff TrawickWinNT MPM: Improve robustness under heavy load.
2011-04-09 Jeff Trawickfix some logging glitches in the WinNT MPM:
2011-04-08 Jeff Trawicklog message fixes/tweaks
2011-04-07 Jeff TrawickStop explicitly including the current pid in WinNT...
2011-04-06 Jeff Trawickcleanups to function signatures, prototypes, visibility
2010-11-29 Guenter KnaufFixed some win32 types.
2010-10-20 Guenter KnaufSome minor fixes to provide protos and build with Watcom.
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-11-21 Jeff Trawickfix typo in AcceptFilter-related comment
2009-03-26 Jeff Trawickspellcheck
2009-03-25 William A. Rowe Jrcloser to compiling
2009-03-05 William A. Rowe JrUntil APR is actually fixed between apr_os_sock_make...
2009-03-05 William A. Rowe JrUse a single event for the lifetime of the 'AcceptFilte...
2009-03-04 William A. Rowe JrImplement Event-Based accept for 'AcceptMutex none...
2009-01-24 William A. Rowe Jra better and valid message
2009-01-21 Rainer JungFix two small glitches in r730828 (Win9x code
2009-01-16 William A. Rowe JrIntroduce Win32 AcceptFilter handling.
2009-01-16 William A. Rowe Jrtwo more never-used functions to redact from child.c
2009-01-16 William A. Rowe Jrreverting 735080, starting over, sorry
2009-01-16 William A. Rowe Jrapr_proc_mutex.h is called for by this very header
2009-01-09 William A. Rowe Jrreorganize some internal 'externals'
2009-01-06 William A. Rowe Jrrip child.c-specific macros away from mpm_winnt.h
2009-01-06 William A. Rowe Jrrename private COMP_CONTEXT to winnt_conn_ctx_t and...
2009-01-02 William A. Rowe JrAxe Win9x codepath, including Win32DisableAcceptEx...
2008-09-26 William A. Rowe JrReimplement ThreadStackSize to behave as on unix for any
2008-09-26 William A. Rowe JrThe last two of several helper threads which do not...
2008-06-06 William A. Rowe Jris_graceful means nothing in the mpm_winnt
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-01-05 William A. Rowe Jrwinnt_mpm: Restore Win32DisableAcceptEx On directive...
2007-12-29 William A. Rowe JrFix winnt bucket_alloc to borrow memory from the transa...
2007-09-05 William A. Rowe JrRefactor releasing the child processes by eliminating the
2007-08-07 Nick KewPR 42572: crash in Windows MPM
2007-08-07 Nick KewPR 42572: crash in Windows MPM
2007-02-08 Jeff Trawickfix spelling error in a comment
2007-01-09 William A. Rowe JrA slightly more effective message, keep hammering Accep...
2007-01-09 William A. Rowe JrSomeone clearly never read the style guide :-/ Reforma...
2006-08-02 Mladen TurkFix return values from wait_for_many_objects.
2006-08-02 Mladen TurkRevert the patch. Although the problem still exists
2006-08-02 Mladen TurkFix the assertion if the WaitForMutipleObjects
2006-07-15 Paul QuernaBring in basic support for building the winnt MPM under...
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-04-05 Bill StoddardWin32: Eliminate useless debug error message
2005-02-18 William A. Rowe Jr Fix some symbols which should -not- be exported,...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-02 William A. Rowe Jr Eliminate a very ugly race - the parallel starting...
2004-11-26 William A. Rowe Jr If thread_num is long, this better be an %ld
2004-10-06 Jeff Trawickremove dead code
2004-10-06 Allan K. Edwardsclarify select() usage on Windows
2004-10-05 Allan K. EdwardsWIN64: SOCKET is not int on 64bit platforms
2004-09-22 Allan K. EdwardsWIN64: first in a series to get Windows IA64 builds...
2004-08-14 Jeff TrawickWinNT MPM: Fix a broken log message at termination.
2004-05-03 Allan K. EdwardsPrevent Win32 pool corruption at startup
2004-03-15 Jeff Trawickuse existing directive name ThreadStackSize instead of
2004-03-11 Jeff TrawickThreaded MPMs for Unix and Win32: Add WorkerStackSize...
2004-03-10 Bill StoddardWin32: Tweak worker thread accounting to fix hang when...
2004-03-01 Allan K. Edwardsenable IPv6 for Windows XP and 2003. In addition this...
2004-02-29 Bill StoddardWin32: Taking down the child process on accept errors...
2004-02-29 Bill StoddardWin32: find_read_listeners was not correctly handling...
2004-02-28 Bill StoddardWin32: Log each listener thread
2004-02-28 Bill StoddardWin32: Eliminate a Sleep(100) that always occurs on...
2004-02-27 Bill Stoddarddirective name changed a while back
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright date according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-09 Bill StoddardWin32: plug a socket handle leak on Win9x and when...
2004-01-01 André Maloupdate license to 2004.
2003-12-17 Jeff Trawickadd support for querying MPM state to ap_mpm_query...
2003-12-15 Bill StoddardWin32: Rename WindowsSocketsWorkaround directive to...
2003-12-15 Jeff Trawickswitch to APR 1.0 other-child API
2003-12-11 Bill StoddardWin32: Tweak MaxMemFree patch. Allocate ptrans specifyi...
2003-11-20 Bill StoddardWin32: Make Win32 MPM transaction pools honor MaxMemFree
2003-11-16 Jeff Trawickstop using deprecated apr_atomic functions
2003-06-05 Jeff TrawickFix some broken log messages in WinNT MPM.
2003-03-04 Allan K. EdwardsAdded the WindowsSocketsWorkaroud directive for Windows...
2003-02-28 Jeff Trawickfix some license text which was inadvertently lost
2003-02-26 Bill StoddardWin32: Avoid busy wait which consumes 100% of the CPU...
2003-02-03 André Malofinished that boring job:
2003-01-29 William A. Rowe Jr Conditionally revert the otherchild logic from the...
2002-10-14 William A. Rowe Jr Fix for Sebastian's observation of my fat fingers.
2002-10-14 William A. Rowe Jr Handle WSA_IO_PENDING as well.
2002-10-13 William A. Rowe Jr Bigger hack alert. Expand the range of unrecycled...
2002-08-04 William A. Rowe Jr This was an identity... sort of silly really.
2002-08-04 William A. Rowe Jr INVALID_SOCKET is -1 and appropriate to test throughout.
2002-08-04 William A. Rowe Jr Lots o bugs and emits here. accept_socket is a handl...
2002-08-04 William A. Rowe Jr Outch! Always check completion against actual socket...
next