]> git.itanic.dy.fi Git - rrdd/history - rrdtool.c
onewire_parser.c: Fix compiler warnings about string lengths
[rrdd] / rrdtool.c
2020-11-21 Timo Kokkonenrrtdool: Simplify sleeptime calculation
2020-10-25 Timo Kokkonenrrdtool: get_last_update: Fix file descriptor leak
2020-10-25 Timo Kokkonenrrdtool_update_data_multi: Discard entries with timesta...
2020-10-11 Timo KokkonenReplace strncat with _strlcat
2020-10-11 Timo Kokkonenrrdtool: Add support for multi parsers
2020-09-30 Timo Kokkonenrrdtool: Read last update timestamp from database on...
2020-09-30 Timo Kokkonenrrdtool: Use the same timestamp with rrdtool and with...
2020-09-30 Timo Kokkonenrrdtool: Fix strncat() usage
2020-04-25 Timo Kokkonenrrdtool: Fix use of uninitialized buffers in string...
2020-03-14 Timo Kokkonenrrdtool: Fix bug with messed up log printing
2020-03-14 Timo Kokkonenrrdtool: Take update time as we start updating db
2019-09-13 Timo Kokkonenrrdtool: Stop update times from drifting
2016-11-15 Timo KokkonenFix possible buffer overrun due to incorrect strncat...
2016-10-26 Timo KokkonenAllow parsers to store private data to databases
2016-07-09 Timo Kokkonenrrdtool: queue post_draw_cmd to be after images
2016-07-09 Timo Kokkonenrrdtool.c: Suppress compiler warnings with a cast
2016-07-09 Timo Kokkonendo_rrdtool_update_data: Initialize data buffer
2016-07-09 Timo Kokkonenrrdtool: Remove unused variables
2016-07-09 Timo Kokkonenrrdtool_draw_image: Remove excess strlen() call
2016-07-09 Timo KokkonenMerge branch 'master' of /home/git/rrdd
2016-07-09 Timo Kokkonenprocess: Make run() execute synchronously
2016-07-09 Timo KokkonenConvert rrdtool to use work queues instead of forks
2014-10-28 Timo Kokkonenrrdtool: Add support for post_draw_cmd
2014-10-26 Timo KokkonenMerge remote-tracking branch 'origin/master'
2014-10-26 Timo Kokkonenrrdtool.c: Null terminate process argument list in...
2013-01-06 Timo KokkonenAdd support for data logging
2012-11-19 Timo KokkonenParsers: Implement framework for registering and queryi...
2012-11-10 Timo Kokkonenrrdtool: Add pre_draw_cmd
2012-10-28 Timo Kokkonenrrd images: Make the timestamp string configurable
2012-09-29 Timo Kokkonenrrdtool_update_data: Print out the input data
2012-07-17 Timo KokkonenMerge scheduler.c into rrdtool.c
2012-06-27 Timo Kokkonenrrdtool: Ensure data read by the parser is always NULL...
2012-06-24 Timo Kokkonenrrdtool.c: Improve data sanitization
2012-06-20 Timo Kokkonenrrdtool.c: Improve error handling during database creation
2012-06-04 Timo Kokkonenrrdtool.h: Constify string constants
2012-04-22 Timo Kokkonenrrdtool: Set up the correct executable name when runnin...
2012-04-15 Timo Kokkonenrrdtool_draw_image: Draw images in parallel
2012-04-14 Timo Kokkonenrrdtool: Improve debug prints
2012-04-14 Timo Kokkonenrrdtool: Rename rrdtool_check_databases() to rrdtool_cr...
2012-04-12 Timo Kokkonenrrdtool: Reduce excess parallelism
2012-04-11 Timo Kokkonenrrdtool_draw_image: Avoid corrupting image files
2011-06-25 Timo Kokkonensanitize_rrd_update_data: Ensure minus sign is not...
2011-04-03 Timo Kokkonenrrdtool_update_data: Sanitize input data before passing...
2011-03-13 Timo Kokkonenrrdtool: Print out the image that is being drawn
2011-03-11 Timo Kokkonenparser: Define maximum length for the rrd data
2011-03-11 Timo Kokkonenparser: Add extra pointer to parse function prototype
2011-03-07 Timo KokkonenAdd support for creating rrd databases in case the...
2011-03-07 Timo Kokkonenrrdtool: Improve argument list modification macro
2011-03-07 Timo Kokkonenrrdtool: Replace repeating strings with a definition
2011-03-06 Timo KokkonenCollect all rrdtool handling in one file