Age | Commit message (Expand) | Author |
2007-05-29 | add a new check method which allows to run external scripts/programs | Reyk Floeter |
2007-05-29 | when purging relays, purge sessions as well. | Pierre-Yves Ritschard |
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-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-05-09 | fix potential NULL deref. | Pierre-Yves Ritschard |
2007-05-02 | It is no longer needed to pass a cleared timeval to event_loopexit() NULL | Claudio Jeker |
2007-04-12 | add a new relay 'path' action to filter the URL path and arguments. | Reyk Floeter |
2007-04-10 | sort entity types | Reyk Floeter |
2007-04-10 | move the decoding of the URL, independent from the node lookups, we | Reyk Floeter |
2007-04-10 | it is a better idea to handle all enum values in the switch statement | Reyk Floeter |
2007-04-10 | the relay filter action needs special handling to work correctly | Reyk Floeter |
2007-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-17 | remove a debug message | Reyk Floeter |
2007-03-17 | fix a bug in the initial setup of the pfe2relay communication sockets | Reyk Floeter |
2007-03-17 | move some elements in the relay imsg ctl structures (just for the style) | Reyk Floeter |
2007-03-17 | close unused relay2pfe privsep sockets correctly | Reyk Floeter |
2007-03-17 | fix the natlook mode. | Reyk Floeter |
2007-03-13 | allow to specify the IP_TTL and IP_MINTTL options for the relays to | Reyk Floeter |
2007-03-12 | hoststated.conf is not a program. | Reyk Floeter |
2007-03-07 | - fix the hoststatectl host disable/enable commands to work with relay | Reyk Floeter |
2007-03-06 | fix the health checks when using the retry option | Reyk Floeter |
2007-03-06 | add support for handling simple HTTP cookies (no per-path/domain | Reyk Floeter |
2007-03-05 | do not strip the header for expect, hash, and log actions. | Reyk Floeter |
2007-03-02 | when the http read callback changes and some data is still left in the | Reyk Floeter |
2007-02-27 | replys -> replies; | Jason McIntyre |
2007-02-27 | in addition to actions on request headers, allow to define relay | Reyk Floeter |
2007-02-27 | manpage clarification for the "change" and "append" relay actions. | Reyk Floeter |
2007-02-27 | tweaks; | Jason McIntyre |
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 | re-enable the -W flags except -Werror which behaves differently with | Reyk Floeter |
2007-02-26 | sync the documentation with the latest change to require a 'header' | Reyk Floeter |
2007-02-26 | solve some conflicts in the configuration parser. | Pierre-Yves Ritschard |
2007-02-26 | handle strlcpy return values, make lint happy | Reyk Floeter |
2007-02-26 | better error handling for buffer I/O, fix the log action | Reyk Floeter |
2007-02-26 | grammar; | Jason McIntyre |
2007-02-26 | KNF | Pierre-Yves Ritschard |
2007-02-26 | Change the ``virtual ip'' directive to ``virtual host''. | Pierre-Yves Ritschard |
2007-02-26 | handle requests with chunked transfer-encoding. | Reyk Floeter |
2007-02-26 | tweak flushing of unwritten bytes on http mode changes | Reyk Floeter |
2007-02-26 | spacing | 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-26 | fix small memleaks | Reyk Floeter |