summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-12-21simplify codebase by using one thread/conn, instead of preforked procsrofl0r
2019-12-21start work on 1.11.xrofl0r
2019-11-27Use gai_strerror() to report errors of getaddrinfo() and getnameinfo()Martin Kutschker
2019-08-20Fixes #256 Provides ::1 as allowedAndre Mas
2019-06-14fix usage of stathost in combination with basic authrofl0r
2019-05-05filter file: Don't ignore lines with leading whitespace (#239)Janosch Hoffmann
2018-12-15child.c: properly initialize fdset for each select() call (#216)rofl0r
2018-11-23Basic Auth: allow almost all possible characters for user/passVasily
2018-09-05build: Remove now unused TINYPROXY_UNSTABLE variable from configureMichael Adam
2018-09-05tinyproxy.8: remove l flag from short optionsrofl0r
2018-09-05build: add new version mechanism based on VERSION file and a version.sh scriptMichael Adam
2018-09-01Release 1.10.0Michael Adam
2018-09-01docs: update the copyright notice in the manpagesMichael Adam
2018-09-01Update AUTHORSMichael Adam
2018-09-01scripts: add a script to generate the AUTHORS file from gitMichael Adam
2018-09-01Remove xml-based AUTHORS mechanism. AUTHORS is checked in.Michael Adam
2018-09-01Remove unused authors.c/authors.h and generation mechanism.Michael Adam
2018-09-01main: remove the "-l" switch to display the license and authorsMichael Adam
2018-09-01NEWS: just mention to use git logMichael Adam
2018-09-01configure: remove unused variablesMichael Adam
2018-05-29fix socks5 upstream user/pass subnegotiation checkrofl0r
2018-03-29fix basicauth string comparisonrofl0r
2018-03-27html-error: Make a switch fallthrough explicitMichael Adam
2018-03-23upstream: Fix case of empty string domain.Michael Adam
2018-03-23install tinyproxy to bin/, not /sbinrofl0r
2018-02-27make bind option usable with transparent proxy toorofl0r
2018-02-27enable transparent proxy by defaultrofl0r
2018-02-27implement user/password auth for socks5 upstream proxyrofl0r
2018-02-25update upstream syntax in manpage templaterofl0r
2018-02-25config: unify upstream syntax for http,socks4,socks5 and nonerofl0r
2018-02-25configure.ac: remove -pedanticrofl0r
2018-02-25rename members of proxy_type enum to have a common prefixrofl0r
2018-02-25fix early loggingrofl0r
2018-02-25make send_stored_logs staticrofl0r
2018-02-25implement HTTP basic auth for upstream proxiesrofl0r
2018-02-25basicauth.[ch]: refactor to make basicauth_string() reusablerofl0r
2018-02-25fix possible memory leakbertliao
2018-02-23Remove #ifdef for HAVE_SYSLOG_HJohn Weldon
2018-02-09Fix CVE-2017-11747: Create PID file before dropping privileges.Michael Adam
2018-02-06move base64 code into own filerofl0r
2018-02-06Basic Auth: send correct response codes and headers acc. to rfc7235rofl0r
2018-02-06add support for basic HTTP authenticationrofl0r
2018-02-06tinyproxy.conf.in: add example for SOCKS upstreamrofl0r
2018-02-06fix types used in SOCKS4/5 support coderofl0r
2018-02-06add SOCKS upstream proxy support (socks4/socks5)Gonzalo Tornaria
2018-02-06activate reverse proxy support by defaultrofl0r
2017-12-04safe_write/read: take void* buffer for generic userofl0r
2017-11-29configure.ac: remove -Wc++-compatrofl0r
2017-11-27Add example value for Log Level settingBrian Cain
2017-11-16log to stdout if no logfile specifiedrofl0r