Age | Commit message (Expand) | Author |
2023-02-15 | proc_ispeer() is not used anywhere anymore so remove it everywhere. | Tobias Heider |
2021-12-04 | Do not setup pipes between SERVER processes, they don't talk to each | Florian Obser |
2021-04-20 | Move TAILQ initialization to files where they are used. | dv |
2020-08-03 | remove tautological condition | Sebastian Benoit |
2018-09-09 | During the fork+exec implementation, daemon(3) was moved after | Alexander Bluhm |
2017-05-28 | use __func__ in log messages. | Sebastian Benoit |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2016-10-12 | Prevent fd exhaustion in the parent when loading the listening server | Reyk Floeter |
2016-10-10 | Modify httpd(8)'s proc.c to use less file descriptors during the daemon | Rafael Zalamena |
2016-10-10 | Fix msgbuf_write() usage idiom and modify the treatment for socket close | Rafael Zalamena |
2016-10-10 | Add more context to fatal*() messages so it makes easier to debug proc.c | Rafael Zalamena |
2016-10-05 | Check if oldd == newd before dup2(), if that is the case we need to remove | 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-28 | sync proc.c from switchd, includes minor cast qual fix and removal of p_env. | Reyk Floeter |
2016-09-03 | Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES | Reyk Floeter |
2016-09-03 | Use DPRINTF instead of #ifdef DEBUG + log_debug(). | Reyk Floeter |
2016-09-02 | proc.c tweaks: Rename proc_listento() to proc_accept() as it is the | Reyk Floeter |
2016-09-01 | Don't print "lost child" if the child process exited okay. This is | Reyk Floeter |
2016-09-01 | spacing | Reyk Floeter |
2016-09-01 | Adjust log message, use process title now that it works again | Reyk Floeter |
2016-09-01 | Teach httpd/proc.c how to fork+exec. | Rafael Zalamena |
2016-08-30 | Kill (remove) the ps_pid from privsep struct since it is not being used | Rafael Zalamena |
2016-08-30 | Terminate daemon using the socket status instead of watching SIGCHLD or | Rafael Zalamena |
2016-08-27 | Kill p_instance from proc.c and remove static proc_id unused variables. | Rafael Zalamena |
2016-08-26 | Kill the ps_ninstances from proc.c. | Rafael Zalamena |
2015-12-07 | Add imsg "peerid" to debug messages (only within -DDEBUG). | Reyk Floeter |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-02 | sync with relayd, use proc_compose() | Reyk Floeter |
2015-11-23 | Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag. | Reyk Floeter |
2015-11-23 | Sync proc.c with iked. | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-08-20 | Change httpd(8) to use C99-style fixed-width integers (uintN_t instead | Reyk Floeter |
2015-01-21 | httpd is based on relayd and had included many headers that are only | Reyk Floeter |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-08-04 | Add initial support for log files in /var/www/logs/. Logging with | Reyk Floeter |
2014-08-04 | httpd doesn't support SSL/TLS yet, remove the remaining bits. | Reyk Floeter |
2014-08-04 | whitespace | Theo de Raadt |
2014-07-12 | Add httpd(8), an attempt to turn the relayd(8) codebase into a simple | Reyk Floeter |