A minimal but flexible directory listing server
Find a file
Laslo Hunhold 68e4ff3021
Return proper error-status when http_send_header() fails
Explicitly show that we set the status of the response struct to the
returned error status. This makes it clear that we are beyond the point
where the "form" of the response struct matters and it's now only about
the log-output.

Signed-off-by: Laslo Hunhold <dev@frign.de>
2020-08-28 23:16:47 +02:00
arg.h Correct arg.h license 2018-07-16 11:49:51 +02:00
config.def.h Specify UTF-8 for non-binary content-types 2019-01-02 17:04:23 +01:00
config.mk Be extra pedantic again and remove all warnings 2018-03-05 00:30:53 +01:00
http.c Return proper error-status when http_send_header() fails 2020-08-28 23:16:47 +02:00
http.h Improve http_prepare_response()'s error semantics 2020-08-28 22:52:04 +02:00
LICENSE Use timegm() instead of mktime() to generate UNIX-timestamp 2020-07-23 16:48:34 +02:00
main.c Return proper error-status when http_send_header() fails 2020-08-28 23:16:47 +02:00
Makefile Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
quark.1 Mention default behaviour in the manual when the host is not given 2020-08-23 13:36:56 +02:00
resp.c Refactor http_send_response() into http_prepare_response() 2020-08-22 23:20:00 +02:00
resp.h Refactor http_send_response() into http_prepare_response() 2020-08-22 23:20:00 +02:00
sock.c Refactor sock_get_uds() a bit 2020-08-23 13:35:49 +02:00
sock.h Ensure const-correctness where possible and refactor parse_range() 2020-08-05 18:28:21 +02:00
util.c Refactor http_send_response() into http_prepare_response() 2020-08-22 23:20:00 +02:00
util.h Refactor http_send_response() into http_prepare_response() 2020-08-22 23:20:00 +02:00