]> git.itanic.dy.fi Git - rrdd/shortlog
rrdd
2012-05-16 Timo KokkonenMerge branch 'master' of git+ssh://itanic.dy.fi/home... kaatokone0
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 KokkonenMerge branch 'master' of git+ssh://itanic.dy.fi/home...
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 KokkonenMerge branch 'master' of git+ssh://itanic.dy.fi/home...
2012-04-12 Timo Kokkonenrrdtool: Reduce excess parallelism
2012-04-12 Timo Kokkonendebug.h: Add timestamps to debug prints
2012-04-11 Timo KokkonenMerge branch 'master' into kaatokone0
2012-04-11 Timo Kokkonenrrdtool_draw_image: Avoid corrupting image files
2012-02-22 Timo KokkonenMerge branch 'master' into kaatokone0
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 KokkonenMerge branch 'master' into kaatokone0
2011-06-25 Timo Kokkonensanitize_rrd_update_data: Ensure minus sign is not...
2011-04-06 Timo KokkonenMerge branch 'master' of git+ssh://itanic.dy.fi/home...
2011-04-06 Timo Kokkonenparser: Use long long when parsing net stats
2011-04-06 Timo KokkonenMerge branch 'master' into kaatokone0
2011-04-03 Timo KokkonenPrepare for the merge
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-15 Timo Kokkonenkaatokone0: Add database.h
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
2008-05-21 Timo KokkonenCount number of sibling processes
2008-05-21 Timo KokkonenOpen read streams for reading
2008-05-21 Timo KokkonenPrettify printing of pid numbers on debug messages
2008-05-18 Timo Kokkonen.gitignore update
2008-05-18 Timo KokkonenAdd missing newline
2008-05-18 Timo KokkonenAdd .gitignore
2008-05-18 Timo KokkonenImprove piped process executing
2008-05-18 Timo KokkonenAutoindent debug messages according to parent count
2008-05-18 Timo KokkonenImprove dependency handling
2008-05-18 Timo KokkonenSuppress warning messages about missing dependency...
2008-04-06 Timo KokkonenFix count number of children correctly
2008-04-06 Timo KokkonenMake all debug output go through wrappers
2008-04-06 Timo KokkonenMove all fork operations to do_fork() functino
2008-04-03 Timo KokkonenMove string manipulation functions to string.c
2008-04-03 Timo KokkonenAdd fork debug and clear any child's child_count to...
2008-04-03 Timo KokkonenMakefile verbosity change
2008-04-01 Timo KokkonenSuppress warning messages
2008-04-01 Timo KokkonenRemove debug output
2008-04-01 Timo KokkonenFix digitemp parser
2008-03-31 Timo KokkonenSuppress excess make verbosity
2008-03-31 Timo KokkonenAdd support for stupid digitemp parser
2008-03-31 Timo KokkonenEnsure proper dependency creation when only headers...
next