2013-01-06 |
Adam Dickmeiss | Bump year |
blob | commitdiff |
2012-09-19 |
Adam Dickmeiss | Reformat: delete trailing whitespace |
blob | commitdiff | diff to current |
2012-01-09 |
Adam Dickmeiss | Happy new year |
blob | commitdiff | diff to current |
2011-04-26 |
Adam Dickmeiss | Avoid ctype.h . |
blob | commitdiff | diff to current |
2011-01-06 |
Adam Dickmeiss | Happy new year |
blob | commitdiff | diff to current |
2010-10-29 |
Adam Dickmeiss | Put yaz_log private data in non-static data |
blob | commitdiff | diff to current |
2010-04-16 |
Adam Dickmeiss | yaz_log: Log level tid logs thread ID |
blob | commitdiff | diff to current |
2010-01-19 |
Adam Dickmeiss | Reindent |
blob | commitdiff | diff to current |
2010-01-19 |
Adam Dickmeiss | log: strerror is always there |
blob | commitdiff | diff to current |
2010-01-14 |
Adam Dickmeiss | Bump copyright year |
blob | commitdiff | diff to current |
2010-01-14 |
Adam Dickmeiss | Add cast |
blob | commitdiff | diff to current |
2010-01-14 |
Adam Dickmeiss | Log: mostly local changes WRT size_t |
blob | commitdiff | diff to current |
2009-03-10 |
Adam Dickmeiss | Include yaz/errno.h in source that uses YAZ' errno... |
blob | commitdiff | diff to current |
2009-02-22 |
Adam Dickmeiss | Disable YAZ' own log rotate by default (no 1 GB limit). |
blob | commitdiff | diff to current |
2009-01-15 |
Adam Dickmeiss | Updated footer comment |
blob | commitdiff | diff to current |
2009-01-09 |
Adam Dickmeiss | Happy new year |
blob | commitdiff | diff to current |
2008-12-05 |
Adam Dickmeiss | Fixes for sys/stat.h on Windows. |
blob | commitdiff | diff to current |
2008-12-05 |
Adam Dickmeiss | More explicit use of #if HAVE_...header's. |
blob | commitdiff | diff to current |
2008-04-01 |
Adam Dickmeiss | Update source headers for 2008. Omit CVS ID keyword... |
blob | commitdiff | diff to current |
2008-02-18 |
Adam Dickmeiss | Removed always true expression part in if stmt |
blob | commitdiff | diff to current |
2007-06-05 |
Adam Dickmeiss | Using yaz_snprintf (snprintf) rather than sprintf.... |
blob | commitdiff | diff to current |
2007-06-05 |
Adam Dickmeiss | Fix buffer overrun by one in the setting of l_prefix... |
blob | commitdiff | diff to current |
2007-06-05 |
Adam Dickmeiss | Fixed potential buffer overrun in yaz_log for YLOG_ERRN... |
blob | commitdiff | diff to current |
2007-05-06 |
Adam Dickmeiss | Code updates which makes things compile as C++. Mostly... |
blob | commitdiff | diff to current |
2007-04-17 |
Adam Dickmeiss | Split YAZ library into two libs : libyaz.la and libyaz_... |
blob | commitdiff | diff to current |
2007-03-22 |
Adam Dickmeiss | Fixed tid declaration for non-threaded mode |
blob | commitdiff | diff to current |
2007-02-23 |
Adam Dickmeiss | Added snprintf/vsnprintf wrappers for systems that... |
blob | commitdiff | diff to current |
2007-02-20 |
Adam Dickmeiss | Fix type of thread id |
blob | commitdiff | diff to current |
2007-02-05 |
Adam Dickmeiss | Do not print leading space when log level 'notime'... |
blob | commitdiff | diff to current |
2007-01-03 |
Adam Dickmeiss | Towards 2.1.44. Bump copyright year. |
blob | commitdiff | diff to current |
2007-01-01 |
Adam Dickmeiss | Fixed bug #779: Rotation of apdu.log fails. |
blob | commitdiff | diff to current |
2006-11-27 |
Adam Dickmeiss | Test differently for overflow in log bits |
blob | commitdiff | diff to current |
2006-10-09 |
Adam Dickmeiss | Fixed bug #687: Missing log lines. Immediate logging... |
blob | commitdiff | diff to current |
2006-10-04 |
Adam Dickmeiss | Only generate up to 10 rotated log files. |
blob | commitdiff | diff to current |
2006-09-29 |
Adam Dickmeiss | Implement log rotate log.0, log.1, log.2,.. |
blob | commitdiff | diff to current |
2006-09-27 |
Adam Dickmeiss | Added GCC option -Wstrict-prototypes to buildconf.sh... |
blob | commitdiff | diff to current |
2006-07-31 |
Adam Dickmeiss | Get rid of redundant parameter to yaz_log_to_file.... |
blob | commitdiff | diff to current |
2006-07-06 |
Heikki Levanto | Added yaz_log_trunc() to truncate the log file |
blob | commitdiff | diff to current |
2006-06-30 |
Adam Dickmeiss | Log format '%!' prints thread ID |
blob | commitdiff | diff to current |
2006-05-07 |
Adam Dickmeiss | Reformat comments for Doxygen |
blob | commitdiff | diff to current |
2006-03-24 |
Adam Dickmeiss | For yaz_log, allow special timeformat %! to display... |
blob | commitdiff | diff to current |
2006-03-21 |
Adam Dickmeiss | Reestablish log_event_{start,end}. |
blob | commitdiff | diff to current |
2006-03-21 |
Adam Dickmeiss | Remove log_event_{start,end}. Add function yaz_log_set_... |
blob | commitdiff | diff to current |
2006-03-21 |
Adam Dickmeiss | Allow yaz_log logging to be disabled using yaz_log_init... |
blob | commitdiff | diff to current |
2006-03-13 |
Mike Taylor | YAZ_LOG environment variable. |
blob | commitdiff | diff to current |
2005-09-16 |
Adam Dickmeiss | Use localtime_r rather than localtime if available. |
blob | commitdiff | diff to current |
2005-09-16 |
Adam Dickmeiss | Filename passed to yaz_log_init_file assumed to be... |
blob | commitdiff | diff to current |
2005-09-09 |
Adam Dickmeiss | Fixed bug #410: Can not rotate log |
blob | commitdiff | diff to current |
2005-09-09 |
Adam Dickmeiss | Major log system cleanup. Added various locks for the... |
blob | commitdiff | diff to current |
2005-06-25 |
Adam Dickmeiss | Expanded tabs in all source files. Added vim/emacs... |
blob | commitdiff | diff to current |
2005-05-18 |
Adam Dickmeiss | Reestablish LOG_APP,APP2,APP3 .. continued. |
blob | commitdiff | diff to current |
2005-05-18 |
Adam Dickmeiss | Keep log level app2,app3. It is still being used |
blob | commitdiff | diff to current |
2005-04-29 |
Heikki Levanto | Fixed the infinite recursion when calling yaz_log_level... |
blob | commitdiff | diff to current |
2005-01-15 |
Adam Dickmeiss | Bump year |
blob | commitdiff | diff to current |
2005-01-07 |
Heikki Levanto | Added a warning (always to stderr) when opening the... |
blob | commitdiff | diff to current |
2004-12-30 |
Adam Dickmeiss | Avoid signed char subscript |
blob | commitdiff | diff to current |
2004-12-13 |
Heikki Levanto | Moved back to a single log.h, with the new #define... |
blob | commitdiff | diff to current |
2004-11-23 |
Heikki Levanto | Re-enabled the -v notime option, it was broken. |
blob | commitdiff | diff to current |
2004-11-18 |
Heikki Levanto | Deprecated log.h and created a new ylog.h |
blob | commitdiff | diff to current |
2004-11-17 |
Heikki Levanto | Added an option to specify -word in the loglevel parsin... |
blob | commitdiff | diff to current |
2004-11-16 |
Heikki Levanto | Improvements in the log system, especially on the serve... |
blob | commitdiff | diff to current |
2004-11-09 |
Adam Dickmeiss | Use strchr,strrchr instead of index/rindex. YAZ.2.0.28 |
blob | commitdiff | diff to current |
2004-11-04 |
Heikki Levanto | Fixed a bug that caused extra [level] tags in the log |
blob | commitdiff | diff to current |
2004-11-03 |
Adam Dickmeiss | Using blanks for assignments (no code changes) |
blob | commitdiff | diff to current |
2004-11-03 |
Heikki Levanto | Fixed a silly typo that made a numeric -v crash |
blob | commitdiff | diff to current |
2004-11-03 |
Heikki Levanto | Added dynamic log-levels: |
blob | commitdiff | diff to current |
2004-11-02 |
Heikki Levanto | protecting log rotation with a mutex |
blob | commitdiff | diff to current |
2004-11-02 |
Heikki Levanto | Rotating logfile if exceeding a gigabyte |
blob | commitdiff | diff to current |
2004-11-02 |
Heikki Levanto | Not buffering the log file, unless LOG_FLUSH is set... |
blob | commitdiff | diff to current |
2004-11-02 |
Heikki Levanto | oops, forgot to give a name to LOG_FLUSH. Now added |
blob | commitdiff | diff to current |
2004-11-02 |
Heikki Levanto | Added a new log flag LOG_FLUSH that forces flushing... |
blob | commitdiff | diff to current |
2004-11-02 |
Heikki Levanto | yaz_log_time_format sets the format of the timestamp... |
blob | commitdiff | diff to current |
2004-10-15 |
Adam Dickmeiss | Doxyfile file description. Indentation. No change of... |
blob | commitdiff | diff to current |
2003-10-27 |
Adam Dickmeiss | Source restructure. yaz-marcdump part of installation |
blob | commitdiff | diff to current |
|