tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
httpd
/
at
trash-bin2
19 files
Makefile
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of CLEANFILES += y.tab.h
8 years ago
config.c
Add httpd custom error page facility. Adapted by me from https://github.com/mpfr/httpd-plus. Improvements from & (earlier version) reads fine to tracey@; improvements & OK this version benno@, florian@. Thanks.
4 years ago
control.c
Move TAILQ initialization to files where they are used.
5 years ago
http.h
Use the original requested URI for REQUEST_URI.
5 years ago
httpd.8
add some Xr for acme-client(1);
9 years ago
httpd.c
Nothing uses kv_flags.
4 years ago
httpd.conf.5
bandwith -> bandwidth
4 years ago
httpd.h
Nothing uses kv_flags.
4 years ago
log.c
From a syslog perspective it does not make sense to log fatal and warn with the same severity. Switch log_warn() to LOG_ERR and keep fatal() at LOG_CRIT. OK reyk@ florian@
9 years ago
logger.c
these programs (with common ancestry) had a -fno-common problem related to privsep_procid. ok mortimer
5 years ago
parse.y
Add gzip-static option to httpd. This allows to deliver precompressed files with content-encoding gzip. from prx at si3t dot ch; OK tracey@
4 years ago
patterns.7
prefer https links in man pages ok gnezdo@ miod@ jmc@
4 years ago
patterns.c
httpd patterns double free
10 years ago
patterns.h
Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent commit doing the same.
10 years ago
proc.c
Do not setup pipes between SERVER processes, they don't talk to each other. Since this generates a full mesh, the amount of filedescriptors needed grows quadratically with the amount of configured prefork processes.
4 years ago
server.c
Remove unneeded calls to tls_init(3)
4 years ago
server_fcgi.c
Nothing uses kv_flags.
4 years ago
server_file.c
Only provide the .gz file if timestamp is >= the non-gzip file. Make sure it is a regular file. Use the timestamp of the non-gzip file as the last-modified timestamp, as proposed by claudio. ok claudio bluhm millert
4 years ago
server_http.c
Nothing uses kv_flags.
4 years ago