extremely small and simple HTTP GET/HEAD-only web server for static content
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Laslo Hunhold 5a7994bc61
Send Accept-Ranges-header for file-requests
3 years ago
LICENSE Use timegm() instead of mktime() to generate UNIX-timestamp 3 years ago
Makefile Refactor the single source file into multiple modules 5 years ago
arg.h Correct arg.h license 5 years ago
config.def.h Specify UTF-8 for non-binary content-types 4 years ago
config.mk Be extra pedantic again and remove all warnings 5 years ago
http.c Refactor range-parsing 3 years ago
http.h Refactor the single source file into multiple modules 5 years ago
main.c Make host parameters optional 3 years ago
quark.1 Make host parameters optional 3 years ago
resp.c Send Accept-Ranges-header for file-requests 3 years ago
resp.h Refactor the single source file into multiple modules 5 years ago
sock.c Use compound literals and explicit initialization 4 years ago
sock.h Refactor the single source file into multiple modules 5 years ago
util.c Use pledge(2) and unveil(2) on OpenBSD 4 years ago
util.h Use pledge(2) and unveil(2) on OpenBSD 4 years ago