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-27
Release 1.11.0-rc1
rofl0r
2020-09-27
add conf-tokens.gperf to EXTRA_DIST
rofl0r
2020-09-27
version.sh: relax regex for release tag detection
rofl0r
2020-09-27
version.sh: replace -g with -git-
rofl0r
2020-09-18
transparent: workaround old glibc bug on RHEL7
rofl0r
2020-09-17
child_kill_children(): use method that actually works
rofl0r
2020-09-17
tune error messages to show select or poll depending on what is used
rofl0r
2020-09-16
add autoconf test and fallback code for systems without gperf
rofl0r
2020-09-16
main: print error when config_init() fails
rofl0r
2020-09-16
speed up big config parsing by 2x using gperf
rofl0r
2020-09-16
conf.c: simplify the huge IPV6 regex
rofl0r
2020-09-16
acl.c: detect invalid ipv6 string
rofl0r
2020-09-16
conf.c: warn when encountering invalid address
rofl0r
2020-09-16
conf: use cpp stringification for STDCONF macro
rofl0r
2020-09-16
conf: merge upstream/upstream_none into single regex/handler
rofl0r
2020-09-16
move config reload message to reload_config()
rofl0r
2020-09-16
remove vector remains
rofl0r
2020-09-16
log_message_storage: use sblist
rofl0r
2020-09-16
tests: add some AddHeader directives
rofl0r
2020-09-16
listen_addrs: use sblist
rofl0r
2020-09-16
basicauth: use sblist
rofl0r
2020-09-16
connect_ports: use sblist
rofl0r
2020-09-16
add_header: use sblist
rofl0r
2020-09-16
listen_fds: use sblist
rofl0r
2020-09-15
run_tests_valgrind: use tougher valgrind settings
rofl0r
2020-09-15
free a mem leak by statically allocating global statsbuf
rofl0r
2020-09-15
main: include loop header
rofl0r
2020-09-15
free() loop records too
rofl0r
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
[next]