summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
AgeCommit message (Expand)Author
2021-06-10WIP: cares resolversMikael Magnusson
2020-09-30change loglevel of "Not running as root" message to INFOrofl0r
2020-09-16main: print error when config_init() failsrofl0r
2020-09-16speed up big config parsing by 2x using gperfrofl0r
2020-09-16move config reload message to reload_config()rofl0r
2020-09-15main: include loop headerrofl0r
2020-09-15free() loop records toorofl0r
2020-09-15replace leftover users of hashmap with htabrofl0r
2020-09-15fix free()ing of config itemsrofl0r
2020-09-15shutdown: free children from right placerofl0r
2020-09-14main: orderly shutdown on SIGINT toorofl0r
2020-09-07change loglevel of start/stop/reload messages to NOTICErofl0r
2020-09-06allow SIGUSR1 to be used as an alternative to SIGHUProfl0r
2020-09-06main.c: remove set_signal_handler code duplicationrofl0r
2020-09-06do not catch SIGHUP in foreground-moderofl0r
2020-03-16anonymous: fix segfault loading config itemrofl0r
2020-01-15conf: use 2 swappable conf slots, so old config can stay validrofl0r
2020-01-15conf: fix loading of default valuesrofl0r
2020-01-15remove duplicate code calling reload_config_file()rofl0r
2020-01-15access config via a pointer, not a hardcoded struct addressrofl0r
2020-01-15remove config file name item from conf structrofl0r
2020-01-15remove godaemon member from config structurerofl0r
2020-01-15move commandline parsing to main()rofl0r
2020-01-15move initialize_config_defaults to conf.crofl0r
2019-12-21simplify codebase by using one thread/conn, instead of preforked procsrofl0r
2018-09-01main: remove the "-l" switch to display the license and authorsMichael Adam
2018-02-09Fix CVE-2017-11747: Create PID file before dropping privileges.Michael Adam
2017-11-16log to stdout if no logfile specifiedrofl0r
2017-11-16do not create a pidfile, if none is specified in configrofl0r
2016-01-03update URLrofl0r
2013-11-09[BB#63] conf: Allow multiple Listen statements in the config.Michael Adam
2013-11-09child: add addr argument to child_listening_sock().Michael Adam
2013-11-01[BB#115] Drop supplementary groupsGaudenz Steinlin
2011-02-28Update URLs of TinyproxyMukund Sivaraman
2010-06-02[BB#74] Create log and pid files after we drop privsMukund Sivaraman
2010-06-02Remove excessive codeMukund Sivaraman
2010-06-01[BB#89] Don't recompile regular expressionsJohn van der Kamp
2010-04-21Revert "main: drop privileges right after reading the config"Mukund Sivaraman
2010-03-28Just fix the support URLsMukund Sivaraman
2010-03-28Revert "Update Tinyproxy website URLs"Mukund Sivaraman
2010-03-27Update Tinyproxy website URLsMukund Sivaraman
2010-03-02change the default pid file location to "@LOCALSTATEDIR@/run/tinyproxy/tinypr...Michael Adam
2010-03-02change the default log file location to "@LOCALSTATEDIR@/log/tinyproxy/tinypr...Michael Adam
2010-03-02main: some tabs->spacesMichael Adam
2010-03-02main: move a log message.Michael Adam
2010-03-02main: drop privileges right after reading the configMichael Adam
2010-03-02main: separate loading of config and setup_logging at startupMichael Adam
2010-02-17Display upstream proxy support in usage messageMukund Sivaraman
2010-02-17Update help text a littleMukund Sivaraman
2010-01-19Change to for loopMukund Sivaraman