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
jcs
22 files
Makefile
make auto-index better - make it an actual table - use "human readable sizes" for the file sizes - add some decoration and javascript to be able to sort it per-column (client side) (this means some extra column attribute) - add glue to facilitate embedding js + css directly in the program - add some graphical indication for directories - should still validate as proper html everywhere (custom properties need to be called data-* for this!)
2 years ago
config.c
validate return_uri_len before copying data
3 months ago
control.c
Convert various reyk proc.c daemons over to new imsgbuf_init and imsgbuf_allow_fdpass.
1 year ago
css.h.in
httpd: render "emojis" as text in directory listing
2 years ago
http.h
Sync with IANA Status Code Registry
2 years ago
httpd.8
remove unused references to httpd.sock; found by dante catalfamo ok florian
3 years ago
httpd.c
fix scan-build dead stores findings
3 months ago
httpd.conf.5
Slightly iprove a confusing wording in the parse.y manuals: The things that need quoting are not necessarily "argument names", and not even necessarily "names" at all, so just talk about "arguments".
2 months ago
httpd.h
Add "no banner" option to suppress Server header
4 months ago
js.h.in
put the real sizes into the "title" attribute so that hovering shows the exact value.
2 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
Convert to use imsg_get_fd() since proc_forward_imsg() never forwards a file descriptor just use -1 there. OK tb@
2 years ago
parse.y
Add "no banner" option to suppress Server header
4 months ago
patterns.7
remove accidental double space
2 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
Convert various reyk proc.c daemons over to new imsgbuf_init and imsgbuf_allow_fdpass.
1 year ago
server.c
fix scan-build dead stores findings
3 months ago
server_fcgi.c
fix scan-build dead stores findings
3 months ago
server_file.c
plug fd leak introduced in "avoid toctu" rewrite.
2 years ago
server_http.c
In server_read_httpchunks() do not blindly enable the bufferevent.
2 months ago
toheader.sed
make auto-index better - make it an actual table - use "human readable sizes" for the file sizes - add some decoration and javascript to be able to sort it per-column (client side) (this means some extra column attribute) - add glue to facilitate embedding js + css directly in the program - add some graphical indication for directories - should still validate as proper html everywhere (custom properties need to be called data-* for this!)
2 years ago