summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2020-09-07make acl lookup 450x faster by using sblistrofl0r
2020-09-07acl: typedef access_list to acl_list_trofl0r
2020-09-07check_acl: do full_inet_pton() only once per iprofl0r
2020-09-07get_request_entity: respect user-set timeoutrofl0r
2020-09-07README.md: describe how transparent proxying can be usedrofl0r
2020-09-07change loglevel of start/stop/reload messages to NOTICErofl0r
2020-09-07upstream: fix ip/mask calculation for types other than nonerofl0r
2020-09-07website stylesheet: added pre margin-bottom: 20px.Brett Randall
2020-09-07html-error: substitute template variables via a regexrofl0r
2020-09-07Do not give error while storing invalid header[anp/hsw]
2020-09-07config parser: increase possible line length limitrofl0r
2020-09-06manpages: update copyright yearsrofl0r
2020-09-06update documentation about signalsrofl0r
2020-09-06allow SIGUSR1 to be used as an alternative to SIGHUProfl0r
2020-09-06main.c: remove set_signal_handler code duplicationrofl0r
2020-09-06do not catch SIGHUP in foreground-moderofl0r
2020-09-06configure.ac: fail if version script returns empty stringrofl0r
2020-09-06send_html_file(): also set empty variables to "(unknown)"rofl0r
2020-09-06version.sh: fix empty result when git describe failsrofl0r
2020-09-06run_tests.sh: print more diagnostic if killing tp failsrofl0r
2020-09-06run_tests.sh: print pid if killing tp failsrofl0r
2020-09-06configure.ac: check for all "desired" CFLAGS at oncerofl0r