summaryrefslogtreecommitdiffstats
path: root/server/scoreboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-2/+2
* Fix a potential size mismatch (apr_off_t might be 64bits on some platforms).Aaron Bannert2002-04-041-2/+2
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-291-28/+0
* ap_create_scoreboard() now initializes the scoreboard if it already exists,Jeff Trawick2002-03-201-0/+8
* The source of some ills ... there is no reason to keep going if theWilliam A. Rowe Jr2002-03-201-21/+23
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-1/+6
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix the calculation of thread_num in the worker score structure.Jeff Trawick2002-03-131-1/+1
* ap_calc_scoreboard_size() needs to be exported for win32Doug MacEachern2002-02-271-1/+1
* remove a tabCliff Woolley2002-02-251-1/+1
* Placing the thread-limit and server-limit values, those which define theAaron Bannert2002-02-211-0/+2
* This fixes a bug in mod_status on Windows where restart time was notBill Stoddard2002-02-191-2/+1
* Implement new ScoreBoardFile directive logic. This affects how weAaron Bannert2002-02-151-24/+46
* Moved the #endif of APR_HAS_SHARED_MEMORY to include a referenceBradley Nicholes2002-02-011-1/+1
* Create the scoreboard (in the parent) in a global pool context, so itAaron Bannert2002-02-011-4/+21
* Change the Windows MPM to only use the pre_mpm phase in the parent process.Ryan Bloom2002-01-301-17/+9
* fix the problem where a scoreboard init failure could leaveJeff Trawick2002-01-281-7/+8
* axe an unused variableJeff Trawick2002-01-251-4/+1
* No. I don't like this patch. I like what it does [shared scoreboardWilliam A. Rowe Jr2002-01-251-19/+17
* A quick hack around Aaron's patch. Win32 'supports' anon shm, butWilliam A. Rowe Jr2002-01-241-0/+4
* Just a style update before I work on this thing any more. RemovedAaron Bannert2002-01-231-52/+66
* Although this patch is technically correct, I'm not happy withAaron Bannert2002-01-231-5/+14
* Added APR_HAS_SHARED_MEMORY to a section of code where it wasBradley Nicholes2002-01-141-1/+6
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-75/+96
* Make calc_scoreboard_size() and init_scoreboard() usable from MPMs.Brian Havard2001-12-301-4/+5
* fix a horrible bug which caused scoreboard initialation to always exitJeff Trawick2001-12-241-1/+3
* The scoreboard is no longer created while we can write toJeff Trawick2001-12-241-17/+16
* Clean up a compiler emit for signednessWilliam A. Rowe Jr2001-12-211-1/+1
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-14/+73
* Provide an accessor function for the global_score portion of the scoreboard.Aaron Bannert2001-12-071-0/+4
* Export ap_get_parent_scoreboard and ap_get_servers_scoreboard to beAaron Bannert2001-12-071-2/+2
* prevent seg faults in mod_status trying to access vhost structures fromGreg Ames2001-10-261-3/+7
* when we bail out due to a fatal error in apr_shm_init(), be sureJeff Trawick2001-08-301-2/+2
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-1/+1
* 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