Age | Commit message (Expand) | Author |
2012-09-20 | Move the HTTP code into an extra file to make future changes easier to | Reyk Floeter |
2012-09-19 | Copy the host id value to the ICMP echo payload in network byte order and | Reyk Floeter |
2012-09-19 | Fix ICMP checks by setting the socklen correctly before calling recvfrom(). | Reyk Floeter |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
2012-09-17 | Fix relay statistics. Found and fix by Erik Lax (erik -at- halon -dot- se) | Sebastian Benoit |
2012-08-24 | - rfc 5082 replaces rfc 3682; ok claudio | Jason McIntyre |
2012-07-13 | after connect() returns EINPROGRESS the connection can still fail, | Sebastian Benoit |
2012-07-09 | Allow relayd to handle transactions > 2GB in size | Theo de Raadt |
2012-07-09 | need a private copy of nitems() | Theo de Raadt |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2012-05-29 | do not overwrite the table timeout with the global timeout when a | Sebastian Benoit |
2012-05-09 | Fix a desynchronization on host change during a running check | giovanni |
2012-05-08 | fix "label string" in http protocol. problem found by giovanni. | Sebastian Benoit |
2012-05-05 | better description of input to mode hash/loadbalance | Sebastian Benoit |
2012-04-30 | The message-body should be forwarded for GET,HEAD and OPTIONS methods as well. | Sebastian Benoit |
2012-04-27 | A message-body should be forwarded for DELETE method too. | giovanni |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-19 | relayd re-uses the event callbacks and passes the value of iev.data | Theo de Raadt |
2012-04-15 | fix some leaks | Jonathan Gray |
2012-04-11 | delete excessive evtimer_pending; ok claudio | Theo de Raadt |
2012-04-11 | Do rate limiting of accept() when under pressure, like in other recent | Theo de Raadt |
2012-03-24 | Allow relayd to use a separate SSL certificate for each port | Stuart Henderson |
2012-03-09 | set onrdomain and prio when creating pf rules, found by Gabriel Linder. | Sebastian Benoit |
2012-02-01 | Append mandatory instance identifier (.0 for scalars), so other SNMP | Camiel Dobbelaar |
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-11-12 | fix function names in fatalx() messages | Camiel Dobbelaar |
2011-09-21 | During socket splicing the relayd session timeouts could not be | Alexander Bluhm |
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 |