remove "discard const" compiler warnings with log_message().
[obnox/tinyproxy.git] / src / log.c
2009-08-04 Michael Adamremove "discard const" compiler warnings with log_messa...
2008-12-08 Mukund SivaramanConvert tabs to spaces
2008-12-01 Mukund SivaramanReformat code to GNU coding style
2008-08-24 Mukund Sivaramanpos can never be less than 0 as it's of type size_t
2008-05-24 Mukund SivaramanUpdated copyright, license notices in source code
2008-03-31 Mukund SivaramanFree entry_buffer or it'll be leaked
2008-03-31 Mukund SivaramanFixed leaks of va_lists
2005-08-15 Robert James Kaes* [Indent] Ran Source Through indent
2005-07-12 Robert James Kaes* Updated Copyright Email Addresses
2004-08-14 Robert James Kaes(log_message): Added a fsync() call after each line...
2004-02-13 Robert James KaesRemoved unnecessary casts (mostly dealing with memory...
2003-07-31 Robert James KaesAdded appropriate casts from (void*) so that the code...
2003-05-31 Robert James Kaes# Changed all the for calls to use the != test rather...
2003-05-30 Robert James Kaes# Changed the calls to vector_getentry() to use the...
2003-05-29 Robert James Kaes# Renamed the vector_insert() calls to vector_append()
2002-10-03 Robert James KaesThe internal log structure now uses a vector rather...
2002-06-15 Robert James Kaes(log_message): Changed the code so that the log is...
2002-06-06 Robert James Kaes(send_stored_logs): Actually included the code to outpu...
2002-05-23 Robert James KaesChanged the header includes around to reflect the new...
2002-04-26 Robert James KaesCheck the return value of hashmap_first()
2002-04-25 Robert James KaesThe hashmap API changed, so this function needs to...
2002-04-22 Robert James KaesThe log_message() function now stores the messages...
2001-11-22 Robert James KaesReformated text.
2001-10-25 Robert James KaesHeader reorganization. Basically all system headers...
2001-09-04 Robert James KaesFixed a format string bug with the syslog function.
2001-08-29 Robert James KaesChanged how we handle when compiled with debug code.
2001-08-28 Robert James KaesThe logging levels _now_ output the correct information...
2001-08-27 Robert James KaesFixed a problem where the connect messages were not...
2001-08-26 Robert James KaesFixed a problem with the new LOG_CONN log level.
2001-08-26 Robert James KaesAdded the Connect log level.
2001-06-06 Robert James KaesExplictly cast getpid() to a long int to remove the...
2001-06-05 Robert James KaesChanged the format type in the printf() to remove the...
2001-06-02 Robert James KaesFixed a type problem with fprintf in log_message()...
2001-06-02 Robert James KaesAdded the code for handling selective logging.
2001-05-27 Robert James KaesChanged the log() function to log_message().
2000-09-21 Robert James KaesAdded the LOG_NOTICE level.
2000-09-11 Robert James KaesCleaned up the logging format, and also included loggin...
2000-02-16 Steven YoungThis commit was generated by cvs2svn to compensate...