Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-23 | log: confess - add my (C) after substantial changes. | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-12-23 | log: remove unneeded truncate_log_file(). | Michael Adam | 1 | -1/+0 | |
Michael | |||||
2009-12-23 | log: add function shutdown_logging(). | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-11-14 | extract setup of the logging subsystem into a function of its own. | Michael Adam | 1 | -0/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-09-21 | Suppress gcc warnings about variadic macros | Mukund Sivaraman | 1 | -0/+5 | |
2009-08-04 | remove "discard const" compiler warnings with log_message(). | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman | 1 | -1/+1 | |
2008-12-08 | Break at 80 columns | Mukund Sivaraman | 1 | -3/+5 | |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman | 1 | -7/+7 | |
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made. | |||||
2008-05-24 | Updated copyright, license notices in source code | Mukund Sivaraman | 1 | -15/+18 | |
The notices have been changed to a more GNU look. Documentation comments have been separated from the copyright header. I've tried to keep all copyright notices intact. Some author contact details have been updated. | |||||
2005-08-15 | * [Indent] Ran Source Through indent | Robert James Kaes | 1 | -3/+3 | |
I re-indented the source code using indent with the following options: indent -kr -bad -bap -nut -i8 -l80 -psl -sob -ss -ncs There are now _no_ tabs in the source files, and all indentation is eight spaces. Lines are 80 characters long, and the procedure type is on it's own line. Read the indent manual for more information about what each option means. | |||||
2005-07-12 | * Updated Copyright Email Addresses | Robert James Kaes | 1 | -2/+2 | |
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist. | |||||
2002-10-03 | The internal log structure now uses a vector rather than a hash. This | Robert James Kaes | 1 | -1/+5 | |
change was required to actually display all the logs in the correct order. Also, all log lines are stored internally while tinyproxy is starting. At the appropriate point all the logs are written to the log file. | |||||
2002-05-26 | Spelling changes (from thread to child.) | Robert James Kaes | 1 | -4/+4 | |
2002-04-22 | The log_message() function now stores the messages if the configuration | Robert James Kaes | 1 | -3/+4 | |
file has not been read yet. The reason for this is that we don't know where to log the messgaes until _after_ the config file has been processed. | |||||
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -2/+2 | |
2001-08-26 | Added the Connect log level. | Robert James Kaes | 1 | -1/+11 | |
2001-06-02 | Added the code for handling selective logging. | Robert James Kaes | 1 | -1/+2 | |
2001-06-02 | Fixed up the names of the DEFINES. | Robert James Kaes | 1 | -4/+4 | |
2001-05-27 | Changed the log() function to log_message(). | Robert James Kaes | 1 | -4/+4 | |
2000-09-21 | Added the LOG_NOTICE level. | Robert James Kaes | 1 | -1/+7 | |
2000-09-11 | Cleaned up the logging format, and also included logging levels (which are | Robert James Kaes | 1 | -4/+68 | |
similar to the syslogd format.) | |||||
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+24 | |
which included commits to RCS files with non-trunk default branches. |