summaryrefslogtreecommitdiff
path: root/server/mpm/winnt
Commit message (Expand)AuthorAgeFilesLines
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-162-13/+13
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-105-474/+474
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-103-57/+57
* Doxygen fixup / cleanupIan Holsman2005-08-284-4/+40
* Win32: Eliminate useless debug error messageBill Stoddard2005-04-051-4/+0
* Fix Windows CompContext buff size miscalculationAllan K. Edwards2005-03-221-2/+2
* Win32: Init the args to mpm_service_install(). Prevents nasty things like seg...Bill Stoddard2005-03-011-22/+26
* Win32: output some useful debug messages when installing the serviceBill Stoddard2005-02-181-0/+4
* Win32: Move call of mpm_service_install to rewrite_args hook but continue thr...Bill Stoddard2005-02-181-7/+32
* Fix some symbols which should -not- be exported, and decorate real_exit_codeWilliam A. Rowe Jr2005-02-184-15/+15
* Remove formatting characters from ap_log_error() calls. TheseJeff Trawick2005-02-091-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-049-9/+18
* Eliminate a very ugly race - the parallel starting threads were pickingWilliam A. Rowe Jr2005-01-021-12/+14
* If thread_num is long, this better be an %ldWilliam A. Rowe Jr2004-11-261-2/+2
* parm cast should be DWORDAllan K. Edwards2004-10-061-2/+2
* remove dead codeJeff Trawick2004-10-061-4/+0
* clarify select() usage on WindowsAllan K. Edwards2004-10-061-1/+2
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-2/+2
* WIN64: SOCKET is not int on 64bit platformsAllan K. Edwards2004-10-051-6/+6
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesAllan K. Edwards2004-09-222-9/+14
* Win32: Fix stranded piped loggers on apache -k start,restart,config,installBill Stoddard2004-08-251-0/+8
* WinNT MPM: Fix a broken log message at termination.Jeff Trawick2004-08-141-1/+2
* Prevent Win32 pool corruption at startupAllan K. Edwards2004-05-031-2/+17
* disable the use of acceptex on Win9x systems automaticallyAndré Malo2004-04-241-0/+5
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-151-1/+1
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-112-1/+3
* Win32: Tweak worker thread accounting to fix hang when number of Listen direc...Bill Stoddard2004-03-101-4/+21
* enable IPv6 for Windows XP and 2003. In addition this thisAllan K. Edwards2004-03-012-7/+55
* Win32: Taking down the child process on accept errors opens the possibility o...Bill Stoddard2004-02-291-8/+5
* Win32: find_read_listeners was not correctly handling multiple listeners on t...Bill Stoddard2004-02-291-8/+15
* Win32: Log each listener threadBill Stoddard2004-02-281-1/+2
* Win32: Eliminate a Sleep(100) that always occurs on certain errors on AcceptE...Bill Stoddard2004-02-281-33/+27
* Win32: Shutdown the server on critical child failures that will prevent the s...Bill Stoddard2004-02-281-1/+2
* directive name changed a while backBill Stoddard2004-02-271-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-099-9/+9
* fix copyright date according to the first check inAndré Malo2004-02-086-6/+6
* apply Apache License, Version 2.0André Malo2004-02-069-477/+90
* Win32: Tweak Jeff's patch to correctly handle setting server state in the par...Bill Stoddard2004-01-151-5/+3
* Win32: Simplify. Issue message if the Win32DisableAcceptEx directive toggles ...Bill Stoddard2004-01-091-10/+4
* Win32: plug a socket handle leak on Win9x and when using Win32DisableAcceptex...Bill Stoddard2004-01-091-0/+10
* update license to 2004.André Malo2004-01-019-10/+10
* add support for querying MPM state to ap_mpm_query() for the WinNT MPMJeff Trawick2003-12-173-1/+12
* Win32: Rename WindowsSocketsWorkaround directive to Win32DisableAcceptEx.Bill Stoddard2003-12-153-20/+28
* switch to APR 1.0 other-child APIJeff Trawick2003-12-151-1/+1
* Win32: Tweak MaxMemFree patch. Allocate ptrans specifying pchildBill Stoddard2003-12-111-2/+2
* Win32: Make Win32 MPM transaction pools honor MaxMemFreeBill Stoddard2003-11-202-4/+15
* stop using deprecated apr_atomic functionsJeff Trawick2003-11-161-6/+6
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-032-4/+4
* Make sure that the global ap_max_mem_free is initialized along with theBradley Nicholes2003-08-271-0/+3