]> granicus.if.org Git - apache/history - server/mpm/netware/mpm_netware.c
Fix the display of the terminate and restarting console messages
[apache] / server / mpm / netware / mpm_netware.c
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-09-05 Cliff Woolleyrevert my previous commit. when 2.0 and 2.1 were not...
2003-09-05 Cliff Woolleyforward-port Brad's commit to the 2.0 branch that gets...
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-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-03-26 Bradley NicholesNeed to report a select() error vs a timeout. Also...
2003-03-18 Bradley NicholesFixed a small logic problem when printing out the conso...
2003-02-03 André Malofinished that boring job:
2003-01-29 Bradley NicholesEnabled the -n parameter on NetWare to allow the admini...
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-10-14 Bradley NicholesSwitched to the APR_STATUS_IS_XXX macros
2002-10-03 Bradley NicholesDon't bother destroying the memory pools and buckets...
2002-08-28 Bradley NicholesRemoved unnecessary pool cleanup after a restart or...
2002-07-24 Bradley NicholesHold the Apache screen open on NetWare if exit() is...
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-04 Sander StrikerAdd a new directive: MaxMemFree. MaxMemFree makes...
2002-06-26 Bradley NicholesRe-architected the select()/accept() loop to allow...
2002-06-07 Jim JagielskiNow that we have the functionality in apr, we can now...
2002-05-31 Bradley NicholesSwitched to using atomic operations for tracking the...
2002-05-30 Sander StrikerCatch up with the apr_allocator_set_owner -> apr_alloca...
2002-05-21 Bradley NicholesFixing a memory leak with the threads bucket_allocator...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-30 Bradley NicholesReadjusting how the bucket alloc is done for each worke...
2002-04-15 Bradley NicholesAdd some additional shutdown synchronization so that...
2002-04-12 Bradley NicholesReadjustment of where the bucket is being allocated...
2002-04-10 Bradley NicholesClosed up some holes where a thread could escape and...
2002-04-06 Bradley NicholesAdded a call to apr_bucket_alloc_destroy() to the clean...
2002-04-02 Bradley NicholesCheck for a NULL pointer in the case of the OS address...
2002-04-02 Bradley NicholesReplaced a hack for getting the address space with...
2002-03-29 Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Jim JagielskiBring 2.0 up to parity, a bit, with how much info we...
2002-03-20 William A. Rowe Jr The pre_mpm hook creates server-lifetime objects...
2002-03-15 Sander StrikerUpdate the mpms to call the new allocator/pools API
2002-03-14 Bradley NicholesAdded code to extract the current address space name...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-15 Aaron BannertImplement new ScoreBoardFile directive logic. This...
2002-02-13 Bradley NicholesCreate a new pool allocator for each worker thread
2002-02-06 Bradley NicholesImplemented the handling of the SIGABRT signal.
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-02-01 Bradley NicholesFixed the unload process so that the console command...
2002-01-31 Bradley NicholesRemoved the call for now to shutdown the listeners...
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-28 Jeff Trawickfix the problem where a scoreboard init failure could...
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2002-01-18 Bradley NicholesUpdated the command line keyword to Apache2 and also...
2002-01-14 Bradley NicholesImplemented a checkunload callback to allow apache...
2002-01-11 Bradley NicholesCombination of blocking and nonblocking accept loop
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2002-01-04 Bradley NicholesReworked the accept() loop to avoid an extra call to...
2001-12-19 Jeff Trawickfor the netware MPM, move HARD_THREAD_LIMIT back to...
2001-12-19 Bradley NicholesReworked the select/accept loop to try to rely less...
2001-12-18 Jeff Trawickfix some references to the wrong constant (HARD_SERVER_...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-11 Bradley NicholesClean up GNU compiler issues on NetWare
2001-11-19 Bradley NicholesChanged a variable name to avoid a NetWare LibC global...
2001-11-15 Ryan BloomPull lingering close out of the pool cleanup phase...
2001-11-13 Ryan BloomAdd the server_rec argument back to the create_connecti...
2001-11-13 Bradley NicholesMisc. cleanups and performance enhancements
2001-11-13 Ryan BloomRemove commas from the end of the macros that define
2001-11-13 Ryan BloomRemove more network logic from the MPMs. Essentially...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-10 Ryan BloomRemove ap_lingering_close from all of the MPMs. This...
2001-11-07 Cliff WoolleyFix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
2001-11-02 Bradley NicholesAdded the secondary command line hander for manipulatin...
2001-10-29 Bradley NicholesNetWare MPM cleanup
2001-10-23 Bradley NicholesUpdated to the new locking API's
2001-10-22 Bradley NicholesNetWare doesn't have processes so no need to detach...
2001-10-16 Bradley NicholesFirst cut at the MPM for NetWare