document parameter (Doxygen warning)
[yaz-moved-to-github.git] / src / log.c
2013-01-06 Adam DickmeissBump year
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2012-01-09 Adam DickmeissHappy new year
2011-04-26 Adam DickmeissAvoid ctype.h .
2011-01-06 Adam DickmeissHappy new year
2010-10-29 Adam DickmeissPut yaz_log private data in non-static data
2010-04-16 Adam Dickmeissyaz_log: Log level tid logs thread ID
2010-01-19 Adam DickmeissReindent
2010-01-19 Adam Dickmeisslog: strerror is always there
2010-01-14 Adam DickmeissBump copyright year
2010-01-14 Adam DickmeissAdd cast
2010-01-14 Adam DickmeissLog: mostly local changes WRT size_t
2009-03-10 Adam DickmeissInclude yaz/errno.h in source that uses YAZ' errno...
2009-02-22 Adam DickmeissDisable YAZ' own log rotate by default (no 1 GB limit).
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-12-05 Adam DickmeissFixes for sys/stat.h on Windows.
2008-12-05 Adam DickmeissMore explicit use of #if HAVE_...header's.
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-02-18 Adam DickmeissRemoved always true expression part in if stmt
2007-06-05 Adam DickmeissUsing yaz_snprintf (snprintf) rather than sprintf....
2007-06-05 Adam DickmeissFix buffer overrun by one in the setting of l_prefix...
2007-06-05 Adam DickmeissFixed potential buffer overrun in yaz_log for YLOG_ERRN...
2007-05-06 Adam DickmeissCode updates which makes things compile as C++. Mostly...
2007-04-17 Adam DickmeissSplit YAZ library into two libs : libyaz.la and libyaz_...
2007-03-22 Adam DickmeissFixed tid declaration for non-threaded mode
2007-02-23 Adam DickmeissAdded snprintf/vsnprintf wrappers for systems that...
2007-02-20 Adam DickmeissFix type of thread id
2007-02-05 Adam DickmeissDo not print leading space when log level 'notime'...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2007-01-01 Adam DickmeissFixed bug #779: Rotation of apdu.log fails.
2006-11-27 Adam DickmeissTest differently for overflow in log bits
2006-10-09 Adam DickmeissFixed bug #687: Missing log lines. Immediate logging...
2006-10-04 Adam DickmeissOnly generate up to 10 rotated log files.
2006-09-29 Adam DickmeissImplement log rotate log.0, log.1, log.2,..
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-07-31 Adam DickmeissGet rid of redundant parameter to yaz_log_to_file....
2006-07-06 Heikki LevantoAdded yaz_log_trunc() to truncate the log file
2006-06-30 Adam DickmeissLog format '%!' prints thread ID
2006-05-07 Adam DickmeissReformat comments for Doxygen
2006-03-24 Adam DickmeissFor yaz_log, allow special timeformat %! to display...
2006-03-21 Adam DickmeissReestablish log_event_{start,end}.
2006-03-21 Adam DickmeissRemove log_event_{start,end}. Add function yaz_log_set_...
2006-03-21 Adam DickmeissAllow yaz_log logging to be disabled using yaz_log_init...
2006-03-13 Mike TaylorYAZ_LOG environment variable.
2005-09-16 Adam DickmeissUse localtime_r rather than localtime if available.
2005-09-16 Adam DickmeissFilename passed to yaz_log_init_file assumed to be...
2005-09-09 Adam DickmeissFixed bug #410: Can not rotate log
2005-09-09 Adam DickmeissMajor log system cleanup. Added various locks for the...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-05-18 Adam DickmeissReestablish LOG_APP,APP2,APP3 .. continued.
2005-05-18 Adam DickmeissKeep log level app2,app3. It is still being used
2005-04-29 Heikki LevantoFixed the infinite recursion when calling yaz_log_level...
2005-01-15 Adam DickmeissBump year
2005-01-07 Heikki LevantoAdded a warning (always to stderr) when opening the...
2004-12-30 Adam DickmeissAvoid signed char subscript
2004-12-13 Heikki LevantoMoved back to a single log.h, with the new #define...
2004-11-23 Heikki LevantoRe-enabled the -v notime option, it was broken.
2004-11-18 Heikki LevantoDeprecated log.h and created a new ylog.h
2004-11-17 Heikki LevantoAdded an option to specify -word in the loglevel parsin...
2004-11-16 Heikki LevantoImprovements in the log system, especially on the serve...
2004-11-09 Adam DickmeissUse strchr,strrchr instead of index/rindex. YAZ.2.0.28
2004-11-04 Heikki LevantoFixed a bug that caused extra [level] tags in the log
2004-11-03 Adam DickmeissUsing blanks for assignments (no code changes)
2004-11-03 Heikki LevantoFixed a silly typo that made a numeric -v crash
2004-11-03 Heikki LevantoAdded dynamic log-levels:
2004-11-02 Heikki Levantoprotecting log rotation with a mutex
2004-11-02 Heikki LevantoRotating logfile if exceeding a gigabyte
2004-11-02 Heikki LevantoNot buffering the log file, unless LOG_FLUSH is set...
2004-11-02 Heikki Levantooops, forgot to give a name to LOG_FLUSH. Now added
2004-11-02 Heikki LevantoAdded a new log flag LOG_FLUSH that forces flushing...
2004-11-02 Heikki Levantoyaz_log_time_format sets the format of the timestamp...
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2003-10-27 Adam DickmeissSource restructure. yaz-marcdump part of installation