[BB#63] conf: Allow multiple Listen statements in the config.
[obnox/tinyproxy.git] / src / log.c
2013-11-09 Michael Adam[BB#109] Fix crash (infinite loop) when writing to...
2013-11-09 Michael Adamlog: remove extra newline characters in log messages.
2010-04-21 Dmitry SemyonovFix crash in send_stored_logs()
2010-02-19 Mukund SivaramanUse format string when logging messages
2010-01-17 Mukund SivaramanDo an openlog() on fallback to syslog
2010-01-17 Mukund SivaramanRemove extra argument to log_message()
2010-01-17 Mukund SivaramanRemove ret variable as 0 is always returned
2010-01-17 Mukund SivaramanRemove unused label
2010-01-17 Michael Adamlog: when opening the log file fails, fall back to...
2010-01-12 Michael Adamlog: turn tabs into spaces =)
2010-01-12 Michael Adamlog: change internal logic to choose syslog over file...
2010-01-12 Michael Adamlog: remove a (now) useless fprintf in setup_logging.
2010-01-10 Michael Adamlog: remove an fprintf "not configured" error message...
2010-01-10 Michael Adamlog: shortcut return in shutdown_logging() if logging_i...
2009-12-22 Michael Adamlog: confess - add my (C) after substantial changes.
2009-12-22 Michael Adamlog: remove unneeded truncate_log_file().
2009-12-22 Michael Adamlog: fix log_message so do only one write before the...
2009-12-22 Michael Adamlog: add start/end debug messages for "sending stored...
2009-12-22 Michael Adamlog: enhance close_log_file to reset logfile_fd to...
2009-12-22 Michael Adamlog.c: remove superfluous uses of #ifdef HAVE_SYSLOG_H
2009-12-22 Michael Adamlog: call send_stored_logs in setup_logging instead...
2009-12-22 Michael Adamlog: add boolean local variable logging_initialized.
2009-12-22 Michael Adamlog: add function shutdown_logging().
2009-12-07 Michael AdamMove definition of "struct config_s" from main.h to...
2009-11-14 Michael Adamextract setup of the logging subsystem into a function...
2009-11-10 Michael Adamintentation: convert a tab to spaces
2009-09-27 Mukund SivaramanDon't ignore retval of write() in log.c
2009-09-27 Mukund SivaramanDon't ignore retval of ftruncate() in log.c
2009-09-14 Mukund SivaramanIndent code to Tinyproxy coding style
2009-08-07 Michael Adamsend_stored_logs(): remove an implicit cast warning.
2009-08-07 Michael Adamsend_stored_logs: fix signed/unsigned comparison
2009-08-07 Michael Adamlog_message(): remove implicit cast warning.
2009-08-07 Michael Adamlog: make const char array const.
2009-08-06 Mukund SivaramanRename tinyproxy.[ch] to main.[ch]
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...