]> granicus.if.org Git - apache/history - server/mpm
fix references / update transformation
[apache] / server / mpm /
2004-04-14 Bradley NicholesFix a typo and clean up some tab characters.
2004-04-11 André Malothe eight space tabs are harassing me.
2004-03-19 Jeff Trawick *) SECURITY: CAN-2004-0174 (cve.mitre.org)
2004-03-17 Bradley NicholesAdapt the mpm_netware version of the ThreadStackSize...
2004-03-16 Bradley NicholesReport the NetWare socket error since we are using...
2004-03-15 Jeff Trawickuse existing directive name ThreadStackSize instead of
2004-03-14 Justin ErenkrantzImprove helpfulness of error messages when accept mutex...
2004-03-12 David ReidRemove some more uneeded code.
2004-03-12 David ReidBetter handling of ONE_PROCESS.
2004-03-11 Jeff TrawickThreaded MPMs for Unix and Win32: Add WorkerStackSize...
2004-03-10 David ReidRevise the beos mpm into the new world order that is...
2004-03-10 Bill StoddardWin32: Tweak worker thread accounting to fix hang when...
2004-03-01 Allan K. Edwardsenable IPv6 for Windows XP and 2003. In addition this...
2004-02-29 Bill StoddardWin32: Taking down the child process on accept errors...
2004-02-29 Bill StoddardWin32: find_read_listeners was not correctly handling...
2004-02-28 Bill StoddardWin32: Log each listener thread
2004-02-28 Bill StoddardWin32: Eliminate a Sleep(100) that always occurs on...
2004-02-28 Bill StoddardWin32: Shutdown the server on critical child failures...
2004-02-27 Bill Stoddarddirective name changed a while back
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-08 André Malofix copyright date according to the first check in
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-02-02 Jean-Jacques ClarCommenting out the DBINFO define
2004-02-02 Jean-Jacques ClarAdding missing parenthesis in DBINFO code
2004-01-28 Jeff Trawickworker MPM: fix stack overlay bug that could cause...
2004-01-27 Jeff TrawickUnix MPMs: Stop dropping connections when the file...
2004-01-15 Bill StoddardWin32: Tweak Jeff's patch to correctly handle setting...
2004-01-15 Greg Amesbump MAX_SERVER_LIMIT by 10x (hoping to stay ahead...
2004-01-09 Bill StoddardWin32: Simplify. Issue message if the Win32DisableAccep...
2004-01-09 Bill StoddardWin32: plug a socket handle leak on Win9x and when...
2004-01-01 André Maloupdate license to 2004.
2003-12-17 Jeff Trawickadd support for querying MPM state to ap_mpm_query...
2003-12-16 Bradley NicholesAdded mpm_state to ap_mpm_query() for the NetWare MPM
2003-12-15 Bill StoddardWin32: Rename WindowsSocketsWorkaround directive to...
2003-12-15 Jeff Trawickswitch to APR 1.0 other-child API
2003-12-13 Jeff Trawickremove inadvertent commit of clumsy gdb workaround...
2003-12-13 Jeff Trawickupdate leader, threadpool, and worker MPMs to return...
2003-12-13 Jeff Trawickupdate threadpool MPM to build and appear to work with...
2003-12-13 Jeff Trawickupdate leader MPM to build and appear to work with...
2003-12-13 Jeff Trawickfix the name of the failing API call in a log message
2003-12-11 Bill StoddardWin32: Tweak MaxMemFree patch. Allocate ptrans specifyi...
2003-12-10 Jeff Trawickadd new MPM query -- AP_MPMQ_MPM_STATE -- to find out...
2003-12-04 Bradley NicholesFix the display of the terminate and restarting console...
2003-11-26 Bradley NicholesAdd restart and shutdown thread counters to the console...
2003-11-24 Brian Paneremove calls to the apr_proc_other_child_read function...
2003-11-22 Jeff Trawickbuild with latest other-child API changes
2003-11-20 Brian HavardRework OS/2 MPM to use the pollset API.
2003-11-20 Bill StoddardWin32: Make Win32 MPM transaction pools honor MaxMemFree
2003-11-16 Greg SteinSwitch over to the new pollset API.
2003-11-16 Greg SteinSwitch the prefork MPM over to the new pollset interface.
2003-11-16 Jeff Trawickstop using deprecated apr_atomic functions
2003-11-07 Jeff TrawickFix uninitialized gprof directory name in prefork MPM.
2003-10-22 Joe OrtonPrevent slow graceful restarts on some platforms:
2003-09-29 Brian PaneSwitch to the new 32-bit APR atomic API for better...
2003-09-13 Brian PaneAdd casts to apr_atomic_casptr arguments to avoid compi...
2003-09-08 Brian HavardOS/2: AP_MPM_WANT_SET_MAX_MEM_FREE needs to be defined...
2003-09-05 Cliff Woolleyrevert my previous commit. when 2.0 and 2.1 were not...
2003-09-05 Jeff TrawickLower the severity of the "listener thread didn't exit...
2003-09-05 Cliff Woolleyforward-port Brad's commit to the 2.0 branch that gets...
2003-09-05 Jeff TrawickFix a misleading message from the some of the threaded...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-28 Cliff WoolleyUpdated the various MPM's to use the new bucket_alloc_c...
2003-08-27 Bradley NicholesMake sure that the global ap_max_mem_free is initialize...
2003-07-10 Joe OrtonMinor cleanups:
2003-07-10 Joe OrtonMinor cleanup:
2003-07-09 Sander StrikerForward port patch for CAN-2003-0253 from 2.0.
2003-06-05 Jeff TrawickFix some broken log messages in WinNT MPM.
2003-06-03 Bradley NicholesSimplify the per-thread pool handling in the NetWare MPM
2003-05-20 Bradley NicholesMake sure that bucket allocator for each worker thread...
2003-04-24 Jeff Trawickprefork MPM: Use the right permissions for the director...
2003-04-24 Jeff Trawickthe error code is in the apr_status_t, not errno
2003-04-23 Jeff Trawickimprove -DONE_PROCESS handling with prefork MPM so...
2003-04-09 Jeff Trawickconsolidate code related to sig_coredump
2003-03-26 Bradley NicholesNeed to report a select() error vs a timeout. Also...
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-18 Bradley NicholesFixed a small logic problem when printing out the conso...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-07 Jeff Trawickclean up the invocation of APR_CHECK_APR_DEFINE()...
2003-03-04 Allan K. EdwardsAdded the WindowsSocketsWorkaroud directive for Windows...
2003-02-28 Jeff Trawickfix some license text which was inadvertently lost
2003-02-26 Bill StoddardWin32: Avoid busy wait which consumes 100% of the CPU...
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-03 André Malofinished that boring job:
2003-01-29 Bradley NicholesEnabled the -n parameter on NetWare to allow the admini...
2003-01-29 William A. Rowe Jr Conditionally revert the otherchild logic from the...
2003-01-15 Jeff Trawickfix the type of the idlers field to match what apr_atom...
2003-01-03 Brian PaneReplace most of the mutex locking in the worker MPM...
2002-12-19 Bill StoddardLog server version and server built info at startup
2002-12-12 Bradley NicholesRegister for the SERVERDOWN event to allow Apache to...
2002-11-25 Bradley NicholesForce the screen to close on exit() if the -E option...
2002-11-13 Bradley NicholesDon't hold the Apache screen open when it exits with...
2002-11-08 William A. Rowe Jr We didn't atexit() the win32 keep-console-open-on...
2002-10-25 Jeff Trawickfix some problems in the perchild MPM
2002-10-23 Greg Amesfix "long lost child came home!" messages after a grace...
next