- 27 Jul, 2003 23 commits
-
-
Per Cederqvist authored
and deep_any. (get_time_client_start): New proc. (get_time_client_death): New proc. (talk_to): Handle get_time_client.
-
Per Cederqvist authored
-
Per Cederqvist authored
(get_time_often_SOURCES): New variable. (get_time_often_LDADD): New variable. (AM_CPPFLAGS): Make "oop.h" accessible. (.gdbinit): Added oop and isc directories.
-
Per Cederqvist authored
-
Per Cederqvist authored
functions for creating and using an isc_address from a host name and port name.
-
Per Cederqvist authored
isc_mktcpaddress. All callers updated. The logic for checking the return value from gethostbyname2() was inverted. (isc_mktcpaddress): New function. (isc_addresssize): New function. (isc_addressfamily): New function. (isc_addresspointer): New function. (isc_bindtcp): Use isc_addresspointer() and isc_addresssize() to simplify the code.
-
Per Cederqvist authored
(isc_addressfamily): New function. (isc_addresssize): New function. (isc_addresspointer): New function.
-
Per Cederqvist authored
(USE_GETIPNODEBYNAME): Moved to isc_addr.h.
-
Per Cederqvist authored
(USE_GETIPNODEBYNAME): Moved from intern.h.
-
Per Cederqvist authored
denial-of-service scenario.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
(do_create_text): Ditto.
-
Per Cederqvist authored
in the database file. Don't reuse the "ic" variable for that purpose. Call update_stat with STAT_TEXTS to updated the number of existing texts.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
existing texts while reading the database.
-
Per Cederqvist authored
It has to be connected a while to earn the right to do anything.
-
Per Cederqvist authored
(Bug 563).
-
Per Cederqvist authored
-
Per Cederqvist authored
standard of lyskomd is to never include files from included files. (SOCKADDR_STORAGE): Moved to isc_addr.h. (union sockaddrs): Ditto. (union isc_address): Ditto, but keep a forward declaration.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 24 Jul, 2003 17 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
(lexer.pushback): Pushback @cite.
-
Per Cederqvist authored
-
Per Cederqvist authored
descent rate for each measured value. Return the values as FLOAT, not a fixed-point value stored in an INT32.
-
Per Cederqvist authored
(Statistics): Added the "Stats" data type. Updated the description of the "when" field of "Stats-Description". (get-stats): Return an array of Stats, not INT32. (Measured Properties): There are no longer two kinds of values.
-
Per Cederqvist authored
(Stats_list): New struct.
-
Per Cederqvist authored
-
Per Cederqvist authored
(queue_remove): Don't update STAT_RUN_QUEUE_LEAVE. (parse_unparsed): Update STAT_REQUESTS instead of STAT_PROCESSED_CALLS. (get_host_name): Don't update STAT_PROCESSED_DNS.
-
Per Cederqvist authored
(union result_holder): Added stats_list.
-
Per Cederqvist authored
-
Per Cederqvist authored
(prot_a_output_stats): Ditto. (prot_a_output_stats_list): New function.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
(status): Added a new dimension: the type of the value (average, ascending rate, or descending rate. (copy): Ditto. (init_stats): Handle the new dimension. (update_one_stat): New static function, that updates a single dimension. (update_stat): Update the proper dimensions. (check_one_stat): New static function, that checks a single dimension. (check_stat): Check all dimensions. (name): Removed STAT_PROCESSED_CALLS, STAT_PROCESSED_DNS, STAT_PROCESSED_IDENT, STAT_RUN_QUEUE_ENTER, STAT_RUN_QUEUE_LEAVE. Added STAT_REQUESTS. (get_stats): Now returns a Stats_list. Don't multiply the result by 100.
-
Per Cederqvist authored
STAT_PROCESSED_DNS, STAT_PROCESSED_IDENT, STAT_RUN_QUEUE_ENTER, STAT_RUN_QUEUE_LEAVE. Added STAT_REQUESTS.
-
Per Cederqvist authored
-