]> git.itanic.dy.fi Git - rrdd/shortlog
rrdd
2012-10-28 Timo Kokkonenjobcontrol: Fork bomb prevental
2012-10-28 Timo Kokkonenrrd images: Make the timestamp string configurable
2012-10-28 Timo Kokkonenconfig: Fix copy paste errors in error messages
2012-10-11 Timo Kokkonenprocess: Implement event handling infrastructure
2012-10-01 Timo Kokkonenprocess: request_fork: Ensure function parameter is...
2012-09-29 Timo Kokkonenrrdtool_update_data: Print out the input data
2012-07-17 Timo KokkonenRemove extra space from debug prints
2012-07-17 Timo KokkonenMerge scheduler.c into rrdtool.c
2012-07-02 Timo Kokkonenonewire_parser: Add support for temperature offsets
2012-06-28 Timo Kokkonenscheduler: Give the name of the next db to be updated
2012-06-27 Timo Kokkonenrrdtool: Ensure data read by the parser is always NULL...
2012-06-27 Timo Kokkonenscript_parser: Fix fread to return number of bytes...
2012-06-27 Timo Kokkonenprocess: Print process output through the debug macros
2012-06-27 Timo Kokkonenparser: Remove old debug print
2012-06-27 Timo Kokkonenprocess: Fix bug with child processes stuck forever...
2012-06-26 Timo Kokkonenmain: Print out the time when next even it expected
2012-06-26 Timo Kokkonendebug: Reintroduce message colouring
2012-06-26 Timo Kokkonendebug.c: Remove indentation from the prints
2012-06-24 Timo Kokkonendebug: Rework debugging
2012-06-24 Timo KokkonenAdd missing headers
2012-06-24 Timo KokkonenAdd onewire parser
2012-06-24 Timo KokkonenAdd MIN() macro
2012-06-24 Timo Kokkonenrrdtool.c: Improve data sanitization
2012-06-23 Timo KokkonenChange parser parameter type
2012-06-23 Timo Kokkonenconfig.c: Fix macro variable usage
2012-06-20 Timo KokkonenEnable database reading and writing, if requested from...
2012-06-20 Timo KokkonenAdd Initial version of config file handling
2012-06-20 Timo KokkonenRename the built in database to default_rrds
2012-06-20 Timo Kokkonenrrdtool.c: Improve error handling during database creation
2012-06-20 Timo Kokkonennetstats_parser: Fix crash when network device names...
2012-06-04 Timo Kokkonenrrdtool.h: Constify string constants
2012-05-19 Timo Kokkonenmain: Add NULL terminator to option array
2012-05-15 Timo Kokkonenprocess: Replace racy SIGCHLD handler with signalfd
2012-05-15 Timo Kokkonenprocess: Improve harvest_zombies
2012-05-13 Timo Kokkonenprocess.c: Factor out job request handling
2012-05-12 Timo Kokkonenmain: Exit on init_jobcontrol failure
2012-05-12 Timo Kokkonenprocess.c: Move epoll initialization into init_jobcontrol()
2012-05-12 Timo KokkonenRename init_max_jobs() to init_jobcontrol()
2012-04-25 Timo Kokkonenmain: Implement command line parsing
2012-04-22 Timo Kokkonenrrdtool: Set up the correct executable name when runnin...
2012-04-15 Timo Kokkonenprocess: sigchild_handler: Only call waitpid()
2012-04-15 Timo Kokkonendebug: Flush debug prints out immedeatly
2012-04-15 Timo Kokkonenrrdtool_draw_image: Draw images in parallel
2012-04-15 Timo Kokkonenmain.c: Enable job control
2012-04-15 Timo Kokkonenprocess.c: Implement support for limiting number of...
2012-04-15 Timo Kokkonenprocess.c: Remove the rest of the printf() calls
2012-04-15 Timo Kokkonenprocess: Remove get_sibling_count()
2012-04-14 Timo Kokkonenrrdtool: Improve debug prints
2012-04-14 Timo Kokkonenrrdtool: Rename rrdtool_check_databases() to rrdtool_cr...
2012-04-14 Timo Kokkonenscheduler: Rename check_update_need() to get_outdated_db()
2012-04-14 Timo KokkonenRemove redundant strerror usage
2012-04-14 Timo Kokkonenprocess: Improve error handling
2012-04-12 Timo Kokkonenrrdtool: Reduce excess parallelism
2012-04-12 Timo Kokkonendebug.h: Add timestamps to debug prints
2012-04-11 Timo Kokkonenrrdtool_draw_image: Avoid corrupting image files
2012-02-22 Timo KokkonenAdd "other" memory counter
2012-02-22 Timo Kokkonenscript_parser: Print number of read bytes in the info...
2012-02-22 Timo Kokkonenmem_parser: Replace zero pointer with NULL
2012-02-22 Timo Kokkonenstring.c: Use existing string helpers
2012-02-22 Timo Kokkonenstring.h: Use defintions from ctype.h when applicable
2012-02-22 Timo Kokkonendatabase.h: Clean up default path names
2011-09-03 Timo Kokkonendatabase.h: Add time variable to DEFINE_IMAGE macro
2011-06-25 Timo Kokkonensanitize_rrd_update_data: Ensure minus sign is not...
2011-04-06 Timo Kokkonenparser: Use long long when parsing net stats
2011-04-03 Timo Kokkonendatabase.h: Multiple fixes
2011-04-03 Timo KokkonenRename database.h.example to database.h
2011-04-03 Timo Kokkonenrrdtool_update_data: Sanitize input data before passing...
2011-04-03 Timo Kokkonenstring: Add functions to skip numbers and non-numbers
2011-03-27 Timo Kokkonendatabase.h.example: Add network statistics
2011-03-27 Timo Kokkonendatabase.h.example: Add macro for generating rrd source...
2011-03-27 Timo Kokkonenparser: Add network parser
2011-03-27 Timo Kokkonendec_to_longlong: Return values should be long long
2011-03-13 Timo Kokkonendatabase.h.example: Add macro to fill rrd_image structures
2011-03-13 Timo Kokkonenrrdtool: Print out the image that is being drawn
2011-03-11 Timo Kokkonendatabase.h.example: Update example data
2011-03-11 Timo Kokkonenparser: Add support for a script parser
2011-03-11 Timo Kokkonenprocess.c: Ensure stderr gets read after process has...
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 Kokkonendatabase.h.example: Add information to allow database...
2011-03-07 Timo KokkonenMakefile: Typo fix
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 KokkonenMove rrd_database structure under rrdtool.h
2011-03-06 Timo KokkonenCollect all rrdtool handling in one file
2011-03-06 Timo Kokkonendatabase.h.example: Avoid pathname repeatitions
2011-03-06 Timo KokkonenRename testadata.h to database.h
2011-03-06 Timo KokkonenMakefile: Fixes
2009-10-08 Timo KokkonenOrthogonalize CPU graph colors
2009-10-08 Timo KokkonenChange default memory graph colors
2009-10-01 Timo KokkonenUse long long instead of ints when parsing cpu tics
2009-09-20 Timo KokkonenUpdate testdata.h.example to support swap
2009-09-17 Timo KokkonenAdd support for reading swap usage from meminfo
2008-05-21 Timo KokkonenPrint which command is to be executed
2008-05-21 Timo KokkonenChange debug message output
2008-05-21 Timo KokkonenRename get_process_count() to get_sibling_count()
2008-05-21 Timo KokkonenUse pointers properly
2008-05-21 Timo KokkonenAdd primitive error detection to digitemp parser
2008-05-21 Timo KokkonenFix debug message indenting bug
next