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-09-30
change loglevel of "Not running as root" message to INFO
rofl0r
2020-09-16
main: print error when config_init() fails
rofl0r
2020-09-16
speed up big config parsing by 2x using gperf
rofl0r
2020-09-16
move config reload message to reload_config()
rofl0r
2020-09-15
main: include loop header
rofl0r
2020-09-15
free() loop records too
rofl0r
2020-09-15
replace leftover users of hashmap with htab
rofl0r
2020-09-15
fix free()ing of config items
rofl0r
2020-09-15
shutdown: free children from right place
rofl0r
2020-09-14
main: orderly shutdown on SIGINT too
rofl0r
2020-09-07
change loglevel of start/stop/reload messages to NOTICE
rofl0r
2020-09-06
allow SIGUSR1 to be used as an alternative to SIGHUP
rofl0r
2020-09-06
main.c: remove set_signal_handler code duplication
rofl0r
2020-09-06
do not catch SIGHUP in foreground-mode
rofl0r
2020-03-16
anonymous: fix segfault loading config item
rofl0r
2020-01-15
conf: use 2 swappable conf slots, so old config can stay valid
rofl0r
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
[next]