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-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
2010-01-06
Fix case in log message
Mukund Sivaraman
2009-12-23
conf: confess - add my (C) after substantial changes.
Michael Adam
2009-12-22
conf: add a log messate ("reloading config file")
Michael Adam
2009-12-22
conf: adapt a log message (add quotes to string value)
Michael Adam
2009-12-22
conf: elaborate a comment
Michael Adam
2009-12-22
conf: change a log message (to be more reasonable?)
Michael Adam
2009-12-22
conf: make free_config static
Michael Adam
2009-12-22
conf: make load_config_file static.
Michael Adam
2009-12-22
conf: rename reload_config --> reload_config_file
Michael Adam
2009-12-07
Move definition of "struct config_s" from main.h to conf.h
Michael Adam
2009-12-07
conf: remove direct use of config from reload_config()
Michael Adam
2009-12-07
conf: remove direct reference to config from load_config_file()
Michael Adam
2009-12-07
Add reload_config() - (re-)load the config file, keeping defaults.
Michael Adam
2009-12-07
Add free_config() - free all config data.
Michael Adam
2009-12-07
Add connect_ports list to config struct instead of keeping extra global var.
Michael Adam
2009-12-07
Move handling of connect_ports list to its own source module.
Michael Adam
2009-12-07
Add access_list to the config struct instead of a global variable in acl.c.
Michael Adam
2009-12-07
Add reversepath_list parameter to reversepath_add.
Michael Adam
2009-12-07
upstream: add upstream list parameter to upstream_add()
Michael Adam
2009-12-06
move handling of upstream list to new module upstream.{c,h}
Michael Adam
2009-12-06
conf: fix tab->spaces
Michael Adam
2009-12-06
conf: allow set_string_arg to overwrite previous values (i.e. don't leak)
Michael Adam
2009-11-16
set_string_arg: Remove unneccesary check for determining the return code.
Michael Adam
2009-11-17
Remove excessive copying
Mukund Sivaraman
[next]