A minimal but flexible directory listing server
Find a file
Laslo Hunhold 0b1c60eea2 Rename _i,_argused to i_,argused_
Thanks Michael Forney for reporting this! We cannot use identifiers
beginning with an underscore, says the C99-standard, section 7.1.3:

"All identifiers that begin with an underscore are always reserved for
use as identifiers with file scope in both the ordinary and tag name
spaces."

We go around this by putting the underscore at the end.
2017-08-04 17:57:58 +02:00
arg.h Rename _i,_argused to i_,argused_ 2017-08-04 17:57:58 +02:00
config.def.h use extended regex and fix example regex for realsies 2017-07-22 13:23:10 +02:00
config.mk config.mk: fix warning about strptime on glibc 2017-06-28 20:20:10 +02:00
LICENSE Change the license formatting a bit to be in line with the OSI 2017-08-04 17:14:02 +02:00
Makefile Rewrite quark from the ground up again 2017-06-20 21:40:00 +02:00
quark.1 Allow switching vhosts using flags and rework the usage 2017-07-11 15:02:00 +02:00
quark.c Improve vhost handling and fix an uninitialized variable use 2017-08-02 08:51:16 +02:00