]> granicus.if.org Git - apache/history - server/mpm/netware/mpm_netware.c
Add child_status hook for tracking creation/termination of MPM child
[apache] / server / mpm / netware / mpm_netware.c
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-03-30 Jeff Trawickthe mpm-note-child-killed hook is just for state sync...
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2010-10-04 Guenter KnaufRemoved duplicate global; removed obsolete cast.
2010-09-01 Guenter KnaufAdded require prototypes conditionally to CFLAGS for...
2010-08-03 Stefan Fritschremove more unused variables
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2009-11-21 Jeff Trawickremove dead code related to the accept mutex
2009-11-02 Jeff Trawickfollow up r791309 with additional changes to accommodat...
2009-07-05 Guenter Knauffirst hacks to make mpm_netware usable again; not ready...
2009-03-31 Jeff Trawickstop exporting APACHE_MPM_DIR to modules -- unclear...
2009-03-26 Jeff Trawickaxe the unnecessary AP_MPM_HARD_LIMITS_FILE
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2007-01-02 Chris DarrochDestroy pmain pool when exiting ap_mpm_run() so that...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-04-14 Bradley NicholesAllow httpd on NetWare to build using either the standa...
2005-03-08 Bradley NicholesMake sure that the secure listen sockets that are creat...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-27 Bradley NicholesFixing various compiler error when compiling against...
2004-04-14 Bradley NicholesFix a typo and clean up some tab characters.
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-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
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-01 André Maloupdate license to 2004.
2003-12-16 Bradley NicholesAdded mpm_state to ap_mpm_query() for the NetWare MPM
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...
next