summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2020-03-18transparent: fix invalid memory accessrofl0r
2020-03-16anonymous: fix segfault loading config itemrofl0r
2020-01-15conf: use 2 swappable conf slots, so old config can stay validrofl0r
2020-01-15conf: fix loading of default valuesrofl0r
2020-01-15remove duplicate code calling reload_config_file()rofl0r
2020-01-15access config via a pointer, not a hardcoded struct addressrofl0r
2020-01-15remove config file name item from conf structrofl0r
2020-01-15remove godaemon member from config structurerofl0r
2020-01-15log: remove special case code for daemonized mode without logfilerofl0r
2020-01-15syslog: always use LOG_USER facilityrofl0r
2020-01-15move commandline parsing to main()rofl0r
2020-01-15move initialize_config_defaults to conf.crofl0r
2019-12-21implement detection and denial of endless connection loopsrofl0r
2019-12-21do hostname resolution only when it is absolutely necessary for ACL checkrofl0r
2019-12-21move sockaddr_union to sock.hrofl0r
2019-12-21log.c: protect logging facility with a mutexrofl0r
2019-12-21conf.c: merely warn on encountering recently obsoleted config itemsrofl0r