summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
AgeCommit message (Expand)Author
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
2010-01-18Show authors and documenters when license is requestedMukund Sivaraman
2010-01-13conf: add a default for PidFile: LOCALSTATEDIR/run/tinyproxy.pidMichael Adam
2010-01-13conf: set default LogFile to LOCALSTATEDIR/log/tinyproxy.logMichael Adam
2010-01-10Happy new year 2010!Michael Adam
2009-12-23Use shutdown_logging() in main().Michael Adam
2009-12-23Use reload_config() in main() to load config and init logging.Michael Adam
2009-12-23enhance reload_config to correctly re-initialize the logging subsystem.Michael Adam
2009-12-23main: remove global bool processed_config_file.Michael Adam
2009-12-23log: call send_stored_logs in setup_logging instead of in main().Michael Adam
2009-12-22main: add convenience wrapper reload_config() for reload_config_file()Michael Adam
2009-12-22conf: rename reload_config --> reload_config_fileMichael Adam
2009-12-07Use reload_config() in main.Michael Adam
2009-12-07main: Move setup_logging to after the config post-processing checks.Michael Adam
2009-12-07Don't make config_file const in the config struct.Michael Adam
2009-12-06main/conf: add maxidletimeout to initialize_config_defaultsMichael Adam
2009-12-06main: fix tab -> spacesMichael Adam
2009-12-06conf: move setting of default stathost to initialize_config_defaults()Michael Adam
2009-12-06main: use safestrdup instead of strdup in process_cmdlineMichael Adam
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam
2009-11-14main: add a config struct argument to process_cmdline.Michael Adam
2009-11-14main: put initialization of config defaults into a function of its ownMichael Adam
2009-11-14extract setup of the logging subsystem into a function of its own.Michael Adam
2009-11-14main: move initialization of default config values closer togetherMichael Adam
2009-10-25Change child_kill_children() to take the signal as an argument.Michael Adam
2009-10-07add muks' and my (C) to the main.c boilerplate comment.Michael Adam
2009-10-07main: add muks and me to the license output (tinyproxy -l)Michael Adam
2009-09-27Modify usage help text shown when Tinyproxy is run with -hMukund Sivaraman
2009-09-27strdup() the default stathost in config struct as it can be freedMukund Sivaraman
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman
2009-09-20build: Remove use of the obsolete AC_TYPE_SIGNAL macroMukund Sivaraman
2009-09-20build: Rename autoconf variableMukund Sivaraman
2009-09-20Remove the target system information when the version is displayedMukund Sivaraman