]> granicus.if.org Git - apache/history - server/mpm/winnt/mpm_winnt.c
Eliminated ap_os_[systemcase|[case_]canonical]_filename() and
[apache] / server / mpm / winnt / mpm_winnt.c
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-17 William A. Rowe Jr (No Error) didn't make much sense - fixes the error...
2001-08-17 William A. Rowe Jr Since we expect many users to start experimenting...
2001-08-17 William A. Rowe Jr Don't retrieve the default service name if the -k...
2001-08-17 William A. Rowe Jr Ok, I didn't like the choices I made an hour or two...
2001-08-17 William A. Rowe Jr We must scream certain errors from the rooftop!
2001-08-14 William A. Rowe Jr Outch to Win9x... can't be destroying locks asymetric...
2001-08-13 Jeff Trawick(hopefully) get WinNT MPM to build using mpm_common...
2001-08-02 William A. Rowe Jr If it won't let us run in APR_POOLS_DEBUG mode, it...
2001-07-18 William A. Rowe Jr Fix ap_create_scoreboard fooness on Win32.
2001-07-18 Ryan BloomMake scoreboard creation a hook. This allows management
2001-07-18 Paul J. RederChanged AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
2001-07-18 William A. Rowe Jr Changes to back out inherit flag from apr_os_sock_make()
2001-07-16 William A. Rowe Jr Fix for the new schema
2001-07-13 Bill StoddardWin32: Prevent listening sockets from being inherited by
2001-07-13 Bill StoddardWin32: First of two patches to prevent child processes...
2001-06-27 William A. Rowe Jr Add additional query datum to the MPMs.
2001-06-18 Cliff WoolleyRemove a duplicated check for -DONE_PROCESS
2001-05-17 Bill StoddardWin32: Enable reliable piped log support.
2001-04-13 Ryan BloomAdd more options to the ap_mpm_query function. This...
2001-04-12 William A. Rowe Jr Clean up some exposed data that should be internal...
2001-04-03 Bill StoddardGet MaxRequestsPerChild working on Windows.
2001-04-03 Bill StoddardAdd a note to check the FAQ. A very common problem...
2001-04-03 Bill StoddardGrab the context lock when draining the qhead
2001-04-03 Bill StoddardNow doing this check at the top of the loop
2001-04-03 Bill StoddardSome shutdown work.
2001-03-22 Bill StoddardWin32: Don't accept more connections that we have worke...
2001-03-12 Bill StoddardConsolidate ap_max_requests_per_child and max_requests_...
2001-03-12 Bill StoddardSome mpm_winnt module clean-up to make it more readable.
2001-03-12 Bill StoddardGet rid of useless function call overhead.
2001-03-12 Bill Stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to elimi...
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-19 Doug MacEachernrename miss: s/apr_clear_pool/apr_pool_clear/g
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-14 Bill StoddardRemove some deprecated comments.
2001-02-13 Doug MacEacherndoh. need a spellchekker for these rename scripts...
2001-02-13 Bill StoddardWindows MPM: Handle ap_new_connection() failure.
2001-02-12 Ryan BloomBegin to move the code that updates the child status...
2001-02-10 William A. Rowe Jr Fix Win32 Breakage
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-06 Ryan BloomSetup the server start time correctly. This also gets...
2001-02-04 Bill StoddardMore mod_status work... Get Current Time, Restart Time...
2001-02-03 Bill StoddardSo server-status displays "Server uptime" correctly
2001-02-03 Bill StoddardAdd SERVER_STARTING and SERVER_DEAD child states to...
2001-02-03 Bill StoddardTrack a bit more child status in the Windows MPM
2001-02-02 Bill StoddardPass the thread number along to the new thread for...
2001-02-02 Bill StoddardBegin restructuring scoreboard code to enable adding...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 Jeff Trawickfix the declaration of the register-hooks function...
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...
next