- 14 Aug, 2003 20 commits
-
-
Per Cederqvist authored
param.default_priority and param.default_weight. (adjust_penalty): Use the weight to reduce the penalty. (get_scheduling): Return the actual scheduling information from the connection. (set_scheduling): Check the priority and weight against param.max_priority and param.max_weight. Allow the user to change them, as long as it is done within those limits. Store the new values in the connection. Note: the current implementation cannot handle more than one priority. The check for that is made in server-config.c.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
default_weight, max_weight.
-
Per Cederqvist authored
weight" and "Max weight". (require_less_eq): New static function. (read_configuration): Check the new parameters. For now, max_priority must be set to 0, since connections.c can only handle a single priority.
-
Per Cederqvist authored
(main): Handle the new options.
-
Per Cederqvist authored
-
Per Cederqvist authored
implementation only supports priority==0 and weight==1. Test suite improvement. Minor doc fixes. Changed status of set-keep-commented from experimental to recommended. Clarify the description of get-stats-description and get-stats.
-
Per Cederqvist authored
(Protocol Requests): Changed the status of set-keep-commented from experimental to recommended. (get-stats-description): State that this always returns the same during a session, so clients can cache this value aggressively. (get-stats): Elaborate on the access-denied error code. (get-scheduling): New request. (set-scheduling): New request. (Error Codes): Added priority-denied, weight-denied and weight-zero.
-
Per Cederqvist authored
some text that was left behind a cut-n-paste operation. (Adding a New Protocol Request): Added a CHK_CONNECTION call to the example.
-
Per Cederqvist authored
KOM_WEIGHT_ZERO.
-
Per Cederqvist authored
-
Per Cederqvist authored
(get_scheduling): New request.
-
Per Cederqvist authored
(may_change_scheduling): New static function. (set_scheduling): New request.
-
Per Cederqvist authored
(union result_holder): Added scheduling_info.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
(site.exp): Depend on adnshost, so that "make check" works even if "make check" has not been run in the adns directory.
-
Per Cederqvist authored
-
- 13 Aug, 2003 20 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
(client_start): Ditto. (client_start_fail): Ditto.
-
Per Cederqvist authored
$(PYTHON) instead of python. Print a warning if HAVE_PYTHON isn't set. (check-leaks): Ditto. (site.exp): Set python to the Python interpreter found by configure.
-
Per Cederqvist authored
check" if python is missing, but it should still succeed.
-
Per Cederqvist authored
$(PYTHON) instead of python. Print a warning if HAVE_PYTHON isn't set.
-
Per Cederqvist authored
(HAVE_PYTHON): New automake conditional.
-
Per Cederqvist authored
HAVE_PYTHON Automake conditional. ($(srcdir)/19.exp): Ditto.
-
Per Cederqvist authored
Automake 1.7.6. Testsuite improvement.
-
Per Cederqvist authored
interfere with this test.
-
Per Cederqvist authored
I have only a vague idea what this does, but it seems to work with texinfo.tex 2003-05-04.08.
-
Per Cederqvist authored
files. Move the RM setting to it. (Bug 851).
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
include. (RM): Moved this variable to this file.
-
Per Cederqvist authored
-
Per Cederqvist authored
(find-next-conf-no): New request. (find-previous-conf-no): New request.
-
Per Cederqvist authored
(find_previous_conf_no): New function.
-