summaryrefslogtreecommitdiffhomepage
path: root/src/log.h
AgeCommit message (Collapse)Author
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
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 AddressesRobert James Kaes
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist.
2002-10-03The internal log structure now uses a vector rather than a hash. ThisRobert James Kaes
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-26Spelling changes (from thread to child.)Robert James Kaes
2002-04-22The log_message() function now stores the messages if the configurationRobert James Kaes
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-22Reformated text.Robert James Kaes
2001-08-26Added the Connect log level.Robert James Kaes
2001-06-02Added the code for handling selective logging.Robert James Kaes
2001-06-02Fixed up the names of the DEFINES.Robert James Kaes
2001-05-27Changed the log() function to log_message().Robert James Kaes
2000-09-21Added the LOG_NOTICE level.Robert James Kaes
2000-09-11Cleaned up the logging format, and also included logging levels (which areRobert James Kaes
similar to the syslogd format.)
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young
which included commits to RCS files with non-trunk default branches.