Code

allow to restore xml files with zero row rras ... this is a degenerated case
[rrdtool-all.git] / program / src / rrd_restore.c
2011-11-22 oetikerallow to restore xml files with zero row rras ... this...
2010-03-22 oetikerprepare for the release of rrdtool-1.4.3
2010-01-11 oetikersizeof(time_t) is 4 byte not 32 bit ...
2010-01-11 oetikerwe are using a comparison with sizeof(long) to figure...
2009-12-20 oetikerteach rrd_restore to be able to read the #text value...
2009-11-15 oetikerprepare for the release of rrdtool-1.4.2
2009-10-28 oetikerprepare for the release of rrdtool-1.4.1
2009-10-27 oetikerset version to 1.4.0 for all files
2009-10-27 oetiker* remove intl from build process ... someone who does...
2009-10-27 oetikermore solaris 10 portability changes ....
2009-10-27 oetikerremove HAVE_LOCALE_H and HAVE_TIME_H and HAVE_SETLOCALE...
2009-10-27 oetikerneeds locale.h to compile
2009-10-20 oetikerset locale to C while restoring
2009-09-24 oetikeradjusted copyright wording according to sebastians...
2009-08-11 oetikerfix freeing order when generating error messages. found...
2009-07-05 oetikercheck for the size of time_t and behave accordingly
2009-07-04 oetikerbe more careful when converting to string to time_t...
2009-05-26 oetiker"ulong" is not portable. must be unsigned long -- kevin
2009-05-25 oetikerWhile restoring, rrd_restore uses between 30 and 40...
2009-04-15 oetikerfix comments and error messages in rrd_restore patch
2009-04-15 oetikerFix casting issues in rrd_restore. The bug manifested...
2009-04-14 oetikerrrd_random() is a wrapper around random() that ensures...
2008-12-10 oetikerOn some architectures, strtod does not turn "NaN" into...
2008-11-18 oetikerwin32 portability patch and win32/rrdlib.vcproj file...
2008-09-06 oetikerprepare for the release of rrdtool-1.3.2
2008-08-27 oetikerfix indentation
2008-07-23 oetikerforward ported patch for rra cur_row randomization...
2008-07-23 oetikerprepare for the release of rrdtool-1.3.1
2008-07-23 oetikeradded support for restoring rrdtool 1.0.x files .....
2008-06-10 oetikerprepare for the release of rrdtool-1.3.0
2008-06-08 oetikerprepare for the release of rrdtool-1.3rc9
2008-06-08 oetikerprepare for the release of rrdtool-1.3rc8
2008-06-02 oetikeruse DNAN instead of NAN since there seem to be issues...
2008-05-31 oetikerprepare for the release of rrdtool-1.3rc7
2008-05-26 oetikerprepare for the release of rrdtool-1.3rc6
2008-05-25 oetikerprepare for the release of rrdtool-1.3rc5
2008-05-18 oetikerprepare for the release of rrdtool-1.3rc4
2008-05-16 oetikerprepare for the release of rrdtool-1.3rc3
2008-05-15 oetikerprepare for the release of rrdtool-1.3rc2
2008-03-25 oetikerfix broken header comment section -- Florian octo Forster
2008-03-15 oetikerreindent
2008-02-24 oetikerfix indents gone out of kileter by patching ...
2008-02-24 oetikerfix one segfault while trying to restore an invalid...
2008-02-19 oetikerGenerate a random cur_row for each RRA during
2007-11-15 oetikerre-indented files that have gone out of indent-style...
2007-09-11 oetikerAllow to the the smoothing window size other thatn...
2007-08-03 oetikerprepare for the release of rrdtool-1.2.99907080300
2007-07-25 oetikerfixed indenting
2007-07-22 oetikerOnly create version 4 rrd files if the new holtwinters...
2007-06-18 oetikerBernhard Fischer:
2007-06-15 oetikerThere are two popular variants of the Holt-Winters...
2007-05-23 oetikerreindented everything according to .indent.pro
2007-05-23 oetiker* progress in moving all the fileaccess over to a wrapp...
2007-05-23 oetikernew trunk based on current 1.2
2007-05-23 oetikerrestarting trynk for 1.2
2004-07-30 jakeFix the Win32 build for executable and perl-shared...
2004-05-26 oetikerreduce compiler warnings. Many small fixes. -- Mike...
2004-05-25 oetikerfix spelling and syntax, especially in messages that...
2004-05-25 oetikerUpdate displayed copyright messages to be consistent...
2004-05-18 oetikermake force option work
2004-04-18 oetikerfixed O_BINARY
2004-03-23 oetikermake sure fole is opened binary on restore ... to make...
2003-11-17 oetikermore correct usage added -- Eldad Zack <eldad@stoneshaf...
2003-11-11 oetikerAllow to force overwrite when restoring from xml to...
2003-04-26 oetikeronly restore V2 and larger.
2003-04-23 oetikerfixed version checks to only complain if xml version...
2003-04-11 oetikerNew special value COUNT which allows calculations based...
2003-02-16 oetikerif output is - there is not need to deref the handler
2003-02-13 oetikerFind attached the patch I promised to send to you....
2002-05-14 oetikerdouble free fixed
2002-04-03 oetikeri suck. sorry. add ,0666 to the open(). -- Paul Vixie...
2002-04-02 oetikeraded missing fcntl.h
2002-04-02 oetikerrrd restore should not burn down existing files --...
2002-02-01 oetikerfixed version number and date/time
2001-03-10 oetikerSupport for COMPUTE data sources (CDEF data sources...
2001-03-04 oetikerAberrant Behavior Detection support. A brief overview...
2001-02-25 oetikerInitial revision