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
2021-06-11
WIP: cares
build
Mikael Magnusson
2021-06-11
WIP: cares
Mikael Magnusson
2021-06-10
WIP: cares
Mikael Magnusson
2021-06-10
WIP: cares resolvers
Mikael Magnusson
2021-06-10
debug bind
Mikael Magnusson
2021-06-10
fix memcpy size
Mikael Magnusson
2021-06-10
WIP
Mikael Magnusson
2021-06-10
WIP: BindIPv6Mapped
Mikael Magnusson
2021-06-10
WIP: BindIPv4Mapped
Mikael Magnusson
2021-05-13
Include limits.h to fix build on OSX
Alex Wied
2021-05-10
conf: do not warn about missing user directive unless root
rofl0r
2021-05-09
filter: hard error when filter file doesn't exist
rofl0r
2021-04-16
add support for outgoing connections with HTTP/1.1
rofl0r
2021-04-16
make upstream site-spec ipv6 compatible, refactor acl code
rofl0r
2021-04-16
reverse: redirect if path without trailing slash is detected
rofl0r
2021-03-28
reverse: ensure paths always end with a slash
rofl0r
2021-03-28
htab: prevent filling up of table with tombstones
rofl0r
2021-03-28
refactor html-error so send_http_headers() can take extra arg
rofl0r
2021-03-14
orderedmap: fix memory leak when using orderedmap_remove()
rofl0r
2021-03-14
htab_delete(): fix failure to set tombstone
rofl0r
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
add conf-tokens.gperf to EXTRA_DIST
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
[next]