fix off by 1 error
[rrdtool.git] / src / rrd_open.c
2012-08-14 oetikerremove a bunch of variables which were set but never...
2012-02-02 oetikerremove duplicate code in rrd_open -- Richard Laager
2012-02-02 oetikeruse posix_fallocate when initialiying rrd files ....
2011-04-21 oetikerfix rrd_create behaviour when mmaping on a full filesys...
2011-03-14 oetikerbring spaceing around graph back in line with 1.2 goodn...
2010-12-26 oetikermake MAP_PRIVATE conditional on AIX not being defined...
2010-06-02 oetikerrrd_open: include rrd_tool.h at the very start so...
2010-04-07 oetikermark unused arguments in the same way throughout the...
2010-03-22 oetikerprepare for the release of rrdtool-1.4.3
2010-03-08 oetikeradded --no-overwrite option to rrdtool create. It preve...
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-06-07 oetikercheck return value from write
2009-05-28 oetikermadvise hints may not be ORed since they are enumerated...
2009-05-26 oetikerresolve the "flush inconsistency":
2009-05-25 oetikeronly include utime.h when necessary
2009-05-24 oetiker* in 1.3: Changed types used in rrd_file_t from off_t...
2009-04-20 oetikerintroduced header_property in info output -- Daniel...
2009-04-14 oetikerrrd_random() is a wrapper around random() that ensures...
2009-03-21 oetikerthe call to rrd_flush has appeared when rrd_open was...
2008-12-05 oetikerdeleted a bit much from rrd_open ... merged back in
2008-12-05 oetikercheck for broken implementations of msync / MS_ASYNC...
2008-11-18 oetikerwin32 portability patch and win32/rrdlib.vcproj file...
2008-10-20 oetikerrrd_notify_row patch:
2008-10-18 oetikerrrd_open should not create files with restrictive masks
2008-10-18 oetiker- encapsulate fd and mmap related variables within...
2008-10-16 oetiker- rrd_open() calculates file size for new files and...
2008-10-16 oetikermove rrd_lock into rrd_open where the general rrd_file...
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-10-07 oetikeraniel Pocock reported that the argument may be NULL...
2008-10-03 oetikerThe patch fixs rrdtools behaviour when presented with...
2008-10-01 oetikerFixes for the following compiler warnings:
2008-09-18 oetikerFix for debian bug 498183 ... never *advise after the...
2008-09-06 oetikerprepare for the release of rrdtool-1.3.2
2008-09-06 oetikerinline functions are not supported in c99 ... lets...
2008-08-27 oetikerfixed indentation ... gnu indent results are not realy...
2008-07-23 oetikerprepare for the release of rrdtool-1.3.1
2008-06-10 oetikerprepare for the release of rrdtool-1.3.0
2008-06-10 oetikerfor windows we must open files in O_BINARY mode
2008-06-09 oetikerfixed indenting
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-06-07 oetikerdon't bother with don't need when there is neither...
2008-06-05 oetikerfixed indenting
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-25 oetikerfix update compatibility with rrd-1.0.x files
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 oetikerremoved c++ comments //
2008-03-25 oetikerdo not declare DEBUG functions unless compiled in DEBUG...
2007-11-15 oetikerre-indented files that have gone out of indent-style...
2007-11-15 oetikerImprove layout of documentation. -- Bernhard Fischer
2007-09-16 oetikerno reason to die when posixfadvise is not sucessful
2007-09-11 oetikeradded msync before unmap
2007-09-06 oetikeradded missing ;
2007-09-06 oetiker* mimic write() and read() even better -- Bernhard...
2007-09-06 oetikerrrd_open.c (rrd_read): Mimicing read() behaviour for...
2007-08-03 oetikerprepare for the release of rrdtool-1.2.99907080300
2007-07-25 oetikerfixed indenting
2007-07-21 oetiker* remove some experimental code from rrd_open
2007-07-18 oetiker* rrd_open: rrd_close does not purge file from cache
2007-07-17 oetikeradded comment on float cookie
2007-06-18 oetikerBernhard Fischer:
2007-06-01 oetikerBernhard:
2007-06-01 oetikerBernhard
2007-06-01 oetikerBernhard Fischer
2007-06-01 oetikerBernhard Fischer
2007-05-31 oetikerBernhard:
2007-05-30 oetikerfix rrd_write -- Bernhard Fischer
2007-05-30 oetikerfix indenting ... again
2007-05-30 oetikerFrom Bernhard Fischer
2007-05-29 oetikerMore updates from Bernhard Fischer
2007-05-25 oetikerupdates from Bernhard Fischer rep dot nop gmail com
2007-05-25 oetikerUpdates from Bernhard Fischer rep dot nop gmail com
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 oetiker* progress in moving all the fileaccess over to a wrapp...
2007-05-23 oetikernew trunk based on current 1.2
2007-05-17 oetikernow the fadvise code actually compiles ... let the...
2007-05-17 oetikeradded posix_fadvise support (untested) ... this should...
2007-05-16 oetikerremove tabs and replace with 8 spaces
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-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-04 oetikerprepare for the release of rrdtool-1.2.13
2006-05-04 oetikerfewer double frees ... -- slamb slamb.org
next