summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-16tests: add some AddHeader directivesrofl0r
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-15run_tests_valgrind: use tougher valgrind settingsrofl0r
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-14run_tests: make travis happy, use signal nr instead of namerofl0r
2020-09-14conf.c: include common.hrofl0r
2020-09-13run_tests: do some more extensive testingrofl0r
2020-09-13fix get_request_entity()rofl0r
2020-09-13tests/webclient: return error when HTTP status > 399rofl0r
2020-09-12add_new_errorpage(): fix segfault accessing global configrofl0r
2020-09-12vector.h: missing include <unistd.h> for ssize_trofl0r
2020-09-10handle_connection(): print process_*_headers errno informationrofl0r
2020-09-10handle_connection: replace "goto fail" with func callrofl0r
2020-09-10handle_connection(): factor out failure coderofl0r
2020-09-09remove bogus custom timeout handling coderofl0r
2020-09-09fix negative timeout resulting in select() EINVALrofl0r
2020-09-08duplicate HTTP version also in error messagesrofl0r
2020-09-08add support for outgoing connections with HTTP/1.1rofl0r
2020-09-08get_request_entity: fix regression w/ CONNECT methodrofl0r