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-15
use poll() where available
rofl0r
2020-09-15
prepare transition to poll()
rofl0r
2020-09-15
refactor conns.[ch], put conn_s into child struct
rofl0r
2020-09-15
hsearch: add seed to prevent another CVE-2012-3505 instance
rofl0r
2020-09-15
replace leftover users of hashmap with htab
rofl0r
2020-09-15
save headers in an ordered dictionary
rofl0r
2020-09-15
fix free()ing of config items
rofl0r
2020-09-15
shutdown: free children from right place
rofl0r
2020-09-15
Revert "childs.c: fix minor memory leak"
rofl0r
2020-09-15
childs.c: fix minor memory leak
rofl0r
2020-09-14
main: orderly shutdown on SIGINT too
rofl0r
2020-09-14
run_tests: make travis happy, use signal nr instead of name
rofl0r
2020-09-14
conf.c: include common.h
rofl0r
2020-09-13
run_tests: do some more extensive testing
rofl0r
2020-09-13
fix get_request_entity()
rofl0r
2020-09-13
tests/webclient: return error when HTTP status > 399
rofl0r
2020-09-12
add_new_errorpage(): fix segfault accessing global config
rofl0r
2020-09-12
vector.h: missing include <unistd.h> for ssize_t
rofl0r
2020-09-10
handle_connection(): print process_*_headers errno information
rofl0r
2020-09-10
handle_connection: replace "goto fail" with func call
rofl0r
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
[next]