| Commit message (Expand) | Author | Age | Files | Lines |
* | running_gen was only set to an interesting value on a path | Jeff Trawick | 2010-09-01 | 1 | -3/+1 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 1 | -0/+35 |
* | * server/scoreboard.c::ap_create_scoreboard | Ruediger Pluem | 2009-12-02 | 1 | -0/+2 |
* | Use the new ap_update_child_status_from_conn() to put the client IP into the | Stefan Fritsch | 2009-10-18 | 1 | -0/+2 |
* | mod_logio: introduce new optional function ap_logio_get_last_bytes to get | Stefan Fritsch | 2009-10-08 | 1 | -3/+17 |
* | refactor child status update functions to accommodate the addition of | Jeff Trawick | 2009-10-03 | 1 | -16/+29 |
* | Provide new ap_update_child_status_from_conn() mostly | Jim Jagielski | 2009-10-03 | 1 | -2/+17 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 1 | -2/+3 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -1/+1 |
* | * Enable the proxy to keep connections persistent in the HTTPS case. | Ruediger Pluem | 2007-12-08 | 1 | -0/+12 |
* | * Use the same declaration for ap_time_process_request as in the header file. | Ruediger Pluem | 2007-11-04 | 1 | -1/+1 |
* | Add in SeeRequestTail directive, to handle the shortcoming | Jim Jagielski | 2007-10-31 | 1 | -12/+38 |
* | Actually re-fix Christian's recommendation, someone previously caught this. | William A. Rowe Jr | 2007-10-24 | 1 | -2/+2 |
* | MMN major bump required; this API is altogether inconsistent, transparent | William A. Rowe Jr | 2007-10-24 | 1 | -3/+9 |
* | PR 40037: try to avoid risk of misleading the lusers when they | Nick Kew | 2007-09-24 | 1 | -2/+2 |
* | Some minor cleanups: | Jim Jagielski | 2007-09-12 | 1 | -13/+12 |
* | lb_score is bigger proxy_worker_stat. Prevent wasting space. | Jean-Frederic Clere | 2007-09-12 | 1 | -10/+21 |
* | Reinsert extern int PROXY_DECLARE_DATA proxy_lb_workers | Jim Jagielski | 2007-09-09 | 1 | -5/+5 |
* | Revert r547987 ("svn merge -c -547987 .") | Joe Orton | 2007-06-29 | 1 | -3/+1 |
* | PID table impl: parent process keeps a local table store of | Jim Jagielski | 2007-06-16 | 1 | -1/+3 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Make the range test legible; in the process, uncover and close | William A. Rowe Jr | 2006-06-26 | 1 | -3/+3 |
* | Typo (..for use with by the scoreboard) changed to | Martin Kraemer | 2006-05-10 | 1 | -1/+1 |
* | Scoreboard size (Chris Darroch) | Nick Kew | 2006-05-07 | 1 | -2/+1 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -15/+15 |
* | 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 | -3/+3 |
* | 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 |
* | * server/scoreboard.c (create_namebased_scoreboard): Use | Joe Orton | 2004-09-22 | 1 | -1/+1 |
* | Worker shared data has to be visible across all child processes, | Mladen Turk | 2004-09-15 | 1 | -16/+8 |
* | Add load balancer support to the scoreboard in preparation for | Graham Leggett | 2004-07-29 | 1 | -2/+43 |
* | 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-08 | 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 |
* | On failures, try to add a hint what went wrong | Martin Kraemer | 2003-03-24 | 1 | -2/+2 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | stop using APLOG_NOERRNO in calls to ap_log_?error() | Jeff Trawick | 2002-05-17 | 1 | -2/+2 |
* | Fix a potential size mismatch (apr_off_t might be 64bits on some platforms). | Aaron Bannert | 2002-04-04 | 1 | -2/+2 |
* | The old, legacy (and unused) code in which the scoreboard was totally | Jim Jagielski | 2002-03-29 | 1 | -28/+0 |
* | ap_create_scoreboard() now initializes the scoreboard if it already exists, | Jeff Trawick | 2002-03-20 | 1 | -0/+8 |
* | The source of some ills ... there is no reason to keep going if the | William A. Rowe Jr | 2002-03-20 | 1 | -21/+23 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -1/+6 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Fix the calculation of thread_num in the worker score structure. | Jeff Trawick | 2002-03-13 | 1 | -1/+1 |
* | ap_calc_scoreboard_size() needs to be exported for win32 | Doug MacEachern | 2002-02-27 | 1 | -1/+1 |