]> granicus.if.org Git - apache/history - server/scoreboard.c
showstoppers--;
[apache] / server / scoreboard.c
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.
2001-02-10 Greg SteinClean up some of the includes:
2001-02-10 Greg Stein*) remove obsolete http_conf_globals.h
2001-02-10 David ReidBeOS doesn't have unixd.h either.
2001-02-09 Bill StoddardReplace reinit_scoreboard with ap_create_scoreboard.
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Ryan BloomFix graceful shutdown with the scoreboard changes....
2001-02-07 Ryan BloomGet the Unix MPMs restarting again. If we are going...
2001-02-06 Ryan BloomSetup the server start time correctly. This also gets...
2001-02-06 Brian HavardGet OS/2 MPM running again after the reunification...
2001-02-03 Jeff Trawickcleanups need to return apr_status_t
2001-02-02 Bill StoddardOoops, that S and D are right next to each other.
2001-02-02 Bill StoddardBegin restructuring scoreboard code to enable adding...
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...