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-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
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
[prev]
[next]