Code

* progress in moving all the fileaccess over to a wrapper system that can do fd based...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 23 May 2007 20:42:13 +0000 (20:42 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 23 May 2007 20:42:13 +0000 (20:42 +0000)
commit4e8dd4240ca3f12d68759cc26f3ebac63c246843
treee43616d585518a90fdcc0894f9d658f4e63d2814
parentff6a3e6cbcce655a69a104a20eb6b5949814ce3c
* progress in moving all the fileaccess over to a wrapper system that can do fd based and mmap based fileaccess transparently ...
* small fixes left and right to improve code quality and stability.
-- Bernhard Fischer rep dot nop gmail com

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1075 a5681a0c-68f1-0310-ab6d-d61299d08faa
20 files changed:
program/configure.ac
program/src/Makefile.am
program/src/rrd.h
program/src/rrd_dump.c
program/src/rrd_fetch.c
program/src/rrd_first.c
program/src/rrd_hw.c
program/src/rrd_hw.h
program/src/rrd_info.c
program/src/rrd_last.c
program/src/rrd_lastupdate.c
program/src/rrd_open.c
program/src/rrd_resize.c
program/src/rrd_restore.c
program/src/rrd_stat.c
program/src/rrd_thread_safe.c
program/src/rrd_tool.h
program/src/rrd_tune.c
program/src/rrd_update.c
program/src/unused.h