Age | Commit message (Expand) | Author |
2016-07-27 | According to RFC 7231 4.3.7, OPTIONS may have body. "Although this | Reyk Floeter |
2016-07-27 | Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly: | Reyk Floeter |
2016-07-22 | fix some cases where we relay_abort_http() the connection too soon. | Sebastian Benoit |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-11 | This adds the host_error output and the http code (when available) to the | Sebastian Benoit |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in relayd | Sebastian Benoit |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-24 | revert check_tcp rev 1.41 by yasuoka@ | Sebastian Benoit |
2015-12-24 | completly -> completely | mmcc |
2015-12-15 | PATCH is like PUT, data is expected. | Reyk Floeter |
2015-12-07 | Add imsg "peerid" to debug messages (only within -DDEBUG). | Reyk Floeter |
2015-12-07 | sync with vmd | Reyk Floeter |
2015-12-07 | Remove NULL-checks before free(). No functional change. | mmcc |
2015-12-05 | initialize host, to get rid of gcc warning, the conditions are correct. | Sebastian Benoit |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-05 | don't attempt to process AgentX packets when a short read is encountered | Bret Lambert |
2015-12-04 | pledge the relay (layer 7 proxy) children, they can do with "stdio | Sebastian Benoit |
2015-12-03 | quick removal of all host-related entries in the related relayd anchor | Sebastian Benoit |
2015-12-02 | relayd (when running relays) can distribute client sessions over hosts | Sebastian Benoit |
2015-12-02 | In most cases we don't need all arguments of proc_compose*_imsg(), | Reyk Floeter |
2015-11-29 | Use pledge("pf") in pfe.c. | Sebastian Benoit |
2015-11-28 | pledge: allow getsockopt IP_IPDEFTTL with promise inet | Sebastian Benoit |
2015-11-28 | Use SOCK_NONBLOCK in relayd as well. | Reyk Floeter |
2015-11-23 | Sync proc.c with iked: the default proc_dispatch_null allows to remove | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-21 | Once again, fix the license text. After many years, we just cannot | Reyk Floeter |
2015-11-21 | Move local logging functions from log.c to new file util.c (that is | Reyk Floeter |
2015-11-19 | Simplify all instances of get_string() and get_data() using malloc() and | mmcc |
2015-11-06 | relayd.conf(5) macro cleanup. | Anthony J. Bentley |
2015-10-27 | change cipher-server-preference to be on by default. It can be disabled with | Sebastian Benoit |
2015-10-24 | clarify where "with tls" can be used. | Sebastian Benoit |
2015-10-23 | let the icmp check use getsockopt IP_IPDEFTTL to get the default ttl | Sebastian Benoit |
2015-10-14 | More (unsigned char) casts for ctype functions. | Reyk Floeter |
2015-10-10 | relayd's ca process pledges to only use stdio. | Sebastian Benoit |
2015-10-01 | sync proc.c with httpd. no functional change, only switching to C99 types. | Reyk Floeter |
2015-09-27 | include <unistd.h> unconditionally | Theo de Raadt |
2015-08-21 | Increase the input side socket buffer size for "check icmp" not to | YASUOKA Masahiko |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-10 | typo, decl*e*ration; from Larry Hynes | Stuart Henderson |
2015-07-29 | fix bug where other than the last of multiple forward rules in http | Sebastian Benoit |
2015-07-28 | spacing | Reyk Floeter |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-24 | an TLS -> a TLS; from thanos tsouanas | Jason McIntyre |
2015-07-19 | don't return failure for agentx messages with 0-length payloads | Bret Lambert |
2015-07-18 | Fix unbounded buffer growth. In the case of a slow client reading large files, | Sebastian Benoit |
2015-06-12 | To match relayd's style, use an explicit enum with prefixed names for | Reyk Floeter |
2015-06-11 | Use "compliant" header guards by avoiding the reserved '_' namespace. | Reyk Floeter |
2015-06-08 | Introduce a state on the ctl_relay_event struct. This makes it possible | Claudio Jeker |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |