summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-06-11WIP: caresbuildMikael Magnusson
2021-06-11WIP: caresMikael Magnusson
2021-06-10WIP: caresMikael Magnusson
2021-06-10WIP: cares resolversMikael Magnusson
2021-06-10Merge branches 'bind-ipv4mapped' and 'support_http_11' into buildMikael Magnusson
2021-06-10debug bindMikael Magnusson
2021-06-10fix memcpy sizeMikael Magnusson
2021-06-10WIPMikael Magnusson
2021-06-10WIP: BindIPv6MappedMikael Magnusson
2021-06-10WIP: BindIPv4MappedMikael Magnusson
2021-05-13Include limits.h to fix build on OSXAlex Wied
2021-05-13github actions: don't run "make test" on macos it currenctly failsMichael Adam
2021-05-13github actions: add macos testsMichael Adam
2021-05-12Fix github actionsMichael Adam
2021-05-12Add github actions workflow for new CIMichael Adam
2021-05-10manpage: improve FilterDefaultDeny paragraphrofl0r
2021-05-10conf: do not warn about missing user directive unless rootrofl0r
2021-05-09filter: hard error when filter file doesn't existrofl0r
2021-05-09manpage: URL-based filtering is no longer recommendedrofl0r
2021-04-16add support for outgoing connections with HTTP/1.1rofl0r
2021-04-16make upstream site-spec ipv6 compatible, refactor acl coderofl0r
2021-04-16reverse: redirect if path without trailing slash is detectedrofl0r
2021-04-16Release 1.11.0rofl0r
2021-03-28reverse: ensure paths always end with a slashrofl0r
2021-03-28htab: prevent filling up of table with tombstonesrofl0r
2021-03-28refactor html-error so send_http_headers() can take extra argrofl0r
2021-03-14orderedmap: fix memory leak when using orderedmap_remove()rofl0r
2021-03-14htab_delete(): fix failure to set tombstonerofl0r
2021-02-13configure: check whether gperf is compatiblerofl0r
2020-10-19http-message: fix UB passing long to format string expecting introfl0r
2020-10-19reqs: fix UB passing ssize_t to format string expecting introfl0r
2020-10-19log: replace non-mt-safe localtime() with localtime_r()rofl0r
2020-10-19replace usage of non-threadsafe gmtime() with gmtime_r()rofl0r
2020-10-19Allow multiple Bind directives.Anton Khirnov
2020-10-19sock: add missing format specifier to log_message()Anton Khirnov
2020-10-19log.c: fix format string argsrofl0r
2020-10-19html-error: move common.h inclusion back to toprofl0r
2020-10-01conf: move inclusion of common.h back to the startrofl0r
2020-09-30acl: fix regression using ipv6 with netmaskrofl0r
2020-09-30conf: only treat space and tab as whitespacerofl0r
2020-09-30conf: use [0-9] instead of [[:digit:]] for shorter re stringsrofl0r
2020-09-30print linenumber from all conf-emitted warningsrofl0r
2020-09-30log: print timestamps with millisecond precisionrofl0r
2020-09-30change loglevel of "Not running as root" message to INFOrofl0r
2020-09-30conf: remove bogus support for hex literalsrofl0r
2020-09-30speed up build by only including regex.h where neededrofl0r
2020-09-27Release 1.11.0-rc1rofl0r
2020-09-27add conf-tokens.gperf to EXTRA_DISTrofl0r
2020-09-27version.sh: relax regex for release tag detectionrofl0r
2020-09-27version.sh: replace -g with -git-rofl0r