Code

Fixed a but in the mysql module, so it builds as write-only module, too.
[collectd.git] / src /
2006-01-15 octoFixed a but in the mysql module, so it builds as write...
2006-01-10 octoMinor changes since I was a little bored ;)
2006-01-08 octoMoved `exit_usage' from `collectd.c' to `configfile...
2005-12-23 octoAdded `Handler_*' support to the `mysql' plugin
2005-12-22 octoSince a second is not always 100 jiffies remove the...
2005-12-22 octoFixed documentation in `configfile.h': s/Module/Plugin/
2005-12-22 octoChanged mysql plugin to create one RRD file for each...
2005-12-21 octoAdded the functions `strjoin' and `escape_slashes'...
2005-12-20 octoFixed a problem with the `disk' plugin: Added a counter...
2005-12-20 nikitypo
2005-12-20 octoChanged `plugin_set_dir' to take a `const' argument.
2005-12-19 octoAdded to src/configfile.c:
2005-12-19 nikiremoved )
2005-12-18 octoMoved the signal handler initialization so it gets...
2005-12-18 octoFinished up `df' plugin
2005-12-18 octoAdded first version of a `df' module
2005-12-18 octoAdded contribution for Tommie Gannert's PID-file patch...
2005-12-18 octoAdded `mysql' status line to configure.in
2005-12-17 octoChanged default `host' for `mysql' to `localhost'
2005-12-17 octoAdded check for `libmysqlclient' to `configure.in'
2005-12-17 octoMoved the *_HAVE_READ defines: *_submit may only be...
2005-12-17 octoCleaned up all the modules, unified define order and...
2005-12-17 octoChanged plugins `serial' through `users' to be able...
2005-12-17 octoChanged modules `cpu' through `sensors' to compile...
2005-12-17 octoChanged the cpu plugin to not use its headerfile anymore.
2005-12-17 octoMerged branch configfile to trunk
2005-12-17 octoTook a closer `look' at last nights changes..
2005-12-17 nikimain() prototype causes trouble when configure is using...
2005-12-17 nikispace -> tab
2005-12-17 niki#ifdef -> #if
2005-12-17 nikicleanup, pidfile_remove bugfix, options (configdir?)
2005-12-17 nikicleanup configure headers
2005-12-17 nikioptions, static, #if's and debugging
2005-12-17 nikiadded conditions and implemented AC_COLLECTD() macro.
2005-12-17 nikifixed static filename bug, cleanup of --disable-debug...
2005-12-16 nikicleanup on users module
2005-12-16 octoMerged revision 326 to tags/collectd-3.5.0 and the...
2005-12-16 octoCommented out `CONFIGFILE' in collectd.c
2005-12-16 octoMerged revisions 317 and 318 from trunk to the branches
2005-12-16 octoChanged collectd.c so the `-P pidfile' option has an...
2005-12-16 octoUpdated debian/changelog
2005-12-16 octoFixed type (forgotten semicolon) from the previous...
2005-12-16 octoMerged changes from revision 314 (branches/collectd...
2005-12-16 octoChanged the merger to fit better with the configfile...
2005-12-16 octoMerged revisioni 312 to configfile branch
2005-12-16 octoMerged changes from the quota-branch:
2005-12-15 octoMerged revision 304 (removal of all `extern time_t...
2005-12-15 octoChanged the term `Module' to `Plugin' in configfile...
2005-12-14 nikiremoved
2005-12-14 octoMerged the fix of Revision 302 to the branches
2005-12-14 octoFixed weird bug in processes.c. Thanks to Stuart Nichol...
2005-12-14 octoChanged error messages for calls to `mkdir': Report...
2005-12-14 octoAdded `cf_read' to the daemon startup and removed the...
2005-12-14 octoImplemented `plugin_get_dir' and `plugin_set_dir'
2005-12-14 nikiautoconf info page mentions that including config.h...
2005-12-14 octoAdded `configfile.[ch]' to configfile-branch (forgot...
2005-12-13 octoChanged return type of `plugin_exists' from `bool'...
2005-12-13 octoAdded defines `SYSCONFDIR' and `CONFIGFILE' to `collectd.h'
2005-12-13 octoThe configfile-branch now compiles.
2005-12-13 octoAdded src/libconfig so distribution
2005-12-13 octoAdded copyright/GPL header to all .c and .h files in...
2005-12-12 octoAdded copyright notices to src/multicast.[ch] and src...
2005-12-12 octoCommented the configure and Makefile rules for the...
2005-12-12 octoDeleted `src/stamp-h1.in', `src/config.h.in' and `INSTA...
2005-12-12 octoMerged autotools changes (configure.in, src/plugin...
2005-12-12 octoMerged changes on `processes.c', `collectd.c' and ...
2005-12-12 octoMerged changes on `common.[ch]' from quota-branch to...
2005-12-12 octoCopied src/utils_mount.[ch] from quota-branch to trunk
2005-12-12 octoCopied src/utils_debug.[ch] from quota-branch to trunk
2005-12-08 octoAdded FreeBSD support to the cpu module
2005-12-07 octoUpdated the manpage (added multicast routing informatio...
2005-12-06 octoFixes for the load module (did not work correctly under...
2005-12-06 octoAdded backwards compatibility to `users.c', so I can...
2005-12-04 octoAdded checks for `utmpx.h' and `getutxent' to the confi...
2005-12-04 tokkeeNow using utmpx instead of utmp in users.c to be POSIX...
2005-12-04 tokkeeFirst version of the users plugin.
2005-12-02 octoAdded information about cpufreq to ReadMe and manpage
2005-12-01 octoRRDs and PID file are now underneath `localstatedir'
2005-12-01 octoFiddling with that autoconf/automake stuff..
2005-12-01 octoMerged Niki's changes to `collectd.h' to trunk/