]> granicus.if.org Git - apache/history - server/mpm/winnt/mpm_winnt.c
apr_proc_mutex.h is called for by this very header
[apache] / server / mpm / winnt / mpm_winnt.c
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-03 William A. Rowe JrFurther Win9x code elimination and simplification
2009-01-02 William A. Rowe JrAxe Win9x codepath, including Win32DisableAcceptEx...
2008-09-26 William A. Rowe JrTrack the internal stack_res_flag for properly constraining
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...
2007-12-31 William A. Rowe JrClose the child_exit_event which lives only for the...
2007-09-28 William A. Rowe JrCorrect the approach to std file handles by simplifying...
2007-08-22 William A. Rowe JrClean up leaking pipes, and resolve pipe issues later...
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-03-01 Bill StoddardWin32: Init the args to mpm_service_install(). Prevents...
2005-02-18 Bill StoddardWin32: output some useful debug messages when installin...
2005-02-18 Bill StoddardWin32: Move call of mpm_service_install to rewrite_args...
2005-02-18 William A. Rowe Jr Fix some symbols which should -not- be exported,...
2005-02-09 Jeff TrawickRemove formatting characters from ap_log_error() calls...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-09-22 Allan K. EdwardsWIN64: first in a series to get Windows IA64 builds...
2004-08-25 Bill StoddardWin32: Fix stranded piped loggers on apache -k start...
2004-04-24 André Malodisable the use of acceptex on Win9x systems automatically
2004-02-28 Bill StoddardWin32: Shutdown the server on critical child failures...
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-15 Bill StoddardWin32: Tweak Jeff's patch to correctly handle setting...
2004-01-09 Bill StoddardWin32: Simplify. Issue message if the Win32DisableAccep...
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-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-27 Bradley NicholesMake sure that the global ap_max_mem_free is initialize...
2003-03-04 Allan K. EdwardsAdded the WindowsSocketsWorkaroud directive for Windows...
2003-02-03 André Malofinished that boring job:
2002-12-19 Bill StoddardLog server version and server built info at startup
2002-11-08 William A. Rowe Jr We didn't atexit() the win32 keep-console-open-on...
2002-08-30 Bill StoddardWin32: First cut as cleaning up mpm_default.h defaults
2002-08-28 Bill StoddardWin32: Add ThreadLimit directive to the windows MPM
2002-07-31 William A. Rowe Jr Drop a redundant destructor.
2002-07-31 William A. Rowe Jr Continue the effort to back away from shared globals...
2002-07-29 William A. Rowe Jr pconf global factors out nicely. The one other pconf...
2002-07-27 William A. Rowe Jr Refactor the ready_event so that it's scope is the...
2002-07-27 William A. Rowe Jr Rather than an arbitrary sleep interval, improve...
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-05 Bill StoddardThis just bugs me today...
2002-07-02 William A. Rowe Jr A bit more ap_regkey and apr-ization. Fixes some...
2002-07-01 William A. Rowe Jr The pitfalls of cut'n'paste
2002-07-01 William A. Rowe Jr Using apr_file_write_full() we have less to worry...
2002-07-01 William A. Rowe Jr Eliminate GetModuleFileName()
2002-07-01 William A. Rowe Jr Remove all the CreateProcess() based code... see...
2002-07-01 William A. Rowe Jr Replace CreateProcess with properly formed apr thread...
2002-06-24 William A. Rowe Jr Move the last little useful bit of registry.c into...
2002-06-23 William A. Rowe Jr Finish the -w keep-console-open-on-error patch.
2002-06-06 William A. Rowe Jr Experimental patch to work around Win32 services...
2002-05-24 Bill StoddardWin32: Shutdown the listeners before telling the accept...
2002-05-24 Bill StoddardWin32: Use atomic increment/decrement on counters touch...
2002-05-18 William A. Rowe Jr As the prior commit message indicated, pass the accep...
2002-05-18 William A. Rowe Jr Begin passing about apr types instead of odd local...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-17 Bill StoddardWin32: Shutdown the accept/listen threads a bit more...
2002-05-02 Bill StoddardDone
2002-05-02 Bill StoddardWin32: Fix bug in mpm_win32 which allowed multiple...
2002-04-28 Bill StoddardFix a bug in the mod_status display caused by some...
2002-04-27 Bill Stoddardmy_generation is in the shared scoreboard now.
2002-04-19 William A. Rowe Jr SOCKETs are HANDLEs, but they type mismatch. This...
2002-04-17 William A. Rowe Jr Experimental patch that may mitigate (but not elimina...
2002-04-17 William A. Rowe Jr Introduced -E startup_logfile_name option to httpd...
2002-04-10 Bill StoddardThe accept loop was sleeping way too long when we ran...
2002-04-10 Bill StoddardOoops. Don't whack our ptrans pool.
2002-04-10 Bill StoddardMove the socket info initialization into the winnt_acce...
2002-04-10 Bill StoddardGet rid of hungarian notation. No function change.
2002-04-04 William A. Rowe Jr Uhmmm... notices only when we are running as a servic...
2002-04-04 William A. Rowe Jr One emit is an error, not a notice. Neither have...
2002-04-04 William A. Rowe Jr Another, potential race. Assure we are allowing...
2002-04-04 William A. Rowe Jr Race condition one ... we were occasionally escaping...
2002-04-02 Bill StoddardWin32: tweak some messages
2002-04-02 Bill StoddardWin32: Change startup/shutdown message class to NOTICE...
2002-04-01 Bill StoddardWin32: Move apr_bucket_alloc() to a more reasonable...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-26 William A. Rowe Jr Somewhere about server/main.c rev 1.54, we lost the...
2002-03-25 William A. Rowe Jr -i and -u were deprecated some time ago, they still...
2002-03-22 Bill StoddardTag some pools.
2002-03-22 Ryan BloomPort the -k config option to Apache 2.0. This allows...
2002-03-20 William A. Rowe Jr No sense in opening this event when it's already...
2002-03-20 William A. Rowe Jr More process lifetime changes, and simplify some...
2002-03-20 William A. Rowe Jr Fix a few listener-related lifetime issues [they...
2002-03-20 William A. Rowe Jr The pre_mpm hook creates server-lifetime objects...
2002-03-20 William A. Rowe Jr When restarting [always graceful on Win32], we don...
2002-03-14 William A. Rowe Jr My [sixth?] major revamp of service.c. Traded an...
next