Age | Commit message (Expand) | Author |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | 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-03-04 | sync yyerror() with bgpd; use vlog() to log parser errors so they show in | Stuart Henderson |
2013-02-15 | Fix the toread check in the lateconnect case. This allows | Alexander Bluhm |
2013-02-05 | Rework http content and chunk handling in relayd. Use special | Alexander Bluhm |
2013-01-29 | use correct function name in fatal error message | Stuart Henderson |
2013-01-22 | Only send a single CRLF between chunks. A second CRLF seemed to be | Reyk Floeter |
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-12-18 | remove unused variable | Reyk Floeter |
2012-12-18 | no nead to touch argv later since we don't support non-getopt arguments. | Reyk Floeter |
2012-12-18 | doin't complain if the child processes exited cleanly. | Reyk Floeter |
2012-12-18 | cnl is only allocated if F_NATLOOK was specified before, so skip the | Reyk Floeter |
2012-12-18 | reorder the variables a bit, no functionaly change. | 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-11-21 | strtonum() can only handle a maximum of LLONG_MAX | Sebastian Benoit |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |
2012-10-10 | Fix the hash http filter action to initialize the hash key correctly after | Reyk Floeter |
2012-10-04 | spacing | Reyk Floeter |
2012-10-03 | Only show "inflight" debugging message if compiled with DEBUG > 1. | 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-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 |