| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove a tab | Cliff Woolley | 2002-02-25 | 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 | -2/+1 |
* | Implement new ScoreBoardFile directive logic. This affects how we | Aaron Bannert | 2002-02-15 | 1 | -24/+46 |
* | Moved the #endif of APR_HAS_SHARED_MEMORY to include a reference | Bradley Nicholes | 2002-02-01 | 1 | -1/+1 |
* | Create the scoreboard (in the parent) in a global pool context, so it | Aaron Bannert | 2002-02-01 | 1 | -4/+21 |
* | Change the Windows MPM to only use the pre_mpm phase in the parent process. | Ryan Bloom | 2002-01-30 | 1 | -17/+9 |
* | fix the problem where a scoreboard init failure could leave | Jeff Trawick | 2002-01-28 | 1 | -7/+8 |
* | axe an unused variable | Jeff Trawick | 2002-01-25 | 1 | -4/+1 |
* | No. I don't like this patch. I like what it does [shared scoreboard | William A. Rowe Jr | 2002-01-25 | 1 | -19/+17 |
* | A quick hack around Aaron's patch. Win32 'supports' anon shm, but | William A. Rowe Jr | 2002-01-24 | 1 | -0/+4 |
* | Just a style update before I work on this thing any more. Removed | Aaron Bannert | 2002-01-23 | 1 | -52/+66 |
* | Although this patch is technically correct, I'm not happy with | Aaron Bannert | 2002-01-23 | 1 | -5/+14 |
* | Added APR_HAS_SHARED_MEMORY to a section of code where it was | Bradley Nicholes | 2002-01-14 | 1 | -1/+6 |
* | This patch eliminated from the _SHARED_ segment of the scoreboard all | William A. Rowe Jr | 2002-01-10 | 1 | -75/+96 |
* | Make calc_scoreboard_size() and init_scoreboard() usable from MPMs. | Brian Havard | 2001-12-30 | 1 | -4/+5 |
* | fix a horrible bug which caused scoreboard initialation to always exit | Jeff Trawick | 2001-12-24 | 1 | -1/+3 |
* | The scoreboard is no longer created while we can write to | Jeff Trawick | 2001-12-24 | 1 | -17/+16 |
* | Clean up a compiler emit for signedness | William A. Rowe Jr | 2001-12-21 | 1 | -1/+1 |
* | Change core code to allow an MPM to set hard thread/server | Jeff Trawick | 2001-12-18 | 1 | -14/+73 |
* | Provide an accessor function for the global_score portion of the scoreboard. | Aaron Bannert | 2001-12-07 | 1 | -0/+4 |
* | Export ap_get_parent_scoreboard and ap_get_servers_scoreboard to be | Aaron Bannert | 2001-12-07 | 1 | -2/+2 |
* | prevent seg faults in mod_status trying to access vhost structures from | Greg Ames | 2001-10-26 | 1 | -3/+7 |
* | when we bail out due to a fatal error in apr_shm_init(), be sure | Jeff Trawick | 2001-08-30 | 1 | -2/+2 |
* | adjust to apr_uri_ rename | Doug MacEachern | 2001-08-19 | 1 | -1/+1 |