summaryrefslogtreecommitdiffstats
path: root/server/scoreboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* adjust to UNP_ -> APR_URI_UNP_ renameDoug MacEachern2001-08-191-1/+1
* clean up the scoreboard properly after threaded processes die gracefully.Greg Ames2001-08-081-1/+1
* Exported symbols for mod_popWilliam A. Rowe Jr2001-07-311-1/+1
* prevent seg faults in mod_status with ExtendedStatus enabled, afterGreg Ames2001-07-231-0/+1
* Fix ap_create_scoreboard fooness on Win32.William A. Rowe Jr2001-07-181-1/+3
* Make scoreboard creation a hook. This allows managementRyan Bloom2001-07-181-0/+9
* Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients andPaul J. Reder2001-07-181-1/+1
* Remove a couple fields from the scoreboard that aren't currently used.Ryan Bloom2001-07-161-1/+0
* scratch an old itch - give lingering close its own state in the scoreboard.Greg Ames2001-07-121-1/+1
* Add two functions to allow modules to access random parts of theRyan Bloom2001-07-101-0/+17
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-1/+1
* Make first phase changes to the scoreboard data structures inPaul J. Reder2001-05-151-38/+38
* fix some generation logic/displays in mod_status by settingJeff Trawick2001-05-071-1/+2
* minor scoreboard/status improvements:Jeff Trawick2001-05-071-0/+1
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-1/+1
* Allow modules to query the MPM about it's execution profile. ThisRyan Bloom2001-03-021-1/+3
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Start getting extended status working again.Bill Stoddard2001-02-141-1/+1
* *) include the strings stuff the right way (some platforms use string.h;Greg Stein2001-02-121-1/+4
* Fix a warning.Ben Laurie2001-02-111-0/+1
* Clean up some of the includes:Greg Stein2001-02-101-3/+7
* *) remove obsolete http_conf_globals.hGreg Stein2001-02-101-5/+0
* BeOS doesn't have unixd.h either.David Reid2001-02-101-1/+1
* Replace reinit_scoreboard with ap_create_scoreboard.Bill Stoddard2001-02-091-9/+0
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* Fix graceful shutdown with the scoreboard changes. Basically, we wantRyan Bloom2001-02-071-2/+1
* Get the Unix MPMs restarting again. If we are going to register a cleanupRyan Bloom2001-02-071-2/+2
* Setup the server start time correctly. This also gets the server uptimeRyan Bloom2001-02-061-0/+1
* Get OS/2 MPM running again after the reunification of the scoreboard code.Brian Havard2001-02-061-1/+1
* cleanups need to return apr_status_tJeff Trawick2001-02-031-2/+3
* Ooops, that S and D are right next to each other.Bill Stoddard2001-02-021-2/+2
* Begin restructuring scoreboard code to enable adding back inBill Stoddard2001-02-021-11/+71
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-011-0/+283