Tree for my work on http://tools.suckless.org/quark/
Find a file
Josuah Demangeon c3ddb2dd14 permit prefix to be empty in -v format string
The previous parsing of the -v vhosts made sure there were 4 tokens.
If there was no prefix specified, usage() is called.  Now, it only
checks for the firsts 3, with .prefix set to null if there are only
3 tokens.
2018-04-02 09:57:58 +02:00
arg.h Rename _i,_argused to i_,argused_ 2017-08-04 17:57:58 +02:00
config.def.h Introduce flag-centric usage 2018-03-05 00:14:25 +01:00
config.mk Be extra pedantic again and remove all warnings 2018-03-05 00:30:53 +01:00
http.c Update the documentation to reflect the new flag-centric usage 2018-03-05 09:51:29 +01:00
http.h Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
LICENSE util: don't initialize server, it's already done in main() 2018-03-05 01:00:50 +01:00
main.c permit prefix to be empty in -v format string 2018-04-02 09:57:58 +02:00
Makefile Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
quark.1 permit prefix to be empty in -v format string 2018-04-02 09:57:58 +02:00
resp.c Be extra pedantic again and remove all warnings 2018-03-05 00:30:53 +01:00
resp.h Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
sock.c Add netinet/in.h to sock.c 2018-03-05 10:24:46 +01:00
sock.h Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
util.c util: don't initialize server, it's already done in main() 2018-03-05 01:00:50 +01:00
util.h Update the documentation to reflect the new flag-centric usage 2018-03-05 09:51:29 +01:00