summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-163-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-281-0/+3
* Fix some broken log messages in WinNT MPM.Jeff Trawick2003-06-051-2/+2
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-111-1/+1
* Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XPAllan K. Edwards2003-03-043-11/+58
* fix some license text which was inadvertently lostJeff Trawick2003-02-281-1/+1
* Win32: Avoid busy wait which consumes 100% of the CPU when all the workerBill Stoddard2003-02-261-52/+84
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-4/+4
* finished that boring job:André Malo2003-02-039-9/+9
* Conditionally revert the otherchild logic from the WinNT MPM, based onWilliam A. Rowe Jr2003-01-291-4/+21
* Log server version and server built info at startupBill Stoddard2002-12-191-0/+5
* We didn't atexit() the win32 keep-console-open-on-error handler earlyWilliam A. Rowe Jr2002-11-081-4/+4
* Fix -k restart feature on win32.William A. Rowe Jr2002-10-151-0/+1
* Fix for Sebastian's observation of my fat fingers.William A. Rowe Jr2002-10-141-4/+4
* Handle WSA_IO_PENDING as well.William A. Rowe Jr2002-10-141-1/+2
* Bigger hack alert. Expand the range of unrecycled sockets to includeWilliam A. Rowe Jr2002-10-131-1/+2
* Win32: First cut as cleaning up mpm_default.h defaultsBill Stoddard2002-08-302-45/+24
* Win32: Add ThreadLimit directive to the windows MPMBill Stoddard2002-08-282-13/+77
* This was an identity... sort of silly really.William A. Rowe Jr2002-08-041-3/+0
* INVALID_SOCKET is -1 and appropriate to test throughout.William A. Rowe Jr2002-08-041-4/+4
* Lots o bugs and emits here. accept_socket is a handle, although vc andWilliam A. Rowe Jr2002-08-041-3/+8
* Outch! Always check completion against actual socket/pipe/file handles,William A. Rowe Jr2002-08-041-2/+5
* Drop a redundant destructor.William A. Rowe Jr2002-07-311-2/+1
* Continue the effort to back away from shared globals, in the get andWilliam A. Rowe Jr2002-07-311-23/+61
* pconf global factors out nicely. The one other pconf appears to beWilliam A. Rowe Jr2002-07-293-1171/+106
* Refactor out the child behavior from mpm_winnt. This is the firstWilliam A. Rowe Jr2002-07-291-0/+1022
* Refactor the ready_event so that it's scope is the absolute minimumWilliam A. Rowe Jr2002-07-271-10/+36
* Rather than an arbitrary sleep interval, improve robustness and speedWilliam A. Rowe Jr2002-07-271-6/+41
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-1/+2
* Narrow service manager access to what is actually needed to performWilliam A. Rowe Jr2002-07-101-13/+11
* This just bugs me today...Bill Stoddard2002-07-051-1/+1
* A bit more ap_regkey and apr-ization. Fixes some new bugs where theWilliam A. Rowe Jr2002-07-023-21/+32
* The pitfalls of cut'n'pasteWilliam A. Rowe Jr2002-07-011-7/+8
* Using apr_file_write_full() we have less to worry about,William A. Rowe Jr2002-07-011-29/+26
* Eliminate GetModuleFileName()William A. Rowe Jr2002-07-011-8/+8
* Remove all the CreateProcess() based code... see the prior commitWilliam A. Rowe Jr2002-07-011-233/+0
* Replace CreateProcess with properly formed apr threadproc code.William A. Rowe Jr2002-07-011-9/+182