fix update compatibility with rrd-1.0.x files
[rrdtool.git] / src / rrd_open.c
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
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 oetikerbe more careful when checking if a file is an rrdfile
2005-06-11 oetikerbe more carefull in checking for sucessful open
2005-05-28 oetikerprepare for the release of rrdtool-1.2.9
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-14 oetikercheck cookie read for success
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-01 oetikerprep for 1.2.1 release
2005-04-30 oetikeralways open with rb/wb when it is a binary file .....
2005-04-30 oetikereven better lets have rb for CYGWIN too ... one never...
2005-04-30 oetikeroops inverted code here ... windows needs rb unix not
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-06 oetikermake sure WIN32 sections do NOT kick in for cygwin...
2005-04-05 oetikerprep for 1.2rc3 release
2005-04-04 oetikerprep for 1.2rc2 release
2004-05-26 oetikerreduce compiler warnings. Many small fixes. -- Mike...
2003-04-29 oetikerreadline in rrd_open.c reads the file in 8 KB blocks...
2003-04-11 oetikerNew special value COUNT which allows calculations based...
2003-03-31 oetikerenables RRDtool updates with microsecond or in case...
2003-02-13 oetikerFind attached the patch I promised to send to you....
2002-06-20 jakeMore Win32 build changes; thanks to Kerry Calvert.
2002-02-01 oetikerfixed version number and date/time
2001-03-04 oetikerAberrant Behavior Detection support. A brief overview...
2001-03-04 oetikerfixed filedescriptor leak
2001-02-25 oetikerInitial revision