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
2020-01-15
remove duplicate code calling reload_config_file()
rofl0r
2020-01-15
access config via a pointer, not a hardcoded struct address
rofl0r
2020-01-15
remove config file name item from conf struct
rofl0r
2020-01-15
remove godaemon member from config structure
rofl0r
2020-01-15
log: remove special case code for daemonized mode without logfile
rofl0r
2020-01-15
syslog: always use LOG_USER facility
rofl0r
2020-01-15
move commandline parsing to main()
rofl0r
2020-01-15
move initialize_config_defaults to conf.c
rofl0r
2019-12-21
implement detection and denial of endless connection loops
rofl0r
2019-12-21
do hostname resolution only when it is absolutely necessary for ACL check
rofl0r
2019-12-21
move sockaddr_union to sock.h
rofl0r
2019-12-21
log.c: protect logging facility with a mutex
rofl0r
2019-12-21
conf.c: merely warn on encountering recently obsoleted config items
rofl0r
2019-12-21
conf.c: pass lineno to handler funcs
rofl0r
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
[next]