Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | include string.h | Omar Polo | |
openbsd and freebsd yacc include string.h in the generated sources, bison (tested on alpine at least) don't | |||
2021-01-28 | fix build | Omar Polo | |
2021-01-28 | warn about punycode in server definition | Omar Polo | |
2021-01-27 | improve configuration parsing error | Omar Polo | |
2021-01-27 | const-ify strings in struct location | Omar Polo | |
2021-01-27 | drop the daemon config in favour of the -f flag | Omar Polo | |
Now it daemonize by default when running with a config, unless the -f flag is given. | |||
2021-01-25 | chroot & drop privileges | Omar Polo | |
2021-01-24 | added support for location blocks | Omar Polo | |
2021-01-24 | added support for location blocks | Omar Polo | |
2021-01-24 | added index option | Omar Polo | |
2021-01-21 | rename mimes to mime ; pass config esplicitly to mime* functions | Omar Polo | |
2021-01-19 | moving "default type" from global options to server options | Omar Polo | |
2021-01-19 | add "lang" server option | Omar Polo | |
2021-01-18 | add "mime" and "default type" option for the configuration | Omar Polo | |
2021-01-15 | add protocols to the config | Omar Polo | |
2021-01-15 | conf & vhosts | Omar Polo | |
* gmid.c (main): changed behaviour: daemon off by default (main): changed -c in -C (cert option) (main): changed -k in -K (key option, for consistency with -C) (main): added -c to load a configuration (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore (handle_handshake): add vhosts support |