Age | Commit message (Expand) | Author |
2007-06-18 | we're going to need more room for flags (again). | Pierre-Yves Ritschard |
2007-06-12 | put the fd passing from bgpd back in to hoststated's version of imsg, | Mathieu Sauve-Frankel |
2007-05-31 | allocate table lists and service lists instead of using static structs. | Pierre-Yves Ritschard |
2007-05-29 | allow the control handling code to send messages back to the parent. | Pierre-Yves Ritschard |
2007-05-29 | put the reload imsg types in right now. it makes my life easier. | Pierre-Yves Ritschard |
2007-05-29 | add a new check method which allows to run external scripts/programs | Reyk Floeter |
2007-05-29 | move the ssl cipher suite string to a (small) static charbuf, | Pierre-Yves Ritschard |
2007-05-29 | move struct relay to the runtime + config scheme. | Pierre-Yves Ritschard |
2007-05-28 | another small step towards hoststated reloading. | Pierre-Yves Ritschard |
2007-05-28 | store the configuration file's path, this will be useful when reloading. | Pierre-Yves Ritschard |
2007-05-27 | Second step towards hoststated reload: | Pierre-Yves Ritschard |
2007-05-26 | first steps for implementing reload: | Pierre-Yves Ritschard |
2007-04-12 | add a new relay 'path' action to filter the URL path and arguments. | Reyk Floeter |
2007-04-10 | move the decoding of the URL, independent from the node lookups, we | Reyk Floeter |
2007-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-17 | move some elements in the relay imsg ctl structures (just for the style) | Reyk Floeter |
2007-03-13 | allow to specify the IP_TTL and IP_MINTTL options for the relays to | Reyk Floeter |
2007-03-05 | do not strip the header for expect, hash, and log actions. | Reyk Floeter |
2007-02-27 | in addition to actions on request headers, allow to define relay | Reyk Floeter |
2007-02-26 | handle requests with chunked transfer-encoding. | Reyk Floeter |
2007-02-26 | improve the relay bufferevent handler if one side closed the connection | Reyk Floeter |
2007-02-26 | re-use the retry value from table host entries for inbound relay | Reyk Floeter |
2007-02-25 | remove unused variable | Reyk Floeter |
2007-02-24 | disable anonymous DH by default (cipher suite HIGH:!ADH instead of HIGH). | Reyk Floeter |
2007-02-24 | disable SSLv2 and use "HIGH" crypto cipher suites by default. | Reyk Floeter |
2007-02-24 | - allow to specify the SSL cipher suite and the SSL protocols | Reyk Floeter |
2007-02-23 | knf | Theo de Raadt |
2007-02-22 | spacing | Reyk Floeter |
2007-02-22 | Add layer 7 functionality to hoststated used for layer 7 | Reyk Floeter |
2007-02-07 | add new "log (updates|all)" configuration option to log state | Reyk Floeter |
2007-02-07 | remove unused functions and variables which have been copied from | Reyk Floeter |
2007-02-07 | add the -D option to define macros on the command line (as found in | Reyk Floeter |
2007-02-06 | now that check_http_code, check_http_digest and check_send_expect are | Pierre-Yves Ritschard |
2007-02-06 | declare the function ssl_error() globally | Reyk Floeter |
2007-02-06 | inform hoststatectl monitor of ruleset changes and table syncs. | Pierre-Yves Ritschard |
2007-02-01 | add a monitor mode to hoststatectl to continuously report changes in | Pierre-Yves Ritschard |
2007-01-29 | Add SSL support to hoststated. | Pierre-Yves Ritschard |
2007-01-12 | use an u_int16_t for flags, the u_int8_t was getting too small. | Pierre-Yves Ritschard |
2007-01-12 | eliminate duplicate tcp read/write code. | Pierre-Yves Ritschard |
2007-01-11 | use real async events for checks and improve the non-blocking socket | Reyk Floeter |
2007-01-09 | Finish renaming hostated to hoststated. | Pierre-Yves Ritschard |
2007-01-09 | use the correct buffer sizes. | Reyk Floeter |
2007-01-08 | do NOT use the regexp interface. it is way to complicated, error-prone | Reyk Floeter |
2007-01-08 | the timeout values are not allowed to exceed the global interval (i | Reyk Floeter |
2007-01-08 | add a generic send/expect check using regular expression (see | Reyk Floeter |
2007-01-03 | spacing | Reyk Floeter |
2007-01-03 | allow the sticky-address option for round-robin pools. | Reyk Floeter |
2006-12-26 | Add missing $OpenBSD$ | Jonathan Gray |
2006-12-25 | fix the conversion from milliseconds to struct timeval, which uses | Reyk Floeter |
2006-12-25 | partial rewrite of the check_* routines to use libevent everywhere | Reyk Floeter |