Age | Commit message (Expand) | Author |
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 | 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-27 | allow to specify table templates in the configuration file and to | Reyk Floeter |
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-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-13 | allow to specify the IP_TTL and IP_MINTTL options for the relays to | Reyk Floeter |
2007-03-07 | - fix the hoststatectl host disable/enable commands to work with relay | Reyk Floeter |
2007-03-06 | add support for handling simple HTTP cookies (no per-path/domain | Reyk Floeter |
2007-02-27 | in addition to actions on request headers, allow to define relay | Reyk Floeter |
2007-02-26 | kill the ``use ssl'' directive for consistency across parser directives. | Pierre-Yves Ritschard |
2007-02-26 | remove HTTP and HTTPS tokens, makes for cleaner parser. | Pierre-Yves Ritschard |
2007-02-26 | solve some conflicts in the configuration parser. | Pierre-Yves Ritschard |
2007-02-26 | KNF | Pierre-Yves Ritschard |
2007-02-26 | Change the ``virtual ip'' directive to ``virtual host''. | Pierre-Yves Ritschard |
2007-02-24 | - allow to specify the SSL cipher suite and the SSL protocols | Reyk Floeter |
2007-02-22 | Add layer 7 functionality to hoststated used for layer 7 | Reyk Floeter |
2007-02-09 | unbreak the symset function | Reyk Floeter |
2007-02-08 | carefully check some return values and make lint happier. never pass | 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-01-30 | small memleak plugged and style changes. | Pierre-Yves Ritschard |
2007-01-29 | Add SSL support to hoststated. | Pierre-Yves Ritschard |
2007-01-25 | return 0, not NULL in a function returning int. | Niall O'Higgins |
2007-01-24 | Better handling of escaped CR-LF in the configuration file, commenting | Pierre-Yves Ritschard |
2007-01-12 | eliminate duplicate tcp read/write code. | Pierre-Yves Ritschard |
2007-01-09 | Finish renaming hostated to hoststated. | Pierre-Yves Ritschard |
2007-01-09 | adapt to rename | Theo de Raadt |
2007-01-08 | do NOT use the regexp interface. it is way to complicated, error-prone | Reyk Floeter |
2007-01-08 | allow to use service names in addition to numerical port numbers in | Reyk Floeter |
2007-01-08 | the timeout values are not allowed to exceed the global interval (i | Reyk Floeter |
2007-01-08 | remove unused token. | 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-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 |
2006-12-16 | typo | Martin Reindl |
2006-12-16 | spacing | Theo de Raadt |
2006-12-16 | knf, spacing | Reyk Floeter |
2006-12-16 | Import hostated, the host status daemon. This daemon will monitor | Reyk Floeter |