fix netware and win32 makefiles for new getopt names
[rrdtool.git] / src /
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
2007-01-29 oetikerresolve snprintf overflow warning by using sizeof ...
2007-01-23 oetikerprepare for the release of rrdtool-1.2.18
2007-01-23 oetikerthe change from R920 to fetch was not helping ... no...
2007-01-23 oetikeranother control sequence that got lost ...
2007-01-23 oetikerread up to full potential length of gdp->rrd
2007-01-22 oetikerprepare for the release of rrdtool-1.2.17
2007-01-22 oetikerprepare for the release of rrdtool-1.2.17
2007-01-22 oetikerintroduced \n as an alias for \l since people seem...
2007-01-20 oetikerprepare for the release of rrdtool-1.2.16
2007-01-17 oetikerfinish integration of lastupdate commmand ...
2007-01-17 oetikerNew functions lastupdate to efficiently get the last...
2006-12-16 oetikeradd missing \0 to the end of several strncpy strings
2006-12-16 oetikerreplace malloc/strncpy by strdup
2006-12-16 oetikermove headers around to make more sense
2006-12-16 oetikerinit the context on first call
2006-12-16 oetikermake sure there is ample space in the static strings
2006-12-16 oetikeroops 99 is the last item
2006-12-16 oetikerit is sufficient to set the last item to 0
2006-12-16 oetikergetopt is required for rrdupdate too (there are platfor...
2006-12-16 oetikerwe have 2006 now
2006-12-16 oetikerit makes no sense allocating an array and then asiging...
2006-12-07 oetikerc is a valid formatting character
2006-11-19 oetikerfixed typo
2006-11-06 oetikerwhen fetching, don't pick a higher res rra just because...
2006-10-25 oetikerdo not distribute windows files anymore ...
2006-10-22 oetikermake time paring more robust ... it can now deal with
2006-10-22 oetikercheck if valid control codes are in use
2006-10-03 oetikeradded missing file
2006-09-27 oetikermake rrdupdate realy light as it was intended in the...
2006-09-27 oetikertod can come after the date as well as before the date
2006-09-17 oetikermake mvs stop complaining about uninitialized variables...
2006-09-17 oetikermake rrdtool use rrd_config.h instead of config.h since...
2006-09-10 oetikerwe want an int, so lets tell the compiler to make it...
2006-09-05 oetikerput all the architecture specific stuff in separate...
2006-09-05 oetikernoone needs this anymore
2006-09-04 oetikerin logarithmic mode minval must not be <= 0
2006-08-21 oetikerupdated windows build instructions from guenter
2006-08-16 oetikercontain a potential problem with log grid painting...
2006-08-15 oetikerdo not loose filedescriptors when rrd_first errors out
2006-08-15 oetikercatch empty XXXX: commands in graph
2006-08-13 oetikeruse unix fileendings here!
2006-08-13 oetikernew version added by Guenter Knauf
2006-08-13 oetikeradded new rrdstrversion function -- Guenter Knauf
2006-08-13 oetikeruse th OS provided timezone names for %Z this should...
2006-08-13 oetikerinclude strftime.h for windows builds -- Guenter Knauff
2006-08-13 oetikerremoved mscv defines to confignt/config.h completely...
2006-08-13 oetikercan't define new variables in the middle of the code...
2006-08-13 oetikeradded special labeling for LONGTERM graphs -- Paul...
2006-08-01 oetikerunknownaszero was not a good idea ... bye bye
2006-07-31 oetikernew options --enumds and --unknwonaszero for xport
2006-07-14 oetikerprepare for the release of rrdtool-1.2.15
2006-07-14 oetikerwe were leaking directory handles ...
2006-07-14 oetikerprepare for the release of rrdtool-1.2.14
2006-07-14 oetikerdo not reset im->gdes[i].step blindly. We initialize...
2006-07-14 oetikeradded pwd command for remote server
2006-07-13 oetikerfixed makefiles without libcgi ... guenter knauf
2006-07-05 oetikerwe have no cgilib anymore ....
2006-07-04 oetikerlet rrdtool understand <?xml ...?> headers in rrdtool...
2006-06-18 oetikerAdded AVG function to CDEF language. Martin Sperl marti...
2006-05-23 oetikeradjust label spacing to make sure labels don't overlap...
2006-05-21 oetikeranother Makefile update from guenter
2006-05-21 oetikertiny updates to netware and win32 makefiles -- Guenter...
2006-05-21 oetikermake vdef time part available in the data_calc stage...
2006-05-21 oetikernew GPRINT option :strftime to print time associated...
2006-05-21 oetikerallow DS names starting with the same letters as operators
2006-05-12 oetikerwe wan't to dist thread_save_nt too
2006-05-11 oetikermake DNAN and DINF faster by caching the result of...
2006-05-10 oetikerimproved scaling for --logarithmic mode ... -- beat...
2006-05-09 oetikerdon't panic if the user forgets to specify the name...
2006-05-07 oetikermake legend spacing more reliable. handle the fact...
2006-05-06 oetikerAvoid gcc warning (discards qualifier) in tclrrd.c...
2006-05-06 oetikerAvoid gcc warning ("static not first") -- Peter Breiten...
2006-05-04 oetikerfix for debian bug 359071 ... reporting the long cdef...
2006-05-04 oetikerprepare for the release of rrdtool-1.2.13
2006-05-04 oetikerfewer double frees ... -- slamb slamb.org
2006-05-04 oetiker* fixed argument parsing for long options
2006-05-04 oetikerif end % step == 0 we should still fetch a full step...
2006-05-04 oetikerupdated handling of subsecond resolution in connection...
2006-05-02 oetikervariables should be defined at the bein of the block...
2006-04-27 oetikernew units=si option -- wim.heirmann elis.urgent.be
2006-04-25 oetikercompile without multibyte support
2006-04-25 oetikerlets have proper dependencies
2006-04-24 oetikermake sure things are initialised ...
2006-04-17 oetikerAdd a second label to the Y axis if there is only going...
2006-04-04 oetikerallow for input lines of arbitrary length in rrdtool...
next