]> granicus.if.org Git - apache/history - include/scoreboard.h
Use correct Doxygen keywords for functions and variables. TODO: figure out whether...
[apache] / include / scoreboard.h
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-07 Nick KewTidy up scoreboard.h (Chris Darroch)
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-03-05 Jeff Trawickworker MPM/mod_status: Support per-worker tracking...
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-15 Mladen TurkWorker shared data has to be visible across all child...
2004-07-29 Graham LeggettImprove binary compatiblity. This fix was requested...
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-07 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-02-03 André Malofinished that boring job:
2002-03-29 Jim JagielskiSyncing makes no sense now
2002-03-29 Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-27 Doug MacEachernap_calc_scoreboard_size() needs to be exported for...
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-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-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-29 Jeff Trawicktiny cleanup to remove bogus SCOREBOARD_SIZE define
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-07 William A. Rowe Jr AFAICT - these symbols are unused.
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-08-01 William A. Rowe Jr Thanks Jerry, this was forgotten in my tree.
2001-07-28 Greg AmesFix a problem where the threaded MPM stalls after resta...
2001-07-26 William A. Rowe Jr Change the length of the content args to apr_off_t...
2001-07-18 William A. Rowe Jr Remainder of Win32 ap_create_scoreboard fooness
2001-07-18 Ryan BloomMake scoreboard creation a hook. This allows management
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-06-10 William A. Rowe Jr Was certain I had committed this. Position the score...
2001-05-15 Paul J. RederOoops. Didn't remove *all* of the new_scoreboard stuff...
2001-05-15 Paul J. RederMake first phase changes to the scoreboard data structu...
2001-05-07 Jeff Trawickminor scoreboard/status improvements:
2001-05-07 Jeff TrawickGet rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft...
2001-04-23 Greg Amesback out my quiesce limit change altogether from the...
2001-04-23 Greg AmesLimit the threaded mpm to quiescing one process at...
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-02-24 Greg Steinclean out some old crud from ap_config.h
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-14 Bill StoddardStart getting extended status working again.
2001-02-09 Bill StoddardReplace reinit_scoreboard with ap_create_scoreboard.
2001-02-09 Bill StoddardFix windows compile break
2001-02-07 Brian HavardMove OS/2 MPM specific variables out of scoreboard...
2001-02-07 Ryan BloomGet the Unix MPMs restarting again. If we are going...
2001-02-06 Brian HavardDon't include mpm.h from scoreboard.h as scoreboard...
2001-02-06 Jeff Trawickget Unix MPMs to build again after recent scoreboard...
2001-02-06 Brian HavardGet OS/2 MPM running again after the reunification...
2001-02-02 Bill StoddardBegin restructuring scoreboard code to enable adding...
2001-02-02 Jeff Trawickavoid duplicate symbol warnings on some platforms ...
2001-02-02 Bill StoddardRemove duplicate function declaration
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...