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-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
2020-03-18
transparent: fix invalid memory access
rofl0r
2020-03-16
anonymous: fix segfault loading config item
rofl0r
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
[prev]
[next]