From: oetiker Date: Thu, 23 Sep 2010 06:08:09 +0000 (+0000) Subject: Summary of changes: X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=e5b05bec82bbff5db8add4e58dd6f0fcf2670291;hp=e5b05bec82bbff5db8add4e58dd6f0fcf2670291;ds=sidebyside Summary of changes: 1. Add INFO , FIRST , LAST and CREATE [-b start][-s step][-O] to the rrdcached functions. 2. Add rrd_create_set_no_overwrite as a function in rrd_create.c to allow the overwrite flag to be set from rrd_daemon.c 3. Add rrdc_info, rrdc_first, rrdc_last, rrdc_create functions in rrd_client.c 4. Add rrdcached support to rrd_info(), rrd_first(), rrd_last() and rrd_create() 5. Add --noflush (-F) option to rrd_info(), rrd_last() to prevent cache flushing before function call if required for efficiency 6. Add --daemon option to rrd_info(), rrd_first() for rrdcached support 7. Add buffer_add_ulong function to rrd_client.c (used by new rrdc_* functions) 8. Add rrd_clear_error() call to rrd_create_r () to clean up bug if create called more than once 9. Add -O option to rrdcached to force no-overwrite mode in CREATE function 10. All relevant documentation updated -- Steve Shipway steve steveshipway.org git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2130 a5681a0c-68f1-0310-ab6d-d61299d08faa ---