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
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
2013-11-23
buffer: reduce indentation in read_buffer()
Michael Adam
2013-11-23
reqs: fix typo in a debug message in get_request_entity()
Michael Adam
2013-11-23
transparent: make transparent support compile after introduction of multi Listen
Michael Adam
2013-11-23
child: remove use of config.listen_addrs in child_listening_sockets()
Michael Adam
2013-11-22
reqs: Fix CID 1130969 (part 3) - unchecked return value from library.
Michael Adam
2013-11-22
reqs: Fix CID 1130969 (part 2) - unchecked return value from library.
Michael Adam
2013-11-22
reqs: Fix CID 1130972 - remove logically dead code.
Michael Adam
2013-11-22
network: Fix CID 113095 - unchecked return value from library
Michael Adam
2013-11-22
child: check return code of socket_blocking for accept in child_main
Michael Adam
2013-11-22
child: Fix CID 1130966 - unchecked return value from library
Michael Adam
2013-11-22
reqs: Fix CID 1130967 - unchecked return value from library.
Michael Adam
2013-11-22
reqs: Fix CID 1130968 - unchecked return value from library
Michael Adam
2013-11-22
reqs: rename a variable.
Michael Adam
2013-11-22
reqs: fix CID 1130969 - unchecked return code from library
Michael Adam
2013-11-22
reqs: fix CID 1130970 - unchecked return code from library
Michael Adam
2013-11-22
conf: Fix CID 1130973 - resource leak.
Michael Adam
2013-11-16
BB#106: remove now unused extract_ssl_url.
Michael Adam
2013-11-16
BB#106: fix CONNECT requsts with IPv6 literal addresses as host.
Michael Adam
2013-11-16
BB#106: add default_port argument to extract_http_url and rename it to extrac...
Michael Adam
2013-11-16
req: move a variable into the scope where it is used in extract_http_url()
Michael Adam
2013-11-16
BB#116: fix invalid free when connecting to ipv6 literal address
Michael Adam
2013-11-16
sock: add debug messages to opensock()
Michael Adam
2013-11-09
[BB#63] conf: Allow multiple Listen statements in the config.
Michael Adam
2013-11-09
[BB#81] allow listening on multiple families when no Listen is provided in co...
Michael Adam
[prev]
[next]