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.c
Age
Commit message (
Expand
)
Author
2020-01-15
conf: fix loading of default values
rofl0r
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
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 commandline parsing to main()
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-09-01
main: remove the "-l" switch to display the license and authors
Michael Adam
2018-02-09
Fix CVE-2017-11747: Create PID file before dropping privileges.
Michael Adam
2017-11-16
log to stdout if no logfile specified
rofl0r
2017-11-16
do not create a pidfile, if none is specified in config
rofl0r
2016-01-03
update URL
rofl0r
2013-11-09
[BB#63] conf: Allow multiple Listen statements in the config.
Michael Adam
2013-11-09
child: add addr argument to child_listening_sock().
Michael Adam
2013-11-01
[BB#115] Drop supplementary groups
Gaudenz Steinlin
2011-02-28
Update URLs of Tinyproxy
Mukund Sivaraman
2010-06-02
[BB#74] Create log and pid files after we drop privs
Mukund Sivaraman
2010-06-02
Remove excessive code
Mukund Sivaraman
2010-06-01
[BB#89] Don't recompile regular expressions
John van der Kamp
2010-04-21
Revert "main: drop privileges right after reading the config"
Mukund Sivaraman
2010-03-28
Just fix the support URLs
Mukund Sivaraman
2010-03-28
Revert "Update Tinyproxy website URLs"
Mukund Sivaraman
2010-03-27
Update Tinyproxy website URLs
Mukund Sivaraman
2010-03-02
change the default pid file location to "@LOCALSTATEDIR@/run/tinyproxy/tinypr...
Michael Adam
2010-03-02
change the default log file location to "@LOCALSTATEDIR@/log/tinyproxy/tinypr...
Michael Adam
2010-03-02
main: some tabs->spaces
Michael Adam
2010-03-02
main: move a log message.
Michael Adam
2010-03-02
main: drop privileges right after reading the config
Michael Adam
2010-03-02
main: separate loading of config and setup_logging at startup
Michael Adam
2010-02-17
Display upstream proxy support in usage message
Mukund Sivaraman
2010-02-17
Update help text a little
Mukund Sivaraman
2010-01-19
Change to for loop
Mukund Sivaraman
2010-01-18
Show authors and documenters when license is requested
Mukund Sivaraman
2010-01-13
conf: add a default for PidFile: LOCALSTATEDIR/run/tinyproxy.pid
Michael Adam
2010-01-13
conf: set default LogFile to LOCALSTATEDIR/log/tinyproxy.log
Michael Adam
2010-01-10
Happy new year 2010!
Michael Adam
2009-12-23
Use shutdown_logging() in main().
Michael Adam
2009-12-23
Use reload_config() in main() to load config and init logging.
Michael Adam
2009-12-23
enhance reload_config to correctly re-initialize the logging subsystem.
Michael Adam
2009-12-23
main: remove global bool processed_config_file.
Michael Adam
2009-12-23
log: call send_stored_logs in setup_logging instead of in main().
Michael Adam
2009-12-22
main: add convenience wrapper reload_config() for reload_config_file()
Michael Adam
2009-12-22
conf: rename reload_config --> reload_config_file
Michael Adam
2009-12-07
Use reload_config() in main.
Michael Adam
2009-12-07
main: Move setup_logging to after the config post-processing checks.
Michael Adam
2009-12-07
Don't make config_file const in the config struct.
Michael Adam
2009-12-06
main/conf: add maxidletimeout to initialize_config_defaults
Michael Adam
2009-12-06
main: fix tab -> spaces
Michael Adam
2009-12-06
conf: move setting of default stathost to initialize_config_defaults()
Michael Adam
[next]