summaryrefslogtreecommitdiff
path: root/src/tinyproxy.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-18Moved the filter_destroy() logic from inside the signal handler. It's nowRobert James Kaes1-6/+6
2002-04-18Moved the log rotation code out of the signal handler and into it's ownRobert James Kaes1-50/+4
2002-04-08Just moved the looping code from main() into thread_main_loop().Robert James Kaes1-5/+3
2002-04-07Updated the copyright notice.Robert James Kaes1-2/+2
2002-01-25Added code to check for "errors" from the accept call in thread_main() andRobert James Kaes1-1/+3
2001-12-23Made the error message regarding the Idle timeout more verbose, andRobert James Kaes1-2/+2
2001-12-15Removed the include "dnscache.h" header file.Robert James Kaes1-2/+1
2001-11-22Reformated text.Robert James Kaes1-44/+82
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes1-10/+1
2001-09-16Added a check to make sure the Upstream and Tunnel directives are not bothRobert James Kaes1-1/+8
2001-09-16Fixed a problem where log messages could be missed during a rotate.Robert James Kaes1-6/+10
2001-09-15Changed to rotating the log file instead of truncating it. Also using theRobert James Kaes1-8/+44
2001-09-07Error message cleanup.Robert James Kaes1-22/+22
2001-08-29Removed the new_dnscache() call.Robert James Kaes1-8/+1
2001-08-26Renamed versiondisp() to display_version() and added the PACKAGE, VERSION,Robert James Kaes1-26/+41
2001-06-04Removed the DEFAULT_LOG, DEFAULT_PORT, and DEFAULT_USER directives sinceRobert James Kaes1-7/+6
2001-06-02LOG_EMERG doesn't exist anymore, so replace it with LOG_CRIT.Robert James Kaes1-2/+2
2001-05-27Added code to stop the creation of core files.Robert James Kaes1-31/+48
2000-12-08Fixed a problem with polling for the number of active threads. No longerRobert James Kaes1-2/+6
2000-11-23Fixed spelling mistake.Robert James Kaes1-2/+2
2000-10-23Added the initialization section for the DNS and Anonymous sub systems.Robert James Kaes1-1/+15
2000-09-21There is no LOG_EMERG level, so changed to LOG_CRIT.Robert James Kaes1-5/+5
2000-09-12Fixed the change user/group ability.Robert James Kaes1-337/+181
2000-03-31Removed the allowedhdr_s structure since it is now accessed throughRobert James Kaes1-35/+15
2000-03-11Included the changes needed to re-add the upstream proxy option.Robert James Kaes1-14/+51
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young1-0/+478