| Commit message (Expand) | Author | Age | Files | Lines |
* | remove declaration for ap_my_generation, which was replaced with the | Jeff Trawick | 2009-11-02 | 1 | -2/+0 |
* | Provide new ap_update_child_status_from_conn() mostly | Jim Jagielski | 2009-10-03 | 1 | -0/+1 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -2/+0 |
* | Remove unused sb_type member from process_score structure and | Chris Darroch | 2008-12-12 | 1 | -1/+0 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -1/+1 |
* | Add in SeeRequestTail directive, to handle the shortcoming | Jim Jagielski | 2007-10-31 | 1 | -0/+1 |
* | The function ap_time_process_request() needs to be declared appropriately if ... | Bradley Nicholes | 2007-10-30 | 1 | -1/+1 |
* | MMN major bump required; this API is altogether inconsistent, transparent | William A. Rowe Jr | 2007-10-24 | 1 | -1/+3 |
* | lb_score is bigger proxy_worker_stat. Prevent wasting space. | Jean-Frederic Clere | 2007-09-12 | 1 | -0/+6 |
* | Yeah. Good luck with that. | Jim Jagielski | 2007-09-10 | 1 | -1/+0 |
* | Maintain the illusion. It's not worth my time or | Jim Jagielski | 2007-09-10 | 1 | -4/+5 |
* | Reinstate the lb_score patch, but, protect against | Jim Jagielski | 2007-09-07 | 1 | -5/+4 |
* | semi-revert 573264. It is totally bogus that we | Jim Jagielski | 2007-09-07 | 1 | -4/+5 |
* | lb_score *is* proxy_worker_stat... no need to "mask" that | Jim Jagielski | 2007-09-06 | 1 | -5/+4 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Tidy up scoreboard.h (Chris Darroch) | Nick Kew | 2006-05-07 | 1 | -12/+2 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -0/+5 |
* | worker MPM/mod_status: Support per-worker tracking of pid and | Jeff Trawick | 2005-03-05 | 1 | -0/+7 |
* | Fix some symbols which should -not- be exported, and decorate real_exit_code | William A. Rowe Jr | 2005-02-18 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Keep track of time taken to process requests again. | Jim Jagielski | 2005-02-02 | 1 | -1/+1 |
* | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-24 | 1 | -1/+1 |
* | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 1 | -1/+1 |
* | Worker shared data has to be visible across all child processes, | Mladen Turk | 2004-09-15 | 1 | -2/+2 |
* | Improve binary compatiblity. This fix was requested of me before it was commi... | Graham Leggett | 2004-07-29 | 1 | -3/+4 |
* | Add load balancer support to the scoreboard in preparation for | Graham Leggett | 2004-07-29 | 1 | -0/+18 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Syncing makes no sense now | Jim Jagielski | 2002-03-29 | 1 | -1/+0 |
* | The old, legacy (and unused) code in which the scoreboard was totally | Jim Jagielski | 2002-03-29 | 1 | -1/+0 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | ap_calc_scoreboard_size() needs to be exported for win32 | Doug MacEachern | 2002-02-27 | 1 | -1/+1 |
* | Placing the thread-limit and server-limit values, those which define the | Aaron Bannert | 2002-02-21 | 1 | -0/+2 |
* | This fixes a bug in mod_status on Windows where restart time was not | Bill Stoddard | 2002-02-19 | 1 | -1/+1 |
* | Implement new ScoreBoardFile directive logic. This affects how we | Aaron Bannert | 2002-02-15 | 1 | -0/+6 |
* | Change the Windows MPM to only use the pre_mpm phase in the parent process. | Ryan Bloom | 2002-01-30 | 1 | -3/+3 |
* | fix the problem where a scoreboard init failure could leave | Jeff Trawick | 2002-01-28 | 1 | -2/+3 |
* | This patch eliminated from the _SHARED_ segment of the scoreboard all | William A. Rowe Jr | 2002-01-10 | 1 | -40/+25 |
* | Make calc_scoreboard_size() and init_scoreboard() usable from MPMs. | Brian Havard | 2001-12-30 | 1 | -0/+2 |
* | tiny cleanup to remove bogus SCOREBOARD_SIZE define | Jeff Trawick | 2001-12-29 | 1 | -3/+0 |
* | Change core code to allow an MPM to set hard thread/server | Jeff Trawick | 2001-12-18 | 1 | -5/+10 |
* | AFAICT - these symbols are unused. | William A. Rowe Jr | 2001-12-07 | 1 | -4/+0 |
* | Provide an accessor function for the global_score portion of the scoreboard. | Aaron Bannert | 2001-12-07 | 1 | -0/+1 |
* | Export ap_get_parent_scoreboard and ap_get_servers_scoreboard to be | Aaron Bannert | 2001-12-07 | 1 | -2/+2 |
* | Thanks Jerry, this was forgotten in my tree. | William A. Rowe Jr | 2001-08-01 | 1 | -1/+1 |
* | Fix a problem where the threaded MPM stalls after restarts or segfaults. | Greg Ames | 2001-07-29 | 1 | -0/+3 |