fix ruby binding for rrd_xport #318
[rrdtool.git] / src /
2011-10-18 oetikerfree step_list on error. fix for #317
2011-09-27 oetikerfix buffer overflow for LONG lines in journal handling...
2011-09-16 oetikerhandling of ENV_RRDCACHED_ADDRESS:
2011-08-14 oetikerfix alignment of centered items ... title and footer
2011-06-29 oetikerproper fix for the header size problem and its effects...
2011-04-21 oetikerfix rrd_create behaviour when mmaping on a full filesys...
2011-03-15 oetikerwith libwrap use 'rrdcached' as the name of our daemon...
2011-03-14 oetikerbring spaceing around graph back in line with 1.2 goodn...
2011-03-03 oetikereven with libdbi enabled, do not mistake "sqlxxabc...
2011-01-26 oetikeras rrd_cgi fails to parse stuff, do NOT try to fix...
2011-01-18 oetikerupdate timestamp continuity checks in rrd_cached ....
2011-01-18 oetikerAdded configure option to disable building rrd_graph...
2011-01-15 oetikermake sure we do not free stuff in rrdnew which was...
2011-01-06 oetikerdo not close the filehandle to the resize file of there...
2010-12-26 oetikerit there is no right label, do not reserve any space...
2010-12-26 oetikeradd some extra checks to RRA arguments
2010-12-26 oetikermake MAP_PRIVATE conditional on AIX not being defined...
2010-12-21 oetikerThe buffer length for command buffers should be control...
2010-12-21 oetiker1) Sigma calculation had an error. The first data value...
2010-12-21 oetikerhandle the case where the realpath of the suggested...
2010-12-21 oetikerrrdcached: Fix permissions of the default socket.
2010-11-11 oetikerintroduce "epoch" as a new base time reference, meaning...
2010-11-11 oetikerHere is a patch that fixes a serious endless loop probl...
2010-11-09 oetiker add hosts_access support to rrdcached -- Shaun Reitan...
2010-11-09 oetikermake sure we do not try to draw points all that far...
2010-10-25 oetikerfollow the normal code path for exiting rrd_update...
2010-10-25 oetikerfree addrinfo list after use ... -- Christian Magnusson
2010-10-22 oetikerfix for the memory leak in info fixes the memory leak...
2010-10-11 oetiker* introduce a new rrd_create_r2 call to fix the no...
2010-10-09 oetikerEnsure that response_read() always calls fflush() or...
2010-09-23 oetikerSummary of changes:
2010-09-10 oetikerfix use of %s in strftime rrdgraph (G)PRINT commands...
2010-09-08 oetikerit seems that strcasecmp and strcasencmp have issues...
2010-09-08 oetikerfix use of setlocale all over the place ...
2010-08-31 oetikerfix MSVC2008 compilation ... it does not understand...
2010-08-25 oetikermake sure an extra %s in the secondi axis format does...
2010-08-24 oetikerits filename not filtname
2010-08-23 oetikerin remote mode, make argument count for remote commmand...
2010-08-22 oetikerFirst bug: in function rrd_fetch_fn_libdbi() variable...
2010-08-17 oetikerhunting down pango allocation issues ... now the memory...
2010-07-26 oetikerrrdcached: Let the -s, -m and -P options affect the...
2010-07-10 oetikerprint \n for log messages while runing rrdcached in...
2010-07-05 oetiker* make rrd_getopt compile on solaris
2010-07-04 oetikerbackport FP_* fixes and revert FPCLASSIFY fix since...
2010-07-04 oetikerdo NOT assume that FP_* is defined, it can also be...
2010-07-02 oetikerrrd_update and rrd_rpncalc - fix casts introduced by...
2010-07-01 oetiker* patches to make rrdtool compile on win32 (trunk and...
2010-06-30 oetikersrc/rrd_client.c: Fix a potential segmentation fault...
2010-06-25 oetikerfixed solaris regression introduced in r1904 ... now...
2010-06-11 oetikerAdd rrd_update_v_r to librrd -- Frederik Kriewitz
2010-06-11 oetikerrrd_daemon handle_request_fetch needs to convert to...
2010-06-11 oetikerupdate to the time_clean function by Jean-Edouard...
2010-06-11 oetikerintegrated VDEF never patch
2010-06-02 oetikerrrd_open: include rrd_tool.h at the very start so...
2010-06-02 oetikerrrd_client.c: gcc 4.0.1 produced a warning and require...
2010-05-28 oetiker[rrd_client.c] RRD client should resolve all paths...
2010-05-27 oetikermake the xport command handles the --daemon option...
2010-05-12 oetikerrrd_daemon: after fetching data must be freed ! --...
2010-04-30 oetikerRRDCacheD: Fix a typo in an error message. -- Florian...
2010-04-30 oetikerrrd_client.c: explicitly close the connection on error in
2010-04-29 oetiker"rrd_parsetime" uses (many) global variables and is...
2010-04-29 oetikerwhen using CDEF datasources in rrd, the rpnp in process...
2010-04-26 oetikerWhen specifying a relative path (-j option) rrd_cached...
2010-04-26 oetikerRelicense the RRDCacheD client interface under the...
2010-04-18 oetikermake rrdtool compile with gcc 4.5 if -std=c99 is set...
2010-04-07 oetikermark unused arguments in the same way throughout the...
2010-03-29 oetikerRather than calling "FLUSH" for each RRD file needed...
2010-03-29 oetikersrc/rrd_format.c: Implemented "cf_to_string"
2010-03-29 oetikersrc/rrd_fetch.c: Use "rrdc_fetch" if daemon is available.
2010-03-29 oetikerAdd a "FETCH" command to RRDCacheD which behaves like...
2010-03-29 oetiker* GRAD element for graph, it acts more or less like...
2010-03-29 oetikerwhen printing time_t use %lld with (long long int)...
2010-03-29 oetikeruse long long int instead of just long long
2010-03-29 oetikerrename chunk option from -m to -a -- tobi
2010-03-29 oetiker* Add utility functions to allocate pointers in variabl...
2010-03-24 oetikerrrdcached: Updated help output
2010-03-22 oetikerprepare for the release of rrdtool-1.4.3
2010-03-22 oetikerrrdcached: Log to stderr (in addition to syslog) when...
2010-03-22 oetikerrrdcached: Do not put any code in assert(). -- Sebastia...
2010-03-22 oetikerrrdcached: Added -m command line option. This option...
2010-03-22 oetikerrrdcached: Let -s affect the following sockets only...
2010-03-22 oetikeradd 'm' as a shortcut for 'zoom' in rrd_graph (1.4...
2010-03-15 oetikerin rrd_cgi RRD::TIME::LAST do not raise argc when calli...
2010-03-08 oetikerObviously this will only work if rrdcached is running...
2010-03-08 oetikeradded --no-overwrite option to rrdtool create. It preve...
2010-03-02 oetikerI think I just solved a longstanding bug in the rrd_upd...
2010-02-13 oetikermake sure we only use _NL_TIME_WEEK_1STDAY if we actual...
2010-02-07 oetikeruse _NL_TIME_WEEK_1STDAY to determin the first day...
2010-02-07 oetikeruse locale information from LC_TIME first_weekday to...
2010-02-02 oetikermake sure that (argv-1)[0] points to something sensible...
2010-01-25 oetikeradd 'u' to backup one line for special legend placement...
2010-01-25 oetikerfix right aligned text
2010-01-25 oetikeradd online documentation for --pango-markup switch
2010-01-20 oetikeronly draw the new type of marker in the graph legend...
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 oetikersizeof(time_t) is 4 byte not 32 bit ...
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 .....
next