Code

collectd.git
2006-06-25 Florian ForsterCopied missing files from the subversion repository. svn-trunk
2006-06-16 octoocto@leeloo:~/collectd $ svn merge -r822:823 branches...
2006-06-15 octoocto@leeloo:~/collectd $ svn merge -r786:HEAD branches...
2006-06-14 octodisk-linux branch: Fix a bug in the disk plugin.
2006-06-14 octoocto@casella:~/collectd $ svn cp trunk branches/disk...
2006-06-10 octoocto@leeloo:~/collectd $ svn merge -r812:815 branches...
2006-06-10 octotrunk: add .gitignore
2006-06-10 octotrunk: Added the `apcups' and the `ntpd' plugins to...
2006-06-10 octotrunk: traffic plugin: fix linux pkt/err counters
2006-06-10 octotrunk: fix some fd-leaks
2006-06-10 octotrunk: Updated the `collection.cgi' with the `ntpd...
2006-06-10 octoapcups branch: Remove `write_nbytes' and replace it...
2006-06-10 octoapcups branch: Removed `read_nbytes' and replaced with...
2006-06-10 octoapcups branch: Fixed the behavior of `sread'.
2006-06-10 octoocto@casella:~/collectd $ svn cp trunk branches/apcups
2006-06-10 octotrunk: Added config options of the `apcups' plugin...
2006-06-10 octotrunk: Added configuration options for `ntpd' to the...
2006-06-10 octotrunk: Documentes the two new plugins, apcups and ntpd
2006-06-10 octoocto@casella:~/collectd $ svn merge -r754:800 branches...
2006-06-10 octoocto@casella:~/collectd $ svn merge -r784:HEAD branches...
2006-06-10 octoapcups branch: Don't close the socket after each iteration.
2006-06-10 octoapcups branch: Some debug messages and such.
2006-06-09 octontpd branch: Changed the RRD files of the NTPd plugin...
2006-06-09 octoapcups branch: Renames some RRD files and DSes.
2006-06-09 octoapcups branch: Renamed the temperature-DS to `value...
2006-06-08 octoapcups branch: Fixed some minor issues with the apcups...
2006-06-08 octofreebsd branch: swap plugin: Added the possibility...
2006-06-08 octofreebsd branch: memory plugin: Include "utils_debug...
2006-06-07 octofreebsd branch: swap plugin: Use `sysctlnametomib'...
2006-06-07 octofreebsd branch: memory plugin: Use `errno', not the...
2006-06-07 octofreebsd branch: memory plugin: Quick bugfix. Works...
2006-06-07 octomemory plugin: MACH_VM_STATISTICS_H -> HAVE_MACH_VM_STA...
2006-06-07 octofreebsd branch: memory.c: Hopefully working version.
2006-06-07 octofreebsd branch: First attempt at porting the `memory...
2006-06-07 octoocto@huhu:~/collectd $ svn cp trunk branches/freebsd
2006-06-06 octoocto@leeloo:~/collectd $ svn merge -r737:784 branches...
2006-06-06 octoapcups branch: Fix minor issues with the apcups plugin.
2006-06-06 anthony1. Was erroneously using tokptr vice key.
2006-06-06 anthony1. Keeping the socket open on my system, when apcupsd...
2006-06-04 octoChanged the build system to link against the system...
2006-06-01 octoocto@leeloo:~/collectd $ svn merge -r773:777 branches...
2006-06-01 octoBumped version to 3.9.3
2006-06-01 octoAdded a ChangeLog entry for version 3.9.3.
2006-06-01 octoRemoved the call to `bind'.
2006-06-01 octoUpdated the configure script to work under *BSD.
2006-06-01 octontpd branch: Close the ntpd-socket if a read or write...
2006-05-31 octontpd branch: Removed the headerfiles that were copied...
2006-05-31 octontpd branch: Added `time_dispersion' and `delay' to...
2006-05-31 octontpd branch: Added the collection of the `time_dispersi...
2006-05-31 octontpd branch: The ntpd plugin now resolves the `127...
2006-05-31 octontpd branch: Added config-code to the ntpd plugin,...
2006-05-31 octontpd branch: Added the reverse-lookup for both, IPv4...
2006-05-30 octontpd branch: Added `frequency_offset' and `time_offset...
2006-05-30 octontpd branch: The ntpd plugin now requests the `peer...
2006-05-30 octontpd branch: Added some debug messages to the ntpd...
2006-05-29 octontpd branch: The ntpd-plugin compiles and gets _some_...
2006-05-29 octontpd branch: Fixed misspelled variable name in common.h.
2006-05-28 octoAdded a call to `poll(2)' to the ntpd plugin. Also...
2006-05-28 octontpd.c: Fixed most syntax errors.. Removed the inclusio...
2006-05-28 octoAdded `ntp_{types,machine}.h' from the NTPd distribution.
2006-05-28 octoFirst (incomplete) code for querying an ntpd.
2006-05-28 octoAdded `sread' and `swrite': `read' and `write' like...
2006-05-27 octohddtemp.c: Don't try other sockets if one could be...
2006-05-26 octoCopied `ntp-4.2.0a+stable/include/ntp_request.h' to...
2006-05-26 octoCreated the `ntpd' branch.
2006-05-25 octoAdded the `Ignore' config option of the `traffic' plugi...
2006-05-25 octoBuild the `submit_{packages,errors}' functions when...
2006-05-25 octotraffic plugin: Store the packet- and error-counter...
2006-05-25 octoChanged the build-system to only use the getifaddrs...
2006-05-24 octoChanged the apcups plugin to keep the socket open.
2006-05-24 octoDefine the `APCMAIN' define in any way. Set it to zero...
2006-05-24 octoapcups.c: Closed run-away comment. Sorry.
2006-05-24 octoRemoved all the conflicts from the apcups-plugin again.
2006-05-22 anthony1. (major) Code no longer calls exit() when it encounte...
2006-05-20 octoRenamed `host' and `port' to `global_host' and `global_...
2006-05-20 octoRearranged the functions in the `apcups' plugin.
2006-05-20 octoSimplified the `submit' and `write' functions of the...
2006-05-20 octoChanged the network code to use `getaddrinfo' rather...
2006-05-20 octobranches/apcups/src/apcups.c:
2006-05-19 anthony1. (major) The code in apcups.c was adapted from apcups...
2006-05-19 octoCopied trunk to `branches/apcups'
2006-05-19 octoFixed miscellaneous small stuff..
2006-05-19 octoCleaned up the apcups plugin some more..
2006-05-19 octoapcups.c:
2006-05-19 octosrc/apcups.c:
2006-05-19 octoAdded the apcups plugin to the build system.
2006-05-18 octoAdded `apcups.c' by Anthony Gialluca <tonyabg at charte...
2006-05-14 octoMerged stuff from branches/collectd-3.9: After release...
2006-05-11 tokkeeRenamed threads to vs_threads in collection.cgi (should...
2006-05-10 octoocto@leeloo:~/collectd $ svn merge -r630:631 trunk...
2006-05-10 octoocto@leeloo:~/collectd $ svn cp tags/collectd-3.9.2...
2006-05-09 octoocto@huhu:~/collectd $ svn merge -r717:718 trunk tags...
2006-05-09 octoBumped version to 3.9.2
2006-05-09 octoMerged changelog entries from versions 3.8.5 and 3.9.1
2006-05-09 octoFixed the nasty bug in the ping plugin: The sequence...
2006-05-08 octoRemoved `trunk/src/libping/', since it's obsolete.
2006-05-07 octoUpdated ChangeLog; also added version 3.9.1
2006-05-07 octoAdded a config option to the traffic plugin to ignore...
2006-04-28 octoChanged the build system to
2006-04-28 octoCorrected/removed fixme-note.
next