Code

rpn compare operators CAN return unknown ... (#293)
[rrdtool.git] / src /
2011-11-24 oetikerafter fetching, data must be reduced to at least chart...
2010-04-18 oetikermake rrdtool compile with gcc 4.5 if -std=c99 is set...
2010-01-11 oetikerThe end of the export range should not be adjusted...
2010-01-02 oetikerthe end time itself is not part of a time range .....
2009-08-03 oetikerShow the index of each data source in the rrd_info...
2009-06-19 oetikerremove debug output from xport found by Ceylan, Hasan
2009-01-25 oetikerfix type conversion error (on windows) unsigned/signed...
2009-01-25 oetikermore win32 fixes by guenter knauf
2009-01-25 oetikerwindows portability fixes by guenter knauf[M f3
2009-01-19 oetikerprepare for the release of rrdtool-1.2.30
2009-01-06 oetikerTICK with negative numbers should 'start from the top...
2009-01-06 oetikerfix for segfault in rrd_cgi: caused by freeing a invali...
2008-12-15 oetikerprepare for the release of rrdtool-1.2.29
2008-12-11 oetikerfixed another seek issue ...
2008-12-04 oetikerCatch CDEF:tot= and raise and error to fix #199. Thanks...
2008-12-03 oetikerWhen fetching data from 'past' an rra, rrd_fetch was...
2008-11-09 oetikeruse basename to determine filename for imginfo as sugge...
2008-11-07 oetikerfixed --font TITLE:12: problem -- tobi
2008-10-24 oetikeradded --right-axis-format option to control how the...
2008-10-16 oetikeradded support for a right axis. New rrdgraph options are
2008-10-05 oetikerit is failed not faild
2008-09-28 oetikervdef calc was using end_orig to determine for which...
2008-09-27 oetikerrrdxport was completely broken for exporting datasource...
2008-08-28 oetikerrely on what the function returns. errno is only for...
2008-07-23 oetikerprepare for the release of rrdtool-1.2.28
2008-07-23 oetikerbuild fixes by Guenter Knauf
2008-07-22 oetikerFix for #167 - rrdcreate is arguably missing a check...
2008-06-29 oetikeradd filename to illegal update message -- he at uninett.no
2008-06-08 oetikerfix for ticket #121 jmpbuf on aix is a problem it seems...
2008-06-06 oetikerfix for --font bug (font names wer not being picked...
2008-06-01 oetikerfliped order of rrd_context entries to match up with...
2008-05-31 oetikermake sure vdef calcs only calc as far as originally...
2008-05-12 oetikerFixed handling of unknown data at PDP build time. There...
2008-05-04 oetikermake studio 11 happy ... netbsd.org/cgi-bin/query-pr...
2008-04-12 oetikerdo not mess with dst status after running localtime...
2008-02-25 oetikerIgnore RRA-end when comparing. coverage.
2008-02-24 oetikeradded for for invalid number of ds entries
2008-02-19 oetikerGenerate a random cur_row for each RRA during
2008-02-17 oetikerprepare for 1.2.27 release
2008-02-01 oetikerfixed parsing of fontnames with embeded spaces
2008-01-14 oetiker* fix fadvice and madvice inclusion ... again
2008-01-12 oetikerweekday and time are too tight
2007-11-23 oetikerupdates for netware and mingw32 ... allows for crosscom...
2007-11-22 oetikermake update compile for mingw32 3.4.5
2007-11-21 oetiker* improve portability of compile environment to netbsd...
2007-11-20 oetikerprepare for the release of rrdtool-1.2.26
2007-11-19 oetikerwhen checking if min and max were equal, the action...
2007-11-19 oetikerstrings was not included ev if it was around
2007-11-19 oetikerfix pointer in png image
2007-11-14 oetikerprepare for the release of rrdtool-1.2.25
2007-11-14 oetikermake aix users happy and compile there too
2007-11-14 oetikerdon't exit when fadvise does not work .. after all...
2007-11-13 oetikerprepare for the release of rrdtool-1.2.24
2007-11-13 oetikerrevert the dontneed fadvise patch this is only for 1.3
2007-11-13 oetikerrevert the dontneed patch ... this is for 1.3 exclusively
2007-08-01 oetikerfixed 64bit portability error ... unigned long is not...
2007-07-25 oetikercheck if intput is integer in any case not only when...
2007-07-11 oetikerstop rrd_create from leaking on failure ... vito caputo
2007-07-05 oetikerfix potential segfault ... if time_t is not a %li
2007-05-30 oetikerdropping cache after update does not help (in this...
2007-05-22 oetiker* better tests for madvise, fadvise and fdatasync
2007-05-18 oetikeradded madvise MADV_RANDOM is rrd_update uses mmap
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-16 oetikerremove tabs and replace with 8 spaces
2007-05-06 oetikerdon't use round since it is c99 ... use floor(x+0.5...
2007-05-06 oetikerprint the name of the HW cf in debug mode -- Helge...
2007-05-03 oetikeradded some more rounding for int to float comparisons
2007-05-03 oetikerTesting an double and an integer for equality is bound...
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 oetikerif the graph goes 'down' minval must be hanged instead
2007-05-01 oetikerprepare for the release of rrdtool-1.2.20
2007-05-01 oetikeradded some const casts
2007-05-01 oetikeradded --alt-autoscale-min (see --alt-autoscale-max...
2007-04-10 oetikeruntabified rrd_graph.c
2007-04-10 oetikeruse the shorthand for vidx ...
2007-04-10 oetikerthe rrd_graph_check_vname function is not used anywhere...
2007-04-06 oetikerrelease font resources after thy have been used .....
2007-04-02 oetikernew function rrd_fetch_r() (and make the
2007-04-02 oetikermake xml2rrd more robust on invalid input -- Florian...
2007-03-15 oetikerfix the snprintf call for vtag ... it was using the...
2007-03-15 oetikerfixed strerror_r usage ... #85
2007-03-11 oetikerenable ID keyword in all source files
2007-03-10 oetikerintegers can be negative ... fixed the test for this...
2007-02-24 oetikerfix memmory problem in rrd_dump.c
2007-02-14 oetikernew operator ABS added --
2007-02-14 oetikerrenamed getopt to rrd_getopt to avoid confusion on...
2007-02-14 oetikercosmetic fix for usage message -- günter knauff
2007-02-14 oetikerupdates to the windows build system by guenter knauff
2007-02-14 oetikerallow --units-length to reserve label space even when...
2007-02-14 oetikerparsing absolute time should not send us 30,000 years...
2007-02-14 oetikerPrintstrftime on rrd_cgi.c returns an illegal value...
2007-02-09 oetikermore build patches from Günter Knauf
2007-02-08 oetikeradded get_ver.awk to release
2007-02-07 oetikerDPRINTF may not be the ideal define ... use something...
2007-02-02 oetikerincreasse portability (no // comment, no ... arguments...
2007-02-01 oetikerprepare for the release of rrdtool-1.2.19
next