Age | Commit message (Expand) | Author | Files | Lines |
2009-08-07 | Rename tinyproxy.[ch] to main.[ch] | Mukund Sivaraman | 1 | -1/+1 |
2009-08-06 | fix error message formatting | Matthew Dempsky | 1 | -4/+4 |
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman | 1 | -103/+103 |
2008-12-08 | Break at 80 columns | Mukund Sivaraman | 1 | -2/+4 |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman | 1 | -320/+346 |
2008-12-01 | Don't disable the creation of core files | Mukund Sivaraman | 1 | -12/+0 |
2008-08-24 | Set umask before mkstemp() for some versions of glibc | Mukund Sivaraman | 1 | -0/+5 |
2008-07-14 | Allow numeric uid/gids in User and Group directives | Mukund Sivaraman | 1 | -21/+50 |
2008-05-24 | Updated copyright, license notices in source code | Mukund Sivaraman | 1 | -17/+21 |
2005-08-15 | * [Indent] Ran Source Through indent | Robert James Kaes | 1 | -275/+272 |
2005-07-12 | * Updated Copyright Email Addresses | Robert James Kaes | 1 | -2/+2 |
2004-08-24 | (takesig): Fixed the return type to use the autoconf defined | Robert James Kaes | 1 | -3/+3 |
2004-08-14 | Changed the calls to the config_compile() and config_parse() | Robert James Kaes | 1 | -20/+21 |
2004-08-13 | Change the code to use the new config_parse() method rather than the | Robert James Kaes | 1 | -7/+12 |
2004-01-26 | Added reverse proxy support from Kim Holviala. His comments regarding | Robert James Kaes | 1 | -4/+7 |
2003-03-17 | # Moved the location of the "initializing" log message to below the | Robert James Kaes | 1 | -3/+3 |
2003-03-13 | # Added variables to config structure to keep track of the files to be | Robert James Kaes | 1 | -6/+14 |
2003-02-26 | (main): Removed duplicate code calling the filter_destroy() function. | Robert James Kaes | 1 | -6/+2 |
2003-01-27 | (display_usage): Removed the output line mentioning that regular | Robert James Kaes | 1 | -2/+1 |
2002-12-04 | Removed the "bool_t" type since it conflicts with the newer C standards. | Robert James Kaes | 1 | -4/+4 |
2002-11-21 | (main): Check to see if the PID file was created successfully, and if | Robert James Kaes | 1 | -2/+6 |
2002-11-03 | Removed all the code supporting the TCP tunnelling feature of | Robert James Kaes | 1 | -13/+1 |
2002-10-03 | Fixed up the storing and sending of the internal tinyproxy logs prior | Robert James Kaes | 1 | -4/+13 |
2002-07-12 | (main): Fixed up a bug reported by Oswald Buddenha where the log file was bei... | Robert James Kaes | 1 | -6/+6 |
2002-06-15 | Renamed the "log_rotation_request" boolean to "received_sighup". | Robert James Kaes | 1 | -24/+5 |
2002-06-06 | (display_usage): Added a message indicating whether transparent proxy support... | Robert James Kaes | 1 | -1/+4 |
2002-05-31 | The log file is now opened in "append" mode so that you can restart tinyproxy... | Robert James Kaes | 1 | -3/+3 |
2002-05-27 | Some spelling fixes. | Robert James Kaes | 1 | -2/+2 |
2002-05-27 | (display_license): Updated the copyright dates | Robert James Kaes | 1 | -11/+11 |
2002-05-26 | Removed all the code relating to the DNS API (dnsclient.h) as it's no | Robert James Kaes | 1 | -38/+9 |
2002-05-24 | Fixed a tonne of spelling mistakes. | Robert James Kaes | 1 | -2/+2 |
2002-05-23 | Added a new signal handler to handle SIGCHLD signals because of the new | Robert James Kaes | 1 | -7/+50 |
2002-04-24 | Moved bind_address inside the config structure. | Robert James Kaes | 1 | -2/+1 |
2002-04-22 | The log_message() function now stores the messages if the configuration | Robert James Kaes | 1 | -1/+6 |
2002-04-18 | Changed all calls to strdup to safestrdup. This should provide better | Robert James Kaes | 1 | -2/+2 |
2002-04-18 | Moved the filter_destroy() logic from inside the signal handler. It's now | Robert James Kaes | 1 | -6/+6 |
2002-04-18 | Moved the log rotation code out of the signal handler and into it's own | Robert James Kaes | 1 | -50/+4 |
2002-04-08 | Just moved the looping code from main() into thread_main_loop(). | Robert James Kaes | 1 | -5/+3 |
2002-04-07 | Updated the copyright notice. | Robert James Kaes | 1 | -2/+2 |
2002-01-25 | Added code to check for "errors" from the accept call in thread_main() and | Robert James Kaes | 1 | -1/+3 |
2001-12-23 | Made the error message regarding the Idle timeout more verbose, and | Robert James Kaes | 1 | -2/+2 |
2001-12-15 | Removed the include "dnscache.h" header file. | Robert James Kaes | 1 | -2/+1 |
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -44/+82 |
2001-10-25 | Header reorganization. Basically all system headers are now included in | Robert James Kaes | 1 | -10/+1 |
2001-09-16 | Added a check to make sure the Upstream and Tunnel directives are not both | Robert James Kaes | 1 | -1/+8 |
2001-09-16 | Fixed a problem where log messages could be missed during a rotate. | Robert James Kaes | 1 | -6/+10 |
2001-09-15 | Changed to rotating the log file instead of truncating it. Also using the | Robert James Kaes | 1 | -8/+44 |
2001-09-07 | Error message cleanup. | Robert James Kaes | 1 | -22/+22 |
2001-08-29 | Removed the new_dnscache() call. | Robert James Kaes | 1 | -8/+1 |
2001-08-26 | Renamed versiondisp() to display_version() and added the PACKAGE, VERSION, | Robert James Kaes | 1 | -26/+41 |