Age | Commit message (Expand) | Author |
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 |
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 |
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-12 | Plug a significant memory leak when using SSL. | David Hill |
2010-08-01 | Allow fallback tables for relays, not just redirections. | Stuart Henderson |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-14 | allocate all struct event's on the heap, it looks cleaner, feels better | Reyk Floeter |
2010-02-18 | Fix a leak that could happen with multiple requests on the one | Jonathan Gray |
2010-01-11 | add "log brief" and "log verbose" to change logging verbosity | Jonathan Gray |
2009-08-07 | rename 'struct session' to 'struct rsession' because it conflicts with | Reyk Floeter |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
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 |