Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | rc-httpd: fix invalid test(1) invocation in dir-index | Alex Musolino | |
2019-06-17 | rc-httpd: set charset=utf-8 for all text/* content types | Alex Musolino | |
2019-06-05 | rc-httpd(8): avoid duplicate log output in dir-index handler | Alex Musolino | |
Delay calling do_log until just before emitting the response. This avoids calling do_log before potentially handing control to the static-index handler, which also calls do_log. | |||
2015-05-14 | rc-httpd/handlers/dir-index: plan 9 files may be chmod +a: | stanley lieber | |
The mode printed under the -l option contains 11 characters, interpreted as follows: the first character is d if the entry is a directory; a if the entry is an append-only file; - if the entry is a plain file. Therefore, handle them in automatically generated directory listings. | |||
2013-02-04 | add rc-httpd | stanley lieber | |