Age | Commit message (Expand) | Author |
2011-09-16 | If a user configures logging explicitly in relayd.conf, do it | Alexander Bluhm |
2011-09-04 | KNF, fix white spaces in relayd. No binary change. | Alexander Bluhm |
2011-09-04 | Especially with SSL and short data transfers, it could happen that | Alexander Bluhm |
2011-09-04 | The relayd used the CHECK_TIMEOUT for connect and ssl handshake. | Alexander Bluhm |
2011-06-24 | seven main sections here, not six; from Nils Anspach | Jason McIntyre |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |
2011-06-17 | don't leak fds in failure path (ie when hosts are down) | Jonathan Gray |
2011-05-26 | Add additional check to prevent running scripts when not configured. | Reyk Floeter |
2011-05-26 | fix "check script" by sending all required information to the parent. | Reyk Floeter |
2011-05-23 | Support interface groups in address specifications for tables or | Reyk Floeter |
2011-05-20 | Concurrent calls of "relayctl show sessions" could crash relayd. Fix | Reyk Floeter |
2011-05-19 | Add a few missing checks of return values of memory allocations. | 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-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-30 | no need to escape |, pointed out by jmc@ | Stuart Henderson |
2011-04-24 | Get rid of casts to struct rsession in relayd by not declaring a | Alexander Bluhm |
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-12 | Enable socket splicing for relayd. This allows zero-copy data | Alexander Bluhm |
2011-04-07 | tweak previous; | Jason McIntyre |
2011-04-07 | Add support for divert-to which provides some benefits over rdr-to. | Reyk Floeter |
2011-03-12 | Fix previous commit. When data arrives from the client before the | Alexander Bluhm |
2011-03-12 | A connection that is constantly sending data uni-directionaly from | Alexander Bluhm |
2011-02-28 | If 'check script' doesn't exit(), treat the service as 'down' rather | Stuart Henderson |
2011-02-13 | fix from pr 6314: allow debug logging before daemonization to help | Okan Demirmen |
2011-02-08 | Log the time taken for all types of check, not just tcp checks. | Stuart Henderson |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-12-20 | Only set SO_REUSEPORT for listening ports. | David Hill |
2010-11-30 | The returned SSL_METHOD of SSLv23_server_method()/SSLv23_client_method() | Reyk Floeter |
2010-11-30 | The relayd processes did already bump up the socket file descriptor | Reyk Floeter |
2010-11-24 | When disabling and enabling tables set the number of hosts that are up | Jonathan Gray |
2010-11-16 | Add support for enable/disable table when using relays instead of redirects. | Jonathan Gray |
2010-10-26 | no need for .Pp before lists; | Jason McIntyre |
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-10-12 | Plug a significant memory leak when using SSL. | David Hill |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-08-26 | stray spaces, no binary change | Marco Peereboom |
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-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-18 | use the right capitalization for "HyperText Transfer Protocol (HTTP)" | Igor Sobrado |
2010-05-14 | allocate all struct event's on the heap, it looks cleaner, feels better | Reyk Floeter |
2010-05-14 | zero out the allocate memory for a new control connection via calloc() | Reyk Floeter |