aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-17build docs + install and static targetsOmar Polo
2021-01-17re-enable daemon modeOmar Polo
2021-01-17fix runtime test on linuxOmar Polo
2021-01-17add runtime tests for the serverOmar Polo
2021-01-17grammarOmar Polo
2021-01-17sync changesOmar Polo
2021-01-17update readmeOmar Polo
2021-01-17we don't need to check for CGI anymoreOmar Polo
2021-01-17initial seccomp supportOmar Polo
2021-01-17missing breakOmar Polo
2021-01-17switch to getcwdOmar Polo
2021-01-16wordingOmar Polo
2021-01-16split into two processes: listener and executorOmar Polo
2021-01-15set SERVER_NAME to the vhost when executing CGI scriptsOmar Polo
2021-01-15drop inet_ntop leftoversOmar Polo
2021-01-15move cgi stuff to its own fileOmar Polo
2021-01-15add protocols to the configOmar Polo
2021-01-15sync changesOmar Polo
2021-01-15check also that the port number matchesOmar Polo
2021-01-15styleOmar Polo
2021-01-15sandbox also on FreeBSD with capsicumOmar Polo
2021-01-15update READMEOmar Polo
2021-01-15added sample configurationOmar Polo
2021-01-15normalize host name when parsing the IRIOmar Polo
2021-01-15conf & vhostsOmar Polo
2021-01-13typoOmar Polo
2021-01-13sync changesOmar Polo
2021-01-13normalize schema when parsing the IRIOmar Polo
2021-01-13track handshakesOmar Polo
2021-01-11avoid __dead and return at the end of mainOmar Polo
2021-01-11fix build on non-OpenBSD systems1.4.1Omar Polo
2021-01-11reject non-gemini protocols with 531.4Omar Polo
2021-01-11remove infinite loopOmar Polo
2021-01-11s/uri/iri since we accept IRIsOmar Polo
2021-01-11fix buildOmar Polo
2021-01-11new README + wording in manpageOmar Polo
2021-01-11fix remote_user for CGI and add -6 flag to enable ipv6Omar Polo
2021-01-10accept both ipv4 and ipv6Omar Polo
2021-01-10log also the port of the clientOmar Polo
2021-01-10make FATAL and LOG inline functionsOmar Polo
2021-01-10inline should be before type, gcc saysOmar Polo
2021-01-10macro reorderingOmar Polo
2021-01-09switch some macros to inline functionsOmar Polo
2021-01-09switch to Bjoern Hoehrmann UTF-8 decoderOmar Polo
2021-01-08remove leftovers from debuggingOmar Polo
2021-01-08simplify loopOmar Polo
2021-01-01simplify unveil/pledge callsOmar Polo
2020-12-28rename cgi_setpoll_on_* to cgi_poll_on_*Omar Polo
2020-12-28initialize error string to avoid returning garbageOmar Polo
2020-12-28fixing prototype orderOmar Polo