the legend string of a PRINT command gets renderd later by runnning
[rrdtool.git] / src /
2005-04-03 oetikerthe legend string of a PRINT command gets renderd later...
2005-04-03 oetikerMMAP support for rrdtool this is suposed to speed-up...
2005-03-20 oetiker* allow configuration of the default tab width
2005-03-20 oetikeradded tabbig support
2005-03-13 oetikerntconfig is no more
2005-03-13 oetikermissed the actual code for first
2005-03-12 oetikerrrd_first code contributed by Burton Strauss <Burton...
2005-03-10 oetiker* Updated perl compile system. It now uses Makefile...
2005-03-04 oetikerBig autotool update:
2005-03-03 oetikerignorelists are a propperty of an svn directory not...
2005-02-27 oetikerdo not complain when setting environemnt variable suces...
2005-02-13 oetikerlet rrd_graph return the actual value range it picked ...
2005-01-28 oetikerfix for memory leak. Rene Gallati <security .. draxinus...
2004-10-25 oetiker* fore-rules-legend option -- author name missing
2004-10-25 oetikerfixed segmentation falt problem in rrd_tool -- Yasuhiro...
2004-10-21 oetikerfix return codes in the error case -- Haroon Rafique...
2004-09-24 oetikermisc fixed and TREND and reduce functionality by
2004-08-24 oetikerCDEF operators SHIFT, SQRT, SORT, and REV (reverse...
2004-08-08 oetikerport forward of fixes from the stable version of rrd_cgi
2004-08-07 oetikerwhen moving the data pointers we should take into accou...
2004-07-30 jakeFix the Win32 build for executable and perl-shared...
2004-06-23 oetikerIt's quie enough that the title is placed on the top
2004-06-23 oetikerreverted ... $< does not work
2004-06-22 oetikerThe "$^" variable is GNU make-specific, and fails to...
2004-06-17 oetikerfixed type for text_prop_conv prototype
2004-05-26 oetikerreduce compiler warnings. Many small fixes. -- Mike...
2004-05-25 oetikerClear out previous legend array contents before freeing...
2004-05-25 oetikerprevent small leak when resources are exhausted --...
2004-05-25 oetikerfix spelling and syntax, especially in messages that...
2004-05-25 oetikerUpdate displayed copyright messages to be consistent...
2004-05-25 oetikerThe expression's head was first checking for LT, and...
2004-05-18 oetikerits 365 days in a year .... -- Mike Slifcak
2004-05-18 oetikerbig spell checking patch -- slif@bellsouth.net
2004-05-18 oetikermake force option work
2004-05-18 oetikerfix library numbering -- Mike Slifcak
2004-05-04 oetikerAdded the ATAN function. This is being used to convert...
2004-05-03 oetiker* Allows rrdtool 1.1.x (2004-04-29) to compile on freebsd.
2004-05-02 oetikerSee the patch, attached. It changes the default angle...
2004-04-18 oetikerfixed O_BINARY
2004-03-23 oetikermake sure fole is opened binary on restore ... to make...
2004-03-21 oetikerAdded --only-graph option -- Piotr Kodzis <Piotr.Kodzis...
2004-01-19 oetikerinitial
2004-01-19 oetikermodifications for 'no more local libaries'
2003-12-26 oetikerusing --riggid it is possible to get a case where minva...
2003-11-27 oetikermake rrd_cgi build again ... Ian Holsman <rrd.developer...
2003-11-23 oetikerNew recursive parser for rrdcgi by Arend-Jan Wijtzes...
2003-11-19 oetikerAdding attributions:
2003-11-19 oetikerfixed svg generation
2003-11-17 oetikermore correct usage added -- Eldad Zack <eldad@stoneshaf...
2003-11-14 oetikerhandle NULL pointers gracefully
2003-11-12 oetikerallow to pass an open filehandle into rrd_graph as...
2003-11-12 oetikermake create much faster .. -- David M. Grimes <dgrimes...
2003-11-11 oetikerAllow to force overwrite when restoring from xml to...
2003-11-11 oetikerreplaced time_value with rrd_time_value as MacOS X...
2003-11-11 oetikerrrd files should NOT change size ever ... bulk update...
2003-11-04 oetiker20 chars max in a ds name -- Kuba Filipowicz <amo@axit.pl>
2003-10-26 oetikeradded rotation ...
2003-09-04 oetikershould not assigne but compare ... grrrrr
2003-09-02 oetikerbe pickier about what we accept in rrd_update. Complain...
2003-07-28 oetikerI was just taking a look at the development RRDtool...
2003-07-24 jakeAllow hyphen character in DEF_NAM_FMT to match DS_NAM_FMT.
2003-07-16 jakeUpdated MS Visual C++ files from 7.0 to 7.1.
2003-07-15 jakeMoved OP_COUNT to the end of the enumeration.
2003-05-20 oetikerI've made a patch to rrdcgi to add <RRD::TIME::STRFTIME...
2003-05-03 oetikersmall patch to rrd_create.c that corrects problem with the
2003-04-29 oetikerreadline in rrd_open.c reads the file in 8 KB blocks...
2003-04-29 jakeChange updatev RRA return from index_number to cf_nam...
2003-04-26 oetikeronly restore V2 and larger.
2003-04-25 jakeAlternate update interface, updatev. Returns info about...
2003-04-23 oetikerfixed version checks to only complain if xml version...
2003-04-11 oetikerNew special value COUNT which allows calculations based...
2003-04-04 oetikerI think I found a very small bug in rrd graph PDF outpu...
2003-04-01 jakeFix Win32 build. VC++ 6.0 and 7.0 now use the thread...
2003-03-31 oetikerenables RRDtool updates with microsecond or in case...
2003-03-24 oetikerstrerror should not turn us recursive here ... -- ...
2003-03-24 oetikerstrerror must not become recursive -- Peter Stamfest...
2003-03-10 oetikerhandle cases with two negative numbers
2003-03-08 oetikerdon't display legends for [HV]RULEs out of graph bounds...
2003-03-01 oetikerrealy suppress size output when talking to stdout....
2003-02-22 oetikera patch to avoid a memory leak and a Makefile.am patch to
2003-02-20 oetikermake the threading work and compile, fix linking to...
2003-02-20 oetikerupdated copyrigh dates
2003-02-16 oetikerif output is - there is not need to deref the handler
2003-02-16 oetikerexpect seems to exist on some systems in the system...
2003-02-13 oetikerFind attached the patch I promised to send to you....
2003-02-12 oetikerimproved dist target -- Peter Stamfest <peter@stamfest.at>
2003-02-05 oetikerrrd resize SHRINK was broken :-) -- Scott Mace <smace...
2003-01-31 oetikerThe NaN check should only use lastgdes when following...
2003-01-30 oetikerfix stak+nan error ... Scott Mace <smace@intt.ORG>
2003-01-29 oetikerfixed the processing of TICK:vname#color:frac:legend...
2003-01-25 oetikeradded function (--no-minor) to turn off minor gridlines...
2003-01-16 oetikerfix border condition in rra selection of rrd_fetch
2003-01-15 oetiker* single letter variants for all graph options -- James...
2002-11-19 oetikeradded g as valid string format value
2002-10-24 oetikeradded patch for apache 2 compatibility
2002-10-07 oetiker-z does not take an option -- Tomoyuki Murakami <tomoy...
2002-09-02 oetikerfixed leak in VDEF_PERCENT handlin -- Perry Stoll ...
2002-08-01 oetikerfix for segfault condition in print_calc
2002-07-13 oetikerfixed DEF_NAM_FMT definition
2002-07-12 oetikerfixed PREV parsing ... Gonzalo Augusto Arana Tagle...
next