Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / src / utils / error.c
2016-12-13 Sebastian Harlerror: Actually check for strerror in configure and...
2015-10-13 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-10-09 Sebastian HarlInclude strings.h which is required for strcasecmp().
2015-02-01 Sebastian Harlerror utils: Add sdb_error_parse_priority().
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-11-04 Sebastian Harlutils/error: Added sdb_vlog().
2014-02-23 Sebastian HarlInclude config.h in source files.
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian Harlerror utils: Make the logger callback configurable.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-04-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-04-01 Sebastian HarlMoved error / time from utils to core.
2013-03-20 Sebastian Harlutils error, strbuf: Added sdb_error_chomp(), sdb_strbu...
2013-03-20 Sebastian Harlutils error: Use string buffers rather than static...
2013-03-10 Sebastian HarlMoved sdb_strerror() from utils/string.h to utils/error.h.
2013-03-10 Sebastian HarlRenamed error recording / logging functions.
2013-03-10 Sebastian Harlutils error: Make sure to destroy memory allocated...
2013-03-10 Sebastian Harlutils error: Added module for error reporting.