]> granicus.if.org Git - apache/history - server/mpm/winnt/mpm_winnt.c
WIN64: first in a series to get Windows IA64 builds clean, this serves pages
[apache] / server / mpm / winnt / mpm_winnt.c
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...
2002-03-14 William A. Rowe Jr Now that we test ownership of the listeners in listen...
2002-03-14 William A. Rowe Jr The be-certain-we-own-the-socket patch to listen...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-20 William A. Rowe Jr Some info messages mean something to only three peopl...
2002-02-20 William A. Rowe Jr Seems Terminal Server flavors were failing global_mut...
2002-02-19 Bill StoddardWin32: Migrate mpm_winnt away from the deprecated apr_l...
2002-02-12 William A. Rowe Jr Perform a serious scrubbing of the child process...
2002-02-11 William A. Rowe Jr Move the sleep until after we have duplicated the...
2002-02-11 William A. Rowe Jr Never close the handle, if it is the StdError psuedoh...
2002-02-11 Bill StoddardWin32: Handles returned by GetStdHandle are psuedo...
2002-02-11 Bill StoddardMake apache -k shutdown an alias for apache -k stop...
2002-02-11 Bill StoddardGet apache -k restart -n apache2 working reliabily...
2002-02-08 William A. Rowe Jr Drawing attention to the timing problem; push the...
2002-02-06 William A. Rowe Jr If we only need to toggle the event, don't ask for...
2002-02-06 William A. Rowe Jr Occifer Will from the Redundacy Dept of Redundancy...
2002-02-06 William A. Rowe Jr Move around a bit of code so I can follow it better...
2002-02-06 William A. Rowe Jr Give the child GENERIC_WRITE only to the stderr log...
2002-02-06 William A. Rowe Jr A cleanup from the redundancy dept. of redundancy
2002-02-06 William A. Rowe Jr Leaky as a sieve.
2002-02-06 William A. Rowe Jr Didn't mean to leave that in there. MPM works, how...
2002-02-06 William A. Rowe Jr Clean up more bogosity and leaky pipes [and fix a...
2002-02-06 William A. Rowe Jr 1. gotta look at the child return code (think kinderg...
2002-02-06 William A. Rowe Jr Start simplifying and grouping code. Building on...
2002-02-05 William A. Rowe Jr These crit errors make -0- sense. Interesting info...
2002-02-05 Ryan BloomPort the listener bind patch from the Unix MPMs to...
2002-02-04 William A. Rowe Jr Fixed for the recent apr-ized logfile changes. The...
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-01-30 Ryan BloomChange the Windows MPM to only use the pre_mpm phase...
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
next