Code

Aberrant Behavior Detection support. A brief overview added to rrdtool.pod.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Mar 2001 13:01:56 +0000 (13:01 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Mar 2001 13:01:56 +0000 (13:01 +0000)
commit7b4023750f1037675b71b13fab8b22a9bf39596d
tree7a11667a8d9f50bba141af854acd437e1b016fbb
parent7c26bebb458e7caf39ef1d524c010dc29acdbcb8
Aberrant Behavior Detection support. A brief overview added to rrdtool.pod.
Major updates to rrd_update.c, rrd_create.c. Minor update to other core files.
This is backwards compatible! But new files using the Aberrant stuff are not readable
by old rrdtool versions. See http://cricket.sourceforge.net/aberrant/rrd_hw.htm
-- Jake Brutlag <jakeb@corp.webtv.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@26 a5681a0c-68f1-0310-ab6d-d61299d08faa
20 files changed:
program/NEWS [new file with mode: 0644]
program/doc/rrdcreate.pod
program/doc/rrdgraph.pod
program/doc/rrdtool.pod
program/doc/rrdtune.pod
program/src/Makefile.am
program/src/fnv.h [new file with mode: 0644]
program/src/hash_32.c [new file with mode: 0644]
program/src/rrd_create.c
program/src/rrd_dump.c
program/src/rrd_format.h
program/src/rrd_graph.c
program/src/rrd_hw.c [new file with mode: 0644]
program/src/rrd_info.c
program/src/rrd_open.c
program/src/rrd_restore.c
program/src/rrd_tool.h
program/src/rrd_tune.c
program/src/rrd_update.c
program/src/rrdupdate.c [new file with mode: 0644]