Age | Commit message (Expand) | Author |
2014-11-19 | Support exporting relayd statistics via AgentX/snmpd | Bret Lambert |
2014-11-07 | Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain | Joel Sing |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-15 | Disable SSLv3 by default. | Reyk Floeter |
2014-09-05 | revert previous; was based on a work-in-progress, as well | Bret Lambert |
2014-08-29 | Implement consistent host hashing for relayd, based on | Bret Lambert |
2014-07-14 | When a connection was spliced in one direction and in copy mode in | Alexander Bluhm |
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit |
2014-07-11 | Add support for EDH to provide perfect forward secrecy for older SSL | Reyk Floeter |
2014-07-09 | Replace the protocol directives for HTTP with a new generic filtering | Reyk Floeter |
2014-06-27 | knf, no functional change. | Andre de Oliveira |
2014-05-20 | Unify the SSL privsep key loading functions. | Reyk Floeter |
2014-04-22 | Support the CA key for SSL inspection in the ca process. Instead of | Reyk Floeter |
2014-04-18 | Introduce privsep for private keys: | Reyk Floeter |
2013-09-09 | Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable | Reyk Floeter |
2013-05-30 | Support SSL inspection, the ability to transparently filter in SSL/TLS | Reyk Floeter |
2013-04-20 | SSL_CTX_set_timeout only handles long for the delta timeval, so constrain | Theo de Raadt |
2013-03-10 | This diff changes relayd to use the monotonic clock instead of | Reyk Floeter |
2013-03-09 | Enable TCP socket splicing for HTTP persistent connection and chunked | Alexander Bluhm |
2013-02-05 | Rework http content and chunk handling in relayd. Use special | Alexander Bluhm |
2013-01-17 | Remove unnecessary pointer casts. No binary diff. | Alexander Bluhm |
2012-12-18 | reorder some variables and move large buffers to the top of the stack. | Reyk Floeter |
2012-11-29 | Fix white spaces in relayd. No binary diff. | Alexander Bluhm |
2012-11-27 | Add format attributes to the proper functions and then fix the warnings | Philip Guenthe |
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-09-21 | file descriptor accounting for relays: track how many connections to | Sebastian Benoit |
2012-09-20 | Move the HTTP code into an extra file to make future changes easier to | Reyk Floeter |
2012-09-17 | Fix relay statistics. Found and fix by Erik Lax (erik -at- halon -dot- se) | Sebastian Benoit |
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-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-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-01-21 | Only start the child processes after all of them reported to have loaded | 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-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 |
2011-04-24 | Get rid of casts to struct rsession in relayd by not declaring a | Alexander Bluhm |
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 |