summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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
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-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-07change loglevel of start/stop/reload messages to NOTICErofl0r
2020-09-07upstream: fix ip/mask calculation for types other than nonerofl0r
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-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-06send_html_file(): also set empty variables to "(unknown)"rofl0r
2020-09-06transparent: remove usage of inet_ntoa(), make IPv6 readyrofl0r
2020-09-05filter: reduce memory usage, fix OOM crashesrofl0r
2020-09-01Change loglevel for "Maximum number of connections reached"Nicolai Søborg
2020-08-19upstream: allow port 0 to be specifiedrofl0r
2020-07-15enforce socket timeout on new sockets via setsockopt()rofl0r
2020-07-06fix check_acl compilation with --enable-debugxiejianjun
2020-03-18transparent: fix invalid memory accessrofl0r
2020-03-16anonymous: fix segfault loading config itemrofl0r