summaryrefslogtreecommitdiff
path: root/src/main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2009-08-06fix error message formattingMatthew Dempsky1-4/+4
2008-12-08Convert tabs to spacesMukund Sivaraman1-103/+103
2008-12-08Break at 80 columnsMukund Sivaraman1-2/+4
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-320/+346
2008-12-01Don't disable the creation of core filesMukund Sivaraman1-12/+0
2008-08-24Set umask before mkstemp() for some versions of glibcMukund Sivaraman1-0/+5
2008-07-14Allow numeric uid/gids in User and Group directivesMukund Sivaraman1-21/+50
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-17/+21
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-275/+272
2005-07-12* Updated Copyright Email AddressesRobert James Kaes1-2/+2
2004-08-24(takesig): Fixed the return type to use the autoconf definedRobert James Kaes1-3/+3
2004-08-14Changed the calls to the config_compile() and config_parse()Robert James Kaes1-20/+21
2004-08-13Change the code to use the new config_parse() method rather than theRobert James Kaes1-7/+12
2004-01-26Added reverse proxy support from Kim Holviala. His comments regardingRobert James Kaes1-4/+7
2003-03-17# Moved the location of the "initializing" log message to below theRobert James Kaes1-3/+3
2003-03-13# Added variables to config structure to keep track of the files to beRobert James Kaes1-6/+14
2003-02-26(main): Removed duplicate code calling the filter_destroy() function.Robert James Kaes1-6/+2
2003-01-27(display_usage): Removed the output line mentioning that regularRobert James Kaes1-2/+1
2002-12-04Removed the "bool_t" type since it conflicts with the newer C standards.Robert James Kaes1-4/+4
2002-11-21(main): Check to see if the PID file was created successfully, and ifRobert James Kaes1-2/+6
2002-11-03Removed all the code supporting the TCP tunnelling feature ofRobert James Kaes1-13/+1
2002-10-03Fixed up the storing and sending of the internal tinyproxy logs priorRobert James Kaes1-4/+13
2002-07-12(main): Fixed up a bug reported by Oswald Buddenha where the log file was bei...Robert James Kaes1-6/+6
2002-06-15Renamed the "log_rotation_request" boolean to "received_sighup".Robert James Kaes1-24/+5
2002-06-06(display_usage): Added a message indicating whether transparent proxy support...Robert James Kaes1-1/+4
2002-05-31The log file is now opened in "append" mode so that you can restart tinyproxy...Robert James Kaes1-3/+3
2002-05-27Some spelling fixes.Robert James Kaes1-2/+2
2002-05-27(display_license): Updated the copyright datesRobert James Kaes1-11/+11
2002-05-26Removed all the code relating to the DNS API (dnsclient.h) as it's noRobert James Kaes1-38/+9
2002-05-24Fixed a tonne of spelling mistakes.Robert James Kaes1-2/+2
2002-05-23Added a new signal handler to handle SIGCHLD signals because of the newRobert James Kaes1-7/+50
2002-04-24Moved bind_address inside the config structure.Robert James Kaes1-2/+1
2002-04-22The log_message() function now stores the messages if the configurationRobert James Kaes1-1/+6
2002-04-18Changed all calls to strdup to safestrdup. This should provide betterRobert James Kaes1-2/+2