summaryrefslogtreecommitdiff
path: root/include/scoreboard.h
Commit message (Expand)AuthorAgeFilesLines
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-191-1/+9
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* OK... a good commit point (we don't quite compile yet though...)Jim Jagielski2011-01-131-22/+0
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-301-4/+4
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-0/+8
* remove declaration for ap_my_generation, which was replaced with the Jeff Trawick2009-11-021-2/+0
* Provide new ap_update_child_status_from_conn() mostlyJim Jagielski2009-10-031-0/+1
* remove TPF supportJeff Trawick2009-03-271-2/+0
* Remove unused sb_type member from process_score structure andChris Darroch2008-12-121-1/+0
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* Add in SeeRequestTail directive, to handle the shortcomingJim Jagielski2007-10-311-0/+1
* The function ap_time_process_request() needs to be declared appropriately if ...Bradley Nicholes2007-10-301-1/+1
* MMN major bump required; this API is altogether inconsistent, transparentWilliam A. Rowe Jr2007-10-241-1/+3
* lb_score is bigger proxy_worker_stat. Prevent wasting space.Jean-Frederic Clere2007-09-121-0/+6
* Yeah. Good luck with that.Jim Jagielski2007-09-101-1/+0
* Maintain the illusion. It's not worth my time orJim Jagielski2007-09-101-4/+5
* Reinstate the lb_score patch, but, protect againstJim Jagielski2007-09-071-5/+4
* semi-revert 573264. It is totally bogus that weJim Jagielski2007-09-071-4/+5
* lb_score *is* proxy_worker_stat... no need to "mask" thatJim Jagielski2007-09-061-5/+4
* update license header textRoy T. Fielding2006-07-111-6/+6
* Tidy up scoreboard.h (Chris Darroch)Nick Kew2006-05-071-12/+2
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-0/+5
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-0/+7
* 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-1/+1
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-1/+1
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-1/+1
* Worker shared data has to be visible across all child processes,Mladen Turk2004-09-151-2/+2
* Improve binary compatiblity. This fix was requested of me before it was commi...Graham Leggett2004-07-291-3/+4
* Add load balancer support to the scoreboard in preparation forGraham Leggett2004-07-281-0/+18
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Syncing makes no sense nowJim Jagielski2002-03-291-1/+0
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-291-1/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* ap_calc_scoreboard_size() needs to be exported for win32Doug MacEachern2002-02-271-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-1/+1
* Implement new ScoreBoardFile directive logic. This affects how weAaron Bannert2002-02-151-0/+6
* Change the Windows MPM to only use the pre_mpm phase in the parent process.Ryan Bloom2002-01-301-3/+3
* fix the problem where a scoreboard init failure could leaveJeff Trawick2002-01-281-2/+3
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-40/+25
* Make calc_scoreboard_size() and init_scoreboard() usable from MPMs.Brian Havard2001-12-301-0/+2
* tiny cleanup to remove bogus SCOREBOARD_SIZE defineJeff Trawick2001-12-291-3/+0
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-5/+10