Age | Commit message (Expand) | Author |
2013-03-04 | sync yyerror() with bgpd; use vlog() to log parser errors so they show in | Stuart Henderson |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |
2012-10-04 | spacing | Reyk Floeter |
2012-10-03 | Inherit and pass the relay table flags correctly. | Reyk Floeter |
2012-10-03 | Support more than one relay backup table. Instead of duplicating the | Reyk Floeter |
2012-05-29 | do not overwrite the table timeout with the global timeout when a | Sebastian Benoit |
2012-05-08 | fix "label string" in http protocol. problem found by giovanni. | Sebastian Benoit |
2012-04-15 | fix some leaks | Jonathan Gray |
2012-01-21 | Only start the child processes after all of them reported to have loaded | Camiel Dobbelaar |
2012-01-20 | Remove global carp demote option. It is currently broken, but also flawed | Camiel Dobbelaar |
2011-09-21 | During socket splicing the relayd session timeouts could not be | Alexander Bluhm |
2011-05-26 | Add additional check to prevent running scripts when not configured. | Reyk Floeter |
2011-05-23 | Support interface groups in address specifications for tables or | Reyk Floeter |
2011-05-19 | Fix reload support in relayd(8) by reimplementing large parts of the | Reyk Floeter |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-05 | Update all logging and debug functions to use the __func__ macro | Reyk Floeter |
2011-05-05 | Allow a user to specify the route priority | Peter Hessler |
2011-04-12 | Splicing is currently only supported for TCP relays, not for HTTP or | Reyk Floeter |
2011-04-12 | update flags and printing of flags in debug mode, handle splicing flag. | Reyk Floeter |
2011-04-07 | Add support for divert-to which provides some benefits over rdr-to. | Reyk Floeter |
2010-10-26 | redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In | Reyk Floeter |
2010-10-18 | Missing semicolon, ok henning@ | Stuart Henderson |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-08-07 | Fix carp demotion on tables. For some reason the default values were | Claudio Jeker |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-01 | Allow fallback tables for relays, not just redirections. | Stuart Henderson |
2010-02-24 | Sync the list of initialisation steps done for the default | Jonathan Gray |
2009-08-27 | allow to specify interface names as addresses, for example "listen on | Reyk Floeter |
2009-08-13 | add new 'router' functionality to dynamically add or remove routes | Reyk Floeter |
2009-08-07 | allow to modify the IP TTL value for host checks. this can be used to | Reyk Floeter |
2009-08-07 | add missing line | Reyk Floeter |
2009-08-07 | allow to specify host attributes in an arbitrary order (parent, retry) by | Reyk Floeter |
2009-08-07 | cosmetic change - move address into an own element | Reyk Floeter |
2009-08-05 | prevent configuration of relays listening to a single addr:port tuple twice | Reyk Floeter |
2009-08-05 | support multiple 'listen on' lines in a single relay block | Reyk Floeter |
2009-08-05 | tables don't need pf if running in "l7" relay mode | Reyk Floeter |
2009-04-24 | Allow UDP and/or TCP redirections instead of just TCP. | Reyk Floeter |
2009-04-17 | add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1 | Reyk Floeter |
2009-04-02 | add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify ssl | Reyk Floeter |
2009-04-01 | fix an incorrect flag in route mode. | Reyk Floeter |
2009-04-01 | Add support for client-side SSL connections from relays. relayd can | Reyk Floeter |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2008-12-05 | use HTTP/1.1 instead of HTTP/1.0 if a host header is specified. | Reyk Floeter |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-09-29 | allow to load expect, filter, log, and remove keys from external files | Reyk Floeter |
2008-09-29 | sort tokens for better readability | Reyk Floeter |
2008-09-29 | allow to listen on a port range for redirections. this fixes | Reyk Floeter |
2008-07-22 | Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by | Reyk Floeter |
2008-07-19 | no need for using a TAILQ queue for the host children list, use a | Reyk Floeter |
2008-07-19 | If the new 'parent' keyword is specified for a host in a table, | Reyk Floeter |