Code

collectd.git
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 octoAdded `--sysconfdir=/etc' to `debian/rules'..
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 octoAdded information about the changes in `cpufreq'
2006-01-28 octoAdded information about the MySQL plugin changes
2006-01-28 octoPut all the arrays in `ping.c' into one struct.
2006-01-27 octoAdded Header and Vertical legend to the graphs..
2006-01-27 octoAdded MySQL QCache and Threads graphs to `collection...
2006-01-27 octoRemoved `hddtemp' debian module
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 octoUpdated ChangeLog: Added part about `3.6.2'
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 octoUpdated to version 3.6.1, due to a bug in `configure.in'
2006-01-20 octoAdded `debian/collectd.conffiles' to `trunk'
2006-01-20 octoChanged the ping-module so it doesn't give up on socket...
2006-01-20 octoUpdated `collectd.spec', though not tested it..
2006-01-19 octoRemoved `/etc/default/collectd' from the debian package
2006-01-17 octoAdded sample collectd.conf
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-24 octoAdded mysql_{commands,handler} to `collection.cgi'
2005-12-23 octoAdded `Handler_*' support to the `mysql' plugin
2005-12-23 octoChanged the `cpu' graph to display percentages
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 octoUpdated ChangeLog for 3.5.1
2005-12-18 octoUpdated changelog
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 nikicleanup on sensors
2005-12-16 nikiclenaup on libstatgrab
2005-12-16 nikicleanup on libstatgrab
2005-12-16 nikicleanup
2005-12-16 nikichanged unportable
2005-12-16 nikimake configure a bit more informative
2005-12-16 nikisyslog and sys/param.h check
2005-12-16 octoMerged revision 326 to tags/collectd-3.5.0 and the...
2005-12-16 octoCommented out `CONFIGFILE' in collectd.c
next