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-11-16
debug bind
bind-ipv4mapped
Mikael Magnusson
2020-11-16
fix memcpy size
Mikael Magnusson
2020-11-10
WIP
Mikael Magnusson
2020-11-10
WIP: BindIPv6Mapped
Mikael Magnusson
2020-11-07
WIP: BindIPv4Mapped
Mikael Magnusson
2020-10-19
http-message: fix UB passing long to format string expecting int
rofl0r
2020-10-19
reqs: fix UB passing ssize_t to format string expecting int
rofl0r
2020-10-19
log: replace non-mt-safe localtime() with localtime_r()
rofl0r
2020-10-19
replace usage of non-threadsafe gmtime() with gmtime_r()
rofl0r
2020-10-19
Allow multiple Bind directives.
Anton Khirnov
2020-10-19
sock: add missing format specifier to log_message()
Anton Khirnov
2020-10-19
log.c: fix format string args
rofl0r
2020-10-19
html-error: move common.h inclusion back to top
rofl0r
2020-10-01
conf: move inclusion of common.h back to the start
rofl0r
2020-09-30
acl: fix regression using ipv6 with netmask
rofl0r
2020-09-30
conf: only treat space and tab as whitespace
rofl0r
2020-09-30
conf: use [0-9] instead of [[:digit:]] for shorter re strings
rofl0r
2020-09-30
print linenumber from all conf-emitted warnings
rofl0r
2020-09-30
log: print timestamps with millisecond precision
rofl0r
2020-09-30
change loglevel of "Not running as root" message to INFO
rofl0r
2020-09-30
conf: remove bogus support for hex literals
rofl0r
2020-09-30
speed up build by only including regex.h where needed
rofl0r
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
[next]