]> granicus.if.org Git - apache/history - server/mpm/winnt/mpm_winnt.c
That's not a -D'ef - its an envar - you can't pass foo=bar in apache!
[apache] / server / mpm / winnt / mpm_winnt.c
2001-01-13 William A. Rowe Jr That's not a -D'ef - its an envar - you can't pass...
2001-01-13 William A. Rowe Jr Eliminate a warning, pid is an int.
2001-01-12 Ryan BloomStop using environment variables to set ONE_PROCESS...
2001-01-11 Bill StoddardChange some INFO messages to DEBUG messages. Cleanup...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-21 William A. Rowe Jr Allow the server to run in the bin/ subdirectory...
2000-12-12 William A. Rowe Jr This appears to be the correct patch, but I'm not...
2000-12-08 William A. Rowe Jr Fix a nit, unreferenced symbol
2000-12-04 Jeff TrawickGet rid of ap_new_apr_connection(). ap_new_connection...
2000-11-29 William A. Rowe Jr Eliminate the last WSAE error test.
2000-11-29 Greg SteinUse "const char * const *" for process->argv (which...
2000-11-29 William A. Rowe Jr Compile break when I changed 'thread' in mpm_winnt...
2000-11-29 William A. Rowe Jr clean up some really bad typedefs - and move one...
2000-11-17 Bill StoddardGet rid of a bit more BUFF cruft in mpm_winnt.c
2000-11-09 Bill StoddardEliminate use of BUFF in mpm_winnt. Thanks to rbb for...
2000-11-03 William A. Rowe Jr John's patches to provide depreciated messages for...
2000-11-02 William A. Rowe Jr Cause the command line version of mpm_winnt to do...
2000-10-23 William A. Rowe Jr Answer says... -X is redundant and inappropriate.
2000-10-21 Bill StoddardA bit of cleanup
2000-10-21 Bill StoddardGet Apache on Windows working again after Ryan's first...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-11 William A. Rowe Jr This one is odd, it's not the patch either of us...
2000-10-06 William A. Rowe Jr Here it is, the Win32 part of the big canonical error...
2000-10-02 William A. Rowe Jr Choices. Choose -X, -DONE_PROCESS or set ONE_PROCESS...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-22 Bill StoddardWin32: Reset the acceptex context on a GetQueuedComplet...
2000-08-21 Bill StoddardWin32: Don't count the AcceptEx context when reset_acce...
2000-08-14 Bill StoddardWin32: Enable lingering close.
2000-08-09 William A. Rowe Jr Adjust the WinNT MPM/SCM code for apr_initopt/apr_get...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Ryan BloomConvert all of the apr_listen.h to ap_listen.h. This...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-30 Bill StoddardUp HARD_THREAD_LIMIT. Handle it correctly in mpm_winnt.c
2000-07-29 Ryan BloomRemove iol_socket.h. This file had one declaration...
2000-07-27 Bill StoddardWin32: Revamp NT shutdown code. I think this shutdown...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-10 William A. Rowe Jr Advisory: This patch is still anywhere but complete...
2000-07-09 Roy T. FieldingChange variable name to avoid conflict with typedef...
2000-07-08 Bill StoddardCan you believe VC++ 6.0 was not catching this! Not...
2000-07-06 Bill StoddardTemporarily disable lingerling close until I can get...
2000-07-06 Bill StoddardWinNT: Implement acceptex socket reuse. Make sure that...
2000-07-05 Bill StoddardAllocate iols out of the ptrans pool rather than malloc...
2000-06-30 Ryan BloomCombine some common code. Before this, all platforms...
2000-06-22 Allan K. EdwardsGet Win32 building after yesterday's patch to make...
2000-06-21 Jeff TrawickFix error messages issued from MPMs which explain where...
2000-06-19 Bill StoddardEliminate warning.
2000-06-12 Ryan BloomClean up the stat commit. Basically there was one...
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-06-06 William A. Rowe JrPR:
2000-06-05 William A. Rowe JrPR:
2000-06-01 William A. Rowe JrPR:
2000-05-31 William A. Rowe JrPR:
2000-05-31 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr Pass the process_rec to the MPM to allow rewriting...
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-23 Bill StoddardWin32: Socket reuse is not enabled yet, so always mark...
2000-05-19 William A. Rowe Jr Fixes to allow Apache to run as a Win95 service....
2000-05-17 William A. Rowe Jr Radical overhaul of the Apache-2.0/Win32 mpm <->...
2000-05-12 Bill StoddardWin32: Some cleanup of winnt.c. Retry AcceptEx on failu...
2000-05-11 Bill StoddardCreate new function, ap_lingering_close(), which will...
2000-05-11 Bill StoddardExit connection processing normally on a graceful shutd...
2000-05-03 Bill StoddardWin32: Fix some bugs in the restart logic. This is...
2000-04-28 Bill StoddardBackout the APR_TRUE|FALSE patch for the Windows MPM.
2000-04-28 Doug MacEachernprefix TRUE,FALSE with APR_
2000-04-27 Bill StoddardEliminate redundant calls to initialize the Winsock.
2000-04-26 Bill StoddardWin32: Graceful restart is working again, and better...
2000-04-24 Bill StoddardWin32: First cut at new shutdown/restart logic. The...
2000-04-19 Bill StoddardWin32: More winnt MPM cleanup. Moved code to queue...
2000-04-18 Bill StoddardWin32: Change message type to INFO
2000-04-18 Bill StoddardWatching for tornadoes tonite
2000-04-18 Bill StoddardBegin some long overdue clean-up fo winnt.c
2000-04-14 Bill StoddardWin32: Protect another chunk of code unique to Windows...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-13 Jeff TrawickGet lingering_close() working again.
2000-04-05 Bill StoddardStart to clean up winnt.c a bit. Consolidate several...
2000-04-05 Allan K. EdwardsGet mod_rewrite building and running, and mod_status...
2000-04-03 Bill StoddardEliminate a warning related to the struct socket_t...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-30 Ryan BloomPut the pre_config hook back into the table. This...
2000-03-24 Bill StoddardDo a bit of Win32 specific garbage collecting. Most...
2000-03-24 Bill StoddardEliminate os.c and ApacheOS.dsp, ApacheOS.mak, et....
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-16 Bill StoddardLogs have already been opened by http_main.c. Don't...
2000-02-15 Bill StoddardDon't close the duplicated AcceptEx completion port...
2000-02-14 Bill StoddardRework the code to handle apache -k shutdown|restart...
2000-02-14 Bill StoddardEnable Windows MPM to run in single process mode
2000-02-01 Bill StoddardFinally, back working on the MPM... Eliminate DOS hole...
2000-01-27 Bill StoddardMore sendfile work. Use new sendfile API in Apache...
1999-12-20 Bill StoddardWindows: Can now install/uninstall Apache as a service...
1999-12-20 Bill StoddardHandle -k restart|shutdown command line option from...
1999-12-09 Bill StoddardRemoved these a bit too soon. Adding them back.
1999-11-29 Bill StoddardFirst cut at getting graceful restart working with...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-08 Bill StoddardGet rid of dependency on os/win32/getopt.c & .h
1999-11-04 Bill StoddardGet the Windows 95/98 specific code compiling. Have...
1999-11-03 Bill StoddardFix bug setting localaddr and remoteaddr
1999-11-02 Bill StoddardAdd some return code checking and general tidying up.
1999-11-02 Bill StoddardFirst cut at adding a sendfile API to IOL. Eventually...
next