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
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
2017-03-29
network: let get_ip_string() return const char * instead of const char
Michael Adam
2017-03-29
Merge pull request #66 from rofl0r/configure_trim
Michael Adam
2017-03-29
Merge pull request #67 from dmz-uk/patch-1
Michael Adam
2017-03-29
Merge pull request #85 from rofl0r/fix_72
Michael Adam
2017-03-27
src/Makefile.am: fix spaces vs TAB
rofl0r
2016-12-30
Prevent child from calling exit() on interrupt
dmz-uk
2016-12-27
Move lookup_variable into hashmap.c / hashmap.h
Greg
2016-12-27
Change signature for lookup_variable to take map instead of connptr
Greg
2016-12-21
configure: do not check for standard POSIX headers
rofl0r
2016-12-21
configure: do not check for standard C headers
rofl0r
2016-09-10
Continue with forward proxy if ReverseOnly is not true and no mapping availab...
Stephan Leemburg
2016-01-03
update URL
rofl0r
2014-12-13
BB#110 Increase number of hash buckets from 32 to 256.
Michael Adam
2014-12-13
BB#110 limit the number of headers per request to prevent DoS
Michael Adam
2014-12-13
BB#110 secure the hashmaps by adding a seed
Michael Adam
2014-12-13
BB#110 Replace hash function with Dan Bernstein's.
Peter H. Froehlich
2013-11-23
buffer: fix log message in read_buffer().
Michael Adam
[next]