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
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
Merge branches 'bind-ipv4mapped' and 'support_http_11' into build
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-13
github actions: don't run "make test" on macos it currenctly fails
Michael Adam
2021-05-13
github actions: add macos tests
Michael Adam
2021-05-12
Fix github actions
Michael Adam
2021-05-12
Add github actions workflow for new CI
Michael Adam
2021-05-10
manpage: improve FilterDefaultDeny paragraph
rofl0r
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-05-09
manpage: URL-based filtering is no longer recommended
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-04-16
Release 1.11.0
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
2021-02-13
configure: check whether gperf is compatible
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
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
[next]