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.h
Age
Commit message (
Expand
)
Author
2020-09-16
speed up big config parsing by 2x using gperf
rofl0r
2020-09-16
remove vector remains
rofl0r
2020-09-16
listen_addrs: use sblist
rofl0r
2020-09-16
basicauth: use sblist
rofl0r
2020-09-16
connect_ports: 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-07
acl: typedef access_list to acl_list_t
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
simplify codebase by using one thread/conn, instead of preforked procs
rofl0r
2018-02-06
add support for basic HTTP authentication
rofl0r
2013-11-09
[BB#63] conf: Allow multiple Listen statements in the config.
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-08
[BB#17] Add custom HTTP request headers to outgoing HTTP requests
Mukund Sivaraman
2009-12-23
conf: confess - add my (C) after substantial changes.
Michael Adam
2009-12-22
conf.h: add "extern" to prototype of reload_config_file
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
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-11-14
conf: refactor loading of config file out into load_config_file()
Michael Adam
2009-09-21
Rename conffile.[ch] to conf.[ch]
Mukund Sivaraman