index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-21
simplify codebase by using one thread/conn, instead of preforked procs
rofl0r
2019-12-21
start work on 1.11.x
rofl0r
2019-11-27
Use gai_strerror() to report errors of getaddrinfo() and getnameinfo()
Martin Kutschker
2019-08-20
Fixes #256 Provides ::1 as allowed
Andre Mas
2019-06-14
fix usage of stathost in combination with basic auth
rofl0r
2019-05-05
filter file: Don't ignore lines with leading whitespace (#239)
Janosch Hoffmann
2018-12-15
child.c: properly initialize fdset for each select() call (#216)
rofl0r
2018-11-23
Basic Auth: allow almost all possible characters for user/pass
Vasily
2018-09-05
build: Remove now unused TINYPROXY_UNSTABLE variable from configure
Michael Adam
2018-09-05
tinyproxy.8: remove l flag from short options
rofl0r
2018-09-05
build: add new version mechanism based on VERSION file and a version.sh script
Michael Adam
2018-09-01
Release 1.10.0
Michael Adam
2018-09-01
docs: update the copyright notice in the manpages
Michael Adam
2018-09-01
Update AUTHORS
Michael Adam
2018-09-01
scripts: add a script to generate the AUTHORS file from git
Michael Adam
2018-09-01
Remove xml-based AUTHORS mechanism. AUTHORS is checked in.
Michael Adam
2018-09-01
Remove unused authors.c/authors.h and generation mechanism.
Michael Adam
2018-09-01
main: remove the "-l" switch to display the license and authors
Michael Adam
2018-09-01
NEWS: just mention to use git log
Michael Adam
2018-09-01
configure: remove unused variables
Michael Adam
2018-05-29
fix socks5 upstream user/pass subnegotiation check
rofl0r
2018-03-29
fix basicauth string comparison
rofl0r
2018-03-27
html-error: Make a switch fallthrough explicit
Michael Adam
2018-03-23
upstream: Fix case of empty string domain.
Michael Adam
2018-03-23
install tinyproxy to bin/, not /sbin
rofl0r
2018-02-27
make bind option usable with transparent proxy too
rofl0r
2018-02-27
enable transparent proxy by default
rofl0r
2018-02-27
implement user/password auth for socks5 upstream proxy
rofl0r
2018-02-25
update upstream syntax in manpage template
rofl0r
2018-02-25
config: unify upstream syntax for http,socks4,socks5 and none
rofl0r
2018-02-25
configure.ac: remove -pedantic
rofl0r
2018-02-25
rename members of proxy_type enum to have a common prefix
rofl0r
2018-02-25
fix early logging
rofl0r
2018-02-25
make send_stored_logs static
rofl0r
2018-02-25
implement HTTP basic auth for upstream proxies
rofl0r
2018-02-25
basicauth.[ch]: refactor to make basicauth_string() reusable
rofl0r
2018-02-25
fix possible memory leak
bertliao
2018-02-23
Remove #ifdef for HAVE_SYSLOG_H
John Weldon
2018-02-09
Fix CVE-2017-11747: Create PID file before dropping privileges.
Michael Adam
2018-02-06
move base64 code into own file
rofl0r
2018-02-06
Basic Auth: send correct response codes and headers acc. to rfc7235
rofl0r
2018-02-06
add support for basic HTTP authentication
rofl0r
2018-02-06
tinyproxy.conf.in: add example for SOCKS upstream
rofl0r
2018-02-06
fix types used in SOCKS4/5 support code
rofl0r
2018-02-06
add SOCKS upstream proxy support (socks4/socks5)
Gonzalo Tornaria
2018-02-06
activate reverse proxy support by default
rofl0r
2017-12-04
safe_write/read: take void* buffer for generic use
rofl0r
2017-11-29
configure.ac: remove -Wc++-compat
rofl0r
2017-11-27
Add example value for Log Level setting
Brian Cain
2017-11-16
log to stdout if no logfile specified
rofl0r
[next]