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
/
main.h
Age
Commit message (
Expand
)
Author
2020-01-15
remove duplicate code calling reload_config_file()
rofl0r
2020-01-15
access config via a pointer, not a hardcoded struct address
rofl0r
2009-12-23
main: remove global bool processed_config_file.
Michael Adam
2009-12-22
main: add convenience wrapper reload_config() for 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
main.h: fix tabs ---> spaces
Michael Adam
2009-12-07
Don't make config_file const in the config struct.
Michael Adam
2009-12-07
Add the anonymous_map hasmap to the config struct.
Michael Adam
2009-12-07
Add connect_ports list to config struct instead of keeping extra global var.
Michael Adam
2009-12-07
Add access_list to the config struct instead of a global variable in acl.c.
Michael Adam
2009-12-06
move handling of upstream list to new module upstream.{c,h}
Michael Adam
2009-10-11
Add a boolean config option "DisableViaHeader".
Michael Adam
2009-09-27
conf: turn XTinyproxy into a boolean option
Michael Adam
2009-09-15
Revert "Fix constness of stathost"
Mukund Sivaraman
2009-09-15
Fix constness of stathost
Mukund Sivaraman
2009-09-15
Extract cmdline parsing code into a function
Mukund Sivaraman
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-09-10
make "config_file" a const in the config struct.
Michael Adam
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman