Age | Commit message (Expand) | Author |
2009-11-11 | don't leak memory in an error case. | Jonathan Gray |
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-08-05 | prevent configuration of relays listening to a single addr:port tuple twice | 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-04 | Keep around the SSL session for each checked host. This way SSL | Reyk Floeter |
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 |
2008-09-29 | spacing | Reyk Floeter |
2008-09-29 | Change parsing of comments in external rule files. The hash mark may | Reyk Floeter |
2008-09-29 | allow to load expect, filter, log, and remove keys from external files | Reyk Floeter |
2008-08-08 | Check gettimeofday() against -1; Add a missing error check in one place. | Thordur I. Bjornsson |
2008-07-22 | Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by | Reyk Floeter |
2008-07-09 | only use SOCK_STREAM for TCP in bindany(), otherwise SOCK_DGRAM for UDP. | Reyk Floeter |
2008-06-11 | add support for "transparent" forwarding in relays: normally the l7 | Reyk Floeter |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-05-06 | do not attempt to reload a configuration if we come from a non pf | Pierre-Yves Ritschard |
2008-02-13 | bump copyright | Reyk Floeter |
2008-02-13 | no need to set values after bcopying the complete struct | Reyk Floeter |
2008-02-13 | stylistic change: move code to add protonodes from the BNF into | Reyk Floeter |
2008-02-11 | Marry relayd with snmpd using new "send trap" option: Request to send | Reyk Floeter |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Thordur I. Bjornsson |
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 |
2008-01-29 | When doing reconfigure() dont run a purge_config() on the | Thordur I. Bjornsson |
2007-12-10 | Warn the user when reloading a new configuration fails instead of killing | Pierre-Yves Ritschard |
2007-12-08 | Rename everything which reffered to services refer to rdr for internals | Pierre-Yves Ritschard |
2007-12-08 | some changes to the relayd.conf configuration language and grammar. | Reyk Floeter |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter |
2007-11-28 | unref the label when free'ing a protocol node | Reyk Floeter |
2007-11-25 | in addition to IPv4/6 addresses, canonicalize the hostname for "url", | 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-23 | fix typo | Stuart Henderson |
2007-11-21 | move digest string handling into an extra function. | Reyk Floeter |
2007-11-20 | it may be desirable to send a HTTP error page with error code and a | Reyk Floeter |
2007-11-19 | spacing | Reyk Floeter |
2007-11-19 | rework the internal handling of protocol actions a little bit: | Reyk Floeter |
2007-11-19 | move repeated code to cleanup a protocol tree into a function. | Reyk Floeter |
2007-11-15 | Do not insert proto_default inside the dynamically alloced protocol queue. | Pierre-Yves Ritschard |
2007-11-14 | add some sanity, that will be useful later on. | Pierre-Yves Ritschard |
2007-11-14 | make protos dynamic too | Pierre-Yves Ritschard |
2007-11-13 | relays are dynamic now. | Pierre-Yves Ritschard |
2007-11-04 | the last change to enable logging to stderr on startup also enabled | Reyk Floeter |
2007-10-19 | Do log initialisation correctly, like bgpd does. | Pierre-Yves Ritschard |
2007-10-19 | Move relays from static TAILQs to allocated ones. | Pierre-Yves Ritschard |
2007-10-12 | Silence some lint(1) warnings | Bret Lambert |