| Commit message (Expand) | Author | Age | Files | Lines |
* | these programs (with common ancestry) had a -fno-common problem related |  deraadt | 2021-01-27 | 1 | -1/+3 |
* | remove unused functions |  benno | 2020-08-03 | 1 | -61/+1 |
* | Remove the unused function canonicalize_host(), it was copied from relayd. |  benno | 2020-07-30 | 1 | -54/+1 |
* | During the fork+exec implementation, daemon(3) was moved after |  bluhm | 2018-09-09 | 1 | -2/+2 |
* | use __func__ in log messages. |  benno | 2017-05-28 | 1 | -3/+3 |
* | Do not purge the CONFIG_SERVERS config in the parent. The ticket code uses |  claudio | 2017-04-04 | 1 | -2/+2 |
* | Implement TLS ticket support in httpd. Off by default. Use |  claudio | 2017-03-25 | 1 | -1/+43 |
* | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only |  deraadt | 2017-01-23 | 1 | -3/+2 |
* | Stop accessing verbose and debug variables from log.c directly. |  reyk | 2017-01-09 | 1 | -2/+2 |
* | sync proc.c from switchd, includes minor cast qual fix and removal of p_env. |  reyk | 2016-09-28 | 1 | -3/+5 |
* | proc.c tweaks: Rename proc_listento() to proc_accept() as it is the |  reyk | 2016-09-02 | 1 | -21/+5 |
* | Teach httpd/proc.c how to fork+exec. |  rzalamena | 2016-09-01 | 1 | -9/+46 |
* | Terminate daemon using the socket status instead of watching SIGCHLD or |  rzalamena | 2016-08-30 | 1 | -51/+3 |
* | Kill the ps_ninstances from proc.c. |  rzalamena | 2016-08-26 | 1 | -2/+1 |
* | stop including sys/param.h for nitems. define locally as needed. |  tedu | 2016-08-16 | 1 | -2/+1 |
* | & expands to the maximum amount of needed space; fix comment. |  florian | 2016-06-10 | 1 | -2/+2 |
* | fix unbalanced va_start and va_end macros |  jung | 2016-05-22 | 1 | -5/+9 |
* | Remove setproctitle() for the parent process. Because rc.d(8) uses process |  sthen | 2016-02-02 | 1 | -3/+1 |
* | Remove unnecessary NULL checks before free(). |  reyk | 2015-12-03 | 1 | -3/+3 |
* | the grammar can prompt DNS lookups, so pledge "dns" also. |  deraadt | 2015-12-03 | 1 | -2/+2 |
* | sync with relayd, use proc_compose() |  reyk | 2015-12-02 | 1 | -7/+4 |
* | Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag. |  reyk | 2015-11-23 | 1 | -2/+2 |
* | Update log.c: change fatal() and fatalx() into variadic functions, |  reyk | 2015-11-22 | 1 | -3/+6 |
* | Move local logging functions into httpd.c, and sync log.c with relayd - |  reyk | 2015-11-21 | 1 | -1/+77 |
* | Simplify all instances of get_string() and get_data() using malloc() and |  mmcc | 2015-11-19 | 1 | -8/+3 |
* | pledge(2) for httpd. |  florian | 2015-11-05 | 1 | -1/+5 |
* | revert -r1.42 as it breaks slowcgi and php-fpm setups as reported by jturner |  jung | 2015-10-31 | 1 | -2/+2 |
* | Remove a few more NULL-checks before free. |  mmcc | 2015-10-28 | 1 | -11/+5 |
* | While I'm in here, drop a NULL-check before free. |  mmcc | 2015-10-28 | 1 | -3/+2 |
* | fix PATH_INFO for / requests |  jung | 2015-10-26 | 1 | -2/+2 |
* | Two more char -> unsigned char in ctype functions. |  reyk | 2015-10-14 | 1 | -2/+3 |
* | Pass unsigned chars to ctype functions. |  reyk | 2015-10-13 | 1 | -3/+4 |
* | Change httpd(8) to use C99-style fixed-width integers (uintN_t instead |  reyk | 2015-08-20 | 1 | -17/+17 |
* | Allow to change the default media type globally or per-location, |  reyk | 2015-07-18 | 1 | -2/+17 |
* | Do not assume that asprintf() clears the pointer on failure, which |  millert | 2015-06-03 | 1 | -4/+10 |
* | Do not try to unlink the control socket in an unprivileged child |  florian | 2015-05-28 | 1 | -2/+4 |
* | Allow to specify CGI variables as macros in redirection strings, eg. |  reyk | 2015-02-23 | 1 | -1/+34 |
* | Rename escape_uri() to url_encode() because it is the opposite of |  reyk | 2015-02-12 | 1 | -4/+4 |
* | Encode directory listings. |  florian | 2015-02-10 | 1 | -1/+57 |
* | spacing |  reyk | 2015-02-08 | 1 | -2/+2 |
* | httpd is based on relayd and had included many headers that are only |  reyk | 2015-01-21 | 1 | -5/+4 |
* | Decouple auth parameters from struct server_config into struct auth. |  reyk | 2015-01-19 | 1 | -1/+46 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+6 |
* | When scanning backwards for the last dot in a filename, |  schwarze | 2014-12-11 | 1 | -5/+7 |
* | stop viral header propagation. none of this code uses sys/hash.h |  tedu | 2014-12-04 | 1 | -4/+1 |
* | use size_t where appropriate. ok deraadt reyk |  tedu | 2014-11-22 | 1 | -3/+3 |
* | white space begone |  deraadt | 2014-11-21 | 1 | -2/+2 |
* | Allow the log directory to be configurable in the config file, rather than |  beck | 2014-11-11 | 1 | -1/+7 |
* | URL-decode the request path. |  reyk | 2014-10-22 | 1 | -1/+41 |
* | whitespace spotted while studying the code |  deraadt | 2014-09-29 | 1 | -2/+2 |