A minimal but flexible directory listing server
Find a file
Laslo Hunhold 6770dc06e6 Add netinet/in.h to sock.c
It was missing but necessary for some defines.
2018-03-05 10:24:46 +01: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 Update the documentation to reflect the new flag-centric usage 2018-03-05 09:51:29 +01:00
Makefile Refactor the single source file into multiple modules 2018-02-04 21:27:33 +01:00
quark.1 Update the documentation to reflect the new flag-centric usage 2018-03-05 09:51:29 +01: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