]> granicus.if.org Git - apache/history - server/mpm/winnt
fix some typos in comments
[apache] / server / mpm / winnt /
2011-05-16 Jeff Trawickfix some typos in comments
2011-05-07 William A. Rowe JrNot possible; you don't declare a variable const and...
2011-04-26 Jeff TrawickWinNT MPM has hard-coded daemon limit of 1, not 0
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-04-12 Jeff TrawickAP_ENABLE_V4_MAPPED with WinNT MPM
2011-04-12 Jeff Trawickadd some debug logging to show more information about...
2011-04-11 Jeff Trawickaxe the cast in the call to our mpm_nt_eventlog_stderr_...
2011-04-11 Jeff Trawickmatch expected type of arg to StartService()
2011-04-09 Jeff Trawickdon't try to shut down child if it wasn't created
2011-04-09 Jeff TrawickWinNT MPM: Improve robustness under heavy load.
2011-04-09 Jeff TrawickFix some MinGW build issues...
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-07 Jeff Trawickaxe ap_registry_get_server_root(), which seems to have...
2011-04-06 Jeff Trawickformat string fixes:
2011-04-06 Jeff TrawickHANDLE is PVOID which is reasonably formatted by %pp...
2011-04-06 Jeff Trawickcan't format time_t with %d; cast this small interval...
2011-04-06 Jeff TrawickLog the OS socket (int) instead of the apr_socket_t *.
2011-04-06 Jeff Trawickyank some dead code and variables
2011-04-06 Jeff Trawickcleanups to function signatures, prototypes, visibility
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2011-03-28 Jeff Trawicksome non-MPM code wants to see DEFAULT_PIDLOG, so liber...
2011-03-28 Jeff Trawickconsolidate logic to remove the pidfile in a new API,
2011-03-27 Jeff Trawickenable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
2011-03-26 Jeff Trawickaxe unused mpm_default definitions
2011-03-26 Jeff TrawickSCOREBOARD_MAINTENANCE_INTERVAL is gone, except for...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2011-02-26 Guenter KnaufAxed C++ comments and tabs.
2010-12-01 William A. Rowe JrCorrect constness fix to manipulate our copy
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...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2009-11-21 Jeff Trawickfix typo in AcceptFilter-related comment
2009-11-03 Jeff TrawickChange the configure-based MPM build mechanism to suppo...
2009-11-03 Jeff Trawickmore configure-time support for dynamically loadable...
2009-05-15 William A. Rowe JrDrop exit value (always NO_ERROR, needs work). Pass...
2009-05-15 William A. Rowe JrPick up earlier SHUTDOWN notification
2009-05-06 Rainer JungMove comment block closer to related function.
2009-04-17 Jeff TrawickMove logic to decide if an MPM is supported, and whethe...
2009-04-05 Jeff Trawickmain() can use ap_run_mpm() directly, so axe the old...
2009-04-01 Jeff Trawickmpm-query hook: distinguish between DECLINED and APR_EN...
2009-03-26 Jeff Trawickspellcheck
2009-03-25 William A. Rowe Jrcloser to compiling
2009-03-25 Jeff Trawickresurrect the old (pre-r757867) compiled-in MPM_NAME...
2009-03-24 Jeff Trawickmain() now sets ap_server_conf()
2009-03-24 William A. Rowe Jrshoot ourselves in the foot
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
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 Jrthis security API needs some loving, a warning at least...
2009-01-16 William A. Rowe Jrapr_proc_mutex.h is called for by this very header
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-03 William A. Rowe JrFurther Win9x code elimination and simplification
2009-01-02 William A. Rowe JrDrop support for Service Description labels from <...
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-09-26 William A. Rowe JrThe next of several helper threads which do not need...
2008-09-26 William A. Rowe JrThe first of several helper threads which do not need...
2008-09-26 William A. Rowe JrTrack the internal stack_res_flag for properly constraining
2008-09-26 William A. Rowe JrCoredumpDir useless on win32; implementing toolhelp...
2008-06-06 William A. Rowe Jris_graceful means nothing in the mpm_winnt
2008-06-05 William A. Rowe JrThe environment may be manipulated by modules such...
2008-06-05 William A. Rowe JrFor winnt_mpm console mode, always reset our console...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2008-02-08 Tony StevensonAs per PR 41823 - s/apache.exe/httpd.exe
2008-01-06 William A. Rowe JrEliminate silly redundancy
2008-01-06 William A. Rowe JrCopying this code requires a (global) pool and rv decla...
2008-01-06 William A. Rowe JrResolve console-mode stdout file descriptor issues...
2008-01-05 William A. Rowe Jrwinnt_mpm: Restore Win32DisableAcceptEx On directive...
2007-12-31 William A. Rowe JrClose the child_exit_event which lives only for the...
2007-12-29 William A. Rowe JrFix winnt bucket_alloc to borrow memory from the transa...
2007-09-28 William A. Rowe JrCorrect the approach to std file handles by simplifying...
2007-09-05 William A. Rowe JrRefactor releasing the child processes by eliminating the
2007-08-22 William A. Rowe JrClean up leaking pipes, and resolve pipe issues later...
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-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
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-12-07 William A. Rowe JrSimilar change to r483553 to help developers work in...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-08-18 André Malofix eol-style
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
next