summaryrefslogtreecommitdiffstats
path: root/server/scoreboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* running_gen was only set to an interesting value on a pathJeff Trawick2010-09-011-3/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-0/+35
* * server/scoreboard.c::ap_create_scoreboardRuediger Pluem2009-12-021-0/+2
* Use the new ap_update_child_status_from_conn() to put the client IP into theStefan Fritsch2009-10-181-0/+2
* mod_logio: introduce new optional function ap_logio_get_last_bytes to getStefan Fritsch2009-10-081-3/+17
* refactor child status update functions to accommodate the addition ofJeff Trawick2009-10-031-16/+29
* Provide new ap_update_child_status_from_conn() mostlyJim Jagielski2009-10-031-2/+17
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-2/+3
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* * Enable the proxy to keep connections persistent in the HTTPS case.Ruediger Pluem2007-12-081-0/+12
* * Use the same declaration for ap_time_process_request as in the header file.Ruediger Pluem2007-11-041-1/+1
* Add in SeeRequestTail directive, to handle the shortcomingJim Jagielski2007-10-311-12/+38
* Actually re-fix Christian's recommendation, someone previously caught this.William A. Rowe Jr2007-10-241-2/+2
* MMN major bump required; this API is altogether inconsistent, transparentWilliam A. Rowe Jr2007-10-241-3/+9
* PR 40037: try to avoid risk of misleading the lusers when theyNick Kew2007-09-241-2/+2
* Some minor cleanups:Jim Jagielski2007-09-121-13/+12
* lb_score is bigger proxy_worker_stat. Prevent wasting space.Jean-Frederic Clere2007-09-121-10/+21
* Reinsert extern int PROXY_DECLARE_DATA proxy_lb_workersJim Jagielski2007-09-091-5/+5
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-291-3/+1
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-161-1/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Make the range test legible; in the process, uncover and closeWilliam A. Rowe Jr2006-06-261-3/+3
* Typo (..for use with by the scoreboard) changed toMartin Kraemer2006-05-101-1/+1
* Scoreboard size (Chris Darroch)Nick Kew2006-05-071-2/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-15/+15
* Fix some symbols which should -not- be exported, and decorate real_exit_codeWilliam A. Rowe Jr2005-02-181-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Keep track of time taken to process requests again.Jim Jagielski2005-02-021-3/+3
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-241-1/+1
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-1/+1
* * server/scoreboard.c (create_namebased_scoreboard): UseJoe Orton2004-09-221-1/+1
* Worker shared data has to be visible across all child processes,Mladen Turk2004-09-151-16/+8
* Add load balancer support to the scoreboard in preparation forGraham Leggett2004-07-291-2/+43
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* On failures, try to add a hint what went wrongMartin Kraemer2003-03-241-2/+2
* finished that boring job:André Malo2003-02-031-1/+1
* 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