Code

Updates from Bernhard Fischer rep dot nop gmail com
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 25 May 2007 13:12:07 +0000 (13:12 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 25 May 2007 13:12:07 +0000 (13:12 +0000)
commit3710c358d3ea1bc44ae7dab9dfef06fc267e96b2
treee7e8dddbff256b1e315a5831e9020d7ae3d6f108
parent0654e4d45ce83d2aacb12304b6611efef4339c00
Updates from Bernhard Fischer rep dot nop gmail com
- fix typo in rrd_fetch where rrd_read result was checked against an
  incorrect size.
- in rrd_fetch, drop rrd_head_size in favour of rrd_file->header_len
- in rrd_fetch, make the message "post fetch" unambiguous (now past vs.
  post).
- change usage of param rdwr of rrd_open: allow for RRD_READONLY,
  RRD_READWRITE, RRD_CREAT, RRD_READAHEAD; adjust callers accordingly:
  + rrd_resize needs CREAT
  + rrd_dump may want READAHEAD
- implement FD based I/O in rrd_open, rrd_read, rrd_write, rrd_seek.
- in rrd_update, unify write_RRA_row().
- sort | uniq the -T in .indent.pro (info_t was duplicated)
- add stub of an option to use O_DIRECT to the configury
- in Makefile.am, simplify the "indent" invocation of find:
  My find may not support "-o" resp. "-or" nor braces.
  Using -name "*.[ch]" works everywhere, AFAIK.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1084 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/.indent.pro
program/Makefile.am
program/configure.ac
program/examples/perftest.pl.in
program/src/rrd_dump.c
program/src/rrd_fetch.c
program/src/rrd_open.c
program/src/rrd_resize.c
program/src/rrd_tool.h
program/src/rrd_update.c