aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-28ignore also SIGHUPOmar Polo
2020-12-28fix CGI with new IRI parserOmar Polo
2020-12-27fmtOmar Polo
2020-12-26typosOmar Polo
2020-12-26mention IRI in changelongOmar Polo
2020-12-26reject %00Omar Polo
2020-12-26IRI supportOmar Polo
2020-12-25mention the %2F caveatOmar Polo
2020-12-25implement a valid RFC3986 (URI) parserOmar Polo
2020-12-24added missing copyright stuffOmar Polo
2020-12-24moving declarations to header fileOmar Polo
2020-12-21improve wordingOmar Polo
2020-12-21always check absolutify_path returnOmar Polo
2020-12-21mention change in changelog fileOmar Polo
2020-12-21make -d handle correctly non-absolute pathsOmar Polo
2020-12-20reorder & fmtOmar Polo
2020-12-02logging reworked and daemonize by defaultOmar Polo
2020-12-02clients certs support for CGIOmar Polo
2020-11-18fix bug introduced in last version regarding full URLs1.3.2Omar Polo
2020-11-18mention the bugfix and tag 1.3.11.3.1Omar Polo
2020-11-18correctly handle also non absolute URLsOmar Polo
2020-11-18handle //example.com urlsOmar Polo
2020-11-18make port number configurableOmar Polo
2020-11-10fixed changelog format for old entries1.3Omar Polo
2020-11-10[cgi] added support for path parametersOmar Polo
2020-11-06regen readmeOmar Polo
2020-11-06documentation improvementsOmar Polo
2020-11-06[cgi] execute cgi scripts only inside a specific directoryOmar Polo
2020-11-06[cgi] set QUERY_STRING only if there is a query stringOmar Polo
2020-11-06[debug] print number of connected clients on SIGINFOOmar Polo