summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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-27add conf-tokens.gperf to EXTRA_DISTrofl0r
2020-09-18transparent: workaround old glibc bug on RHEL7rofl0r
2020-09-17child_kill_children(): use method that actually worksrofl0r
2020-09-17tune error messages to show select or poll depending on what is usedrofl0r
2020-09-16add autoconf test and fallback code for systems without gperfrofl0r
2020-09-16main: print error when config_init() failsrofl0r
2020-09-16speed up big config parsing by 2x using gperfrofl0r
2020-09-16conf.c: simplify the huge IPV6 regexrofl0r
2020-09-16acl.c: detect invalid ipv6 stringrofl0r
2020-09-16conf.c: warn when encountering invalid addressrofl0r
2020-09-16conf: use cpp stringification for STDCONF macrorofl0r
2020-09-16conf: merge upstream/upstream_none into single regex/handlerrofl0r
2020-09-16move config reload message to reload_config()rofl0r
2020-09-16remove vector remainsrofl0r
2020-09-16log_message_storage: use sblistrofl0r
2020-09-16listen_addrs: use sblistrofl0r
2020-09-16basicauth: use sblistrofl0r
2020-09-16connect_ports: use sblistrofl0r
2020-09-16add_header: use sblistrofl0r
2020-09-16listen_fds: use sblistrofl0r
2020-09-15free a mem leak by statically allocating global statsbufrofl0r
2020-09-15main: include loop headerrofl0r
2020-09-15free() loop records toorofl0r
2020-09-15use poll() where availablerofl0r
2020-09-15prepare transition to poll()rofl0r
2020-09-15refactor conns.[ch], put conn_s into child structrofl0r
2020-09-15hsearch: add seed to prevent another CVE-2012-3505 instancerofl0r
2020-09-15replace leftover users of hashmap with htabrofl0r
2020-09-15save headers in an ordered dictionaryrofl0r
2020-09-15fix free()ing of config itemsrofl0r
2020-09-15shutdown: free children from right placerofl0r
2020-09-15Revert "childs.c: fix minor memory leak"rofl0r
2020-09-15childs.c: fix minor memory leakrofl0r
2020-09-14main: orderly shutdown on SIGINT toorofl0r
2020-09-14conf.c: include common.hrofl0r
2020-09-13fix get_request_entity()rofl0r
2020-09-12add_new_errorpage(): fix segfault accessing global configrofl0r
2020-09-12vector.h: missing include <unistd.h> for ssize_trofl0r