Age | Commit message (Expand) | Author |
2008-01-29 | Free resources now that we don't always exit after an unsuccessful | Pierre-Yves Ritschard |
2007-12-20 | implement statistics for redirections, like the existing statistics | Reyk Floeter |
2007-12-12 | various improvements for the relay pages; ok reyk | Jason McIntyre |
2007-12-10 | Warn the user when reloading a new configuration fails instead of killing | Pierre-Yves Ritschard |
2007-12-09 | - kill trailing whitespace | Jason McIntyre |
2007-12-08 | Rename everything which reffered to services refer to rdr for internals | Pierre-Yves Ritschard |
2007-12-08 | the manpages need some more work | Reyk Floeter |
2007-12-08 | tweak | Reyk Floeter |
2007-12-08 | forgotten service -> redirection | Pierre-Yves Ritschard |
2007-12-08 | make the generic handler for TCP-based protocols the default (allows | Reyk Floeter |
2007-12-08 | some changes to the relayd.conf configuration language and grammar. | Reyk Floeter |
2007-12-07 | adjust the manpages to use "Relay daemon" | Reyk Floeter |
2007-12-07 | partial update of the man pages to new relayd name | Theo de Raadt |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter |
2007-12-05 | fix fd/ssl leak in hoststated ssl checks | Reyk Floeter |
2007-11-28 | bump the current file descriptor resource limit (openfiles-cur) to the | Reyk Floeter |
2007-11-28 | typos | Reyk Floeter |
2007-11-28 | unref the label when free'ing a protocol node | Reyk Floeter |
2007-11-26 | allow to add labels to protocol actions, they will be printed in http | Reyk Floeter |
2007-11-25 | "canonicalized hostname" instead of just "hostname" for the url action | Reyk Floeter |
2007-11-25 | in addition to IPv4/6 addresses, canonicalize the hostname for "url", | Reyk Floeter |
2007-11-24 | new sentence, new line; | Jason McIntyre |
2007-11-24 | tweak for hostnames without dots (like "localhost") | Reyk Floeter |
2007-11-24 | sort includes, adjust to style(9) | Reyk Floeter |
2007-11-24 | extend the url lookup algorithm to match the full URL and different | Reyk Floeter |
2007-11-24 | fix goto to jump to the right place | Reyk Floeter |
2007-11-23 | - use either "host name" or "hostname", i decided to use "hostname" everywhere | Reyk Floeter |
2007-11-23 | re-implement the "mark" action and document it in the manpage: | Reyk Floeter |
2007-11-23 | add cvs id | Stuart Henderson |
2007-11-23 | fix typo | Stuart Henderson |
2007-11-22 | shuffle some structure elements; avoid using enums in *_config structs. | Reyk Floeter |
2007-11-22 | Fix relay roundrobin mode to work correctly when multiple hosts in a | Reyk Floeter |
2007-11-22 | add (new) "url" protocol action, this can be used to match/filter URL | Reyk Floeter |
2007-11-21 | move HTTP cookie and query lookup code from the into separate functions | Reyk Floeter |
2007-11-21 | spacing | Reyk Floeter |
2007-11-21 | spacing | Reyk Floeter |
2007-11-21 | extend action grammar with "filter value" and "expect value" as a | Reyk Floeter |
2007-11-21 | move digest string handling into an extra function. | Reyk Floeter |
2007-11-21 | fix the tree comparison function. it turned out that it could fail | Reyk Floeter |
2007-11-21 | tweak previous; | Jason McIntyre |
2007-11-21 | rename the "url" filter action to "query" to use the correct term. | Reyk Floeter |
2007-11-21 | allow the http digest type to be either SHA1 or MD5 determined by the | Reyk Floeter |
2007-11-21 | more work on the "filter" action: close the connection instantly when | Reyk Floeter |
2007-11-21 | document the fact that port can be specified in table statements inside | Pierre-Yves Ritschard |
2007-11-21 | make sure all hosts are checked when hoststatectl poll is issued, now | Pierre-Yves Ritschard |
2007-11-20 | tweak previous; | Jason McIntyre |
2007-11-20 | limit the number of displayed lines per node in relay_protodebug(). | Reyk Floeter |
2007-11-20 | allow to use the "include" directive in tables, services, relays, and | Reyk Floeter |
2007-11-20 | it may be desirable to send a HTTP error page with error code and a | Reyk Floeter |
2007-11-20 | Allow overriding the global interval in a table. | Pierre-Yves Ritschard |