summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-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
2020-09-06configure.ac: remove unused checks for malloc/reallocrofl0r
2020-09-06configure.ac: remove check for strdup()rofl0r
2020-09-06transparent: remove usage of inet_ntoa(), make IPv6 readyrofl0r
2020-09-06add tinyproxy website template to docs/webrofl0r
2020-09-06Added BasicAuth to tinyproxy.conf man page.Brett Randall
2020-09-05filter: reduce memory usage, fix OOM crashesrofl0r
2020-09-05filter: fix documentation about rulesrofl0r
2020-09-01Change loglevel for "Maximum number of connections reached"Nicolai Søborg
2020-08-20travis: asciidoc is no longer neededrofl0r
2020-08-19generate manpages with pod2man instead of a2x/asciidoc(tor)rofl0r
2020-08-19tinyproxy.conf.5: fix typorofl0r
2020-08-19tinyproxy.conf.5: document upstream null-routingrofl0r
2020-08-19tinyproxy.conf.5: clarify that upstream none makes direct connectionrofl0r
2020-08-19upstream: allow port 0 to be specifiedrofl0r
2020-08-12add configure option to disable manpage generationrofl0r
2020-08-11configure.ac: remove obsolete check for xsltprocrofl0r
2020-08-11travis: remove make distcheckrofl0r
2020-08-11move manpages to maintainer-clean make targetrofl0r
2020-08-11configure.ac: fix typo checking for asciidoctor in releaserofl0r
2020-08-11travis: run make clean before second compilerofl0r
2020-08-11add support for asciidoctor to generate manpagesrofl0r
2020-07-15enforce socket timeout on new sockets via setsockopt()rofl0r
2020-07-06add a comment example in the filter file exampleLucasVerneyDGE
2020-07-06fix check_acl compilation with --enable-debugxiejianjun