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-09-10
handle_connection(): factor out failure code
rofl0r
2020-09-09
remove bogus custom timeout handling code
rofl0r
2020-09-09
fix negative timeout resulting in select() EINVAL
rofl0r
2020-09-08
get_request_entity: fix regression w/ CONNECT method
rofl0r
2020-09-07
make acl lookup 450x faster by using sblist
rofl0r
2020-09-07
acl: typedef access_list to acl_list_t
rofl0r
2020-09-07
check_acl: do full_inet_pton() only once per ip
rofl0r
2020-09-07
get_request_entity: respect user-set timeout
rofl0r
2020-09-07
README.md: describe how transparent proxying can be used
rofl0r
2020-09-07
change loglevel of start/stop/reload messages to NOTICE
rofl0r
2020-09-07
upstream: fix ip/mask calculation for types other than none
rofl0r
2020-09-07
website stylesheet: added pre margin-bottom: 20px.
Brett Randall
2020-09-07
html-error: substitute template variables via a regex
rofl0r
2020-09-07
Do not give error while storing invalid header
[anp/hsw]
2020-09-07
config parser: increase possible line length limit
rofl0r
2020-09-06
manpages: update copyright years
rofl0r
2020-09-06
update documentation about signals
rofl0r
2020-09-06
allow SIGUSR1 to be used as an alternative to SIGHUP
rofl0r
2020-09-06
main.c: remove set_signal_handler code duplication
rofl0r
2020-09-06
do not catch SIGHUP in foreground-mode
rofl0r
2020-09-06
configure.ac: fail if version script returns empty string
rofl0r
2020-09-06
send_html_file(): also set empty variables to "(unknown)"
rofl0r
2020-09-06
version.sh: fix empty result when git describe fails
rofl0r
2020-09-06
run_tests.sh: print more diagnostic if killing tp fails
rofl0r
2020-09-06
run_tests.sh: print pid if killing tp fails
rofl0r
2020-09-06
configure.ac: check for all "desired" CFLAGS at once
rofl0r
2020-09-06
configure.ac: remove unused checks for malloc/realloc
rofl0r
2020-09-06
configure.ac: remove check for strdup()
rofl0r
2020-09-06
transparent: remove usage of inet_ntoa(), make IPv6 ready
rofl0r
2020-09-06
add tinyproxy website template to docs/web
rofl0r
2020-09-06
Added BasicAuth to tinyproxy.conf man page.
Brett Randall
2020-09-05
filter: reduce memory usage, fix OOM crashes
rofl0r
2020-09-05
filter: fix documentation about rules
rofl0r
2020-09-01
Change loglevel for "Maximum number of connections reached"
Nicolai Søborg
2020-08-20
travis: asciidoc is no longer needed
rofl0r
2020-08-19
generate manpages with pod2man instead of a2x/asciidoc(tor)
rofl0r
2020-08-19
tinyproxy.conf.5: fix typo
rofl0r
2020-08-19
tinyproxy.conf.5: document upstream null-routing
rofl0r
2020-08-19
tinyproxy.conf.5: clarify that upstream none makes direct connection
rofl0r
2020-08-19
upstream: allow port 0 to be specified
rofl0r
2020-08-12
add configure option to disable manpage generation
rofl0r
2020-08-11
configure.ac: remove obsolete check for xsltproc
rofl0r
2020-08-11
travis: remove make distcheck
rofl0r
2020-08-11
move manpages to maintainer-clean make target
rofl0r
2020-08-11
configure.ac: fix typo checking for asciidoctor in release
rofl0r
2020-08-11
travis: run make clean before second compile
rofl0r
2020-08-11
add support for asciidoctor to generate manpages
rofl0r
2020-07-15
enforce socket timeout on new sockets via setsockopt()
rofl0r
2020-07-06
add a comment example in the filter file example
LucasVerneyDGE
2020-07-06
fix check_acl compilation with --enable-debug
xiejianjun
[prev]
[next]