Code

Merged tiny fix from `trunk' to `tags/collectd-3.7.2'
[collectd.git] / src /
2006-02-22 octoMerged tiny fix from `trunk' to `tags/collectd-3.7.2' collectd-3.7.2
2006-02-19 octoMerged changed on `battery.c' from `trunk' to `tags...
2006-02-18 octoMerged fix from `trunk' to `tags/collectd-3.7.2'
2006-02-18 octoMerged Sebastian's fix for battery.c
2006-02-04 octoMerged revisions 460 and 462 from `trunk' to `tags...
2006-01-30 octoChanged `configure.in' and `src/Makefile.am' so the... collectd-3.7.0
2006-01-30 octoFixed the TTL option. Changed it's name to `TimeToLive...
2006-01-30 octoCleaned up `configfile.c'
2006-01-30 octoBumped version to 3.7.0, updated Specfile and Debian...
2006-01-30 octoAdded the `MulticastTTL' option so users can set a...
2006-01-30 octoInitialize `addrlen' before using. This might be the...
2006-01-30 octoRemoved `gethostbyname' and replaced with protocol...
2006-01-29 octo`df.c' now includes `sys/statv?fs.h'..
2006-01-29 octoFixed problems in src/Makefile.am - did not build witho...
2006-01-29 octoChanged `df.c' to prefer `statvfs' over `statfs', since...
2006-01-29 octoUpdated `configure.in'
2006-01-29 octoDeleted `multicast.c' and `multicast.h'
2006-01-29 octoUpdated the manpages. Changed the bits about operating...
2006-01-29 octoFixed problems with the new `network.c' code:
2006-01-29 octoFirst version of `network.c' running..
2006-01-29 octoAdded `network.c' and `network.h' to the sourced for...
2006-01-29 octoCompleted the new network code. Let the bugfixing begin ;)
2006-01-29 octoAdded `network.c' which will replace `multicast.c'...
2006-01-28 octoThe ACPI code in the `battery' plugin now ignores ...
2006-01-28 octoDocumented changed to the `hddtemp' plugin
2006-01-28 octoAdded config options `host' and `port' to the `hddtemp...
2006-01-28 octoChanged `cpuinfo' -> `scaling' in the manpage and anoth...
2006-01-28 octoAdded RRD layout (RRAs) of `mysql_qcache.rrd' and ...
2006-01-28 octoUpdated manpage (added information about the RRD files...
2006-01-28 octoPut all the arrays in `ping.c' into one struct.
2006-01-27 octoAdded `lowmem_prunes' to MySQL QCache statistics
2006-01-27 octoAdded `qcache'-support to the MySQL plugin
2006-01-27 octoChanged `cpuinfo_cur_freq' to `scaling_cur_freq'
2006-01-27 octoAdded `threads' to the MySQL plugin
2006-01-24 octo`DataDir' and `LogFile' were not valid in `Client'...
2006-01-23 octoAdded first version of ACPI support to the battery...
2006-01-23 octoFixes some bugs with the new battery module
2006-01-23 octoAdded the `battery' plugin
2006-01-20 octoChanged the ping-module so it doesn't give up on socket...
2006-01-17 octoChanged version to 3.6.0
2006-01-17 octoImproves `collectd.conf.pod' and `collectd.pod'
2006-01-17 octoImproved `collectd.conf(5)'
2006-01-16 octoChanged `DataDir' to be a valid option for mode `Server...
2006-01-16 octoRenamed `cf_get_mode_option' to `cf_get_option'. Added...
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...
next