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
/
conf.c
Age
Commit message (
Expand
)
Author
2020-11-10
WIP: BindIPv6Mapped
Mikael Magnusson
2020-11-07
WIP: BindIPv4Mapped
Mikael Magnusson
2020-10-19
Allow multiple Bind directives.
Anton Khirnov
2020-10-01
conf: move inclusion of common.h back to the start
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
conf: remove bogus support for hex literals
rofl0r
2020-09-30
speed up build by only including regex.h where needed
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
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
listen_addrs: use sblist
rofl0r
2020-09-16
basicauth: use sblist
rofl0r
2020-09-16
add_header: use sblist
rofl0r
2020-09-15
replace leftover users of hashmap with htab
rofl0r
2020-09-15
fix free()ing of config items
rofl0r
2020-09-14
conf.c: include common.h
rofl0r
2020-09-12
add_new_errorpage(): fix segfault accessing global config
rofl0r
2020-09-07
change loglevel of start/stop/reload messages to NOTICE
rofl0r
2020-09-07
config parser: increase possible line length limit
rofl0r
2020-03-16
anonymous: fix segfault loading config item
rofl0r
2020-01-15
conf: fix loading of default values
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
move initialize_config_defaults to conf.c
rofl0r
2019-12-21
conf.c: merely warn on encountering recently obsoleted config items
rofl0r
2019-12-21
conf.c: pass lineno to handler funcs
rofl0r
2019-12-21
simplify codebase by using one thread/conn, instead of preforked procs
rofl0r
2018-11-23
Basic Auth: allow almost all possible characters for user/pass
Vasily
2018-02-27
make bind option usable with transparent proxy too
rofl0r
2018-02-25
config: unify upstream syntax for http,socks4,socks5 and none
rofl0r
2018-02-25
rename members of proxy_type enum to have a common prefix
rofl0r
2018-02-25
implement HTTP basic auth for upstream proxies
rofl0r
2018-02-23
Remove #ifdef for HAVE_SYSLOG_H
John Weldon
2018-02-06
add support for basic HTTP authentication
rofl0r
2018-02-06
add SOCKS upstream proxy support (socks4/socks5)
Gonzalo Tornaria
2017-11-16
Issue 15 fix. PR
Pablo Panero
2013-11-22
conf: Fix CID 1130973 - resource leak.
Michael Adam
2013-11-09
[BB#63] conf: Allow multiple Listen statements in the config.
Michael Adam
2011-03-04
Validate port number specified in Port directive
Mukund Sivaraman
2010-08-24
[BB#91] Fix upstream proxy support.
Michael Adam
2010-06-01
[BB#89] Don't recompile regular expressions
John van der Kamp
2010-01-25
Fix compiler warning about dereferencing type-punned pointers
Mukund Sivaraman
2010-01-16
conf: reduce indentation in load_config_file()
Michael Adam
2010-01-16
Fix leak of file handle in load_config_file()
Mukund Sivaraman
2010-01-08
[BB#17] Add custom HTTP request headers to outgoing HTTP requests
Mukund Sivaraman
[next]