]> git.itanic.dy.fi Git - rrdd/shortlog
rrdd
2016-07-09 Timo Kokkonenrrdtool.c: Suppress compiler warnings with a cast
2016-07-09 Timo Kokkonenprocess: Handle threads dynamically
2016-07-09 Timo Kokkonenprocess: Remove fork based concurrenct management
2016-07-09 Timo Kokkonenrun_work_on_queue: Remove excess debug print
2016-07-09 Timo Kokkoneninit_job_control: Suppress compiler warning
2016-07-09 Timo Kokkonenprocess: Remove signal handler completely
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 Kokkonenbuilt_in_parsers: Strenghten string handling
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
2016-07-08 Timo Kokkonenprocess.c: Introduce work queues
2016-07-08 Timo Kokkonendebug: Print thread name on debug prints
2016-07-08 Timo Kokkonenprocess: Add debug wrappers for pthread mutex operations
2016-07-08 Timo Kokkonenprocess.c: Trivial white space cleanup
2014-10-28 Timo Kokkonenprocess: run: Fix bug with multi-line prints
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...
2014-09-09 Timo Kokkonenprocess.c: Reduce maximum number of parallel jobs on...
2014-08-22 Timo Kokkonenonewire_parser: Make sensor readin more robust on noisy...
2013-01-06 Timo KokkonenAdd support for data logging
2012-11-30 Timo KokkonenRemove excess debug prints from default trace level
2012-11-30 Timo KokkonenUser arguments: Add support for adjusting tracing level
2012-11-30 Timo Kokkonendebug: Improve debugging macros
2012-11-30 Timo KokkonenMakefile: Adjust default targets
2012-11-30 Timo Kokkonendebug: Add support for log files
2012-11-20 Timo KokkonenMakefile: Fix typo in object list
2012-11-20 Timo Kokkonenplugins: Add version checking
2012-11-20 Timo KokkonenAdd automatic versioning and compiler checks
2012-11-19 Timo Kokkonenonewire_parser: Convert to a plugin
2012-11-19 Timo Kokkonenparser: Try loading a parser from a plugin in case...
2012-11-19 Timo Kokkonenplugin_manager: Load parser plugins by name
2012-11-19 Timo KokkonenUpdate .gitignore
2012-11-19 Timo Kokkonenmain.c: Consider default argument as a config file
2012-11-19 Timo KokkonenParsers: Implement framework for registering and queryi...
2012-11-19 Timo KokkonenRemove database.h
2012-11-19 Timo KokkonenAdd utils.h
2012-11-19 Timo KokkonenIntroduce plugin manager
2012-11-10 Timo Kokkonenrrdtool: Add pre_draw_cmd
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
next