Code

hunting down pango allocation issues ... now the memory loss in rrd_graph seems to...
[rrdtool.git] / src /
2010-08-17 oetikerhunting down pango allocation issues ... now the memory...
2010-04-29 oetikerwhen using CDEF datasources in rrd, the rpnp in process...
2010-04-18 oetikermake rrdtool compile with gcc 4.5 if -std=c99 is set...
2010-03-29 oetikerwhen printing time_t use %lld with (long long int)...
2010-03-15 oetikerin rrd_cgi RRD::TIME::LAST do not raise argc when calli...
2010-03-08 oetikeradded --no-overwrite option to rrdtool create. It preve...
2010-01-14 oetikernew (better) checker for incoming COUNTER or DERIVED...
2010-01-14 oetikerre-fix #243 checking for '\0' made the whole check...
2010-01-11 oetikermust use int for a proper for to the freebsd 32 time_t...
2010-01-11 oetikerwe are using a comparison with sizeof(long) to figure...
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-11-18 oetikerremove duplicate help text -- Bernhard Reutner-Fischer
2009-11-16 oetikerbe more diligent in checking the input arguments for...
2009-11-15 oetikerSwitch LC_NUMERIC to C prior to creating rrd_xport...
2009-10-24 oetikerprepare for the release of rrdtool-1.3.9
2009-10-22 oetikerdo not double free memory whenn quotes are missing...
2009-10-22 oetikerinclude missing locale.h
2009-10-22 oetikermake sure rrdold members are not pointing anywhere...
2009-10-20 oetikerforce LC_NUMERIC to C while restoring ...
2009-08-20 oetikerfix for #237 ... missing -G arg support in binary
2009-08-20 oetiker-D takes not option ... fix for #238
2009-08-19 oetikerand is && and not binary & normally ... (thanks Bernhard)
2009-08-19 oetikerbackport from 1.4 round the index of the PERCENT select...
2009-08-11 oetikerfix freeing order when generating error messages. found...
2009-08-03 oetikerin rrd > 1.3 it's called rrd_info_push ... and not...
2009-08-03 oetikerShow the index of each data source in the rrd_info...
2009-07-06 oetikeradd some more brackets just to be sure
2009-07-05 oetikermake this code windows save ???
2009-07-05 oetiker* make the time_t size checking code safer by complaini...
2009-07-04 oetikermake sure we use long long and long with time_t appropr...
2009-06-01 oetikermake negative update times work as diescribed in the...
2009-05-28 oetikermadvise hints may not be ORed since they are enumerated...
2009-05-27 oetikerswitch from intltoolize to autopoint ... for a more...
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-05-22 oetikerreset errno right befor the place where we look at...
2009-05-22 oetikerfix error messages on the road to fix #222
2009-05-19 oetikerprepare for the release of rrdtool-1.3.8
2009-05-11 oetikerfix rrd_getops use of external variables (optarg and...
2009-04-17 oetikeradd documentation for graph-render-mode
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-07 oetikerprepare for the release of rrdtool-1.3.7
2009-04-07 oetikerfix lazy fix ... syntax error
2009-04-07 oetikerfix for #213 restore old behaviour of --lazy. Even...
2009-04-07 oetikermake sure rrd_dump outputs numbers with C locale so...
2009-04-06 oetikerprintf for time_t with %lli can easily cause a segfault...
2009-03-21 oetikerremoved more rrd_flush instances
2009-03-21 oetikerrrd_flush is not necessary here this used to ba a call...
2009-03-06 oetikerthere were two lines of debug info printed by rrd_xport...
2009-03-06 oetikerEven though POSIX/XSI requires "strerror_r" to return...
2009-01-25 oetikerfix type conversion error (on windows) unsigned/signed...
2009-01-22 oetikerMissed to include utime.h. #207.
2009-01-19 oetikerprepare for the release of rrdtool-1.3.6
2009-01-14 oetikerIn rrd_graph: the width/height values are written into...
2009-01-06 oetikerwith MMAP enabled rrd resize GROW was broken ... this...
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-26 oetikerInclude libgen.h to get prototype for basename in a...
2008-12-22 oetikershould free memory after a successful fetch too ...
2008-12-19 oetikerwin32 fixes by Stefan . Ludewig . exitgames . com
2008-12-15 oetikerprepare for the release of rrdtool-1.3.5
2008-12-11 oetikerfixed another seek issue ...
2008-12-10 oetikerOn some architectures, strtod does not turn "NaN" into...
2008-12-09 oetiker* forward ported right axis patch from 1.2 branche
2008-12-05 oetikeraccidentely removed #endif restored
2008-12-05 oetikercheck for broken implementations of msync / MS_ASYNC...
2008-12-04 oetikerLegends should NOT be placed in reverse order when...
2008-12-04 oetikerCatch CDEF:tot= and raise and error to fix #199. Thanks...
2008-12-04 oetikerUpdate to WIN32-BUILD-TIPS.txt and VC project files...
2008-12-03 oetikerWhen fetching data from 'past' an rra, rrd_fetch was...
2008-12-02 oetikermake rrdtool compile on windows with cv++. check out...
2008-11-09 oetikeruse basename to determine filename for imginfo as sugge...
2008-11-07 oetikerfixed --font TITLE:12: problem -- tobi
2008-10-26 oetikerfix for osx porability ... the # in librrd.sym did...
2008-10-17 oetikeruse double for legend positioning to fight wiggle
2008-10-07 oetikerDaniel Pocock reported that the argument may be NULL...
2008-10-04 oetikerprepare for the release of rrdtool-1.3.4
2008-10-04 oetiker* rrd_resize fixed so that it does NOT alter the origin...
2008-10-03 oetikerThe patch fixs rrdtools behaviour when presented with...
2008-09-28 oetikervdef calc was using end_orig to determine for which...
2008-09-27 oetikerrrdxport was completely broken for exporting datasource...
2008-09-18 oetikerFix for debian bug 498183 ... never *advise after the...
2008-09-14 oetikeradded missing bottom config
2008-09-14 oetikerprepare for the release of rrdtool-1.3.3
2008-09-14 oetikerresync with trunk since these are fixes
2008-09-07 oetikerThe attached patch eliminates the many places where...
2008-09-06 oetikerprepare for the release of rrdtool-1.3.2
2008-09-06 oetikerwe need rrd_format.h here for things to compile properly
2008-09-06 oetikeronly link build and use rrd_getopt if there is no getop...
2008-09-06 oetikerfix for multi update - data corruption bug as reported...
2008-09-06 oetikerinline functions are not supported in c99 ... lets...
2008-09-04 oetikerintroduced a persistant fontmap ... this makes our...
2008-08-31 oetikernow the results actually look as they did with the...
2008-08-31 oetikerImprove performance by keeping multiple pango font...
2008-08-31 oetikertrying to improve the pango performance I added facilit...
2008-08-28 oetikerfix handling of error conditions in rrd_tool.c ......
2008-08-28 oetikerfree the linebuffer if you don't return it!
2008-08-27 oetikersome more leak plugging
next