Age | Commit message (Expand) | Author |
2016-11-24 | The new fork+exec mode used too many fds in the parent process on | Reyk Floeter |
2016-11-10 | Fix tcp ip ttl / minttl on IPv6 sockets. | Jeremie Courreges-Anglas |
2016-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |
2016-10-05 | Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd | Rafael Zalamena |
2016-10-05 | Call setsid() to create a new session for the executed processes. | Reyk Floeter |
2016-10-05 | sync proc.c with vmd: add p_pw to specify a non-standard user for a process. | Reyk Floeter |
2016-09-29 | fix DEBUG build after ps->ps_instance change | Sebastian Benoit |
2016-09-28 | Add -Wcast-qual and cast away one false positive where we use a const | Reyk Floeter |
2016-09-28 | sync proc.c incl. the p_env removal | Reyk Floeter |
2016-09-27 | The fork+exec privsep commit broke the "block request method" http | Alexander Bluhm |
2016-09-26 | spacing | Reyk Floeter |
2016-09-23 | use sizeof instead of constant 16 in function calls | Jonathan Gray |
2016-09-22 | Change function arguments from "unsigned char keyname[16]" to | Jonathan Gray |
2016-09-22 | correct invalid use of sizeof | Jonathan Gray |
2016-09-03 | partial rewrite of the tcp/tls option parts: the trouble was | Jason McIntyre |
2016-09-03 | Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES | Reyk Floeter |
2016-09-03 | Use the fork+exec privsep model in relayd; based on rzalamena@'s work | Reyk Floeter |
2016-09-02 | Move snmp options into struct relayd_config and delay start of the | Reyk Floeter |
2016-09-02 | Split "struct relayd" into two structs: "struct relayd" and "struct | Reyk Floeter |
2016-09-02 | proc_id has been replaced by ps->ps_instance. | Reyk Floeter |
2016-09-02 | As done in httpd, (re-)initialize ps_what in all processes. This is | Reyk Floeter |
2016-09-02 | style nit as done in httpd | Reyk Floeter |
2016-09-02 | As done in httpd, remove ps_ninstances and p_instance. | Reyk Floeter |
2016-09-02 | Terminate relayd using the socket status instead of watching SIGCHLD | Reyk Floeter |
2016-09-01 | Switch from the not really working session cache (because of the multiprocess | Claudio Jeker |
2016-09-01 | Do not busy loop in the rsa engine callback waiting for the ca. Instead use | Claudio Jeker |
2016-08-18 | word fix, from remi locherer; ok reyk | Jason McIntyre |
2016-08-18 | fix fd leaks in error paths | Jonathan Gray |
2016-08-01 | whitespace and 80 columns, no binary change | Sebastian Benoit |
2016-08-01 | rfc 7230 3.3.3 says: response with a status code of 1xx | Sebastian Benoit |
2016-07-29 | Bump copyright in files that I touched last. | Reyk Floeter |
2016-07-29 | Add support for common WebDAV methods; from httpd. | Reyk Floeter |
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 |