added --no-overwrite option to rrdtool create. It prevents rrdtool from clobbering...
[rrdtool.git] / src /
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 .....
2009-12-20 oetikerteach rrd_restore to be able to read the #text value...
2009-11-18 oetikeruse puts("x") instead of fputs("x\n",stdout) -- Bernhar...
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 oetikerprepare for the release of rrdtool-1.4.2
2009-11-15 oetikerSwitch LC_NUMERIC to C prior to creating rrd_xport...
2009-10-30 oetikerclarify rrd_daemon code with JOURNAL_REPLAY macro ...
2009-10-28 oetikerprepare for the release of rrdtool-1.4.1
2009-10-28 oetikerAvoid unnecessary string handling for UPDATE commands...
2009-10-27 oetikerwe have 2009 now
2009-10-27 oetikerset version to 1.4.0 for all files
2009-10-27 oetiker* remove intl from build process ... someone who does...
2009-10-27 oetikermore solaris 10 portability changes ....
2009-10-27 oetikerremove HAVE_LOCALE_H and HAVE_TIME_H and HAVE_SETLOCALE...
2009-10-27 oetikersimplify rrd_graph LC_NUMERIC fix so that all call...
2009-10-27 oetikerallow the grid on:off pattern to be configured
2009-10-27 oetikerneeds locale.h to compile
2009-10-22 oetikerfix memory handling when argument separation in pipe...
2009-10-20 oetikerset locale to C while restoring
2009-10-15 oetikerRemoved left-over occurrence of LIB_LIBINTL -- sebastian
2009-10-11 oetikerload rrd_config.h before rrd_client.h since its content...
2009-10-04 oetikerFix potential memory leak in rrd_flushcached during...
2009-10-04 oetikerDo not mess with the locale settings. The main program...
2009-10-04 oetiker* comment on the reson for calling setlocale
2009-10-04 oetikerrrd_client, rrd_daemon: Do not require hostnames to...
2009-10-04 oetikerrrd_client: Improved error handling / reporting.
2009-10-04 oetikerrrd_client: Do not rewrite path names when accessing...
2009-10-04 oetikerrrdflushcached: Do not free 'opt_daemon' before checkin...
2009-10-04 oetikerrrdfetch: Print a usage summary if not enough parameter...
2009-10-04 oetikerrrdcached: Handle journal replay in socket_permission_c...
2009-10-04 oetikerrrdcached: Create the base directory on startup. -...
2009-10-04 oetikerrrdcached: Improved the "base-dir symlink check".
2009-10-04 oetikerrrdcached: Improved an error message. -- Sebastian...
2009-10-04 oetikerrrdcached: Create the pidfile and (UNIX) socket directo...
2009-10-01 oetikerrrd_fetch_libdbi: Fixed some compiler warnings. While...
2009-09-28 oetikerfree config_pid_file after using it for the last time...
2009-09-28 oetikertry to create missing journal directories rather than...
2009-09-28 oetikeradded rrd_mkdir_p - This function may be used to recurs...
2009-09-24 oetikeradjusted copyright wording according to sebastians...
2009-09-01 oetikershow element type in legend
2009-08-25 oetikerdetect if stdint.h is available. if not, use inttypes...
2009-08-24 oetikercall fpclass only once when replacing isnan for solaris
2009-08-21 oetikermake sure all elements required in the definition of...
2009-08-20 oetikerTrim trailing whitespace, reoder getopt_long per shorto...
2009-08-19 oetikerThe attached patch allows to
2009-08-19 oetikeryes this should not matter, but I think it is the right...
2009-08-17 oetikeradded missing prototypes
2009-08-17 oetikerAdded a call back interface to rrd_dump to be able...
2009-08-16 oetikerFrom: Florian Forster <octo@leeloo.lan.home.verplant...
2009-08-11 oetikerfix freeing order when generating error messages. found...
2009-08-08 oetikerThe journal files are time-stamped and replayed in...
2009-08-08 oetikerRemove PID file later in the cleanup process --kevin
2009-08-08 oetikerIncrement the DataSetsWritten counter before freeing...
2009-08-08 oetikerThe current method may have caused flushes (and journal...
2009-08-08 oetikerTwo-phase shutdown for rrdcached ensures that values...
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-30 oetikerrrd_tune HW Update
2009-07-14 oetikerHandle race condition for "UPDATE" with new files....
2009-07-12 oetikerDo not trust cache tree pointers after releasing the...
2009-07-10 oetikerdestroy flush condition variable
2009-07-10 oetikerMove <libgen.h> include so we know whether we HAVE_LIBG...
2009-07-09 oetikerSilence automake portability warnings caused by multipl...
2009-07-05 oetikercheck for the size of time_t and behave accordingly
2009-07-04 oetikerbe more careful when converting to string to time_t...
2009-06-07 oetikerconsider fgets return value
2009-06-07 oetikercheck return value from write
2009-06-07 oetikercheck return values of dup and ftruncate
2009-06-07 oetikerfix some warnings
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 oetikeradded gettext.h to dist
2009-05-27 oetikeradded missing gettext.h
2009-05-27 oetikerthe get ready for 1.4rc patch
2009-05-27 oetikerOnly include libgen.h when we have it. use pbbasename...
2009-05-26 oetiker"ulong" is not portable. must be unsigned long -- kevin
2009-05-26 oetikerrename rrd_flush.c to rrd_flushcached.c in Makefile.am
2009-05-26 oetikerresolve the "flush inconsistency":
2009-05-25 oetikerWhile restoring, rrd_restore uses between 30 and 40...
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 call I want to test
2009-05-22 oetikerinline is something for the compiler to figure ...
2009-05-22 oetikerfix error messages on the road to fix #222
next