Age | Commit message (Expand) | Author |
2015-12-03 | quick removal of all host-related entries in the related relayd anchor | Sebastian Benoit |
2015-12-02 | In most cases we don't need all arguments of proc_compose*_imsg(), | Reyk Floeter |
2015-11-29 | Use pledge("pf") in pfe.c. | Sebastian Benoit |
2015-04-21 | fix a memory leak. ok blambert@ | Jonathan Gray |
2015-02-08 | move a log_warnx() to a DPRINTF, as it's information intended | Bret Lambert |
2015-01-22 | Clean up the relayd headers with help of include-what-you-use and some | Reyk Floeter |
2015-01-16 | Adapt to <limits.h> universe. | Theo de Raadt |
2014-11-19 | Support exporting relayd statistics via AgentX/snmpd | Bret Lambert |
2014-07-09 | Replace the protocol directives for HTTP with a new generic filtering | Reyk Floeter |
2013-03-10 | This diff changes relayd to use the monotonic clock instead of | Reyk Floeter |
2012-10-03 | Support more than one relay backup table. Instead of duplicating the | Reyk Floeter |
2012-01-21 | Only start the child processes after all of them reported to have loaded | Camiel Dobbelaar |
2011-11-12 | fix function names in fatalx() messages | Camiel Dobbelaar |
2011-05-20 | Concurrent calls of "relayctl show sessions" could crash relayd. Fix | 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 |
2010-11-16 | Add support for enable/disable table when using relays instead of redirects. | Jonathan Gray |
2010-08-01 | Allow fallback tables for relays, not just redirections. | Stuart Henderson |
2010-05-14 | allocate all struct event's on the heap, it looks cleaner, feels better | Reyk Floeter |
2009-08-17 | also report routers and their host states in relayctl | Reyk Floeter |
2009-08-13 | add new 'router' functionality to dynamically add or remove routes | Reyk Floeter |
2009-08-07 | rename 'struct session' to 'struct rsession' because it conflicts with | Reyk Floeter |
2009-06-05 | 4 handed diff with eric: | Pierre-Yves Ritschard |
2009-06-05 | some KNF cleanup following the last sed. | Pierre-Yves Ritschard |
2009-06-05 | Make imsg completely async model agnostic by not requiring an | Pierre-Yves Ritschard |
2009-06-02 | remove extra imsg_event_add() after EV_WRITE checks - this is not | Reyk Floeter |
2009-06-02 | Libevent may do an upcall with both EV_READ and EV_WRITE set. | Reyk Floeter |
2009-04-17 | keep the parent relations of hosts after reloading the configuration. | Reyk Floeter |
2009-04-01 | re-initialize tables after reload to handle new and changed tables. | Reyk Floeter |
2008-12-05 | change the way relayd reports check results: instead of logging an | Reyk Floeter |
2008-09-03 | Missing breaks. | Jonathan Gray |
2008-08-08 | Check gettimeofday() against -1; Add a missing error check in one place. | Thordur I. Bjornsson |
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 |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter |
2007-12-20 | implement statistics for redirections, like the existing statistics | Reyk Floeter |
2007-12-08 | Rename everything which reffered to services refer to rdr for internals | Pierre-Yves Ritschard |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter |
2007-11-24 | sort includes, adjust to style(9) | Reyk Floeter |
2007-11-19 | spacing | Reyk Floeter |
2007-11-15 | Do not insert proto_default inside the dynamically alloced protocol queue. | Pierre-Yves Ritschard |
2007-11-14 | do go through relays when none exist. | Pierre-Yves Ritschard |
2007-10-30 | untangle a mess in the state update logic | Reyk Floeter |
2007-10-19 | Move relays from static TAILQs to allocated ones. | Pierre-Yves Ritschard |
2007-10-19 | Add the ability to schedule an immediate check through hoststatectl. | Pierre-Yves Ritschard |
2007-09-28 | Correct my mail address. | Pierre-Yves Ritschard |
2007-09-27 | Do not clear the changed flag to early, which prevented a table | Pierre-Yves Ritschard |
2007-09-07 | add an interface to dump running relay sessions to the control socket | Reyk Floeter |