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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-01-15
conf: use 2 swappable conf slots, so old config can stay valid
rofl0r
2020-01-15
conf: fix loading of default values
rofl0r
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-11-27
Use gai_strerror() to report errors of getaddrinfo() and getnameinfo()
Martin Kutschker
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-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-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
implement user/password auth for socks5 upstream proxy
rofl0r
2018-02-25
config: unify upstream syntax for http,socks4,socks5 and none
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
fix types used in SOCKS4/5 support code
rofl0r
2018-02-06
add SOCKS upstream proxy support (socks4/socks5)
Gonzalo Tornaria
2017-12-04
safe_write/read: take void* buffer for generic use
rofl0r
2017-11-16
log to stdout if no logfile specified
rofl0r
2017-11-16
do not create a pidfile, if none is specified in config
rofl0r
2017-11-16
Issue 15 fix. PR
Pablo Panero
2017-03-29
network: honour result of inet_ntop in get_ip_string()
Michael Adam
[next]