summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2017-11-16do not create a pidfile, if none is specified in configrofl0r
2017-11-16Issue 15 fix. PRPablo Panero
2017-11-16tinyproxy.conf.in: default to allow CONNECT method more broadlyrofl0r
2017-11-16Update README.mdSteven Conaway
2017-08-24Merge pull request #100 from dmd/patch-1Michael Adam
2017-07-18tinyproxy configure does not actually support enable-staticDaniel M. Drucker
2017-03-30Merge pull request #86 from obnoxxx/getipstring1Michael Adam
2017-03-29network: honour result of inet_ntop in get_ip_string()Michael Adam
2017-03-29network: let get_ip_string() return const char * instead of const charMichael Adam
2017-03-29Merge pull request #66 from rofl0r/configure_trimMichael Adam
2017-03-29Merge pull request #67 from dmz-uk/patch-1Michael Adam
2017-03-29Merge pull request #85 from rofl0r/fix_72Michael Adam
2017-03-27src/Makefile.am: fix spaces vs TABrofl0r