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
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
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
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
conf.c: include common.h
rofl0r
2020-09-13
fix get_request_entity()
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
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
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
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
send_html_file(): also set empty variables to "(unknown)"
rofl0r
2020-09-06
transparent: remove usage of inet_ntoa(), make IPv6 ready
rofl0r
2020-09-05
filter: reduce memory usage, fix OOM crashes
rofl0r
2020-09-01
Change loglevel for "Maximum number of connections reached"
Nicolai Søborg
2020-08-19
upstream: allow port 0 to be specified
rofl0r
2020-07-15
enforce socket timeout on new sockets via setsockopt()
rofl0r
[next]