Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-29 | const-ify var + missing argument | Omar Polo | |
2021-01-29 | accept a wider range of UNICODE codepoints while parsing hostnames | Omar Polo | |
2021-01-29 | puny_decode: set an error string | Omar Polo | |
2021-01-29 | typo | Omar Polo | |
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 | manual improvements & add section about MIME | Omar Polo | |
2021-01-28 | don't log the SNI & matching | Omar Polo | |
I'll re-enable this when i'll improve the logging | |||
2021-01-28 | don't include err.h, gmid.h (via config.h) does that | Omar Polo | |
2021-01-28 | warn about punycode in server definition | Omar Polo | |
2021-01-28 | legibility: use p[n] instead of (*(p + n)) | Omar Polo | |
2021-01-28 | punycode: refactoring | Omar Polo | |
use the correct term "label" instead of "component" when speaking about the parts of a hostname. Also, fix the sizes for max hostname and label. | |||
2021-01-28 | delete unused constant | Omar Polo | |
2021-01-28 | correct copyright date | Omar Polo | |
2021-01-28 | remove unused function | Omar Polo | |
2021-01-27 | -v for verbose logging | Omar Polo | |
2021-01-27 | the daemon option was removed | Omar Polo | |
2021-01-27 | add certificate generation in features list | Omar Polo | |
2021-01-27 | improve configuration parsing error | Omar Polo | |
2021-01-27 | adjust CFLAGS detection | Omar Polo | |
2021-01-27 | const-ify strings in struct location | Omar Polo | |
2021-01-27 | compiler warnings | Omar Polo | |
2021-01-27 | drop unused variable | Omar Polo | |
2021-01-27 | use starts_with in puny.c | Omar Polo | |
2021-01-27 | log info about SNI, punycode and matched vhost | Omar Polo | |
2021-01-27 | some null checks | Omar Polo | |
2021-01-27 | trim_req_iri: set error string | Omar Polo | |
2021-01-27 | make configless mode works again. also accept every host | Omar Polo | |
2021-01-27 | customizable servname & verbose + misc tweaks | Omar Polo | |
* add -H for explicit servname (for SNI) * add -v to print also the request * misc tweaks: move *flag variables to global scope (initialisation to 0 for free!) and explicit handshake. | |||
2021-01-27 | readme tweaks | Omar Polo | |
fix features list and talk about I18N | |||
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-27 | const-ify puny_decode (and add puny.c) | Omar Polo | |
2021-01-27 | sync deps and sandbox info | Omar Polo | |
2021-01-27 | typo | Omar Polo | |
2021-01-27 | initial punycode support | Omar Polo | |
2021-01-27 | sane defaults for the config-less mode | Omar Polo | |
2021-01-25 | [seccomp] allow getrandom | Omar Polo | |
2021-01-25 | gen compat for getprogname | Omar Polo | |
2021-01-25 | adding openssl test | Omar Polo | |
2021-01-25 | unveil x the vhosts directories | Omar Polo | |
2021-01-25 | we don't need unveil "x" in listener | Omar Polo | |
not a big deal, since the pledge prohibits us to exec, but nevertheless. | |||
2021-01-25 | fix docker example | Omar Polo | |
2021-01-25 | typo | Omar Polo | |
2021-01-25 | readme addition | Omar Polo | |
2021-01-25 | added missing argument for -H | Omar Polo | |
2021-01-25 | sync | Omar Polo | |
2021-01-25 | sync manpage with actual usage and improve examples | Omar Polo | |
2021-01-25 | rework the configless mode: change flags and generate certs | Omar Polo | |
2021-01-25 | mention chroot | Omar Polo | |
2021-01-25 | sync | Omar Polo | |