win32 portability patch and win32/rrdlib.vcproj file for the source
[rrdtool.git] / src / rrd_create.c
2008-11-18 oetikerwin32 portability patch and win32/rrdlib.vcproj file...
2008-10-20 oetikerrrd_notify_row patch:
2008-10-16 oetiker- rrd_open() calculates file size for new files and...
2008-10-15 oetikerreverted r1601 and r1606 since r1601 introduced a non...
2008-10-14 oetikerThis moves selection of the initial RRA row into the...
2008-10-14 oetikerSome observations I made while implementing this:
2008-09-06 oetikerprepare for the release of rrdtool-1.3.2
2008-08-27 oetikerMany rrd_create memory leaks patched ... based on valgr...
2008-07-23 oetikerprepare for the release of rrdtool-1.3.1
2008-07-22 oetikerFix for #167 - rrdcreate is arguably missing a check...
2008-06-10 oetikerprepare for the release of rrdtool-1.3.0
2008-06-10 oetikerflip check for row_count with setting for better code...
2008-06-10 oetikercheck row count in RRAs to be > 0 ... by Sebastian...
2008-06-10 oetikerfor windows we must open files in O_BINARY mode
2008-06-08 oetikerprepare for the release of rrdtool-1.3rc9
2008-06-08 oetikerprepare for the release of rrdtool-1.3rc8
2008-06-08 oetikerFrom: Sebastian Harl sh tokkee.org
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-05-12 oetikerthe last_ds value fuer unknown is 'U' and not 'UNKN'
2008-02-24 oetikerfix indents gone out of kileter by patching ...
2008-02-19 oetikerGenerate a random cur_row for each RRA during
2008-02-04 oetikerin rrd_create we do not use mmaping and thus need to...
2008-01-14 oetikerfixed indenting
2008-01-14 oetiker* fixed madvise/fadvise detection
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-07-18 oetikermake sure all ascii to float parsing uses LC_NUMERIC...
2007-07-18 oetiker* rrd_open: rrd_close does not purge file from cache
2007-07-11 oetikerusr rrd_free for freeing the rrd structs ... vito caputo
2007-06-18 oetikerBernhard Fischer:
2007-06-15 oetikerThere are two popular variants of the Holt-Winters...
2007-05-30 oetikerFrom Bernhard Fischer
2007-05-24 oetikerindent all the rest of the code, and add some typedefs...
2007-05-23 oetikerreindented everything according to .indent.pro
2007-05-23 oetikernew trunk based on current 1.2
2007-05-18 oetiker* dropping in rrd_update is probably overkill since...
2007-05-17 oetikernow the fadvise code actually compiles ... let the...
2007-05-17 oetikeradded posix_fadvise support (untested) ... this should...
2007-05-02 oetikerprepare for the release of rrdtool-1.2.23
2007-05-02 oetikerprepare for the release of rrdtool-1.2.22
2007-05-01 oetikerprepare for the release of rrdtool-1.2.21
2007-05-01 oetikerprepare for the release of rrdtool-1.2.20
2007-05-01 oetikeradded some const casts
2007-04-02 oetikernew function rrd_fetch_r() (and make the
2007-02-01 oetikerprepare for the release of rrdtool-1.2.19
2007-01-23 oetikerprepare for the release of rrdtool-1.2.18
2007-01-22 oetikerprepare for the release of rrdtool-1.2.17
2007-01-20 oetikerprepare for the release of rrdtool-1.2.16
2006-07-14 oetikerprepare for the release of rrdtool-1.2.15
2006-07-14 oetikerprepare for the release of rrdtool-1.2.14
2006-05-09 oetikerdon't panic if the user forgets to specify the name...
2006-05-04 oetikerprepare for the release of rrdtool-1.2.13
2006-05-04 oetikerfewer double frees ... -- slamb slamb.org
2005-12-18 oetikerprepare for the release of rrdtool-1.2.12
2005-07-25 oetikerprepare for the release of rrdtool-1.2.11
2005-06-17 oetikerprepare for the release of rrdtool-1.2.10
2005-06-11 oetikeravoid gcc (3.4.3) warnings char format, different type...
2005-05-28 oetikerprepare for the release of rrdtool-1.2.9
2005-05-19 oetikerwindows at least stores null terminated char strings...
2005-05-16 oetikerprepare for the release of rrdtool-1.2.8
2005-05-16 oetikerprepare for the release of rrdtool-1.2.7
2005-05-12 oetikermake parsing of DS arguments more robust and give more...
2005-05-10 oetikerprepare for the release of rrdtool-1.2.6
2005-05-09 oetikerprepare for the release of rrdtool-1.2.5
2005-05-08 oetikerprepare for the release of rrdtool-1.2.4
2005-05-07 oetikerprepare for the release of rrdtool-1.2.3
2005-05-07 oetikerprep for 1.2.2 release
2005-05-05 oetikerbetter not to write into argv elements ... Henrik Stoer...
2005-05-01 oetikerprep for 1.2.1 release
2005-05-01 oetikerreset optind opterr inside the function calls ...
2005-04-25 oetikerprep for 1.2.0 release
2005-04-22 oetikerprep for 1.2rc9 release
2005-04-12 oetikerprep for 1.2rc8 release
2005-04-11 oetikerprep for 1.2rc7 release
2005-04-10 oetikerprep for 1.2rc6 release
2005-04-07 oetikerprep for 1.2rc5 release
2005-04-06 oetikerprep for 1.2rc4 release
2005-04-05 oetikerprep for 1.2rc3 release
2005-04-04 oetikerprep for 1.2rc2 release
2004-05-25 oetikerprevent small leak when resources are exhausted --...
2003-11-12 oetikermake create much faster .. -- David M. Grimes <dgrimes...
2003-11-11 oetikerreplaced time_value with rrd_time_value as MacOS X...
2003-05-03 oetikersmall patch to rrd_create.c that corrects problem with the
2003-04-25 jakeAlternate update interface, updatev. Returns info about...
2003-02-13 oetikerFind attached the patch I promised to send to you....
2002-02-01 oetikerfixed version number and date/time
2001-08-22 jakeContents of this patch:
2001-03-11 oetikerreindented the cource for better readability
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