]> granicus.if.org Git - apache/history - server/scoreboard.c
Introduce ap_(get|set)_core_module_config() functions/macros and use them
[apache] / server / scoreboard.c
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2011-01-13 Jim Jagielskiwhitespace
2011-01-13 Jim JagielskiOK... a good commit point (we don't quite compile yet...
2010-09-01 Jeff Trawickrunning_gen was only set to an interesting value on...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-01-26 William A. Rowe JrRefactor mod_status out of the ExtendedStatus toggle...
2009-12-02 Ruediger Pluem* server/scoreboard.c::ap_create_scoreboard
2009-10-18 Stefan FritschUse the new ap_update_child_status_from_conn() to put...
2009-10-08 Stefan Fritschmod_logio: introduce new optional function ap_logio_get...
2009-10-03 Jeff Trawickrefactor child status update functions to accommodate...
2009-10-03 Jim JagielskiProvide new ap_update_child_status_from_conn() mostly
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2007-12-08 Ruediger Pluem* Enable the proxy to keep connections persistent in...
2007-11-04 Ruediger Pluem* Use the same declaration for ap_time_process_request...
2007-10-31 Jim JagielskiAdd in SeeRequestTail directive, to handle the shortcoming
2007-10-24 William A. Rowe JrActually re-fix Christian's recommendation, someone...
2007-10-24 William A. Rowe JrMMN major bump required; this API is altogether inconsi...
2007-09-24 Nick KewPR 40037: try to avoid risk of misleading the lusers...
2007-09-12 Jim JagielskiSome minor cleanups:
2007-09-12 Jean-Frederic Clerelb_score is bigger proxy_worker_stat. Prevent wasting...
2007-09-09 Jim JagielskiReinsert extern int PROXY_DECLARE_DATA proxy_lb_workers
2007-06-29 Joe OrtonRevert r547987 ("svn merge -c -547987 .")
2007-06-16 Jim JagielskiPID table impl: parent process keeps a local table...
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-26 William A. Rowe Jr Make the range test legible; in the process, uncover...
2006-05-10 Martin KraemerTypo (..for use with by the scoreboard) changed to
2006-05-07 Nick KewScoreboard size (Chris Darroch)
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-02-18 William A. Rowe Jr Fix some symbols which should -not- be exported,...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-02 Jim JagielskiKeep track of time taken to process requests again.
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-09-22 Joe Orton* server/scoreboard.c (create_namebased_scoreboard...
2004-09-15 Mladen TurkWorker shared data has to be visible across all child...
2004-07-28 Graham LeggettAdd load balancer support to the scoreboard in preparat...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-03-24 Martin KraemerOn failures, try to add a hint what went wrong
2003-02-03 André Malofinished that boring job:
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-04 Aaron BannertFix a potential size mismatch (apr_off_t might be 64bit...
2002-03-29 Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-20 Jeff Trawickap_create_scoreboard() now initializes the scoreboard...
2002-03-20 William A. Rowe Jr The source of some ills ... there is no reason to...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Jeff TrawickFix the calculation of thread_num in the worker score...
2002-02-27 Doug MacEachernap_calc_scoreboard_size() needs to be exported for...
2002-02-25 Cliff Woolleyremove a tab
2002-02-21 Aaron BannertPlacing the thread-limit and server-limit values, those...
2002-02-19 Bill StoddardThis fixes a bug in mod_status on Windows where restart...
2002-02-15 Aaron BannertImplement new ScoreBoardFile directive logic. This...
2002-02-01 Bradley NicholesMoved the #endif of APR_HAS_SHARED_MEMORY to include...
2002-02-01 Aaron BannertCreate the scoreboard (in the parent) in a global pool...
2002-01-30 Ryan BloomChange the Windows MPM to only use the pre_mpm phase...
2002-01-28 Jeff Trawickfix the problem where a scoreboard init failure could...
2002-01-25 Jeff Trawickaxe an unused variable
2002-01-25 William A. Rowe Jr No. I don't like this patch. I like what it does...
2002-01-24 William A. Rowe Jr A quick hack around Aaron's patch. Win32 'supports...
2002-01-23 Aaron BannertJust a style update before I work on this thing any...
2002-01-23 Aaron BannertAlthough this patch is technically correct, I'm not...
2002-01-14 Bradley NicholesAdded APR_HAS_SHARED_MEMORY to a section of code where...
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2001-12-30 Brian HavardMake calc_scoreboard_size() and init_scoreboard() usabl...
2001-12-24 Jeff Trawickfix a horrible bug which caused scoreboard initialation...
2001-12-24 Jeff TrawickThe scoreboard is no longer created while we can write to
2001-12-21 William A. Rowe Jr Clean up a compiler emit for signedness
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-07 Aaron BannertProvide an accessor function for the global_score porti...
2001-12-07 Aaron BannertExport ap_get_parent_scoreboard and ap_get_servers_scor...
2001-10-26 Greg Amesprevent seg faults in mod_status trying to access vhost...
2001-08-30 Jeff Trawickwhen we bail out due to a fatal error in apr_shm_init...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-19 Doug MacEachernadjust to UNP_ -> APR_URI_UNP_ rename
2001-08-07 Greg Amesclean up the scoreboard properly after threaded process...
2001-07-31 William A. Rowe Jr Exported symbols for mod_pop
2001-07-23 Greg Amesprevent seg faults in mod_status with ExtendedStatus...
2001-07-18 William A. Rowe Jr Fix ap_create_scoreboard fooness on Win32.
2001-07-18 Ryan BloomMake scoreboard creation a hook. This allows management
2001-07-18 Paul J. RederChanged AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
2001-07-16 Ryan BloomRemove a couple fields from the scoreboard that aren...
2001-07-12 Greg Amesscratch an old itch - give lingering close its own...
2001-07-10 Ryan BloomAdd two functions to allow modules to access random...
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-15 Paul J. RederMake first phase changes to the scoreboard data structu...
2001-05-07 Jeff Trawickfix some generation logic/displays in mod_status by...
2001-05-07 Jeff Trawickminor scoreboard/status improvements:
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-14 Bill StoddardStart getting extended status working again.
2001-02-12 Greg Stein*) include the strings stuff the right way (some platfo...
2001-02-11 Ben LaurieFix a warning.
next