summaryrefslogtreecommitdiff
path: root/src/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-06main/conf: add maxidletimeout to initialize_config_defaultsMichael Adam1-0/+1
2009-12-06main: fix tab -> spacesMichael Adam1-1/+1
2009-12-06conf: move setting of default stathost to initialize_config_defaults()Michael Adam1-6/+1
2009-12-06main: use safestrdup instead of strdup in process_cmdlineMichael Adam1-1/+1
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam1-14/+2
2009-11-14main: add a config struct argument to process_cmdline.Michael Adam1-5/+5
2009-11-14main: put initialization of config defaults into a function of its ownMichael Adam1-9/+14
2009-11-14extract setup of the logging subsystem into a function of its own.Michael Adam1-17/+3
2009-11-14main: move initialization of default config values closer togetherMichael Adam1-5/+4
2009-10-25Change child_kill_children() to take the signal as an argument.Michael Adam1-1/+1
2009-10-07add muks' and my (C) to the main.c boilerplate comment.Michael Adam1-0/+3
2009-10-07main: add muks and me to the license output (tinyproxy -l)Michael Adam1-0/+2
2009-09-27Modify usage help text shown when Tinyproxy is run with -hMukund Sivaraman1-7/+26
2009-09-27strdup() the default stathost in config struct as it can be freedMukund Sivaraman1-1/+1
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman1-1/+1
2009-09-20build: Remove use of the obsolete AC_TYPE_SIGNAL macroMukund Sivaraman1-1/+1
2009-09-20build: Rename autoconf variableMukund Sivaraman1-2/+2
2009-09-20Remove the target system information when the version is displayedMukund Sivaraman1-1/+1
2009-09-20Remove ability to change the name of the default configuration fileMukund Sivaraman1-1/+1
2009-09-15Make takesig() into a static functionMukund Sivaraman1-3/+1
2009-09-15Minor indenting changesMukund Sivaraman1-46/+38
2009-09-15Return instead of exit() at end of main()Mukund Sivaraman1-1/+1
2009-09-15Minor indenting changesMukund Sivaraman1-5/+10
2009-09-15Exit with proper status in case of bad commandline argumentsMukund Sivaraman1-1/+4
2009-09-15Add doc for change_user()Mukund Sivaraman1-0/+8
2009-09-15Return correct error status when setuid() or setgid() failsMukund Sivaraman1-2/+2
2009-09-15Extract setuid/setgid code into a functionMukund Sivaraman1-53/+62
2009-09-15Extract cmdline parsing code into a functionMukund Sivaraman1-22/+37
2009-09-15Remove unused variableMukund Sivaraman1-1/+0
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-338/+306
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-0/+476