summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-4/+4
* perchild MPM: Fix thread safety problem in the use of longjmp().Jeff Trawick2004-07-311-3/+5
* Prevent Win32 pool corruption at startupAllan K. Edwards2004-05-041-2/+17
* disable the use of acceptex on Win9x systems automaticallyAndré Malo2004-04-241-0/+5
* Fix a typo and clean up some tab characters.Bradley Nicholes2004-04-141-25/+25
* the eight space tabs are harassing me.André Malo2004-04-121-366/+369
* *) SECURITY: CAN-2004-0174 (cve.mitre.org)Jeff Trawick2004-03-191-3/+0
* Adapt the mpm_netware version of the ThreadStackSize directive to the common ...Bradley Nicholes2004-03-173-17/+9
* Report the NetWare socket error since we are using native socket callsBradley Nicholes2004-03-161-1/+1
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-165-9/+10
* Improve helpfulness of error messages when accept mutex has a problem.Justin Erenkrantz2004-03-141-2/+4
* Remove some more uneeded code.David Reid2004-03-121-41/+24
* Better handling of ONE_PROCESS.David Reid2004-03-121-14/+24
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-1110-2/+20
* Revise the beos mpm into the new world order that is heralded byDavid Reid2004-03-101-309/+379
* 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-0941-41/+41
* fix copyright dates according to the first checkinAndré Malo2004-02-087-7/+7
* fix copyright date according to the first check inAndré Malo2004-02-086-6/+6
* fix copyright dates according to the first check inAndré Malo2004-02-082-2/+2
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-084-4/+4
* fix copyright dates according to the first check inAndré Malo2004-02-085-5/+5
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-0641-2174/+415
* Commenting out the DBINFO defineJean-Jacques Clar2004-02-021-1/+1
* Adding missing parenthesis in DBINFO codeJean-Jacques Clar2004-02-021-2/+2
* worker MPM: fix stack overlay bug that could cause the parentJeff Trawick2004-01-281-1/+2
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-274-40/+0
* Win32: Tweak Jeff's patch to correctly handle setting server state in the par...Bill Stoddard2004-01-151-5/+3
* bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a littleGreg Ames2004-01-151-1/+1
* 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-0141-42/+42
* add support for querying MPM state to ap_mpm_query() for the WinNT MPMJeff Trawick2003-12-173-1/+12