------------------------------------------------------------------------ r2232 | oetiker | 2011-12-01 16:27:24 +0100 (Thu, 01 Dec 2011) | 1 line rpn compare operators CAN return unknown ... (#293) ------------------------------------------------------------------------ r2221 | oetiker | 2011-11-24 15:26:30 +0100 (Thu, 24 Nov 2011) | 1 line after fetching, data must be reduced to at least chart resolution, else some data will not get plotted. fix for #298 ------------------------------------------------------------------------ r2080 | oetiker | 2010-05-11 16:55:18 +0200 (Tue, 11 May 2010) | 2 lines extend floss exception to php 3.01 license ------------------------------------------------------------------------ r2069 | oetiker | 2010-04-18 18:33:54 +0200 (Sun, 18 Apr 2010) | 2 lines make rrdtool compile with gcc 4.5 if -std=c99 is set -- anicka@suse.cz ------------------------------------------------------------------------ r1996 | oetiker | 2010-01-11 09:11:19 +0100 (Mon, 11 Jan 2010) | 3 lines The end of the export range should not be adjusted DOWN but UP to hit the next matching step interval or the response will be one row short. Thanks swami for the bugreport. ------------------------------------------------------------------------ r1995 | oetiker | 2010-01-02 17:33:26 +0100 (Sat, 02 Jan 2010) | 2 lines the end time itself is not part of a time range ... this fixes the segfault reported in #248 ------------------------------------------------------------------------ r1877 | oetiker | 2009-08-03 20:45:04 +0200 (Mon, 03 Aug 2009) | 3 lines Show the index of each data source in the rrd_info output. Patch for #231 provided by Glenn Herteg, GroundWork Open Source, Inc. ------------------------------------------------------------------------ r1861 | oetiker | 2009-06-19 07:53:58 +0200 (Fri, 19 Jun 2009) | 2 lines remove debug output from xport found by Ceylan, Hasan ------------------------------------------------------------------------ r1791 | oetiker | 2009-04-14 15:55:29 +0200 (Tue, 14 Apr 2009) | 3 lines make ruby bindings compile with newer ruby versions ... fix for #217 patch provided by rrd trac user. ------------------------------------------------------------------------ r1757 | oetiker | 2009-03-08 09:02:38 +0100 (Sun, 08 Mar 2009) | 6 lines Renaming ntmake.pl to ntmake.PL (r1742) had unforseen side effects. At least on freebsd ntmake.PL gets called automatically during build. This is not desired. I renamed the file to ntmake-build sinc it gets called explicilty on windows anyway. Reported by Kevin modified by Tobi ------------------------------------------------------------------------ r1749 | oetiker | 2009-02-21 10:43:58 +0100 (Sat, 21 Feb 2009) | 2 lines Misc documentation fixes by Alex van den Bogaerdt ------------------------------------------------------------------------ r1744 | oetiker | 2009-01-25 23:02:57 +0100 (Sun, 25 Jan 2009) | 2 lines fix type conversion error (on windows) unsigned/signed affecting timestamps on rrd_dump. ------------------------------------------------------------------------ r1743 | oetiker | 2009-01-25 22:57:19 +0100 (Sun, 25 Jan 2009) | 2 lines more win32 fixes by guenter knauf ------------------------------------------------------------------------ r1742 | oetiker | 2009-01-25 22:52:25 +0100 (Sun, 25 Jan 2009) | 2 lines rename ntmake.pl to ntmake.PL so that it does not get installed ------------------------------------------------------------------------ r1739 | oetiker | 2009-01-25 13:02:21 +0100 (Sun, 25 Jan 2009) | 2 lines windows portability fixes by guenter knauf[M f3 ------------------------------------------------------------------------ r1735 | oetiker | 2009-01-19 15:29:11 +0100 (Mon, 19 Jan 2009) | 1 line prepare for the release of rrdtool-1.2.30 ------------------------------------------------------------------------ r1725 | oetiker | 2009-01-06 16:45:53 +0100 (Tue, 06 Jan 2009) | 2 lines TICK with negative numbers should 'start from the top of the graph' looking down ... now it does. ------------------------------------------------------------------------ r1724 | oetiker | 2009-01-06 15:54:41 +0100 (Tue, 06 Jan 2009) | 2 lines fix for segfault in rrd_cgi: caused by freeing a invalid address when printing an error message. ------------------------------------------------------------------------ r1709 | oetiker | 2008-12-15 23:05:10 +0100 (Mon, 15 Dec 2008) | 1 line prepare for the release of rrdtool-1.2.29 ------------------------------------------------------------------------ r1708 | oetiker | 2008-12-11 15:31:16 +0100 (Thu, 11 Dec 2008) | 2 lines fixed another seek issue ... ------------------------------------------------------------------------ r1707 | oetiker | 2008-12-11 11:01:33 +0100 (Thu, 11 Dec 2008) | 5 lines The spec file for building the rrdtool as an RPM that comes with the release is not "friendly" to older versions of RHEL and derivatives. -- Martin Sperl ------------------------------------------------------------------------ r1691 | oetiker | 2008-12-04 10:03:48 +0100 (Thu, 04 Dec 2008) | 2 lines Catch CDEF:tot= and raise and error to fix #199. Thanks to Jeron Massar for reporting this. ------------------------------------------------------------------------ r1689 | oetiker | 2008-12-03 12:08:48 +0100 (Wed, 03 Dec 2008) | 4 lines When fetching data from 'past' an rra, rrd_fetch was seeking past the rrd file. This did cause seek errors in some setups. Fixed. Thanks to Daniel Pocock for finding the problem. ------------------------------------------------------------------------ r1683 | oetiker | 2008-12-02 13:35:02 +0100 (Tue, 02 Dec 2008) | 2 lines fixed solaris build instructions ------------------------------------------------------------------------ r1662 | oetiker | 2008-11-09 01:00:33 +0100 (Sun, 09 Nov 2008) | 2 lines use basename to determine filename for imginfo as suggested by sebastian ------------------------------------------------------------------------ r1653 | oetiker | 2008-11-07 23:46:40 +0100 (Fri, 07 Nov 2008) | 2 lines fixed --font TITLE:12: problem -- tobi ------------------------------------------------------------------------ r1640 | oetiker | 2008-10-30 15:33:01 +0100 (Thu, 30 Oct 2008) | 2 lines fix from alex ------------------------------------------------------------------------ r1630 | oetiker | 2008-10-24 11:25:49 +0200 (Fri, 24 Oct 2008) | 2 lines added --right-axis-format option to control how the numbers get printed there ------------------------------------------------------------------------ r1628 | oetiker | 2008-10-24 08:20:21 +0200 (Fri, 24 Oct 2008) | 2 lines fixed typo ... GAUGE not GUAGE ------------------------------------------------------------------------ r1611 | oetiker | 2008-10-16 08:58:08 +0200 (Thu, 16 Oct 2008) | 8 lines added support for a right axis. New rrdgraph options are --right-axis scale:shift --right-axis-label label this work was sponsored by voltwerk electronics GmbH ------------------------------------------------------------------------ r1578 | oetiker | 2008-10-05 13:12:49 +0200 (Sun, 05 Oct 2008) | 2 lines it is failed not faild ------------------------------------------------------------------------ r1530 | oetiker | 2008-09-28 17:01:43 +0200 (Sun, 28 Sep 2008) | 7 lines vdef calc was using end_orig to determine for which range it should do its calculations which is odd, since orig is only the requested range as invocation time and not the data range deliverd by fetch. It does fall completely flat when shifting since shifting does not affect the original data. Bug #177 reported by hokiel ------------------------------------------------------------------------ r1529 | oetiker | 2008-09-27 13:44:58 +0200 (Sat, 27 Sep 2008) | 2 lines rrdxport was completely broken for exporting datasources that did not have a uniform step size. Thanks to Peter Valdemar Mørch for finding this. ------------------------------------------------------------------------ r1515 | oetiker | 2008-09-22 07:38:28 +0200 (Mon, 22 Sep 2008) | 2 lines use default prefix for ruby install if no user defined prefix is available ------------------------------------------------------------------------ r1472 | oetiker | 2008-08-28 07:52:39 +0200 (Thu, 28 Aug 2008) | 2 lines rely on what the function returns. errno is only for informatio not for detection of errors. #176. ------------------------------------------------------------------------ r1452 | oetiker | 2008-07-23 16:36:23 +0200 (Wed, 23 Jul 2008) | 2 lines do not overwrite the CHANGES file ------------------------------------------------------------------------ r1451 | oetiker | 2008-07-23 16:06:14 +0200 (Wed, 23 Jul 2008) | 2 lines do not link rrdtool.tar.gz anymore ------------------------------------------------------------------------ r1450 | oetiker | 2008-07-23 15:45:41 +0200 (Wed, 23 Jul 2008) | 1 line prepare for the release of rrdtool-1.2.28 ------------------------------------------------------------------------ r1449 | oetiker | 2008-07-23 15:45:15 +0200 (Wed, 23 Jul 2008) | 2 lines build fixes by Guenter Knauf ------------------------------------------------------------------------ r1445 | oetiker | 2008-07-22 17:15:44 +0200 (Tue, 22 Jul 2008) | 2 lines Fix for #167 - rrdcreate is arguably missing a check for 'step>=1' for RRAs with AVERAGE as a CF. I ran into this when specifying 0.6 as a step value, assuming floats were also accepted. Patch attached here. -- Bogdan ------------------------------------------------------------------------ r1442 | oetiker | 2008-06-29 18:24:26 +0200 (Sun, 29 Jun 2008) | 2 lines add filename to illegal update message -- he at uninett.no ------------------------------------------------------------------------ r1436 | oetiker | 2008-06-19 15:18:04 +0200 (Thu, 19 Jun 2008) | 3 lines rrdtool.fetch is returning an extra, bogus, data point. Attached is a patch to correct this. - Gilad Raphaelli. Fix for #161 ------------------------------------------------------------------------ r1410 | oetiker | 2008-06-08 18:25:45 +0200 (Sun, 08 Jun 2008) | 6 lines The python bindings do not currently support retrieval of the rpn expression in COMPUTE data sources. Attached is a patch that duplicates functionality from rrd_info.c to expose the correct data source attributes via the python binding. It: * exposes the rpn expression in the 'cdef' element for DST_CDEF data source types * exposes the heartbeat, min, and max only to the other data source types ------------------------------------------------------------------------ r1409 | oetiker | 2008-06-08 18:23:39 +0200 (Sun, 08 Jun 2008) | 2 lines fix for ticket #121 jmpbuf on aix is a problem it seems, maybe this makes it better. ------------------------------------------------------------------------ r1403 | oetiker | 2008-06-06 18:38:25 +0200 (Fri, 06 Jun 2008) | 2 lines fix for --font bug (font names wer not being picked up at all). Bug reported by Dmitry B. Bigunayk ------------------------------------------------------------------------ r1391 | oetiker | 2008-06-01 22:31:12 +0200 (Sun, 01 Jun 2008) | 2 lines fliped order of rrd_context entries to match up with what was defined in rrd.h (based on debuan bug 450578 ------------------------------------------------------------------------ r1386 | oetiker | 2008-05-31 14:28:11 +0200 (Sat, 31 May 2008) | 2 lines make sure vdef calcs only calc as far as originally requested. ------------------------------------------------------------------------ r1340 | oetiker | 2008-05-12 17:33:31 +0200 (Mon, 12 May 2008) | 10 lines Fixed handling of unknown data at PDP build time. There was a long standing (even documented) missfeature in rrdtool which caused uknown-data to be accepted as long as it was less than the mrhb. This was never the intended behaviour and had interesting side effects (http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you have a 60 Second step with 59s unknown data and 1 second of known data the whole become known data as long as the mrhb was > step. The intended behaviour was that a step should become unknown as soon as it contains more than 50% of unknown data. The patch fixes both the documentation and the code. ------------------------------------------------------------------------ r1337 | oetiker | 2008-05-04 20:54:57 +0200 (Sun, 04 May 2008) | 2 lines make studio 11 happy ... http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38555 ------------------------------------------------------------------------ r1327 | oetiker | 2008-04-16 17:50:59 +0200 (Wed, 16 Apr 2008) | 2 lines fixed 2. x-grid example ... since the lable is valid for the whole day, it must be 86400 wide. --tobi ------------------------------------------------------------------------ r1323 | oetiker | 2008-04-12 11:21:31 +0200 (Sat, 12 Apr 2008) | 3 lines do not mess with dst status after running localtime, the system gets confused otherwhise when it comes to times during the switch over periode as DST changes to non DST. -- tobi ------------------------------------------------------------------------ r1312 | oetiker | 2008-03-25 23:37:22 +0100 (Tue, 25 Mar 2008) | 2 lines make out-of-tree builds possible for the examples directory too. ------------------------------------------------------------------------ r1300 | oetiker | 2008-02-25 08:11:00 +0100 (Mon, 25 Feb 2008) | 2 lines Ignore RRA-end when comparing. coverage. ------------------------------------------------------------------------ r1299 | oetiker | 2008-02-24 15:30:34 +0100 (Sun, 24 Feb 2008) | 2 lines added for for invalid number of ds entries ------------------------------------------------------------------------ r1295 | oetiker | 2008-02-21 08:21:34 +0100 (Thu, 21 Feb 2008) | 2 lines make ruby obej destdir ------------------------------------------------------------------------ r1290 | oetiker | 2008-02-19 13:56:44 +0100 (Tue, 19 Feb 2008) | 12 lines Generate a random cur_row for each RRA during create/restore operations. This effectively randomizes the block crossings among RRDs created around the same time. Previously, RRDs that were created/restored en masse would cross block boundaries simultaneously, which is sub-optimal. Also, this patch enables the user to see the RRA's cur_row pointer via rrdinfo. This was useful during debugging. -- kevin brintnall kbrint qwest.net ------------------------------------------------------------------------ r1287 | oetiker | 2008-02-17 11:09:11 +0100 (Sun, 17 Feb 2008) | 1 line prepare for the release of rrdtool-1.2.27 ------------------------------------------------------------------------ r1286 | oetiker | 2008-02-17 11:08:10 +0100 (Sun, 17 Feb 2008) | 2 lines prepare for 1.2.27 release ------------------------------------------------------------------------ r1283 | oetiker | 2008-02-14 08:25:24 +0100 (Thu, 14 Feb 2008) | 1 line fixes for better web rendering ------------------------------------------------------------------------ r1275 | oetiker | 2008-02-04 19:17:23 +0100 (Mon, 04 Feb 2008) | 2 lines added ZPL 2.1 to floss exception ------------------------------------------------------------------------ r1274 | oetiker | 2008-02-01 07:52:56 +0100 (Fri, 01 Feb 2008) | 2 lines fixed parsing of fontnames with embeded spaces ------------------------------------------------------------------------ r1268 | oetiker | 2008-01-14 17:47:23 +0100 (Mon, 14 Jan 2008) | 6 lines * fix fadvice and madvice inclusion ... again * fix rrdcgi warning * fix warnings in tcl bindings -- Peter Breitenlohner peb mppmu.mpg.de ------------------------------------------------------------------------ r1265 | oetiker | 2008-01-12 19:36:34 +0100 (Sat, 12 Jan 2008) | 1 line weekday and time are too tight ------------------------------------------------------------------------ r1254 | oetiker | 2007-12-08 23:17:25 +0100 (Sat, 08 Dec 2007) | 2 lines fixing the solaris build ------------------------------------------------------------------------ r1246 | oetiker | 2007-11-23 19:18:10 +0100 (Fri, 23 Nov 2007) | 2 lines updates for netware and mingw32 ... allows for crosscompilation ------------------------------------------------------------------------ r1245 | oetiker | 2007-11-22 13:33:57 +0100 (Thu, 22 Nov 2007) | 2 lines make update compile for mingw32 3.4.5 ------------------------------------------------------------------------ r1243 | oetiker | 2007-11-21 11:51:18 +0100 (Wed, 21 Nov 2007) | 2 lines fixedspellingfor netbsd ------------------------------------------------------------------------ r1242 | oetiker | 2007-11-21 07:57:22 +0100 (Wed, 21 Nov 2007) | 2 lines * improve portability of compile environment to netbsd and solaris ------------------------------------------------------------------------ r1235 | oetiker | 2007-11-20 01:15:07 +0100 (Tue, 20 Nov 2007) | 1 line prepare for the release of rrdtool-1.2.26 ------------------------------------------------------------------------ r1233 | oetiker | 2007-11-20 00:40:44 +0100 (Tue, 20 Nov 2007) | 2 lines when checking if min and max were equal, the action aplied was not working for negative values of min and max. ------------------------------------------------------------------------ r1232 | oetiker | 2007-11-20 00:40:06 +0100 (Tue, 20 Nov 2007) | 2 lines strings was not included ev if it was around ------------------------------------------------------------------------ r1229 | oetiker | 2007-11-19 17:50:12 +0100 (Mon, 19 Nov 2007) | 2 lines fix pointer in png image ------------------------------------------------------------------------ r1222 | oetiker | 2007-11-14 14:53:47 +0100 (Wed, 14 Nov 2007) | 1 line prepare for the release of rrdtool-1.2.25 ------------------------------------------------------------------------ r1221 | oetiker | 2007-11-14 14:53:28 +0100 (Wed, 14 Nov 2007) | 2 lines make aix users happy and compile there too ------------------------------------------------------------------------ r1220 | oetiker | 2007-11-14 14:53:12 +0100 (Wed, 14 Nov 2007) | 2 lines don't exit when fadvise does not work .. after all we can live without it ... ------------------------------------------------------------------------ r1218 | oetiker | 2007-11-13 03:21:47 +0100 (Tue, 13 Nov 2007) | 1 line prepare for the release of rrdtool-1.2.24 ------------------------------------------------------------------------ r1217 | oetiker | 2007-11-13 03:18:59 +0100 (Tue, 13 Nov 2007) | 2 lines updated for 1.2.24 ------------------------------------------------------------------------ r1216 | oetiker | 2007-11-13 03:16:10 +0100 (Tue, 13 Nov 2007) | 2 lines revert the dontneed fadvise patch this is only for 1.3 ------------------------------------------------------------------------ r1215 | oetiker | 2007-11-13 03:13:09 +0100 (Tue, 13 Nov 2007) | 2 lines revert the dontneed patch ... this is for 1.3 exclusively ------------------------------------------------------------------------ r1212 | oetiker | 2007-11-08 11:13:48 +0100 (Thu, 08 Nov 2007) | 3 lines must use int2num to prevent overflows -- Mike Perham mperham gmail.com ------------------------------------------------------------------------ r1195 | oetiker | 2007-09-02 18:47:42 +0200 (Sun, 02 Sep 2007) | 2 lines horizontal is the correct spelling ------------------------------------------------------------------------ r1176 | oetiker | 2007-08-01 17:25:58 +0200 (Wed, 01 Aug 2007) | 2 lines fixed 64bit portability error ... unigned long is not equal to int ------------------------------------------------------------------------ r1171 | oetiker | 2007-07-25 22:32:31 +0200 (Wed, 25 Jul 2007) | 2 lines check if intput is integer in any case not only when the previouse value wave != U ------------------------------------------------------------------------ r1153 | oetiker | 2007-07-16 08:34:04 +0200 (Mon, 16 Jul 2007) | 2 lines fixed rrd_featch and added rrd_info to ruby bindings ------------------------------------------------------------------------ r1150 | oetiker | 2007-07-12 22:33:58 +0200 (Thu, 12 Jul 2007) | 2 lines improved wording ------------------------------------------------------------------------ r1145 | oetiker | 2007-07-12 01:06:00 +0200 (Thu, 12 Jul 2007) | 2 lines stop rrd_create from leaking on failure ... vito caputo ------------------------------------------------------------------------ r1140 | oetiker | 2007-07-05 17:14:40 +0200 (Thu, 05 Jul 2007) | 3 lines fix potential segfault ... if time_t is not a %li 5~ ------------------------------------------------------------------------ r1139 | oetiker | 2007-07-05 17:14:02 +0200 (Thu, 05 Jul 2007) | 2 lines fix tcl build system ------------------------------------------------------------------------ r1128 | oetiker | 2007-06-15 23:41:24 +0200 (Fri, 15 Jun 2007) | 2 lines rrdtool.spec from Jarod "redhat" Wilson ------------------------------------------------------------------------ r1117 | oetiker | 2007-06-13 18:50:23 +0200 (Wed, 13 Jun 2007) | 2 lines be more helpful when raising rb_eTypeError in string_arr string_arr_new(VALUE rb_strings). This patch indicates which index is in error as well as the type you are erroneously passing. --anonymous ------------------------------------------------------------------------ r1091 | oetiker | 2007-05-30 13:26:50 +0200 (Wed, 30 May 2007) | 2 lines dropping cache after update does not help (in this implementation) ------------------------------------------------------------------------ r1071 | oetiker | 2007-05-22 22:46:25 +0200 (Tue, 22 May 2007) | 2 lines fixed spelling ------------------------------------------------------------------------ r1070 | oetiker | 2007-05-22 22:44:57 +0200 (Tue, 22 May 2007) | 4 lines * better tests for madvise, fadvise and fdatasync * fix inclusion of fcntl.h * clenups for configure.ac -- Bernhard Fischer rep dot nop gmail com ------------------------------------------------------------------------ r1067 | oetiker | 2007-05-19 07:47:29 +0200 (Sat, 19 May 2007) | 2 lines update defines according to manual pageentry ------------------------------------------------------------------------ r1066 | oetiker | 2007-05-18 18:40:55 +0200 (Fri, 18 May 2007) | 2 lines added madvise MADV_RANDOM is rrd_update uses mmap ------------------------------------------------------------------------ r1065 | oetiker | 2007-05-18 13:56:34 +0200 (Fri, 18 May 2007) | 5 lines * dropping in rrd_update is probably overkill since we may be dropping too much. * in create we have to flush before dropping. * read fcntl.h after defining the __USE_XOPEN2K * fix drop code in fetch ... ------------------------------------------------------------------------ r1064 | oetiker | 2007-05-17 13:38:54 +0200 (Thu, 17 May 2007) | 2 lines now the fadvise code actually compiles ... let the testing begin. ------------------------------------------------------------------------ r1063 | oetiker | 2007-05-17 10:44:26 +0200 (Thu, 17 May 2007) | 2 lines new better ? performance test ... work in progress ------------------------------------------------------------------------ r1062 | oetiker | 2007-05-17 10:44:06 +0200 (Thu, 17 May 2007) | 7 lines added posix_fadvise support (untested) ... this should help performance by stopping read-ahead and droping buffer cache for all rrd data except the file header portion. Newly created files are fdsynced to disk and released from cache after creation, to soften the blow on buffer cache by creating new rrds. ------------------------------------------------------------------------ r1061 | oetiker | 2007-05-16 22:35:56 +0200 (Wed, 16 May 2007) | 2 lines remove tabs and replace with 8 spaces ------------------------------------------------------------------------ r1060 | oetiker | 2007-05-15 10:39:17 +0200 (Tue, 15 May 2007) | 2 lines use libdir instead of exec_prefix/lib ... maybe someone wants their libraries in another place ------------------------------------------------------------------------ r1059 | oetiker | 2007-05-15 10:36:52 +0200 (Tue, 15 May 2007) | 2 lines yet another attempt to make the python build environment REALY cool ------------------------------------------------------------------------ r1057 | oetiker | 2007-05-09 17:26:57 +0200 (Wed, 09 May 2007) | 3 lines make sure the python extension gets the final resting place of the rrdlibrary compiled in ... ------------------------------------------------------------------------ r1056 | oetiker | 2007-05-08 17:10:21 +0200 (Tue, 08 May 2007) | 3 lines ruby complained about finding a previous copy of the rrdtool extension ... very odd thing actually ... adding RUBYARCHDIR= seems to help ... ------------------------------------------------------------------------ r1055 | oetiker | 2007-05-06 21:38:22 +0200 (Sun, 06 May 2007) | 2 lines don't use round since it is c99 ... use floor(x+0.5) for positive numbers instead. ------------------------------------------------------------------------ r1054 | oetiker | 2007-05-06 10:50:11 +0200 (Sun, 06 May 2007) | 2 lines print the name of the HW cf in debug mode -- Helge Oldach ------------------------------------------------------------------------ r1053 | oetiker | 2007-05-03 14:49:44 +0200 (Thu, 03 May 2007) | 2 lines added some more rounding for int to float comparisons ------------------------------------------------------------------------ r1052 | oetiker | 2007-05-03 14:43:15 +0200 (Thu, 03 May 2007) | 2 lines Testing an double and an integer for equality is bound to produce odd results on times. Don't do it! -- rrdtool@oldach.net ------------------------------------------------------------------------ r1050 | oetiker | 2007-05-02 20:06:05 +0200 (Wed, 02 May 2007) | 1 line prepare for the release of rrdtool-1.2.23 ------------------------------------------------------------------------ r1049 | oetiker | 2007-05-02 20:05:37 +0200 (Wed, 02 May 2007) | 2 lines fix python install for virgin systems ------------------------------------------------------------------------ r1047 | oetiker | 2007-05-02 17:31:29 +0200 (Wed, 02 May 2007) | 1 line prepare for the release of rrdtool-1.2.22 ------------------------------------------------------------------------ r1046 | oetiker | 2007-05-02 17:31:05 +0200 (Wed, 02 May 2007) | 2 lines fixed old urls in code ------------------------------------------------------------------------ r1045 | oetiker | 2007-05-02 17:23:34 +0200 (Wed, 02 May 2007) | 2 lines fix python for staged installs ------------------------------------------------------------------------ r1044 | oetiker | 2007-05-02 07:08:21 +0200 (Wed, 02 May 2007) | 2 lines fixed path to rrd_format.h in tcl bindings ------------------------------------------------------------------------ r1042 | oetiker | 2007-05-01 22:41:59 +0200 (Tue, 01 May 2007) | 1 line prepare for the release of rrdtool-1.2.21 ------------------------------------------------------------------------ r1041 | oetiker | 2007-05-01 22:40:15 +0200 (Tue, 01 May 2007) | 2 lines if the graph goes 'down' minval must be hanged instead ------------------------------------------------------------------------ r1039 | oetiker | 2007-05-01 18:36:02 +0200 (Tue, 01 May 2007) | 1 line prepare for the release of rrdtool-1.2.20 ------------------------------------------------------------------------ r1038 | oetiker | 2007-05-01 18:24:03 +0200 (Tue, 01 May 2007) | 2 lines updated win32 and netware Makefiles -- Guenter Knauf ------------------------------------------------------------------------ r1037 | oetiker | 2007-05-01 18:23:19 +0200 (Tue, 01 May 2007) | 2 lines added some const casts ------------------------------------------------------------------------ r1036 | oetiker | 2007-05-01 18:19:47 +0200 (Tue, 01 May 2007) | 3 lines added --alt-autoscale-min (see --alt-autoscale-max) -- Helge Oldach ------------------------------------------------------------------------ r1032 | oetiker | 2007-04-10 07:43:34 +0200 (Tue, 10 Apr 2007) | 2 lines untabified rrd_graph.c ------------------------------------------------------------------------ r1031 | oetiker | 2007-04-10 07:41:50 +0200 (Tue, 10 Apr 2007) | 2 lines use the shorthand for vidx ... ------------------------------------------------------------------------ r1030 | oetiker | 2007-04-10 07:27:04 +0200 (Tue, 10 Apr 2007) | 2 lines the rrd_graph_check_vname function is not used anywhere in the code ... ------------------------------------------------------------------------ r1029 | oetiker | 2007-04-06 09:28:33 +0200 (Fri, 06 Apr 2007) | 2 lines release font resources after thy have been used ... -- Travis Spencer ------------------------------------------------------------------------ r1028 | oetiker | 2007-04-02 08:21:19 +0200 (Mon, 02 Apr 2007) | 6 lines new function rrd_fetch_r() (and make the strings const char* instead of char*). The only difference between rrd_fetch_r() and rrd_fetch_fn() is that rrd_fetch_r() receives the consolidation function as a string (instead of an enum cf_en) and is thread-safe -- Sam Umbach ------------------------------------------------------------------------ r1027 | oetiker | 2007-04-02 08:18:15 +0200 (Mon, 02 Apr 2007) | 2 lines make xml2rrd more robust on invalid input -- Florian Forster ------------------------------------------------------------------------ r1026 | oetiker | 2007-03-29 21:08:26 +0200 (Thu, 29 Mar 2007) | 2 lines added vardef ------------------------------------------------------------------------ r1021 | oetiker | 2007-03-15 22:10:18 +0100 (Thu, 15 Mar 2007) | 2 lines fix the snprintf call for vtag ... it was using the wrong size -- kili ------------------------------------------------------------------------ r1020 | oetiker | 2007-03-15 22:03:51 +0100 (Thu, 15 Mar 2007) | 2 lines fixed strerror_r usage ... #85 ------------------------------------------------------------------------ r1019 | oetiker | 2007-03-11 14:08:31 +0100 (Sun, 11 Mar 2007) | 2 lines fix netware and win32 makefiles for new getopt names ------------------------------------------------------------------------ r1018 | oetiker | 2007-03-11 14:04:41 +0100 (Sun, 11 Mar 2007) | 2 lines enable ID keyword in all source files ------------------------------------------------------------------------ r1017 | oetiker | 2007-03-11 13:57:38 +0100 (Sun, 11 Mar 2007) | 2 lines do not use gnuisms in Makefile rules ($<) ------------------------------------------------------------------------ r1016 | oetiker | 2007-03-11 13:41:46 +0100 (Sun, 11 Mar 2007) | 2 lines use Guenters latest Netware Makefile ... ------------------------------------------------------------------------ r1014 | oetiker | 2007-03-10 18:44:12 +0100 (Sat, 10 Mar 2007) | 2 lines axe the double quotes on $perlcc in configure to allow for program names with arguments. ------------------------------------------------------------------------ r1013 | oetiker | 2007-03-10 18:36:32 +0100 (Sat, 10 Mar 2007) | 2 lines integers can be negative ... fixed the test for this in rrd_update -- rians cc usu edu ------------------------------------------------------------------------ r1012 | oetiker | 2007-03-03 12:03:38 +0100 (Sat, 03 Mar 2007) | 4 lines * build extensions last since this seems to be most likely to fail * do more testing before building the ruby extension ------------------------------------------------------------------------ r1010 | oetiker | 2007-02-24 18:23:02 +0100 (Sat, 24 Feb 2007) | 2 lines fix memmory problem in rrd_dump.c ------------------------------------------------------------------------ r1008 | oetiker | 2007-02-14 19:54:29 +0100 (Wed, 14 Feb 2007) | 2 lines new operator ABS added -- ------------------------------------------------------------------------ r1007 | oetiker | 2007-02-14 19:48:21 +0100 (Wed, 14 Feb 2007) | 2 lines renamed getopt to rrd_getopt to avoid confusion on some systems ... ------------------------------------------------------------------------ r1006 | oetiker | 2007-02-14 19:47:41 +0100 (Wed, 14 Feb 2007) | 2 lines cosmetic fix for usage message -- günter knauff ------------------------------------------------------------------------ r1005 | oetiker | 2007-02-14 19:46:56 +0100 (Wed, 14 Feb 2007) | 2 lines added new win32 component to the release tarball ------------------------------------------------------------------------ r1004 | oetiker | 2007-02-14 19:46:16 +0100 (Wed, 14 Feb 2007) | 2 lines updates to the windows build system by guenter knauff ------------------------------------------------------------------------ r1003 | oetiker | 2007-02-14 07:53:01 +0100 (Wed, 14 Feb 2007) | 2 lines allow --units-length to reserve label space even when --y-grid=none is in effect [#75], tobi ------------------------------------------------------------------------ r1002 | oetiker | 2007-02-14 07:33:49 +0100 (Wed, 14 Feb 2007) | 3 lines parsing absolute time should not send us 30,000 years into the future -- Tatsuki Makino tatsuki_makino hotmail.com ------------------------------------------------------------------------ r1001 | oetiker | 2007-02-14 07:31:52 +0100 (Wed, 14 Feb 2007) | 3 lines Printstrftime on rrd_cgi.c returns an illegal value. It causes segmentation fault error. -- Tatsuki Makino tatsuki_makino hotmail.com ------------------------------------------------------------------------ r998 | oetiker | 2007-02-09 23:19:48 +0100 (Fri, 09 Feb 2007) | 2 lines more build patches from Günter Knauf ------------------------------------------------------------------------ r997 | oetiker | 2007-02-08 07:01:43 +0100 (Thu, 08 Feb 2007) | 2 lines updates for Win32 and NW Makefiles -- Guenter Knauf ------------------------------------------------------------------------ r996 | oetiker | 2007-02-08 06:54:23 +0100 (Thu, 08 Feb 2007) | 2 lines added get_ver.awk to release ------------------------------------------------------------------------ r995 | oetiker | 2007-02-08 06:51:48 +0100 (Thu, 08 Feb 2007) | 2 lines there is no Makefile.in for python anymore! ------------------------------------------------------------------------ r994 | oetiker | 2007-02-07 22:35:39 +0100 (Wed, 07 Feb 2007) | 2 lines DPRINTF may not be the ideal define ... use something more RRDish ... like RRDPRINTF ------------------------------------------------------------------------ r993 | oetiker | 2007-02-07 22:35:07 +0100 (Wed, 07 Feb 2007) | 2 lines use setup.py for python install and build work instad of trying todo it on our own ------------------------------------------------------------------------ r992 | oetiker | 2007-02-07 22:31:33 +0100 (Wed, 07 Feb 2007) | 2 lines added Makefile targets for python ------------------------------------------------------------------------ r991 | oetiker | 2007-02-07 22:30:18 +0100 (Wed, 07 Feb 2007) | 2 lines python does no get built externally ------------------------------------------------------------------------ r990 | oetiker | 2007-02-02 19:22:34 +0100 (Fri, 02 Feb 2007) | 2 lines added IBM Public License to the list of Exceptions ------------------------------------------------------------------------ r989 | oetiker | 2007-02-02 13:19:12 +0100 (Fri, 02 Feb 2007) | 2 lines increasse portability (no // comment, no ... arguments for cpp) ------------------------------------------------------------------------ r988 | oetiker | 2007-02-01 23:00:23 +0100 (Thu, 01 Feb 2007) | 3 lines we should use the headers from the local rrdtool setup and not the system ones! ------------------------------------------------------------------------ r986 | oetiker | 2007-02-01 06:51:34 +0100 (Thu, 01 Feb 2007) | 1 line prepare for the release of rrdtool-1.2.19 ------------------------------------------------------------------------ r985 | oetiker | 2007-02-01 06:45:03 +0100 (Thu, 01 Feb 2007) | 3 lines libtool builds shared libraries anyway, no need for extra LDFLAGS that bite non GNU ld versions ------------------------------------------------------------------------ r979 | oetiker | 2007-01-29 17:47:28 +0100 (Mon, 29 Jan 2007) | 2 lines resolve snprintf overflow warning by using sizeof -- Anna Bernathova suse cz ------------------------------------------------------------------------ r977 | oetiker | 2007-01-23 21:54:46 +0100 (Tue, 23 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.18 ------------------------------------------------------------------------ r976 | oetiker | 2007-01-23 21:52:35 +0100 (Tue, 23 Jan 2007) | 4 lines the change from R920 to fetch was not helping ... no low res got prefered in non full coverage situations .. ------------------------------------------------------------------------ r975 | oetiker | 2007-01-23 18:30:27 +0100 (Tue, 23 Jan 2007) | 2 lines another control sequence that got lost ... ------------------------------------------------------------------------ r974 | oetiker | 2007-01-23 09:28:56 +0100 (Tue, 23 Jan 2007) | 2 lines read up to full potential length of gdp->rrd ------------------------------------------------------------------------ r972 | oetiker | 2007-01-22 17:34:55 +0100 (Mon, 22 Jan 2007) | 2 lines added missing B formatting instruction ------------------------------------------------------------------------ r971 | oetiker | 2007-01-22 11:49:19 +0100 (Mon, 22 Jan 2007) | 2 lines create non version link ------------------------------------------------------------------------ r969 | oetiker | 2007-01-22 11:33:30 +0100 (Mon, 22 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.17 ------------------------------------------------------------------------ r968 | oetiker | 2007-01-22 11:29:11 +0100 (Mon, 22 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.17 ------------------------------------------------------------------------ r967 | oetiker | 2007-01-22 11:28:39 +0100 (Mon, 22 Jan 2007) | 6 lines introduced \n as an alias for \l since people seem to be using it despite the documentation not talking about this ... so now it is official and I bet there will soon be people asking why this was only working at the end of a line. -- tobi ------------------------------------------------------------------------ r966 | oetiker | 2007-01-21 23:22:30 +0100 (Sun, 21 Jan 2007) | 2 lines removed mentiones of \n ... ------------------------------------------------------------------------ r962 | oetiker | 2007-01-20 23:54:25 +0100 (Sat, 20 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.16 ------------------------------------------------------------------------ r961 | oetiker | 2007-01-20 23:48:37 +0100 (Sat, 20 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.16 ------------------------------------------------------------------------ r960 | oetiker | 2007-01-20 23:22:10 +0100 (Sat, 20 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.16 ------------------------------------------------------------------------ r959 | oetiker | 2007-01-20 21:19:13 +0100 (Sat, 20 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.16 ------------------------------------------------------------------------ r958 | oetiker | 2007-01-20 21:17:31 +0100 (Sat, 20 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.16 ------------------------------------------------------------------------ r957 | oetiker | 2007-01-20 21:16:15 +0100 (Sat, 20 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.16 ------------------------------------------------------------------------ r956 | oetiker | 2007-01-20 21:03:14 +0100 (Sat, 20 Jan 2007) | 2 lines this did not compile after integrating the new fetchlast command -- Andy Riebs ------------------------------------------------------------------------ r955 | oetiker | 2007-01-20 17:41:15 +0100 (Sat, 20 Jan 2007) | 1 line prepare for the release of rrdtool-1.2.16 ------------------------------------------------------------------------ r954 | oetiker | 2007-01-20 17:39:32 +0100 (Sat, 20 Jan 2007) | 2 lines get ready for 1.2.16 release ------------------------------------------------------------------------ r953 | oetiker | 2007-01-19 00:43:26 +0100 (Fri, 19 Jan 2007) | 2 lines aargh another missing bit from lastupdate added ... ------------------------------------------------------------------------ r952 | oetiker | 2007-01-18 00:35:01 +0100 (Thu, 18 Jan 2007) | 2 lines finish integration of lastupdate commmand ... ------------------------------------------------------------------------ r951 | oetiker | 2007-01-17 22:31:23 +0100 (Wed, 17 Jan 2007) | 4 lines New functions lastupdate to efficiently get the last values fed into the rrd ... this also changes that the last values get stored even for ABSOLUTE and GAUGE data sources ... -- andy.riebs hp.com ------------------------------------------------------------------------ r938 | oetiker | 2006-12-16 17:14:43 +0100 (Sat, 16 Dec 2006) | 2 lines add missing \0 to the end of several strncpy strings ------------------------------------------------------------------------ r937 | oetiker | 2006-12-16 17:13:53 +0100 (Sat, 16 Dec 2006) | 5 lines replace malloc/strncpy by strdup add \0 to the end of several strncpy strings add missing free fix error string rendering :... makes no sense here ------------------------------------------------------------------------ r936 | oetiker | 2006-12-16 17:11:46 +0100 (Sat, 16 Dec 2006) | 2 lines move headers around to make more sense ------------------------------------------------------------------------ r935 | oetiker | 2006-12-16 17:10:58 +0100 (Sat, 16 Dec 2006) | 2 lines init the context on first call ------------------------------------------------------------------------ r934 | oetiker | 2006-12-16 17:05:07 +0100 (Sat, 16 Dec 2006) | 2 lines make sure there is ample space in the static strings ------------------------------------------------------------------------ r933 | oetiker | 2006-12-16 17:04:05 +0100 (Sat, 16 Dec 2006) | 2 lines oops 99 is the last item ------------------------------------------------------------------------ r932 | oetiker | 2006-12-16 17:02:43 +0100 (Sat, 16 Dec 2006) | 3 lines it is sufficient to set the last item to 0 ------------------------------------------------------------------------ r931 | oetiker | 2006-12-16 17:02:00 +0100 (Sat, 16 Dec 2006) | 2 lines getopt is required for rrdupdate too (there are platforms where this is not in libc ... eg solaris) ------------------------------------------------------------------------ r930 | oetiker | 2006-12-16 17:01:25 +0100 (Sat, 16 Dec 2006) | 2 lines we have 2006 now ------------------------------------------------------------------------ r929 | oetiker | 2006-12-16 16:56:26 +0100 (Sat, 16 Dec 2006) | 4 lines it makes no sense allocating an array and then asiging it to a fixed string ... this caused stuff to crash badly as long error strings were assigned. ------------------------------------------------------------------------ r927 | oetiker | 2006-12-11 20:11:36 +0100 (Mon, 11 Dec 2006) | 2 lines added note on alternate CFLAGS for Forte ------------------------------------------------------------------------ r925 | oetiker | 2006-12-07 20:51:59 +0100 (Thu, 07 Dec 2006) | 2 lines c is a valid formatting character ------------------------------------------------------------------------ r922 | oetiker | 2006-11-19 12:15:32 +0100 (Sun, 19 Nov 2006) | 2 lines fixed typo ------------------------------------------------------------------------ r920 | oetiker | 2006-11-06 07:53:13 +0100 (Mon, 06 Nov 2006) | 4 lines when fetching, don't pick a higher res rra just because it's coverage at the 'end' of the requested range is better ... -- Sebastian Pachuta seba123 seba123.webd.pl ------------------------------------------------------------------------ r919 | oetiker | 2006-10-27 16:03:22 +0200 (Fri, 27 Oct 2006) | 2 lines use integer time ------------------------------------------------------------------------ r918 | oetiker | 2006-10-27 00:26:31 +0200 (Fri, 27 Oct 2006) | 2 lines added perftest tool ------------------------------------------------------------------------ r917 | oetiker | 2006-10-25 19:19:46 +0200 (Wed, 25 Oct 2006) | 2 lines do not distribute windows files anymore ... ------------------------------------------------------------------------ r916 | oetiker | 2006-10-25 19:18:27 +0200 (Wed, 25 Oct 2006) | 2 lines distribute win32 and netware build files too ------------------------------------------------------------------------ r915 | oetiker | 2006-10-25 19:17:07 +0200 (Wed, 25 Oct 2006) | 2 lines do not remove Makefiles from win32 and netware build dirs ------------------------------------------------------------------------ r914 | oetiker | 2006-10-25 19:12:22 +0200 (Wed, 25 Oct 2006) | 3 lines fix build procedure for ruby (clean target) don't run autoreconf at the end of MakeMakefiles as this has a tendency todo the wrong things ------------------------------------------------------------------------ r913 | oetiker | 2006-10-25 18:39:31 +0200 (Wed, 25 Oct 2006) | 2 lines added path to sepp ------------------------------------------------------------------------ r912 | oetiker | 2006-10-25 18:30:39 +0200 (Wed, 25 Oct 2006) | 2 lines aclocal expects a space after -I ... ------------------------------------------------------------------------ r911 | oetiker | 2006-10-25 18:24:44 +0200 (Wed, 25 Oct 2006) | 2 lines tell aclocal where to find its config ... ------------------------------------------------------------------------ r910 | oetiker | 2006-10-25 18:11:57 +0200 (Wed, 25 Oct 2006) | 2 lines aclocal show know where it's stuff is ... ------------------------------------------------------------------------ r908 | oetiker | 2006-10-22 23:20:45 +0200 (Sun, 22 Oct 2006) | 8 lines make time paring more robust ... it can now deal with time date date time time date + xxx date time + xxx ------------------------------------------------------------------------ r907 | oetiker | 2006-10-22 23:09:27 +0200 (Sun, 22 Oct 2006) | 2 lines check if valid control codes are in use ------------------------------------------------------------------------ r906 | oetiker | 2006-10-22 18:01:42 +0200 (Sun, 22 Oct 2006) | 2 lines fixed ruby demo ------------------------------------------------------------------------ r905 | oetiker | 2006-10-22 18:01:32 +0200 (Sun, 22 Oct 2006) | 2 lines fixed address ------------------------------------------------------------------------ r903 | oetiker | 2006-10-03 09:52:51 +0200 (Tue, 03 Oct 2006) | 2 lines added missing file ------------------------------------------------------------------------ r902 | oetiker | 2006-09-28 14:38:34 +0200 (Thu, 28 Sep 2006) | 2 lines fixed doc regarding site install ------------------------------------------------------------------------ r901 | oetiker | 2006-09-27 23:48:05 +0200 (Wed, 27 Sep 2006) | 2 lines added ruby bindings ... thanks to Loïs LHERBIER lois.lherbier covadis.ch ------------------------------------------------------------------------ r900 | oetiker | 2006-09-27 23:46:23 +0200 (Wed, 27 Sep 2006) | 2 lines make rrdupdate realy light as it was intended in the first place -- Peter Breitenlohner peb mppmu.mpg.de ------------------------------------------------------------------------ r899 | oetiker | 2006-09-27 23:45:47 +0200 (Wed, 27 Sep 2006) | 1 line tod can come after the date as well as before the date ------------------------------------------------------------------------ r898 | oetiker | 2006-09-18 07:45:16 +0200 (Mon, 18 Sep 2006) | 2 lines fix faild netware makefile merge -- Guenter Knauf ------------------------------------------------------------------------ r897 | oetiker | 2006-09-17 23:08:29 +0200 (Sun, 17 Sep 2006) | 2 lines make mvs stop complaining about uninitialized variables ... -- norman wheeler bigpond.com ------------------------------------------------------------------------ r896 | oetiker | 2006-09-17 23:05:18 +0200 (Sun, 17 Sep 2006) | 2 lines fixed spelling -- Peter Breitenlohner ------------------------------------------------------------------------ r895 | oetiker | 2006-09-17 22:46:17 +0200 (Sun, 17 Sep 2006) | 3 lines fix generation of cgi-demo.cgi -- Peter Breitenlohner peb mppmu.mpg.de ------------------------------------------------------------------------ r894 | oetiker | 2006-09-17 22:31:26 +0200 (Sun, 17 Sep 2006) | 4 lines make rrdtool use rrd_config.h instead of config.h since this is just bound to lead to confusion when the wrong config.h gets sourced -- Guenter Knauf fix clean target in bindings directory ------------------------------------------------------------------------ r893 | oetiker | 2006-09-10 21:30:22 +0200 (Sun, 10 Sep 2006) | 2 lines the msvc files need dos file endings ... ------------------------------------------------------------------------ r892 | oetiker | 2006-09-10 21:26:05 +0200 (Sun, 10 Sep 2006) | 2 lines we want an int, so lets tell the compiler to make it not complain ------------------------------------------------------------------------ r891 | oetiker | 2006-09-10 21:20:59 +0200 (Sun, 10 Sep 2006) | 2 lines netware und win32 fixes from guenter ------------------------------------------------------------------------ r890 | oetiker | 2006-09-05 21:55:36 +0200 (Tue, 05 Sep 2006) | 2 lines we do not need an extra echo there ------------------------------------------------------------------------ r889 | oetiker | 2006-09-05 20:34:47 +0200 (Tue, 05 Sep 2006) | 2 lines put all the architecture specific stuff in separate subdirectories ... one for netwara and one for win32 -- Guenter Knauf ------------------------------------------------------------------------ r888 | oetiker | 2006-09-05 20:19:02 +0200 (Tue, 05 Sep 2006) | 3 lines noone needs this anymore ------------------------------------------------------------------------ r887 | oetiker | 2006-09-04 23:10:55 +0200 (Mon, 04 Sep 2006) | 1 line in logarithmic mode minval must not be <= 0 ------------------------------------------------------------------------ r883 | oetiker | 2006-08-24 06:14:54 +0200 (Thu, 24 Aug 2006) | 2 lines add more submission encuragement -- alex ------------------------------------------------------------------------ r882 | oetiker | 2006-08-21 13:41:57 +0200 (Mon, 21 Aug 2006) | 2 lines updated windows build instructions from guenter ------------------------------------------------------------------------ r881 | oetiker | 2006-08-16 08:07:26 +0200 (Wed, 16 Aug 2006) | 2 lines contain a potential problem with log grid painting Bug #54 ------------------------------------------------------------------------ r880 | oetiker | 2006-08-15 07:51:04 +0200 (Tue, 15 Aug 2006) | 1 line do not loose filedescriptors when rrd_first errors out ------------------------------------------------------------------------ r879 | oetiker | 2006-08-15 07:44:54 +0200 (Tue, 15 Aug 2006) | 2 lines catch empty XXXX: commands in graph ------------------------------------------------------------------------ r878 | oetiker | 2006-08-15 07:24:39 +0200 (Tue, 15 Aug 2006) | 2 lines windows is not NT anymore ... lets call it WIN32 ------------------------------------------------------------------------ r877 | oetiker | 2006-08-13 18:41:23 +0200 (Sun, 13 Aug 2006) | 2 lines use unix fileendings here! ------------------------------------------------------------------------ r876 | oetiker | 2006-08-13 18:40:17 +0200 (Sun, 13 Aug 2006) | 2 lines new version added by Guenter Knauf ------------------------------------------------------------------------ r875 | oetiker | 2006-08-13 18:25:00 +0200 (Sun, 13 Aug 2006) | 3 lines added new rrdstrversion function -- Guenter Knauf ------------------------------------------------------------------------ r874 | oetiker | 2006-08-13 18:22:53 +0200 (Sun, 13 Aug 2006) | 3 lines use th OS provided timezone names for %Z this should make things more flexile will only work on windows, but since we are using strftime.c on windows only this should not be a problem -- Guenter Knauf ------------------------------------------------------------------------ r873 | oetiker | 2006-08-13 18:13:13 +0200 (Sun, 13 Aug 2006) | 2 lines include strftime.h for windows builds -- Guenter Knauff ------------------------------------------------------------------------ r872 | oetiker | 2006-08-13 18:10:23 +0200 (Sun, 13 Aug 2006) | 2 lines removed mscv defines to confignt/config.h completely -- Guenter Knauf ------------------------------------------------------------------------ r871 | oetiker | 2006-08-13 18:09:25 +0200 (Sun, 13 Aug 2006) | 2 lines working windows config.h ------------------------------------------------------------------------ r870 | oetiker | 2006-08-13 18:07:36 +0200 (Sun, 13 Aug 2006) | 3 lines can't define new variables in the middle of the code (unless everyone was using c99 which is not the case) ------------------------------------------------------------------------ r869 | oetiker | 2006-08-13 17:21:12 +0200 (Sun, 13 Aug 2006) | 3 lines added special labeling for LONGTERM graphs -- Paul Boven p.boven sara.nl ------------------------------------------------------------------------ r867 | oetiker | 2006-08-10 09:46:22 +0200 (Thu, 10 Aug 2006) | 2 lines it seems some headers have nan predefined ... so lets just use other variable names ------------------------------------------------------------------------ r866 | oetiker | 2006-08-04 17:06:18 +0200 (Fri, 04 Aug 2006) | 2 lines copy of the solaris isnan hack from configure.ac ------------------------------------------------------------------------ r865 | oetiker | 2006-08-04 00:21:37 +0200 (Fri, 04 Aug 2006) | 3 lines solaris 10 has isnan defined as a sun forte builtin ... gcc can not deal with this this will replace isnan with an fpclass expression hopefully working around the problem ------------------------------------------------------------------------ r864 | oetiker | 2006-08-02 17:05:36 +0200 (Wed, 02 Aug 2006) | 3 lines fixing python bindings ... Jarod Wilson jwilson redhat.com ------------------------------------------------------------------------ r863 | oetiker | 2006-08-01 15:08:33 +0200 (Tue, 01 Aug 2006) | 2 lines unknownaszero was not a good idea ... bye bye ------------------------------------------------------------------------ r862 | oetiker | 2006-08-01 00:48:45 +0200 (Tue, 01 Aug 2006) | 2 lines new options --enumds and --unknwonaszero for xport ------------------------------------------------------------------------ r860 | oetiker | 2006-07-14 14:11:16 +0200 (Fri, 14 Jul 2006) | 1 line prepare for the release of rrdtool-1.2.15 ------------------------------------------------------------------------ r859 | oetiker | 2006-07-14 14:06:09 +0200 (Fri, 14 Jul 2006) | 1 line we were leaking directory handles ... ------------------------------------------------------------------------ r858 | oetiker | 2006-07-14 13:34:23 +0200 (Fri, 14 Jul 2006) | 1 line remove an excess =over ------------------------------------------------------------------------ r857 | oetiker | 2006-07-14 13:32:39 +0200 (Fri, 14 Jul 2006) | 2 lines added missing =over ------------------------------------------------------------------------ r855 | oetiker | 2006-07-14 13:12:45 +0200 (Fri, 14 Jul 2006) | 1 line prepare for the release of rrdtool-1.2.14 ------------------------------------------------------------------------ r854 | oetiker | 2006-07-14 11:47:34 +0200 (Fri, 14 Jul 2006) | 2 lines do not reset im->gdes[i].step blindly. We initialize it to im->step at allocation time already ... the fix in r291 was over the top. -- niels weaklogic.com ------------------------------------------------------------------------ r853 | oetiker | 2006-07-14 10:56:28 +0200 (Fri, 14 Jul 2006) | 3 lines added pwd command for remote server reset errno to zero before each loop -- Damien.Stuart usi.net ------------------------------------------------------------------------ r852 | oetiker | 2006-07-13 10:44:47 +0200 (Thu, 13 Jul 2006) | 2 lines fixed makefiles without libcgi ... guenter knauf ------------------------------------------------------------------------ r851 | oetiker | 2006-07-08 00:37:20 +0200 (Sat, 08 Jul 2006) | 2 lines added first function to python bindings ... -- Ulf Lilleengen lulf pvv.ntnu.no ------------------------------------------------------------------------ r850 | oetiker | 2006-07-06 00:00:25 +0200 (Thu, 06 Jul 2006) | 2 lines we have no cgilib anymore .... ------------------------------------------------------------------------ r849 | oetiker | 2006-07-04 23:04:12 +0200 (Tue, 04 Jul 2006) | 2 lines let rrdtool understand headers in rrdtool restore input ------------------------------------------------------------------------ r847 | oetiker | 2006-06-18 23:21:56 +0200 (Sun, 18 Jun 2006) | 3 lines Added AVG function to CDEF language. Martin Sperl martin sperl.org ------------------------------------------------------------------------ r846 | oetiker | 2006-06-16 00:16:04 +0200 (Fri, 16 Jun 2006) | 2 lines fixed libpng link ------------------------------------------------------------------------ r845 | oetiker | 2006-06-15 09:44:22 +0200 (Thu, 15 Jun 2006) | 2 lines added hint for RHEL ------------------------------------------------------------------------ r843 | oetiker | 2006-06-13 23:20:36 +0200 (Tue, 13 Jun 2006) | 2 lines added missing tcl files ------------------------------------------------------------------------ r842 | oetiker | 2006-06-07 23:01:35 +0200 (Wed, 07 Jun 2006) | 2 lines fix calc of fahrenheit ... ------------------------------------------------------------------------ r841 | oetiker | 2006-06-06 15:25:32 +0200 (Tue, 06 Jun 2006) | 2 lines additional AIX hints from zoran.majcenic inet.hr ------------------------------------------------------------------------ r840 | oetiker | 2006-06-06 10:16:05 +0200 (Tue, 06 Jun 2006) | 3 lines new, working rrdtool.spec file from Jarod Wilson jwilson redhat.com ------------------------------------------------------------------------ r839 | oetiker | 2006-05-27 07:44:15 +0200 (Sat, 27 May 2006) | 2 lines python uses the name of the module for loding, so this should better match up -- Duncan Webb duncan dwebb ch ------------------------------------------------------------------------ r838 | oetiker | 2006-05-25 17:13:56 +0200 (Thu, 25 May 2006) | 2 lines addeed AIX instructions ------------------------------------------------------------------------ r837 | oetiker | 2006-05-23 08:52:22 +0200 (Tue, 23 May 2006) | 2 lines adjust label spacing to make sure labels don't overlap for the default font. ------------------------------------------------------------------------ r836 | oetiker | 2006-05-22 00:14:27 +0200 (Mon, 22 May 2006) | 2 lines add note about variable name picking as suggested by alex ------------------------------------------------------------------------ r835 | oetiker | 2006-05-22 00:07:02 +0200 (Mon, 22 May 2006) | 1 line another Makefile update from guenter ------------------------------------------------------------------------ r834 | oetiker | 2006-05-22 00:06:17 +0200 (Mon, 22 May 2006) | 2 lines tiny updates to netware and win32 makefiles -- Guenter Knauf ------------------------------------------------------------------------ r833 | oetiker | 2006-05-21 23:53:57 +0200 (Sun, 21 May 2006) | 2 lines fixed type hte->the ------------------------------------------------------------------------ r832 | oetiker | 2006-05-21 23:47:23 +0200 (Sun, 21 May 2006) | 3 lines make vdef time part available in the data_calc stage so that the legend printer can decide properly ------------------------------------------------------------------------ r831 | oetiker | 2006-05-21 23:15:39 +0200 (Sun, 21 May 2006) | 2 lines new GPRINT option :strftime to print time associated with a VDEF value ------------------------------------------------------------------------ r830 | oetiker | 2006-05-21 22:20:11 +0200 (Sun, 21 May 2006) | 2 lines make configure test which flags gcc actually accepts ... ------------------------------------------------------------------------ r829 | oetiker | 2006-05-21 15:08:46 +0200 (Sun, 21 May 2006) | 2 lines don't deprecate HRULE anymore ------------------------------------------------------------------------ r828 | oetiker | 2006-05-21 14:37:12 +0200 (Sun, 21 May 2006) | 2 lines allow DS names starting with the same letters as operators ------------------------------------------------------------------------ r827 | oetiker | 2006-05-12 15:26:00 +0200 (Fri, 12 May 2006) | 2 lines we wan't to dist thread_save_nt too ------------------------------------------------------------------------ r826 | oetiker | 2006-05-11 13:11:04 +0200 (Thu, 11 May 2006) | 2 lines make DNAN and DINF faster by caching the result of the first calculation -- pascal.gloor spale.com ------------------------------------------------------------------------ r825 | oetiker | 2006-05-11 09:37:58 +0200 (Thu, 11 May 2006) | 2 lines tell Makefile.PL how to store an rpath under aix ------------------------------------------------------------------------ r824 | oetiker | 2006-05-10 22:51:09 +0200 (Wed, 10 May 2006) | 2 lines improved scaling for --logarithmic mode ... -- beat.zahnd space.unibe.ch ------------------------------------------------------------------------ r823 | oetiker | 2006-05-09 20:46:14 +0200 (Tue, 09 May 2006) | 2 lines don't panic if the user forgets to specify the name of the rrd file ------------------------------------------------------------------------ r822 | oetiker | 2006-05-07 12:46:24 +0200 (Sun, 07 May 2006) | 2 lines make legend spacing more reliable. handle the fact that some graph comands do not contribute to the legend -- tobi ------------------------------------------------------------------------ r821 | oetiker | 2006-05-06 15:29:33 +0200 (Sat, 06 May 2006) | 3 lines lets have index.html -- Peter Breitenlohner ------------------------------------------------------------------------ r820 | oetiker | 2006-05-06 15:28:57 +0200 (Sat, 06 May 2006) | 4 lines Avoid gcc warning (discards qualifier) in tclrrd.c -- Peter Breitenlohner ------------------------------------------------------------------------ r819 | oetiker | 2006-05-06 15:28:16 +0200 (Sat, 06 May 2006) | 2 lines Avoid gcc warning ("static not first") -- Peter Breitenlohner ------------------------------------------------------------------------ r818 | oetiker | 2006-05-06 15:24:23 +0200 (Sat, 06 May 2006) | 3 lines Avoid gcc warnings about use of "long long" -- Peter Breitenlohner ------------------------------------------------------------------------ r817 | oetiker | 2006-05-06 15:21:42 +0200 (Sat, 06 May 2006) | 2 lines Use tclpkgdir instead of pkglibdir in order to avoid automake warning -- Peter Breitenlohner ------------------------------------------------------------------------ r816 | oetiker | 2006-05-06 15:20:26 +0200 (Sat, 06 May 2006) | 4 lines The rrdtoolmodule.so should be installed in pyexecdir instead of pythondir (they differ if prefix!=exec_prefix) -- Peter Breitenlohner ------------------------------------------------------------------------ r815 | oetiker | 2006-05-04 22:41:51 +0200 (Thu, 04 May 2006) | 3 lines fix for debian bug 359071 ... reporting the long cdef in the error message was too much ... plus some other small cleanups in this context ------------------------------------------------------------------------ r813 | oetiker | 2006-05-04 15:26:21 +0200 (Thu, 04 May 2006) | 1 line prepare for the release of rrdtool-1.2.13 ------------------------------------------------------------------------ r812 | oetiker | 2006-05-04 15:24:16 +0200 (Thu, 04 May 2006) | 2 lines fix my mail address ------------------------------------------------------------------------ r811 | oetiker | 2006-05-04 15:12:01 +0200 (Thu, 04 May 2006) | 2 lines fewer double frees ... -- slamb slamb.org ------------------------------------------------------------------------ r810 | oetiker | 2006-05-04 15:02:26 +0200 (Thu, 04 May 2006) | 4 lines * fixed argument parsing for long options * no more doublefree on abort * enable restore of xml dumps created with rrdtool 1.0.x ------------------------------------------------------------------------ r809 | oetiker | 2006-05-04 14:11:09 +0200 (Thu, 04 May 2006) | 3 lines if end % step == 0 we should still fetch a full step ... no need for special handling ------------------------------------------------------------------------ r808 | oetiker | 2006-05-04 09:48:04 +0200 (Thu, 04 May 2006) | 4 lines updated handling of subsecond resolution in connection with unknown data ... bugreport #38 pointed out that the old handling where the seconds were rounded could lead to cases where the data stored was higher than the data input ... now I always floor the unknown seconds and this will lead to the same or lower data but not higher ... -- tobi ------------------------------------------------------------------------ r806 | oetiker | 2006-05-02 22:52:46 +0200 (Tue, 02 May 2006) | 2 lines variables should be defined at the bein of the block ... else we loose portability! ------------------------------------------------------------------------ r805 | oetiker | 2006-04-29 10:57:25 +0200 (Sat, 29 Apr 2006) | 2 lines fixed spelling ------------------------------------------------------------------------ r804 | oetiker | 2006-04-27 08:37:03 +0200 (Thu, 27 Apr 2006) | 2 lines new units=si option -- wim.heirmann elis.urgent.be ------------------------------------------------------------------------ r802 | oetiker | 2006-04-25 23:00:09 +0200 (Tue, 25 Apr 2006) | 2 lines compile without multibyte support ------------------------------------------------------------------------ r801 | oetiker | 2006-04-25 22:59:41 +0200 (Tue, 25 Apr 2006) | 2 lines lets have proper dependencies ------------------------------------------------------------------------ r800 | oetiker | 2006-04-24 17:14:10 +0200 (Mon, 24 Apr 2006) | 2 lines make sure things are initialised ... ------------------------------------------------------------------------ r796 | oetiker | 2006-04-18 07:29:34 +0200 (Tue, 18 Apr 2006) | 2 lines shared should be share ! ------------------------------------------------------------------------ r795 | oetiker | 2006-04-17 22:25:33 +0200 (Mon, 17 Apr 2006) | 3 lines Add a second label to the Y axis if there is only going to be one -- Jason A. Smith smithj4 X bnl.gov ------------------------------------------------------------------------ r790 | oetiker | 2006-04-14 12:17:28 +0200 (Fri, 14 Apr 2006) | 2 lines no more people links! ------------------------------------------------------------------------ r788 | oetiker | 2006-04-14 11:22:00 +0200 (Fri, 14 Apr 2006) | 2 lines remove people references ------------------------------------------------------------------------ r785 | oetiker | 2006-04-07 16:37:52 +0200 (Fri, 07 Apr 2006) | 2 lines add solaris hint to bild procedure ------------------------------------------------------------------------ r784 | oetiker | 2006-04-04 20:46:08 +0200 (Tue, 04 Apr 2006) | 2 lines allow for input lines of arbitrary length in rrdtool pipe mode -- roger.meier terreactive.ch ------------------------------------------------------------------------ r782 | oetiker | 2006-04-01 17:36:05 +0200 (Sat, 01 Apr 2006) | 1 line watermartk feature for rrdgraph by Ronan Mullally ------------------------------------------------------------------------ r781 | oetiker | 2006-03-26 16:36:35 +0200 (Sun, 26 Mar 2006) | 2 lines vnames can be up to MAX_VNAME_LEN long ... not only 30 chars ... -- Ulf Harnhammar metaur telia.com ------------------------------------------------------------------------ r780 | oetiker | 2006-03-26 16:29:53 +0200 (Sun, 26 Mar 2006) | 2 lines potential bufferoverflow throught large windir avoided ------------------------------------------------------------------------ r776 | oetiker | 2006-03-14 15:59:57 +0100 (Tue, 14 Mar 2006) | 2 lines added note on the fact that no OK will be printed in rrdtool pipe mode if an error occures. ------------------------------------------------------------------------ r775 | oetiker | 2006-03-14 08:11:00 +0100 (Tue, 14 Mar 2006) | 2 lines RRDtool in remote mode will either print an ERROR line or an OK line not both. ------------------------------------------------------------------------ r774 | oetiker | 2006-03-14 00:21:27 +0100 (Tue, 14 Mar 2006) | 2 lines in pipe mode, make rrd_tool send errors to STDOUT (most of the time) -- tobi ------------------------------------------------------------------------ r772 | oetiker | 2006-03-06 08:15:45 +0100 (Mon, 06 Mar 2006) | 2 lines at least freebsd will not do utf8 bits properly without this ------------------------------------------------------------------------ r769 | oetiker | 2006-03-04 00:11:55 +0100 (Sat, 04 Mar 2006) | 3 lines * simplify code for STACK function ... there were two code paths (new as well as legacy from 1.0.x) * make TICK work for negative fractions ------------------------------------------------------------------------ r768 | oetiker | 2006-03-04 00:10:46 +0100 (Sat, 04 Mar 2006) | 2 lines remove ~ from my wishlist address ... ------------------------------------------------------------------------ r767 | oetiker | 2006-03-04 00:10:14 +0100 (Sat, 04 Mar 2006) | 2 lines make this compile even when HAVE_MBSTOWCS is not set ------------------------------------------------------------------------ r766 | oetiker | 2006-02-23 08:26:28 +0100 (Thu, 23 Feb 2006) | 3 lines separate matching of full and partial match evaluation for better result stability. The fetch result was dependent on the RRA ordering before. -- Jo Rhett jrhett svcolo.com ------------------------------------------------------------------------ r764 | oetiker | 2006-02-20 07:20:37 +0100 (Mon, 20 Feb 2006) | 2 lines YYYYMMDDhhmm is not supported ... only YYYYMMDD ------------------------------------------------------------------------ r761 | oetiker | 2006-02-08 12:35:10 +0100 (Wed, 08 Feb 2006) | 2 lines OS and COPYRIGHT removed from the rrdcgi INTERNAL function since we do not have this info ------------------------------------------------------------------------ r760 | oetiker | 2006-02-06 20:49:23 +0100 (Mon, 06 Feb 2006) | 1 line new rrdcgi function RRD::INTERNAL for accessing VERSION, COPYRIGHT, COMPILETIME, OS -- Guenter Knauf gk gknw.de ------------------------------------------------------------------------ r759 | oetiker | 2006-02-06 20:46:26 +0100 (Mon, 06 Feb 2006) | 2 lines we have 2006 now so let's show it ------------------------------------------------------------------------ r755 | oetiker | 2006-01-30 00:28:21 +0100 (Mon, 30 Jan 2006) | 1 line more makefile cleanup from Guenter Knauf gk gknw.de ------------------------------------------------------------------------ r752 | oetiker | 2006-01-25 20:09:12 +0100 (Wed, 25 Jan 2006) | 2 lines allow RRDp to catch errors ------------------------------------------------------------------------ r751 | oetiker | 2006-01-22 13:02:47 +0100 (Sun, 22 Jan 2006) | 3 lines clarified the documentation of xff -- Michael Bunk mb computer-leipzig.com ------------------------------------------------------------------------ r750 | oetiker | 2006-01-22 12:00:18 +0100 (Sun, 22 Jan 2006) | 2 lines the operator in the example is * not + -- Nick Sharp njsharp bigpond.net.au ------------------------------------------------------------------------ r748 | oetiker | 2006-01-15 14:31:12 +0100 (Sun, 15 Jan 2006) | 2 lines make sure we pickup the correct config.h ... -- Blair Zajac blair orcaware.com ------------------------------------------------------------------------ r747 | oetiker | 2006-01-15 13:31:03 +0100 (Sun, 15 Jan 2006) | 2 lines make sure the image size only gets printed from rrd_tool when --imageinfo is NOT set. ------------------------------------------------------------------------ r746 | oetiker | 2006-01-15 13:25:36 +0100 (Sun, 15 Jan 2006) | 2 lines make sure gcc does not thing gridind may be undefined ------------------------------------------------------------------------ r745 | oetiker | 2006-01-15 12:12:51 +0100 (Sun, 15 Jan 2006) | 2 lines HWPREDICT without reference number will implicitly create the other Holt-Winters RRAs. ------------------------------------------------------------------------ r744 | oetiker | 2006-01-15 10:03:30 +0100 (Sun, 15 Jan 2006) | 2 lines updated NetWare and Cygwin Builds ------------------------------------------------------------------------ r743 | oetiker | 2006-01-15 09:55:53 +0100 (Sun, 15 Jan 2006) | 2 lines make sure gridind is defined under all conditions ------------------------------------------------------------------------ r742 | oetiker | 2006-01-14 10:10:16 +0100 (Sat, 14 Jan 2006) | 2 lines add perlbindings and optional export filename to rrd_dump -- Nicola Worthington nicolaw arwen.tfb.net ------------------------------------------------------------------------ r740 | oetiker | 2006-01-05 21:39:12 +0100 (Thu, 05 Jan 2006) | 2 lines let the building of the perl extension be more reliable ... ------------------------------------------------------------------------ r739 | oetiker | 2006-01-05 21:07:41 +0100 (Thu, 05 Jan 2006) | 2 lines remove redundant if statement in rrd_gfx pdf code ... -- NormW ------------------------------------------------------------------------ r737 | oetiker | 2006-01-04 23:07:46 +0100 (Wed, 04 Jan 2006) | 2 lines Compile time improvments for NetWare and Win32 -- Guenter Knauf gk.gknw.de ------------------------------------------------------------------------ r736 | oetiker | 2006-01-04 21:12:20 +0100 (Wed, 04 Jan 2006) | 2 lines make sure this actually compiles with HAVE_MBSTOWCS is not defined ------------------------------------------------------------------------ r735 | oetiker | 2005-12-30 15:36:30 +0100 (Fri, 30 Dec 2005) | 3 lines only use getuid if it is actually available ... ------------------------------------------------------------------------ r734 | oetiker | 2005-12-26 17:01:40 +0100 (Mon, 26 Dec 2005) | 3 lines added heartbeat grahics ------------------------------------------------------------------------ r733 | oetiker | 2005-12-19 13:28:55 +0100 (Mon, 19 Dec 2005) | 2 lines fix tcl issues ... build with pre tcl8.4 ... do not try to install into the tcl tree unless --enable-tcl-site is given -- tobi ------------------------------------------------------------------------ r729 | oetiker | 2005-12-18 21:30:31 +0100 (Sun, 18 Dec 2005) | 1 line prepare for the release of rrdtool-1.2.12 ------------------------------------------------------------------------ r728 | oetiker | 2005-12-18 21:29:51 +0100 (Sun, 18 Dec 2005) | 3 lines added FLOSS exception from http://www.mysql.com/company/legal/licensing/foss-exception.html in order to not end up in license incompatibility hell -- tobi ------------------------------------------------------------------------ r725 | oetiker | 2005-11-30 10:19:16 +0100 (Wed, 30 Nov 2005) | 3 lines if called with --lazy we still want to PRINT ... -- Bartek Szady bszx from bszx.eu.org ------------------------------------------------------------------------ r723 | oetiker | 2005-11-28 22:59:15 +0100 (Mon, 28 Nov 2005) | 2 lines we should still consider the mrhb ... ------------------------------------------------------------------------ r722 | oetiker | 2005-11-20 11:16:38 +0100 (Sun, 20 Nov 2005) | 2 lines improve win32 compilation -- Norm ------------------------------------------------------------------------ r721 | oetiker | 2005-11-18 21:38:51 +0100 (Fri, 18 Nov 2005) | 2 lines deal with versions ending in letters ------------------------------------------------------------------------ r718 | oetiker | 2005-11-16 14:14:25 +0100 (Wed, 16 Nov 2005) | 3 lines have indivitudal lines for generating output files, so that cygwin does not choke ------------------------------------------------------------------------ r717 | oetiker | 2005-11-15 00:07:30 +0100 (Tue, 15 Nov 2005) | 2 lines make mmap test a little saver ------------------------------------------------------------------------ r714 | oetiker | 2005-11-14 12:46:31 +0100 (Mon, 14 Nov 2005) | 2 lines cygwin can actually do mmap ... -- larryjadams with comcast.net ------------------------------------------------------------------------ r713 | oetiker | 2005-11-14 08:32:23 +0100 (Mon, 14 Nov 2005) | 2 lines guess the option should still be called template :-) ------------------------------------------------------------------------ r712 | oetiker | 2005-11-13 19:32:10 +0100 (Sun, 13 Nov 2005) | 2 lines improve screen apperance of configure output as suggested by Dale -- tobi ------------------------------------------------------------------------ r711 | oetiker | 2005-11-13 19:31:38 +0100 (Sun, 13 Nov 2005) | 2 lines don't use clean: target ... automake wants this to be clean-local: ------------------------------------------------------------------------ r710 | oetiker | 2005-11-13 00:36:10 +0100 (Sun, 13 Nov 2005) | 3 lines add xmlns declaration to svg output -- R.P. Aditya ------------------------------------------------------------------------ r709 | oetiker | 2005-11-13 00:30:50 +0100 (Sun, 13 Nov 2005) | 2 lines clean target was broken ------------------------------------------------------------------------ r708 | oetiker | 2005-11-13 00:10:48 +0100 (Sun, 13 Nov 2005) | 5 lines * integrate necessary cgi functionality into rrd_cgi.c so that libcgi is not required anymore ... -- D. Walsh * check if we have to include malloc/malloc.h to make malloc work ... -- tobi ------------------------------------------------------------------------ r707 | oetiker | 2005-11-07 20:12:47 +0100 (Mon, 07 Nov 2005) | 3 lines the variable template has to generic a name, it clashes with other things in some environments. ------------------------------------------------------------------------ r706 | oetiker | 2005-10-28 07:55:36 +0200 (Fri, 28 Oct 2005) | 3 lines added openbsd note ------------------------------------------------------------------------ r705 | oetiker | 2005-10-24 22:55:03 +0200 (Mon, 24 Oct 2005) | 2 lines use multithreded version of librrd -- Oleg Derevenetz ------------------------------------------------------------------------ r702 | oetiker | 2005-10-11 19:09:09 +0200 (Tue, 11 Oct 2005) | 2 lines improved error messages for rrd_graph commandline parsing -- Alex ------------------------------------------------------------------------ r701 | oetiker | 2005-10-11 18:51:50 +0200 (Tue, 11 Oct 2005) | 2 lines fix file generation ------------------------------------------------------------------------ r700 | oetiker | 2005-10-11 18:41:15 +0200 (Tue, 11 Oct 2005) | 2 lines die on error! -- Alex ------------------------------------------------------------------------ r699 | oetiker | 2005-10-11 18:37:58 +0200 (Tue, 11 Oct 2005) | 2 lines the images should be written to the current directory ... -- Alex ------------------------------------------------------------------------ r698 | oetiker | 2005-10-11 18:32:09 +0200 (Tue, 11 Oct 2005) | 2 lines do not complain about strict aliasing issues -- Alex ------------------------------------------------------------------------ r697 | oetiker | 2005-10-08 23:58:57 +0200 (Sat, 08 Oct 2005) | 2 lines allow rrd::graph to write directly to a tcl stream ... by Dave Bodenstab ------------------------------------------------------------------------ r696 | oetiker | 2005-10-07 09:48:52 +0200 (Fri, 07 Oct 2005) | 2 lines updates for tcl bindings by -- Dave Bodenstab ------------------------------------------------------------------------ r695 | oetiker | 2005-10-07 09:48:01 +0200 (Fri, 07 Oct 2005) | 2 lines included favicon in distro ------------------------------------------------------------------------ r691 | oetiker | 2005-09-26 22:33:45 +0200 (Mon, 26 Sep 2005) | 2 lines plugged two memmory leaks happening when a requested font is not found. ------------------------------------------------------------------------ r690 | oetiker | 2005-09-24 01:06:12 +0200 (Sat, 24 Sep 2005) | 3 lines hmpf its the gdef step we are talking about not the image step ! ------------------------------------------------------------------------ r689 | oetiker | 2005-09-22 22:18:12 +0200 (Thu, 22 Sep 2005) | 2 lines do not 'reload' data if you already have it! ------------------------------------------------------------------------ r688 | oetiker | 2005-09-22 22:17:42 +0200 (Thu, 22 Sep 2005) | 3 lines the -r option should not expect an argument ------------------------------------------------------------------------ r685 | oetiker | 2005-09-19 09:42:17 +0200 (Mon, 19 Sep 2005) | 2 lines do not free stuff that gets freed later anyway ------------------------------------------------------------------------ r684 | oetiker | 2005-09-18 20:28:19 +0200 (Sun, 18 Sep 2005) | 2 lines Netware Build Updates --- Guenter Knauf ------------------------------------------------------------------------ r683 | oetiker | 2005-09-18 18:59:34 +0200 (Sun, 18 Sep 2005) | 3 lines allocate memory for one more row ... fetch can not return 0 reows ... ------------------------------------------------------------------------ r682 | oetiker | 2005-09-18 17:39:49 +0200 (Sun, 18 Sep 2005) | 2 lines comparing floating point numbers is dangerouse ... don't do this directly! ------------------------------------------------------------------------ r681 | oetiker | 2005-09-01 23:23:34 +0200 (Thu, 01 Sep 2005) | 3 lines since we use firstdir even without CHROOT it should better be defined in any case -- Guenter Knauf ------------------------------------------------------------------------ r680 | oetiker | 2005-08-30 07:52:41 +0200 (Tue, 30 Aug 2005) | 3 lines When selecting the x-axis label take the length of the time shown in the graph into consideration just showing %H:%M in a two day presentation is a problem ... -- LAUKENS Niels ------------------------------------------------------------------------ r679 | oetiker | 2005-08-28 09:33:13 +0200 (Sun, 28 Aug 2005) | 3 lines fixed location of example scripts ------------------------------------------------------------------------ r678 | oetiker | 2005-08-27 23:29:21 +0200 (Sat, 27 Aug 2005) | 7 lines resolve subsecond resolution logging and handling of unknown values by starting off with an unknown value when building a pdp instead of starting out with 0 and then turning it into unknown later on if the number of uknown seconds is equal or larger than the interval ... ------------------------------------------------------------------------ r677 | oetiker | 2005-08-27 22:55:46 +0200 (Sat, 27 Aug 2005) | 2 lines the rrdtool binary one more level up the path ... ------------------------------------------------------------------------ r676 | oetiker | 2005-08-27 22:52:12 +0200 (Sat, 27 Aug 2005) | 2 lines update for new prefix setting ------------------------------------------------------------------------ r675 | oetiker | 2005-08-25 22:43:04 +0200 (Thu, 25 Aug 2005) | 3 lines when resize converts a v1 rrd to v3 it should also change the version number in the head ... ------------------------------------------------------------------------ r674 | oetiker | 2005-08-23 23:18:23 +0200 (Tue, 23 Aug 2005) | 3 lines fixes for compiling rrdtool with win32 mingw and netware -- Guenter Knauf ------------------------------------------------------------------------ r673 | oetiker | 2005-08-16 07:30:29 +0200 (Tue, 16 Aug 2005) | 3 lines added notes about VDEF expressions not being general purpose ------------------------------------------------------------------------ r672 | oetiker | 2005-08-11 21:18:36 +0200 (Thu, 11 Aug 2005) | 2 lines only bomb is there is no chroot and someone tries to use it. ------------------------------------------------------------------------ r669 | oetiker | 2005-08-04 07:08:04 +0200 (Thu, 04 Aug 2005) | 3 lines New VDEF functions for least squares slope, intercept & correlation for simple forecasting -- Trent Burkard ------------------------------------------------------------------------ r668 | oetiker | 2005-08-04 06:59:01 +0200 (Thu, 04 Aug 2005) | 2 lines fix rounding issues that prevented UNKNOWN to work as soon as subsecond resolution was used ------------------------------------------------------------------------ r667 | oetiker | 2005-08-04 06:58:11 +0200 (Thu, 04 Aug 2005) | 2 lines avoid drawing lines where two points are in the same spot. this mai be confusing libart ------------------------------------------------------------------------ r666 | oetiker | 2005-08-02 17:54:32 +0200 (Tue, 02 Aug 2005) | 2 lines make sure clean works even when the perl Makefile is broken ------------------------------------------------------------------------ r665 | oetiker | 2005-07-26 11:13:36 +0200 (Tue, 26 Jul 2005) | 2 lines initialize font to empty string for deault font case. ------------------------------------------------------------------------ r663 | oetiker | 2005-07-25 16:12:58 +0200 (Mon, 25 Jul 2005) | 1 line prepare for the release of rrdtool-1.2.11 ------------------------------------------------------------------------ r662 | oetiker | 2005-07-25 16:07:35 +0200 (Mon, 25 Jul 2005) | 3 lines prepared for release ------------------------------------------------------------------------ r660 | oetiker | 2005-07-22 15:16:48 +0200 (Fri, 22 Jul 2005) | 2 lines do not quit so easily when runing in interactive mode ------------------------------------------------------------------------ r659 | oetiker | 2005-07-22 15:16:18 +0200 (Fri, 22 Jul 2005) | 2 lines init ytr after all the changes have happened ------------------------------------------------------------------------ r658 | oetiker | 2005-07-22 15:10:50 +0200 (Fri, 22 Jul 2005) | 2 lines make --no-gridfit with --only-graph work ------------------------------------------------------------------------ r657 | oetiker | 2005-07-22 00:23:28 +0200 (Fri, 22 Jul 2005) | 2 lines when stacking known on unknown, then we asume unknown was zero ... ------------------------------------------------------------------------ r654 | oetiker | 2005-07-20 09:20:04 +0200 (Wed, 20 Jul 2005) | 2 lines make sure gcc-4.0 does not optimize our tests away :-) ------------------------------------------------------------------------ r653 | oetiker | 2005-07-19 12:00:13 +0200 (Tue, 19 Jul 2005) | 2 lines fixed some corner cases in drawing code to get the same results as before with way more performance ------------------------------------------------------------------------ r652 | oetiker | 2005-07-12 00:49:09 +0200 (Tue, 12 Jul 2005) | 2 lines optimized drawing routines ... up to 6 times faster (in the case of smokeping) ------------------------------------------------------------------------ r651 | oetiker | 2005-07-07 12:27:55 +0200 (Thu, 07 Jul 2005) | 2 lines colors start with # not : ------------------------------------------------------------------------ r650 | oetiker | 2005-07-04 20:49:56 +0200 (Mon, 04 Jul 2005) | 3 lines make setting just the size and not the font work -- Havard Eidnes ------------------------------------------------------------------------ r649 | oetiker | 2005-06-28 23:03:20 +0200 (Tue, 28 Jun 2005) | 3 lines * the makefiles should not depend on gnumake features * make the perl module compilation environement configurable -- Stan Sinyagin ssinyagin on yahoo.com ------------------------------------------------------------------------ r646 | oetiker | 2005-06-25 07:24:52 +0200 (Sat, 25 Jun 2005) | 2 lines added GNUMAKE and EGREP hints ------------------------------------------------------------------------ r645 | oetiker | 2005-06-20 11:15:10 +0200 (Mon, 20 Jun 2005) | 3 lines x-axis labels should be aligned to their baseline alt-y-grid labels without fractionals should have no fractionals when printed ------------------------------------------------------------------------ r642 | oetiker | 2005-06-17 11:05:17 +0200 (Fri, 17 Jun 2005) | 1 line prepare for the release of rrdtool-1.2.10 ------------------------------------------------------------------------ r641 | oetiker | 2005-06-17 00:09:36 +0200 (Fri, 17 Jun 2005) | 2 lines when building the sgridstep in alt-y-grid mode, take the --base into consideration. ------------------------------------------------------------------------ r639 | oetiker | 2005-06-13 23:56:48 +0200 (Mon, 13 Jun 2005) | 2 lines simplify code for generating y axis labels a bit. ------------------------------------------------------------------------ r638 | oetiker | 2005-06-13 15:20:45 +0200 (Mon, 13 Jun 2005) | 2 lines wide chars should better be unsigned ------------------------------------------------------------------------ r637 | oetiker | 2005-06-13 14:56:11 +0200 (Mon, 13 Jun 2005) | 2 lines fall back to assuming latin1 encoding if mbtowchar conversion fails ------------------------------------------------------------------------ r636 | oetiker | 2005-06-13 07:43:44 +0200 (Mon, 13 Jun 2005) | 2 lines allow for VNAMES starting with a number and add documentation -- Alex ------------------------------------------------------------------------ r635 | oetiker | 2005-06-13 07:43:16 +0200 (Mon, 13 Jun 2005) | 2 lines add notes about small numbers for --alt-y-grid ------------------------------------------------------------------------ r634 | oetiker | 2005-06-12 22:01:57 +0200 (Sun, 12 Jun 2005) | 3 lines kill the last stored counter value if the updates comes after mrhb to make sure it does not get taken into account accedenly later on. ------------------------------------------------------------------------ r633 | oetiker | 2005-06-12 22:00:07 +0200 (Sun, 12 Jun 2005) | 3 lines make --alt-y-grid work properly in many more cases than before ------------------------------------------------------------------------ r632 | oetiker | 2005-06-11 21:03:46 +0200 (Sat, 11 Jun 2005) | 2 lines be more careful when checking if a file is an rrdfile ------------------------------------------------------------------------ r631 | oetiker | 2005-06-11 08:17:02 +0200 (Sat, 11 Jun 2005) | 4 lines distribute all generated documentation install in share and not shared drop index.html link ------------------------------------------------------------------------ r630 | oetiker | 2005-06-11 08:14:25 +0200 (Sat, 11 Jun 2005) | 2 lines install examples in an rrdtool specific subdirectory if the prefix does not contain rrd -- Peter Breitenlohner ------------------------------------------------------------------------ r629 | oetiker | 2005-06-11 07:41:31 +0200 (Sat, 11 Jun 2005) | 3 lines avoid problems when building with VPATH set and --disable-perl fix make test for perl-piped -- Peter Breitenlohner ------------------------------------------------------------------------ r628 | oetiker | 2005-06-11 07:40:04 +0200 (Sat, 11 Jun 2005) | 2 lines let 'out-of tree' builds work for everythin but the perl module -- Peter Breitenlohner ------------------------------------------------------------------------ r627 | oetiker | 2005-06-11 07:37:55 +0200 (Sat, 11 Jun 2005) | 2 lines defined DPRINTF in a more compatible way -- Peter Breitenlohner ------------------------------------------------------------------------ r626 | oetiker | 2005-06-11 07:31:22 +0200 (Sat, 11 Jun 2005) | 1 line link libcgi only against rrd_cgi since it is only needed there -- Peter Breitenlohner ------------------------------------------------------------------------ r625 | oetiker | 2005-06-11 07:29:45 +0200 (Sat, 11 Jun 2005) | 1 line Make sure librrd_th properly depends on libpthread. -- Peter Breitenlohner ------------------------------------------------------------------------ r624 | oetiker | 2005-06-11 07:27:08 +0200 (Sat, 11 Jun 2005) | 2 lines avoid gcc (3.4.3) warnings char format, different type arg -- Peter Breitenlohner ------------------------------------------------------------------------ r623 | oetiker | 2005-06-11 07:26:13 +0200 (Sat, 11 Jun 2005) | 2 lines fix various problems with the tcl bindings -- Peter Breitenlohner ------------------------------------------------------------------------ r622 | oetiker | 2005-06-11 07:22:14 +0200 (Sat, 11 Jun 2005) | 2 lines added peter breitenlohner ------------------------------------------------------------------------ r621 | oetiker | 2005-06-11 07:20:59 +0200 (Sat, 11 Jun 2005) | 2 lines remove various gcc (3.4.3) warnings such as discards qualifier all due to 'char **' vs. 'const char **' discrepancies. -- Peter Breitenlohner peb with mppmu.mpg.de ------------------------------------------------------------------------ r620 | oetiker | 2005-06-11 07:15:37 +0200 (Sat, 11 Jun 2005) | 2 lines re-innitializing sort of defeats the purpose ------------------------------------------------------------------------ r619 | oetiker | 2005-06-11 07:03:33 +0200 (Sat, 11 Jun 2005) | 2 lines be more carefull in checking for sucessful open ------------------------------------------------------------------------ r618 | oetiker | 2005-06-10 21:25:36 +0200 (Fri, 10 Jun 2005) | 2 lines vnames MUST start with a letter ------------------------------------------------------------------------ r617 | oetiker | 2005-06-10 21:24:06 +0200 (Fri, 10 Jun 2005) | 2 lines kill another warning ------------------------------------------------------------------------ r616 | oetiker | 2005-06-10 20:44:40 +0200 (Fri, 10 Jun 2005) | 6 lines make --font more flexible: * TITLE:30: just alter the size of the title * DEFAULT:0:/tmp/funfont.ttf alter the font but not the size ------------------------------------------------------------------------ r613 | oetiker | 2005-06-10 10:42:44 +0200 (Fri, 10 Jun 2005) | 2 lines added missing cd and replace one path with a variable ------------------------------------------------------------------------ r612 | oetiker | 2005-06-08 00:10:01 +0200 (Wed, 08 Jun 2005) | 2 lines make pdf/eps/svg formats utf8 aware too -- Peter Speck ------------------------------------------------------------------------ r611 | oetiker | 2005-06-06 07:32:44 +0200 (Mon, 06 Jun 2005) | 2 lines sync up with Dag Wieers version from http://dag.wieers.com/packages/rrdtool/rrdtool.spec ------------------------------------------------------------------------ r610 | oetiker | 2005-06-06 00:23:32 +0200 (Mon, 06 Jun 2005) | 3 lines New functions for CDEF ATAN2 RAD2DEG and DEG2RAD -- Simon Melhuish ------------------------------------------------------------------------ r605 | oetiker | 2005-05-31 08:22:31 +0200 (Tue, 31 May 2005) | 2 lines fixed epoch ------------------------------------------------------------------------ r603 | oetiker | 2005-05-28 15:01:43 +0200 (Sat, 28 May 2005) | 1 line prepare for the release of rrdtool-1.2.9 ------------------------------------------------------------------------ r602 | oetiker | 2005-05-28 14:53:13 +0200 (Sat, 28 May 2005) | 2 lines add notes on building on Mac OS X ------------------------------------------------------------------------ r601 | oetiker | 2005-05-28 14:52:50 +0200 (Sat, 28 May 2005) | 3 lines kill a few warnings ------------------------------------------------------------------------ r600 | oetiker | 2005-05-28 14:52:26 +0200 (Sat, 28 May 2005) | 2 lines make the bindings work on os x ------------------------------------------------------------------------ r599 | oetiker | 2005-05-27 21:17:17 +0200 (Fri, 27 May 2005) | 2 lines add note on variable names ------------------------------------------------------------------------ r598 | oetiker | 2005-05-27 21:12:23 +0200 (Fri, 27 May 2005) | 2 lines remove one more warning ------------------------------------------------------------------------ r597 | oetiker | 2005-05-27 21:12:12 +0200 (Fri, 27 May 2005) | 2 lines there is realy no reason to have the vnames constraind so much ------------------------------------------------------------------------ r596 | oetiker | 2005-05-27 21:01:53 +0200 (Fri, 27 May 2005) | 3 lines only print ttf font errors when compiled with -DDEBUG ------------------------------------------------------------------------ r593 | oetiker | 2005-05-23 00:29:11 +0200 (Mon, 23 May 2005) | 2 lines don't go into an endless loop upon finding a bad character in a truetype font ------------------------------------------------------------------------ r591 | oetiker | 2005-05-20 08:20:19 +0200 (Fri, 20 May 2005) | 2 lines go into rrdbuild too if we use tcsh ------------------------------------------------------------------------ r590 | oetiker | 2005-05-20 07:48:52 +0200 (Fri, 20 May 2005) | 2 lines initial checking ------------------------------------------------------------------------ r589 | oetiker | 2005-05-20 07:46:52 +0200 (Fri, 20 May 2005) | 2 lines remove extra whitespace at the end of lines ------------------------------------------------------------------------ r588 | oetiker | 2005-05-20 07:43:27 +0200 (Fri, 20 May 2005) | 2 lines introduce builddir ------------------------------------------------------------------------ r586 | oetiker | 2005-05-20 07:14:20 +0200 (Fri, 20 May 2005) | 2 lines iconf is not needed so to not check for it ------------------------------------------------------------------------ r585 | oetiker | 2005-05-20 01:21:51 +0200 (Fri, 20 May 2005) | 1 line added propper numeric version number to version ------------------------------------------------------------------------ r584 | oetiker | 2005-05-20 01:21:20 +0200 (Fri, 20 May 2005) | 4 lines add multibyte to wide char conversion ability. Now every string users input should should be handled propperly by rrdtool, whatever your locale says will work. ------------------------------------------------------------------------ r583 | oetiker | 2005-05-20 01:19:09 +0200 (Fri, 20 May 2005) | 1 line windows at least stores null terminated char strings in dummychar1 -- Philippe ------------------------------------------------------------------------ r581 | oetiker | 2005-05-18 22:20:55 +0200 (Wed, 18 May 2005) | 2 lines make tcl compile again ... don't know if it will work though ------------------------------------------------------------------------ r580 | oetiker | 2005-05-18 21:43:03 +0200 (Wed, 18 May 2005) | 2 lines fix rrd_version prototype ------------------------------------------------------------------------ r579 | oetiker | 2005-05-18 21:41:08 +0200 (Wed, 18 May 2005) | 2 lines cleaned up version number code and added new function rrd_version -- partly by Burton Strauss ------------------------------------------------------------------------ r578 | oetiker | 2005-05-18 21:18:59 +0200 (Wed, 18 May 2005) | 3 lines help building perl on hpux ------------------------------------------------------------------------ r571 | oetiker | 2005-05-16 22:56:09 +0200 (Mon, 16 May 2005) | 1 line prepare for the release of rrdtool-1.2.8 ------------------------------------------------------------------------ r570 | oetiker | 2005-05-16 22:55:29 +0200 (Mon, 16 May 2005) | 4 lines redo --disable-* options for python and tcl add some more quotes to protect potentially empty variables in tests which should make configure more robust. ------------------------------------------------------------------------ r569 | oetiker | 2005-05-16 22:04:42 +0200 (Mon, 16 May 2005) | 2 lines if python stuff does not work, do not die, just do not compile python ------------------------------------------------------------------------ r568 | oetiker | 2005-05-16 22:02:26 +0200 (Mon, 16 May 2005) | 2 lines fix extra argument when testing for PERLCC problem -- Simon Leinen ------------------------------------------------------------------------ r565 | oetiker | 2005-05-16 14:18:16 +0200 (Mon, 16 May 2005) | 1 line prepare for the release of rrdtool-1.2.7 ------------------------------------------------------------------------ r564 | oetiker | 2005-05-16 14:14:19 +0200 (Mon, 16 May 2005) | 3 lines added note about --alt-y-mrtg ------------------------------------------------------------------------ r563 | oetiker | 2005-05-16 12:12:26 +0200 (Mon, 16 May 2005) | 3 lines fix the color square spacing so that it works regardles of the fontsize and with transparend backgrounds. ------------------------------------------------------------------------ r562 | oetiker | 2005-05-16 11:01:01 +0200 (Mon, 16 May 2005) | 2 lines added alt-y-mrtg option as a dummy so that old apps who use it do not crash when doing so. ------------------------------------------------------------------------ r561 | oetiker | 2005-05-16 08:33:30 +0200 (Mon, 16 May 2005) | 2 lines reintroduced the FRAME color ... somehow it was lost from 1.0.x ------------------------------------------------------------------------ r560 | oetiker | 2005-05-15 16:16:15 +0200 (Sun, 15 May 2005) | 1 line make transparent backgrounds work propperly ------------------------------------------------------------------------ r559 | oetiker | 2005-05-14 23:57:46 +0200 (Sat, 14 May 2005) | 2 lines it seems that _WIN32 is more commonly defined thatn WIN32 on win32 ... (gifford.hesketh on gmail.com) ------------------------------------------------------------------------ r558 | oetiker | 2005-05-14 19:32:05 +0200 (Sat, 14 May 2005) | 3 lines added a note to dump old rrd files with a current rrdtool dump to get the upgraded on the fly. Adding 001 support should not be all that tough though. Any takers ? ------------------------------------------------------------------------ r557 | oetiker | 2005-05-14 17:07:35 +0200 (Sat, 14 May 2005) | 1 line check cookie read for success ------------------------------------------------------------------------ r556 | oetiker | 2005-05-14 11:35:02 +0200 (Sat, 14 May 2005) | 5 lines if the y value is out of bounds, make it just a wee bit larger or smaller than the bound so that the code can detect this by comparing it with the bound, but make it so small that it is not visible. ------------------------------------------------------------------------ r555 | oetiker | 2005-05-13 00:27:06 +0200 (Fri, 13 May 2005) | 1 line one sed is quite enough ------------------------------------------------------------------------ r554 | oetiker | 2005-05-13 00:22:45 +0200 (Fri, 13 May 2005) | 2 lines [ must be quoted by [ ... ------------------------------------------------------------------------ r553 | oetiker | 2005-05-13 00:12:56 +0200 (Fri, 13 May 2005) | 2 lines add global option ------------------------------------------------------------------------ r552 | oetiker | 2005-05-13 00:06:13 +0200 (Fri, 13 May 2005) | 2 lines fox sed line for unsetting header cache ------------------------------------------------------------------------ r551 | oetiker | 2005-05-13 00:03:33 +0200 (Fri, 13 May 2005) | 2 lines make sure the header gets tested twice ------------------------------------------------------------------------ r550 | oetiker | 2005-05-13 00:03:01 +0200 (Fri, 13 May 2005) | 1 line add notes on python error, and install location ------------------------------------------------------------------------ r549 | oetiker | 2005-05-12 13:32:39 +0200 (Thu, 12 May 2005) | 1 line allow 3/4 component color rrdtool graph --color too -- Alex ------------------------------------------------------------------------ r548 | oetiker | 2005-05-12 13:28:13 +0200 (Thu, 12 May 2005) | 2 lines make the areas a little bigger still for propper overlapping ------------------------------------------------------------------------ r547 | oetiker | 2005-05-12 13:22:11 +0200 (Thu, 12 May 2005) | 3 lines make parsing of DS arguments more robust and give more sensible error messages. -- Alex ------------------------------------------------------------------------ r546 | oetiker | 2005-05-12 10:38:53 +0200 (Thu, 12 May 2005) | 4 lines make the areas that makeup the graphs a little larger, so that they overlap a bit and do not exhibit white lines when touching each other. ------------------------------------------------------------------------ r545 | oetiker | 2005-05-12 07:48:56 +0200 (Thu, 12 May 2005) | 2 lines some more warning fixes ------------------------------------------------------------------------ r544 | oetiker | 2005-05-12 07:41:09 +0200 (Thu, 12 May 2005) | 2 lines add unused to prevent warnings about self ------------------------------------------------------------------------ r543 | oetiker | 2005-05-11 20:31:00 +0200 (Wed, 11 May 2005) | 2 lines intial python bindings documentation ------------------------------------------------------------------------ r541 | oetiker | 2005-05-11 14:09:36 +0200 (Wed, 11 May 2005) | 2 lines fix wording for min/max ... they are not optional ------------------------------------------------------------------------ r540 | oetiker | 2005-05-10 22:19:55 +0200 (Tue, 10 May 2005) | 2 lines second installment with warning fixes from alan ------------------------------------------------------------------------ r539 | oetiker | 2005-05-10 20:52:43 +0200 (Tue, 10 May 2005) | 2 lines python bindings add -- Alan Milligan alan from balclutha.org ------------------------------------------------------------------------ r538 | oetiker | 2005-05-10 20:35:55 +0200 (Tue, 10 May 2005) | 2 lines fix for character escaping in EPS -- Peter Speck ------------------------------------------------------------------------ r536 | oetiker | 2005-05-10 08:07:41 +0200 (Tue, 10 May 2005) | 1 line prepare for the release of rrdtool-1.2.6 ------------------------------------------------------------------------ r535 | oetiker | 2005-05-10 08:06:49 +0200 (Tue, 10 May 2005) | 2 lines I guess the pdf entities want to be escaped chars not just control caracters with a prepended backslash ... ------------------------------------------------------------------------ r534 | oetiker | 2005-05-10 07:18:28 +0200 (Tue, 10 May 2005) | 2 lines we should not use C++ comments in c files ------------------------------------------------------------------------ r533 | oetiker | 2005-05-10 06:14:17 +0200 (Tue, 10 May 2005) | 2 lines we should distribute unused.h if we use it :-) ------------------------------------------------------------------------ r531 | oetiker | 2005-05-09 22:15:38 +0200 (Mon, 09 May 2005) | 1 line prepare for the release of rrdtool-1.2.5 ------------------------------------------------------------------------ r530 | oetiker | 2005-05-09 22:13:28 +0200 (Mon, 09 May 2005) | 2 lines silence warnings for UNUSED variables without changeing the funtion interfaces -- Alex ------------------------------------------------------------------------ r529 | oetiker | 2005-05-09 21:32:12 +0200 (Mon, 09 May 2005) | 2 lines allow decimal positions y axis labels as soon as the max entry is < 10 ------------------------------------------------------------------------ r528 | oetiker | 2005-05-09 21:11:05 +0200 (Mon, 09 May 2005) | 2 lines fix rendering of the color spots especially when proportional fonts are in use. ------------------------------------------------------------------------ r526 | oetiker | 2005-05-09 16:01:21 +0200 (Mon, 09 May 2005) | 3 lines EPS/SVG/PDF code ... more comments and better font finder including removal of hardcoded SVG font. -- Peter Speck speck from vitality.dk ------------------------------------------------------------------------ r525 | oetiker | 2005-05-09 15:22:23 +0200 (Mon, 09 May 2005) | 3 lines * switch to courier if the font is unknown * fix font positioning ------------------------------------------------------------------------ r523 | oetiker | 2005-05-09 07:39:59 +0200 (Mon, 09 May 2005) | 2 lines perls $^O is set to linux not Linux ------------------------------------------------------------------------ r522 | oetiker | 2005-05-09 00:02:35 +0200 (Mon, 09 May 2005) | 2 lines svg/pdf/eps rendering improvements. There are still issues though ... -- peter speck ------------------------------------------------------------------------ r521 | oetiker | 2005-05-08 23:25:42 +0200 (Sun, 08 May 2005) | 2 lines added support for getting ascent/descent size info for ps fonts -- Peter Speck ------------------------------------------------------------------------ r520 | oetiker | 2005-05-08 22:15:18 +0200 (Sun, 08 May 2005) | 2 lines we do not actually need these files ... goodbye ------------------------------------------------------------------------ r518 | oetiker | 2005-05-08 18:59:20 +0200 (Sun, 08 May 2005) | 1 line prepare for the release of rrdtool-1.2.4 ------------------------------------------------------------------------ r517 | oetiker | 2005-05-08 18:22:25 +0200 (Sun, 08 May 2005) | 4 lines * adjust spacing at the left border of the graph. use less white space * increasse minimal grid spacing and label spacing ------------------------------------------------------------------------ r516 | oetiker | 2005-05-08 18:02:28 +0200 (Sun, 08 May 2005) | 2 lines increase minimal vertical spacing for y-axis lables ------------------------------------------------------------------------ r515 | oetiker | 2005-05-08 18:01:40 +0200 (Sun, 08 May 2005) | 2 lines shorten space for y-axis labels a bit ------------------------------------------------------------------------ r514 | oetiker | 2005-05-08 17:40:28 +0200 (Sun, 08 May 2005) | 2 lines remove the premature fox for the unused parameter in xport ------------------------------------------------------------------------ r513 | oetiker | 2005-05-08 17:30:12 +0200 (Sun, 08 May 2005) | 2 lines sync with reality ------------------------------------------------------------------------ r512 | oetiker | 2005-05-08 17:19:02 +0200 (Sun, 08 May 2005) | 2 lines be more portable with shorter strings ------------------------------------------------------------------------ r511 | oetiker | 2005-05-08 17:18:47 +0200 (Sun, 08 May 2005) | 2 lines we do not use the affine functions ------------------------------------------------------------------------ r510 | oetiker | 2005-05-08 17:07:27 +0200 (Sun, 08 May 2005) | 2 lines removed extra $ from from PERLCC test ------------------------------------------------------------------------ r509 | oetiker | 2005-05-08 10:20:48 +0200 (Sun, 08 May 2005) | 2 lines fix rendering errors by removing single spaces ------------------------------------------------------------------------ r507 | oetiker | 2005-05-08 01:54:52 +0200 (Sun, 08 May 2005) | 1 line prepare for the release of rrdtool-1.2.3 ------------------------------------------------------------------------ r506 | oetiker | 2005-05-08 01:26:30 +0200 (Sun, 08 May 2005) | 2 lines fix some more y0, y1 complaints ------------------------------------------------------------------------ r505 | oetiker | 2005-05-08 01:26:14 +0200 (Sun, 08 May 2005) | 3 lines When encountering an empty legend, do NOT make space for drawing the color spats in front of it. ------------------------------------------------------------------------ r503 | oetiker | 2005-05-07 17:57:55 +0200 (Sat, 07 May 2005) | 1 line prep for 1.2.2 release ------------------------------------------------------------------------ r502 | oetiker | 2005-05-07 17:51:47 +0200 (Sat, 07 May 2005) | 2 lines increment library revision ------------------------------------------------------------------------ r501 | oetiker | 2005-05-07 17:45:52 +0200 (Sat, 07 May 2005) | 2 lines fix these annoying y0 warnings. ------------------------------------------------------------------------ r500 | oetiker | 2005-05-07 17:45:27 +0200 (Sat, 07 May 2005) | 1 line add rrdtool attribution string back using a transparent version of the font color ------------------------------------------------------------------------ r499 | oetiker | 2005-05-07 17:23:41 +0200 (Sat, 07 May 2005) | 2 lines added build instructions ------------------------------------------------------------------------ r498 | oetiker | 2005-05-07 12:38:34 +0200 (Sat, 07 May 2005) | 2 lines fix for rotation code in pdf,eps,svg formats -- Peter Speck ------------------------------------------------------------------------ r497 | oetiker | 2005-05-07 12:34:48 +0200 (Sat, 07 May 2005) | 2 lines fix handling of PREV(x) command ------------------------------------------------------------------------ r493 | oetiker | 2005-05-07 01:00:53 +0200 (Sat, 07 May 2005) | 5 lines * added RRDTOOL/TOBI OETIKER back in * in riggid mode, cut data and 'min' and 'max' not two above * gibt ytop0 a default value ------------------------------------------------------------------------ r492 | oetiker | 2005-05-07 00:59:22 +0200 (Sat, 07 May 2005) | 2 lines fixed documentation strings for rrdgraph ------------------------------------------------------------------------ r491 | oetiker | 2005-05-07 00:03:16 +0200 (Sat, 07 May 2005) | 2 lines added doc for new slope-mode ------------------------------------------------------------------------ r490 | oetiker | 2005-05-06 23:52:55 +0200 (Fri, 06 May 2005) | 3 lines since the drawing code is now much simpler we do not need to perturbe the points or rewind the graph anymore this saves quite some time ... ------------------------------------------------------------------------ r489 | oetiker | 2005-05-06 17:44:11 +0200 (Fri, 06 May 2005) | 6 lines * allow for 3(4) letter color names * better debugging code * fix tick, line, stack parsing -- Alex van den Bogaerdt ------------------------------------------------------------------------ r488 | oetiker | 2005-05-06 17:24:27 +0200 (Fri, 06 May 2005) | 2 lines if stacking on nothing we should not try to figure out WHAT we stacked on since this will result in a segfault ... -- Alex van den Bogaerdt ------------------------------------------------------------------------ r485 | oetiker | 2005-05-06 00:15:10 +0200 (Fri, 06 May 2005) | 3 lines clarify LINE/AREA syntax -- Alex van den Bogaerdt alex with ergens.op.het.net ------------------------------------------------------------------------ r484 | oetiker | 2005-05-05 11:07:56 +0200 (Thu, 05 May 2005) | 2 lines better not to write into argv elements ... Henrik Stoerner ------------------------------------------------------------------------ r483 | oetiker | 2005-05-03 22:23:05 +0200 (Tue, 03 May 2005) | 1 line do not die upon wront input when in remote mode ------------------------------------------------------------------------ r482 | oetiker | 2005-05-03 20:10:16 +0200 (Tue, 03 May 2005) | 4 lines install documentation into $PREFIX/shared/doc/rrdtool-$VERSION/{txt,html} but drop the rrdtool-$VERSION/ bit if $PREFIX matches on rrd assuming that the tool is being installed into a custom directory anyway. ------------------------------------------------------------------------ r481 | oetiker | 2005-05-03 19:24:50 +0200 (Tue, 03 May 2005) | 4 lines new options to tune how fontsmoothing works: -R/--font-render-mode {normal,light,mono} and -B/--font-smoothing-threshold size -- John yffffffff4271ef37 at f4n.org ------------------------------------------------------------------------ r480 | oetiker | 2005-05-03 19:22:54 +0200 (Tue, 03 May 2005) | 2 lines note about win32comp ------------------------------------------------------------------------ r478 | oetiker | 2005-05-02 22:27:13 +0200 (Mon, 02 May 2005) | 1 line files that help getting that native windows port going -- Philippe.Simonet with swisscom.com ------------------------------------------------------------------------ r477 | oetiker | 2005-05-02 21:47:05 +0200 (Mon, 02 May 2005) | 2 lines when walking the bytes use the pitch not the width ------------------------------------------------------------------------ r476 | oetiker | 2005-05-02 21:33:53 +0200 (Mon, 02 May 2005) | 2 lines pow is alreay used as a function ... so lets call it power instead ------------------------------------------------------------------------ r475 | oetiker | 2005-05-02 21:32:49 +0200 (Mon, 02 May 2005) | 2 lines no infinite line width please ------------------------------------------------------------------------ r472 | oetiker | 2005-05-02 00:07:34 +0200 (Mon, 02 May 2005) | 1 line prep for 1.2.1 release ------------------------------------------------------------------------ r471 | oetiker | 2005-05-02 00:04:34 +0200 (Mon, 02 May 2005) | 2 lines add some more vertical space above the graph if no title is available ------------------------------------------------------------------------ r470 | oetiker | 2005-05-01 23:24:06 +0200 (Sun, 01 May 2005) | 2 lines use the pen to determine string length, do not look at the realy length, or space will get ignored. ------------------------------------------------------------------------ r469 | oetiker | 2005-05-01 23:16:49 +0200 (Sun, 01 May 2005) | 3 lines DejaVuSansMono-Roman is a variant of VeraMono with lots of added unicode glyphes ... check out http://dejavu.sourceforge.net ------------------------------------------------------------------------ r468 | oetiker | 2005-05-01 22:49:54 +0200 (Sun, 01 May 2005) | 2 lines fix spaceing ... more space for the title and more space the the left of the yaxis lable ------------------------------------------------------------------------ r467 | oetiker | 2005-05-01 15:19:39 +0200 (Sun, 01 May 2005) | 2 lines the multibyte support tried did not work ... takeing it out again ------------------------------------------------------------------------ r466 | oetiker | 2005-05-01 15:18:48 +0200 (Sun, 01 May 2005) | 2 lines update tested library version ------------------------------------------------------------------------ r465 | oetiker | 2005-05-01 13:02:40 +0200 (Sun, 01 May 2005) | 1 line undef jmpbuf to make compile work on AIX 5.1 ------------------------------------------------------------------------ r464 | oetiker | 2005-05-01 13:00:36 +0200 (Sun, 01 May 2005) | 2 lines increasse revision of shared library number since the library source code has changed ------------------------------------------------------------------------ r463 | oetiker | 2005-05-01 13:00:10 +0200 (Sun, 01 May 2005) | 2 lines add wide character support ------------------------------------------------------------------------ r462 | oetiker | 2005-05-01 12:42:17 +0200 (Sun, 01 May 2005) | 3 lines do not make the graph wider if the title does not fit ... this is wagging the dog the graph is not ABOUT the title ------------------------------------------------------------------------ r461 | oetiker | 2005-05-01 12:37:00 +0200 (Sun, 01 May 2005) | 1 line fix description of VRULE ------------------------------------------------------------------------ r460 | oetiker | 2005-05-01 12:23:11 +0200 (Sun, 01 May 2005) | 2 lines reset optind opterr inside the function calls ... ------------------------------------------------------------------------ r459 | oetiker | 2005-05-01 12:22:35 +0200 (Sun, 01 May 2005) | 2 lines fixed documentation regarding floating point line width ------------------------------------------------------------------------ r458 | oetiker | 2005-05-01 12:20:55 +0200 (Sun, 01 May 2005) | 4 lines relax parsing of LINE commands LINE: is valid as well as LINE: eg. LINE1.2323: ------------------------------------------------------------------------ r457 | oetiker | 2005-05-01 11:16:38 +0200 (Sun, 01 May 2005) | 2 lines allow for characters over 127 ------------------------------------------------------------------------ r456 | oetiker | 2005-04-30 11:56:58 +0200 (Sat, 30 Apr 2005) | 3 lines added notes on escaping colons in COMMENT and put deprecated forms of command to the back and not to the front ------------------------------------------------------------------------ r455 | oetiker | 2005-04-30 11:51:12 +0200 (Sat, 30 Apr 2005) | 2 lines always open with rb/wb when it is a binary file ... unix and windows will work alike with this ... ------------------------------------------------------------------------ r454 | oetiker | 2005-04-30 11:48:49 +0200 (Sat, 30 Apr 2005) | 2 lines this file is not required ... ------------------------------------------------------------------------ r453 | oetiker | 2005-04-30 11:41:14 +0200 (Sat, 30 Apr 2005) | 2 lines even better lets have rb for CYGWIN too ... one never knows it is windows after all. ------------------------------------------------------------------------ r452 | oetiker | 2005-04-30 11:40:24 +0200 (Sat, 30 Apr 2005) | 2 lines oops inverted code here ... windows needs rb unix not ------------------------------------------------------------------------ r451 | oetiker | 2005-04-30 11:38:50 +0200 (Sat, 30 Apr 2005) | 2 lines let rrd_graph honor the font name (RRD_DEFAULT_FONT) defined in confignt/config.h ------------------------------------------------------------------------ r450 | oetiker | 2005-04-27 00:08:22 +0200 (Wed, 27 Apr 2005) | 1 line use pod syntax not html syntax in pod :-) ------------------------------------------------------------------------ r449 | oetiker | 2005-04-27 00:04:25 +0200 (Wed, 27 Apr 2005) | 2 lines more fixes by fritz ------------------------------------------------------------------------ r443 | oetiker | 2005-04-26 07:33:18 +0200 (Tue, 26 Apr 2005) | 2 lines obfuscate email addresses ------------------------------------------------------------------------ r442 | oetiker | 2005-04-26 07:30:22 +0200 (Tue, 26 Apr 2005) | 5 lines * remove jakes old address * add security warning ------------------------------------------------------------------------ r440 | oetiker | 2005-04-26 00:55:15 +0200 (Tue, 26 Apr 2005) | 2 lines remove pdf link ------------------------------------------------------------------------ r436 | oetiker | 2005-04-26 00:18:15 +0200 (Tue, 26 Apr 2005) | 4 lines use time_t to improve portability to 64bit systems -- John R Mocho ------------------------------------------------------------------------ r429 | oetiker | 2005-04-25 23:01:22 +0200 (Mon, 25 Apr 2005) | 2 lines added new state ------------------------------------------------------------------------ r428 | oetiker | 2005-04-25 22:45:00 +0200 (Mon, 25 Apr 2005) | 1 line prep for 1.2.0 release ------------------------------------------------------------------------ r426 | oetiker | 2005-04-25 21:07:18 +0200 (Mon, 25 Apr 2005) | 2 lines resolved all XXX situations ------------------------------------------------------------------------ r425 | oetiker | 2005-04-25 19:31:11 +0200 (Mon, 25 Apr 2005) | 2 lines another batch of fixes from fritz ------------------------------------------------------------------------ r423 | oetiker | 2005-04-25 00:21:34 +0200 (Mon, 25 Apr 2005) | 1 line fixed contributiors listing ------------------------------------------------------------------------ r422 | oetiker | 2005-04-24 19:23:57 +0200 (Sun, 24 Apr 2005) | 2 lines big patch-up for the 1.2. Documents Revisited by Fritz Zaucker ------------------------------------------------------------------------ r420 | oetiker | 2005-04-22 20:35:15 +0200 (Fri, 22 Apr 2005) | 1 line prep for 1.2rc9 release ------------------------------------------------------------------------ r417 | oetiker | 2005-04-19 23:09:27 +0200 (Tue, 19 Apr 2005) | 1 line fix titles ------------------------------------------------------------------------ r416 | oetiker | 2005-04-19 23:05:39 +0200 (Tue, 19 Apr 2005) | 2 lines fixed title ------------------------------------------------------------------------ r414 | oetiker | 2005-04-19 00:39:10 +0200 (Tue, 19 Apr 2005) | 3 lines src moved back to pod. this include thing was a neat idea but it just adds another twist to things which is not necessary. fixed some pod errors ------------------------------------------------------------------------ r413 | oetiker | 2005-04-19 00:13:20 +0200 (Tue, 19 Apr 2005) | 2 lines misc fixes for better display ------------------------------------------------------------------------ r412 | oetiker | 2005-04-18 13:07:02 +0200 (Mon, 18 Apr 2005) | 2 lines fixed format ------------------------------------------------------------------------ r411 | oetiker | 2005-04-18 00:43:11 +0200 (Mon, 18 Apr 2005) | 3 lines fixed many pod bugs while creating the new website ------------------------------------------------------------------------ r410 | oetiker | 2005-04-17 19:29:29 +0200 (Sun, 17 Apr 2005) | 2 lines make sure argument descriptions comply with Bold = fixed and Italics = variable ------------------------------------------------------------------------ r409 | oetiker | 2005-04-17 18:26:18 +0200 (Sun, 17 Apr 2005) | 2 lines fix use of =item commands ------------------------------------------------------------------------ r408 | oetiker | 2005-04-17 18:25:53 +0200 (Sun, 17 Apr 2005) | 2 lines allow to build pods (for website) ------------------------------------------------------------------------ r406 | oetiker | 2005-04-14 00:00:20 +0200 (Thu, 14 Apr 2005) | 4 lines * draw the axis last to have them always on top * use a smaller font for labeling the axis ------------------------------------------------------------------------ r405 | oetiker | 2005-04-13 21:53:41 +0200 (Wed, 13 Apr 2005) | 2 lines have better default compression ------------------------------------------------------------------------ r404 | oetiker | 2005-04-13 21:53:16 +0200 (Wed, 13 Apr 2005) | 1 line tune fontsizes and spacing to be more in line with rrdtool 1.0 ------------------------------------------------------------------------ r402 | oetiker | 2005-04-12 23:52:18 +0200 (Tue, 12 Apr 2005) | 1 line prep for 1.2rc8 release ------------------------------------------------------------------------ r401 | oetiker | 2005-04-12 23:10:39 +0200 (Tue, 12 Apr 2005) | 1 line prep for 1.2rc8 release ------------------------------------------------------------------------ r400 | oetiker | 2005-04-12 22:56:19 +0200 (Tue, 12 Apr 2005) | 5 lines * better fix for units-exponent issue ... now the whole scaling happens only at print time ... this is more stable -- tobi * remove the newline from ctime (%c) in VDEF -- alex ------------------------------------------------------------------------ r398 | oetiker | 2005-04-12 01:23:59 +0200 (Tue, 12 Apr 2005) | 1 line prep for 1.2rc7 release ------------------------------------------------------------------------ r397 | oetiker | 2005-04-12 01:22:57 +0200 (Tue, 12 Apr 2005) | 6 lines * adjusted element spacing within the graph * re-intruduced --units-length option * stabilized --units-exponent option by jumping to alt-y-grid mode once the default autogrid can not cope with the data anymore. ------------------------------------------------------------------------ r396 | oetiker | 2005-04-12 01:20:52 +0200 (Tue, 12 Apr 2005) | 1 line added note about incompatible changes ------------------------------------------------------------------------ r395 | oetiker | 2005-04-11 14:29:32 +0200 (Mon, 11 Apr 2005) | 2 lines started change log ------------------------------------------------------------------------ r394 | oetiker | 2005-04-11 14:17:36 +0200 (Mon, 11 Apr 2005) | 1 line added notes on INF ------------------------------------------------------------------------ r393 | oetiker | 2005-04-11 11:51:22 +0200 (Mon, 11 Apr 2005) | 4 lines * we are now creating true RGBA pngs * removed all memory leeks from rrd_gfx ------------------------------------------------------------------------ r392 | oetiker | 2005-04-11 00:02:10 +0200 (Mon, 11 Apr 2005) | 2 lines started updating for 1.2 release ------------------------------------------------------------------------ r391 | oetiker | 2005-04-10 20:11:58 +0200 (Sun, 10 Apr 2005) | 1 line clarified output -- alex ------------------------------------------------------------------------ r390 | oetiker | 2005-04-10 20:10:56 +0200 (Sun, 10 Apr 2005) | 1 line get the docs ready for the 1.2 release. remove notes about things that never got implemented. -- alex ------------------------------------------------------------------------ r389 | oetiker | 2005-04-10 20:05:51 +0200 (Sun, 10 Apr 2005) | 1 line do not draw AREAS that have no hight (done right). draw an arrow on the positiv y axis. ------------------------------------------------------------------------ r388 | oetiker | 2005-04-10 17:35:28 +0200 (Sun, 10 Apr 2005) | 1 line updated for 1.2 release -- alex ------------------------------------------------------------------------ r387 | oetiker | 2005-04-10 16:00:12 +0200 (Sun, 10 Apr 2005) | 1 line fixed typo -- alex ------------------------------------------------------------------------ r386 | oetiker | 2005-04-10 15:57:34 +0200 (Sun, 10 Apr 2005) | 2 lines G does not exist E does ------------------------------------------------------------------------ r385 | oetiker | 2005-04-10 14:12:21 +0200 (Sun, 10 Apr 2005) | 2 lines fixed spelling and working -- Alex van den Bogaerdt alex at ergens.op.het.net ------------------------------------------------------------------------ r383 | oetiker | 2005-04-10 13:53:01 +0200 (Sun, 10 Apr 2005) | 1 line added extra strftime.[ch] which supports ISO 8601 week numbers, together with instructions in the NT-BUILD-TIPPS file ------------------------------------------------------------------------ r381 | oetiker | 2005-04-10 13:33:10 +0200 (Sun, 10 Apr 2005) | 1 line prep for 1.2rc6 release ------------------------------------------------------------------------ r380 | oetiker | 2005-04-10 13:31:32 +0200 (Sun, 10 Apr 2005) | 2 lines remove excess comment ------------------------------------------------------------------------ r379 | oetiker | 2005-04-10 13:30:14 +0200 (Sun, 10 Apr 2005) | 4 lines make --disable-perl work allow configuration of the default font at configure time ------------------------------------------------------------------------ r378 | oetiker | 2005-04-10 13:29:16 +0200 (Sun, 10 Apr 2005) | 1 line revamped drawing routines to be less complex and more stable. be kind to libart ------------------------------------------------------------------------ r377 | oetiker | 2005-04-10 11:38:38 +0200 (Sun, 10 Apr 2005) | 1 line allow --color arguments with RRGGBB and not only RRGGBBAA ------------------------------------------------------------------------ r376 | oetiker | 2005-04-10 11:16:10 +0200 (Sun, 10 Apr 2005) | 1 line everyone has other names for their shared libraries, so lets drop the dependency ------------------------------------------------------------------------ r375 | oetiker | 2005-04-10 11:15:19 +0200 (Sun, 10 Apr 2005) | 1 line mention updatev in the synopsis ------------------------------------------------------------------------ r374 | oetiker | 2005-04-09 16:21:59 +0200 (Sat, 09 Apr 2005) | 2 lines we do have 95% ------------------------------------------------------------------------ r372 | oetiker | 2005-04-07 23:35:32 +0200 (Thu, 07 Apr 2005) | 1 line prep for 1.2rc5 release ------------------------------------------------------------------------ r371 | oetiker | 2005-04-07 23:31:37 +0200 (Thu, 07 Apr 2005) | 1 line fix implementation of --only-graph ------------------------------------------------------------------------ r370 | oetiker | 2005-04-07 23:31:09 +0200 (Thu, 07 Apr 2005) | 1 line make libart happy by NOT adjusting coordinates and by using the ART_WIND_RULE_NONZERO winding rule ------------------------------------------------------------------------ r369 | oetiker | 2005-04-07 23:30:16 +0200 (Thu, 07 Apr 2005) | 1 line return propper exit codes ------------------------------------------------------------------------ r368 | oetiker | 2005-04-07 22:07:45 +0200 (Thu, 07 Apr 2005) | 2 lines fix bitpatterns of extraflags so that they do not interfear ------------------------------------------------------------------------ r366 | oetiker | 2005-04-07 01:58:41 +0200 (Thu, 07 Apr 2005) | 1 line prep for 1.2rc4 release ------------------------------------------------------------------------ r365 | oetiker | 2005-04-07 01:24:35 +0200 (Thu, 07 Apr 2005) | 1 line prep for 1.2rc4 release ------------------------------------------------------------------------ r364 | oetiker | 2005-04-07 01:18:37 +0200 (Thu, 07 Apr 2005) | 2 lines document RRD_DEFAULT_FONT environment variable ------------------------------------------------------------------------ r363 | oetiker | 2005-04-07 00:40:53 +0200 (Thu, 07 Apr 2005) | 2 lines make sure WIN32 sections do NOT kick in for cygwin compiles ------------------------------------------------------------------------ r362 | oetiker | 2005-04-06 00:49:55 +0200 (Wed, 06 Apr 2005) | 2 lines only unwind the areas, the lines should be fine by themselves! ------------------------------------------------------------------------ r360 | oetiker | 2005-04-05 22:32:39 +0200 (Tue, 05 Apr 2005) | 1 line prep for 1.2rc3 release ------------------------------------------------------------------------ r359 | oetiker | 2005-04-05 22:17:45 +0200 (Tue, 05 Apr 2005) | 4 lines * fix transparency rendering by rewinding the paths propperly * fix x-axis label drawing by considering label precision ------------------------------------------------------------------------ r358 | oetiker | 2005-04-05 21:14:16 +0200 (Tue, 05 Apr 2005) | 1 line new originaly copy ------------------------------------------------------------------------ r357 | oetiker | 2005-04-05 21:12:54 +0200 (Tue, 05 Apr 2005) | 2 lines fixed propperties to have a RAW font ------------------------------------------------------------------------ r353 | oetiker | 2005-04-04 23:56:30 +0200 (Mon, 04 Apr 2005) | 1 line make configure work even when no prefix is specified ------------------------------------------------------------------------ r352 | oetiker | 2005-04-04 23:40:11 +0200 (Mon, 04 Apr 2005) | 1 line prep for 1.2rc2 release ------------------------------------------------------------------------ r351 | oetiker | 2005-04-04 23:22:05 +0200 (Mon, 04 Apr 2005) | 1 line prepared for 1.2rc2 release ------------------------------------------------------------------------ r350 | oetiker | 2005-04-04 23:21:43 +0200 (Mon, 04 Apr 2005) | 1 line prepared for 1.2rc1 release ------------------------------------------------------------------------ r349 | oetiker | 2005-04-04 23:12:21 +0200 (Mon, 04 Apr 2005) | 1 line prepared for 1.2rc1 release ------------------------------------------------------------------------ r348 | oetiker | 2005-04-04 23:07:55 +0200 (Mon, 04 Apr 2005) | 1 line prepared for 1.2rc1 release ------------------------------------------------------------------------ r347 | oetiker | 2005-04-04 23:05:32 +0200 (Mon, 04 Apr 2005) | 1 line prepared for 1.2rc1 release ------------------------------------------------------------------------ r345 | oetiker | 2005-04-04 22:56:49 +0200 (Mon, 04 Apr 2005) | 1 line fixed prefix detection code again ------------------------------------------------------------------------ r344 | oetiker | 2005-04-04 22:53:23 +0200 (Mon, 04 Apr 2005) | 1 line fixed autoprefix ------------------------------------------------------------------------ r342 | oetiker | 2005-04-04 22:48:58 +0200 (Mon, 04 Apr 2005) | 2 lines fixed config script for prefixing ------------------------------------------------------------------------ r340 | oetiker | 2005-04-04 22:37:26 +0200 (Mon, 04 Apr 2005) | 2 lines get ready for 1.2 ------------------------------------------------------------------------ r338 | oetiker | 2005-04-04 21:55:30 +0200 (Mon, 04 Apr 2005) | 1 line branche for 1.2 ------------------------------------------------------------------------ r336 | oetiker | 2005-04-03 14:44:15 +0200 (Sun, 03 Apr 2005) | 2 lines update build instructions and configure output. ------------------------------------------------------------------------ r335 | oetiker | 2005-04-03 13:44:58 +0200 (Sun, 03 Apr 2005) | 2 lines paramters in SHIFT are separated by : like everywhere else ------------------------------------------------------------------------ r334 | oetiker | 2005-04-03 13:36:58 +0200 (Sun, 03 Apr 2005) | 3 lines the piechart code does not produce release ready results ... hide it behind WITH_PIECHART define ------------------------------------------------------------------------ r333 | oetiker | 2005-04-03 13:11:50 +0200 (Sun, 03 Apr 2005) | 2 lines improve png writing speed by lowering the compression ------------------------------------------------------------------------ r332 | oetiker | 2005-04-03 13:11:21 +0200 (Sun, 03 Apr 2005) | 2 lines make sure the font path is shorter than the buffer ------------------------------------------------------------------------ r331 | oetiker | 2005-04-03 12:10:56 +0200 (Sun, 03 Apr 2005) | 3 lines fix graph layout ... especially consider text propperties propperly ------------------------------------------------------------------------ r330 | oetiker | 2005-04-03 11:37:08 +0200 (Sun, 03 Apr 2005) | 3 lines the legend string of a PRINT command gets renderd later by runnning it through printf. ------------------------------------------------------------------------ r329 | oetiker | 2005-04-03 11:35:52 +0200 (Sun, 03 Apr 2005) | 4 lines MMAP support for rrdtool this is suposed to speed-up uptime 4 times. -- Radoslaw Karas ------------------------------------------------------------------------ r328 | oetiker | 2005-03-20 22:17:50 +0100 (Sun, 20 Mar 2005) | 1 line revert to last working version ------------------------------------------------------------------------ r327 | oetiker | 2005-03-20 22:11:17 +0100 (Sun, 20 Mar 2005) | 1 line fix quoting ------------------------------------------------------------------------ r326 | oetiker | 2005-03-20 22:00:13 +0100 (Sun, 20 Mar 2005) | 2 lines quote sed expression ------------------------------------------------------------------------ r325 | oetiker | 2005-03-20 21:59:31 +0100 (Sun, 20 Mar 2005) | 5 lines document tabbing support by adding in the textformatting notes document --tabwidth argument document AXIS color ------------------------------------------------------------------------ r324 | oetiker | 2005-03-20 21:58:28 +0100 (Sun, 20 Mar 2005) | 8 lines * allow configuration of the default tab width * added new configurable color AXIS * made tabbing support work with legend elements * use propper font for the legend: LEGEND * fix apperance by makeing grid more transparent * draw axis over the graph not under it. ------------------------------------------------------------------------ r323 | oetiker | 2005-03-20 21:56:16 +0100 (Sun, 20 Mar 2005) | 1 line added tabbig support ------------------------------------------------------------------------ r322 | oetiker | 2005-03-20 21:55:27 +0100 (Sun, 20 Mar 2005) | 1 line include the thread defs after they have been found not before ------------------------------------------------------------------------ r320 | oetiker | 2005-03-13 17:34:27 +0100 (Sun, 13 Mar 2005) | 2 lines propperly integrate rrd_first ------------------------------------------------------------------------ r319 | oetiker | 2005-03-13 17:13:49 +0100 (Sun, 13 Mar 2005) | 1 line autotools still run after configure this is not good ... run autoreconf at the end of MakeMakefile. Maybe this will help ------------------------------------------------------------------------ r318 | oetiker | 2005-03-13 17:09:21 +0100 (Sun, 13 Mar 2005) | 1 line set install patch to version ------------------------------------------------------------------------ r317 | oetiker | 2005-03-13 17:08:43 +0100 (Sun, 13 Mar 2005) | 1 line re-run autotools to make sure dependent dates are correct ------------------------------------------------------------------------ r316 | oetiker | 2005-03-13 17:00:51 +0100 (Sun, 13 Mar 2005) | 1 line reintroduce final header regen ------------------------------------------------------------------------ r315 | oetiker | 2005-03-13 16:57:37 +0100 (Sun, 13 Mar 2005) | 1 line still trying to get the order of calling autotools right ------------------------------------------------------------------------ r314 | oetiker | 2005-03-13 16:54:06 +0100 (Sun, 13 Mar 2005) | 1 line create aclocal.m4 before libtoolize ------------------------------------------------------------------------ r313 | oetiker | 2005-03-13 16:51:06 +0100 (Sun, 13 Mar 2005) | 1 line make the headers first ------------------------------------------------------------------------ r312 | oetiker | 2005-03-13 16:16:05 +0100 (Sun, 13 Mar 2005) | 1 line add the documentation for first ------------------------------------------------------------------------ r311 | oetiker | 2005-03-13 16:14:31 +0100 (Sun, 13 Mar 2005) | 1 line ntconfig is no more ------------------------------------------------------------------------ r310 | oetiker | 2005-03-13 16:12:44 +0100 (Sun, 13 Mar 2005) | 2 lines missed the actual code for first ------------------------------------------------------------------------ r309 | oetiker | 2005-03-12 18:06:46 +0100 (Sat, 12 Mar 2005) | 1 line rrd_first code contributed by Burton Strauss ------------------------------------------------------------------------ r307 | oetiker | 2005-03-10 18:03:34 +0100 (Thu, 10 Mar 2005) | 17 lines * Updated perl compile system. It now uses Makefile.PL for everything, but gets it to install the perl module in @prefix@/lib/perl such that you can use the same use lib line for whatever platform and perlversion you install into this directory. They all live neatly next to each other. * fixed examples to work with new perl install system. Added a few exec_prefix lines where appropriate * fixed piped demo * fixed VeraMono.ttf file. This somehow got damaged by cvs ... * added thread defines to normal compile run, so that _r functions to not through errors. * tested compilation and installation ------------------------------------------------------------------------ r306 | oetiker | 2005-03-05 00:53:39 +0100 (Sat, 05 Mar 2005) | 8 lines revamped configure system ... lots more stuff is in acinclude now still a bit of a mess, but better than before ... if configure does not find the dependent libraries and header it will not try to get help from pkg-config. If you know where your libraries are it is best to just use CPPFLAGS and LDFLAGS to specify their location. ------------------------------------------------------------------------ r305 | oetiker | 2005-03-04 01:12:37 +0100 (Fri, 04 Mar 2005) | 15 lines Big autotool update: * Upgraded to the latest version of autoconf, automake and libtool * replaced pthread detection code in configure with a more effective one * added a test to see if special solaris defines are required for ctime_r to behave posixly correct. * Fixed lots of warnings from autotools * started adding support for pkg-config ... this will eventually make the whole library finding much simpler ------------------------------------------------------------------------ r300 | oetiker | 2005-03-03 14:34:53 +0100 (Thu, 03 Mar 2005) | 1 line ignorelists are a propperty of an svn directory not a file ------------------------------------------------------------------------ r298 | oetiker | 2005-02-27 23:00:54 +0100 (Sun, 27 Feb 2005) | 2 lines do not complain when setting environemnt variable sucessfully. -- hunter@mimuw.edu.pl ------------------------------------------------------------------------ r297 | oetiker | 2005-02-13 17:13:33 +0100 (Sun, 13 Feb 2005) | 3 lines let rrd_graph return the actual value range it picked ... -- Henrik Stoerner ------------------------------------------------------------------------ r296 | oetiker | 2005-01-28 15:02:17 +0100 (Fri, 28 Jan 2005) | 2 lines fix for memory leak. Rene Gallati ------------------------------------------------------------------------ r295 | oetiker | 2005-01-03 23:25:37 +0100 (Mon, 03 Jan 2005) | 2 lines update todo ------------------------------------------------------------------------ r294 | oetiker | 2004-10-26 00:22:53 +0200 (Tue, 26 Oct 2004) | 2 lines * fore-rules-legend option -- author name missing ------------------------------------------------------------------------ r293 | oetiker | 2004-10-26 00:21:19 +0200 (Tue, 26 Oct 2004) | 2 lines fixed segmentation falt problem in rrd_tool -- Yasuhiro Sumi ------------------------------------------------------------------------ r292 | oetiker | 2004-10-21 21:21:24 +0200 (Thu, 21 Oct 2004) | 2 lines fix return codes in the error case -- Haroon Rafique ------------------------------------------------------------------------ r291 | oetiker | 2004-09-24 23:11:09 +0200 (Fri, 24 Sep 2004) | 3 lines misc fixed and TREND and reduce functionality by -- David M. Grimes ------------------------------------------------------------------------ r290 | oetiker | 2004-08-24 07:26:09 +0200 (Tue, 24 Aug 2004) | 5 lines CDEF operators SHIFT, SQRT, SORT, and REV (reverse). See documentation for what they do. This included removal of redundant code in the rrd_xport path, replaced with a call to rrd_graph_script(). -- David M. Grimes ------------------------------------------------------------------------ r289 | oetiker | 2004-08-09 10:38:55 +0200 (Mon, 09 Aug 2004) | 2 lines added note on escaping : ------------------------------------------------------------------------ r288 | oetiker | 2004-08-08 23:54:07 +0200 (Sun, 08 Aug 2004) | 2 lines port forward of fixes from the stable version of rrd_cgi ------------------------------------------------------------------------ r287 | oetiker | 2004-08-08 01:46:35 +0200 (Sun, 08 Aug 2004) | 3 lines when moving the data pointers we should take into account how fahr off they are. Found by David M. Grimes ------------------------------------------------------------------------ r286 | oetiker | 2004-08-05 23:24:46 +0200 (Thu, 05 Aug 2004) | 2 lines removed nonexisting files from manifest ------------------------------------------------------------------------ r285 | jake | 2004-07-30 02:30:13 +0200 (Fri, 30 Jul 2004) | 4 lines Fix the Win32 build for executable and perl-shared library. See NT-BUILD-TIPS.txt for step by step instructions. Remove VC++ project files not being maintained by anyone. ------------------------------------------------------------------------ r284 | oetiker | 2004-07-14 12:55:25 +0200 (Wed, 14 Jul 2004) | 2 lines added Peter Speck ------------------------------------------------------------------------ r283 | oetiker | 2004-06-26 11:03:50 +0200 (Sat, 26 Jun 2004) | 3 lines allow building rpm from cvs where there is not ChangeLog (this gets generated when the distribution tar is built) -- Tobi and Mike Slifcak ------------------------------------------------------------------------ r282 | oetiker | 2004-06-23 22:36:39 +0200 (Wed, 23 Jun 2004) | 4 lines It's quie enough that the title is placed on the top of the graph, there's no need to emphasize it more. -- Stanislav Sinyagin ------------------------------------------------------------------------ r281 | oetiker | 2004-06-23 10:39:44 +0200 (Wed, 23 Jun 2004) | 2 lines reverted ... $< does not work ------------------------------------------------------------------------ r280 | oetiker | 2004-06-23 00:09:07 +0200 (Wed, 23 Jun 2004) | 4 lines The "$^" variable is GNU make-specific, and fails to compile under FreeBSD 4.10. Please change it to $<, which is more compatible. -- Stanislav Sinyagin ------------------------------------------------------------------------ r279 | oetiker | 2004-06-18 00:09:24 +0200 (Fri, 18 Jun 2004) | 2 lines fixed type for text_prop_conv prototype ------------------------------------------------------------------------ r278 | oetiker | 2004-06-07 21:07:57 +0200 (Mon, 07 Jun 2004) | 3 lines Fix for debian freetype linking -- Peter Hirdina ------------------------------------------------------------------------ r277 | oetiker | 2004-05-27 00:11:12 +0200 (Thu, 27 May 2004) | 2 lines reduce compiler warnings. Many small fixes. -- Mike Slifcak ------------------------------------------------------------------------ r276 | oetiker | 2004-05-27 00:10:24 +0200 (Thu, 27 May 2004) | 2 lines improve redhat/fedora building -- Mike Slifcak ------------------------------------------------------------------------ r275 | oetiker | 2004-05-27 00:09:58 +0200 (Thu, 27 May 2004) | 2 lines update debian build instructions -- Mike Slifcak ------------------------------------------------------------------------ r274 | oetiker | 2004-05-26 00:08:12 +0200 (Wed, 26 May 2004) | 3 lines The counter was the only variable which needed to be an integer. -- Mike Slifcak ------------------------------------------------------------------------ r273 | oetiker | 2004-05-26 00:07:30 +0200 (Wed, 26 May 2004) | 10 lines The rrdtool RPM package was depending on the rrdtool-perl package. These changes move the examples, which are primarily perl scripts, in with the rrdtool-perl RPM package, thereby de-coupling the rest of the RRDtool from Perl. Perhaps this is silliness ? If there is no need for rrdtool separate from the Perl modules, let me know, then I'll just create an rrdtool and an rrdtool-devel RPM package (that would be a cleaner build and scripting, anyway). -- Mike Slifcak ------------------------------------------------------------------------ r272 | oetiker | 2004-05-26 00:03:04 +0200 (Wed, 26 May 2004) | 2 lines added dtd descriptsion s or rrdtool xml output -- Wolfgang Schrimm ------------------------------------------------------------------------ r271 | oetiker | 2004-05-25 23:06:59 +0200 (Tue, 25 May 2004) | 2 lines added dump and restore ... Mike Schilli ------------------------------------------------------------------------ r270 | oetiker | 2004-05-25 23:01:50 +0200 (Tue, 25 May 2004) | 2 lines added some contributors ------------------------------------------------------------------------ r269 | oetiker | 2004-05-25 23:00:48 +0200 (Tue, 25 May 2004) | 2 lines fixed time stamp in example -- Mike Slifcak ------------------------------------------------------------------------ r268 | oetiker | 2004-05-25 22:59:49 +0200 (Tue, 25 May 2004) | 2 lines more fixes for rpm spec -- Mike Slifcak ------------------------------------------------------------------------ r267 | oetiker | 2004-05-25 22:58:57 +0200 (Tue, 25 May 2004) | 2 lines single word fix -- Mike Slifcak ------------------------------------------------------------------------ r266 | oetiker | 2004-05-25 22:57:58 +0200 (Tue, 25 May 2004) | 4 lines Clear out previous legend array contents before freeing legend array. Problem could manifest under extreme resource limits. Not tested. -- Mike Slifcak ------------------------------------------------------------------------ r265 | oetiker | 2004-05-25 22:55:37 +0200 (Tue, 25 May 2004) | 2 lines subordinate term was improperly formed -- Mike Slifcak ------------------------------------------------------------------------ r264 | oetiker | 2004-05-25 22:53:21 +0200 (Tue, 25 May 2004) | 2 lines prevent small leak when resources are exhausted -- Mike Slifcak ------------------------------------------------------------------------ r263 | oetiker | 2004-05-25 22:52:16 +0200 (Tue, 25 May 2004) | 2 lines fix spelling and syntax, especially in messages that are printed -- Mike Slifcak ------------------------------------------------------------------------ r262 | oetiker | 2004-05-25 22:51:49 +0200 (Tue, 25 May 2004) | 2 lines Update displayed copyright messages to be consistent. -- Mike Slifcak ------------------------------------------------------------------------ r261 | oetiker | 2004-05-25 22:51:12 +0200 (Tue, 25 May 2004) | 2 lines don't process the old rrdgraph single file document -- Mike Slifcak ------------------------------------------------------------------------ r260 | oetiker | 2004-05-25 22:50:36 +0200 (Tue, 25 May 2004) | 2 lines fix rpm rules -- Mike Slifcak ------------------------------------------------------------------------ r259 | oetiker | 2004-05-25 22:50:07 +0200 (Tue, 25 May 2004) | 2 lines fixed debian dependencies -- Mike Slifcak ------------------------------------------------------------------------ r258 | oetiker | 2004-05-25 18:51:49 +0200 (Tue, 25 May 2004) | 3 lines The expression's head was first checking for LT, and then for LTIME, and the latter was never reached. -- Stanislav Sinyagin ------------------------------------------------------------------------ r257 | oetiker | 2004-05-19 07:11:07 +0200 (Wed, 19 May 2004) | 2 lines integrated from debian ------------------------------------------------------------------------ r256 | oetiker | 2004-05-18 20:54:50 +0200 (Tue, 18 May 2004) | 2 lines its 365 days in a year .... -- Mike Slifcak ------------------------------------------------------------------------ r255 | oetiker | 2004-05-18 20:53:03 +0200 (Tue, 18 May 2004) | 2 lines big spell checking patch -- slif@bellsouth.net ------------------------------------------------------------------------ r254 | oetiker | 2004-05-18 20:51:55 +0200 (Tue, 18 May 2004) | 2 lines make force option work ------------------------------------------------------------------------ r253 | oetiker | 2004-05-18 20:51:02 +0200 (Tue, 18 May 2004) | 2 lines added beginners guide off debian -- slif@bellsouth.net ------------------------------------------------------------------------ r252 | oetiker | 2004-05-18 20:49:50 +0200 (Tue, 18 May 2004) | 2 lines add 4chars and fix two examples -- Mike Slifcak ------------------------------------------------------------------------ r251 | oetiker | 2004-05-18 20:40:31 +0200 (Tue, 18 May 2004) | 2 lines initial debian build system added -- Mike Slifcak ------------------------------------------------------------------------ r250 | oetiker | 2004-05-18 20:36:05 +0200 (Tue, 18 May 2004) | 2 lines fix library numbering -- Mike Slifcak ------------------------------------------------------------------------ r249 | oetiker | 2004-05-18 20:25:45 +0200 (Tue, 18 May 2004) | 2 lines better cleaning -- Mike Slifcak ------------------------------------------------------------------------ r248 | oetiker | 2004-05-12 23:57:53 +0200 (Wed, 12 May 2004) | 3 lines locate the mkinstalldirs script at top level accept "configure --mandir=" settings -- Mike Slifcak ------------------------------------------------------------------------ r247 | oetiker | 2004-05-04 23:01:29 +0200 (Tue, 04 May 2004) | 4 lines Added the ATAN function. This is being used to convert a DS for each vector component of wind direction into a single direction for graphing. CDEF:avdir=yavg,xavg,/,ATAN,57.296,*,xavg,0,LT,180,0,IF,+,DUP,0,LT,360,0,IF,+ -- Daniel Shiels ------------------------------------------------------------------------ r246 | oetiker | 2004-05-04 22:54:47 +0200 (Tue, 04 May 2004) | 2 lines updated spec file -- Chris Adams ------------------------------------------------------------------------ r245 | oetiker | 2004-05-04 07:25:19 +0200 (Tue, 04 May 2004) | 3 lines die only after all the version checks are done and not for each one -- Alex van den Bogaerdt ------------------------------------------------------------------------ r244 | oetiker | 2004-05-03 16:05:48 +0200 (Mon, 03 May 2004) | 6 lines * Allows rrdtool 1.1.x (2004-04-29) to compile on freebsd. * Add configure options --disable-rrdcgi disable building of rrdcgi --disable-pthread disable multithread support -- Stanislav Sinyagin ------------------------------------------------------------------------ r243 | oetiker | 2004-05-02 23:10:59 +0200 (Sun, 02 May 2004) | 7 lines See the patch, attached. It changes the default angle to 90, and allows one to change it from configure command line: ./configure RRDGRAPH_YLEGEND_ANGLE=270.0 -- Stanislav Sinyagin ------------------------------------------------------------------------ r242 | oetiker | 2004-04-18 12:21:31 +0200 (Sun, 18 Apr 2004) | 2 lines fixed O_BINARY ------------------------------------------------------------------------ r241 | oetiker | 2004-03-23 22:34:28 +0100 (Tue, 23 Mar 2004) | 2 lines make sure fole is opened binary on restore ... to make things work on windows -- "Girod, Laurent" ------------------------------------------------------------------------ r240 | oetiker | 2004-03-21 12:40:49 +0100 (Sun, 21 Mar 2004) | 2 lines Added --only-graph option -- Piotr Kodzis ------------------------------------------------------------------------ r239 | oetiker | 2004-03-14 21:58:32 +0100 (Sun, 14 Mar 2004) | 3 lines make MakeMaker work on debian and fix some leftovers from the library rip-out transition -- Tobi ------------------------------------------------------------------------ r238 | oetiker | 2004-01-20 00:41:34 +0100 (Tue, 20 Jan 2004) | 2 lines initial ------------------------------------------------------------------------ r237 | oetiker | 2004-01-20 00:39:42 +0100 (Tue, 20 Jan 2004) | 2 lines kill ------------------------------------------------------------------------ r236 | oetiker | 2004-01-20 00:39:01 +0100 (Tue, 20 Jan 2004) | 2 lines remove ------------------------------------------------------------------------ r235 | oetiker | 2004-01-20 00:37:19 +0100 (Tue, 20 Jan 2004) | 2 lines kill it ------------------------------------------------------------------------ r234 | oetiker | 2004-01-20 00:35:21 +0100 (Tue, 20 Jan 2004) | 2 lines killem ------------------------------------------------------------------------ r233 | oetiker | 2004-01-20 00:27:17 +0100 (Tue, 20 Jan 2004) | 2 lines all must go ------------------------------------------------------------------------ r232 | oetiker | 2004-01-20 00:17:00 +0100 (Tue, 20 Jan 2004) | 2 lines misc fixes to get rrdtool working without included libraries. ------------------------------------------------------------------------ r231 | oetiker | 2004-01-20 00:16:03 +0100 (Tue, 20 Jan 2004) | 2 lines modifications for 'no more local libaries' ------------------------------------------------------------------------ r230 | oetiker | 2004-01-15 19:14:02 +0100 (Thu, 15 Jan 2004) | 2 lines addition of RRDs::times -- Christophe Kalt ------------------------------------------------------------------------ r229 | oetiker | 2003-12-26 17:54:55 +0100 (Fri, 26 Dec 2003) | 2 lines using --riggid it is possible to get a case where minval is bigger than maxval ... this breaks the horizontal grid ... ------------------------------------------------------------------------ r228 | oetiker | 2003-11-27 07:31:38 +0100 (Thu, 27 Nov 2003) | 2 lines Stop RRDs for segfaulting on invalid graph input -- Ian Holsman ------------------------------------------------------------------------ r227 | oetiker | 2003-11-27 07:30:36 +0100 (Thu, 27 Nov 2003) | 2 lines make rrd_cgi build again ... Ian Holsman ------------------------------------------------------------------------ r226 | oetiker | 2003-11-23 13:55:37 +0100 (Sun, 23 Nov 2003) | 2 lines New recursive parser for rrdcgi by Arend-Jan Wijtzes ------------------------------------------------------------------------ r225 | oetiker | 2003-11-19 08:06:44 +0100 (Wed, 19 Nov 2003) | 4 lines Adding attributions: * xml fix was by Ian Holsman * font rotation was by Chris Turbeville ------------------------------------------------------------------------ r224 | oetiker | 2003-11-19 07:58:36 +0100 (Wed, 19 Nov 2003) | 2 lines fixed svg generation ------------------------------------------------------------------------ r223 | oetiker | 2003-11-17 12:43:56 +0100 (Mon, 17 Nov 2003) | 2 lines more correct usage added -- Eldad Zack ------------------------------------------------------------------------ r222 | oetiker | 2003-11-15 00:10:51 +0100 (Sat, 15 Nov 2003) | 2 lines handle NULL pointers gracefully ------------------------------------------------------------------------ r221 | oetiker | 2003-11-12 23:14:26 +0100 (Wed, 12 Nov 2003) | 2 lines allow to pass an open filehandle into rrd_graph as an extra argument ------------------------------------------------------------------------ r220 | oetiker | 2003-11-12 23:13:55 +0100 (Wed, 12 Nov 2003) | 2 lines make create much faster .. -- David M. Grimes ------------------------------------------------------------------------ r219 | oetiker | 2003-11-11 22:19:52 +0100 (Tue, 11 Nov 2003) | 3 lines Allow to force overwrite when restoring from xml to rrd. -- Eldad Zack ------------------------------------------------------------------------ r218 | oetiker | 2003-11-11 20:46:21 +0100 (Tue, 11 Nov 2003) | 2 lines replaced time_value with rrd_time_value as MacOS X introduced a struct of that name in their standard headers ------------------------------------------------------------------------ r217 | oetiker | 2003-11-11 20:38:03 +0100 (Tue, 11 Nov 2003) | 3 lines rrd files should NOT change size ever ... bulk update code wa buggy. -- David M. Grimes ------------------------------------------------------------------------ r216 | oetiker | 2003-11-04 23:20:33 +0100 (Tue, 04 Nov 2003) | 2 lines 20 chars max in a ds name -- Kuba Filipowicz ------------------------------------------------------------------------ r215 | oetiker | 2003-10-26 20:29:56 +0100 (Sun, 26 Oct 2003) | 2 lines added rotation ... ------------------------------------------------------------------------ r214 | oetiker | 2003-09-04 15:16:12 +0200 (Thu, 04 Sep 2003) | 2 lines should not assigne but compare ... grrrrr ------------------------------------------------------------------------ r213 | oetiker | 2003-09-02 23:58:35 +0200 (Tue, 02 Sep 2003) | 2 lines be pickier about what we accept in rrd_update. Complain if things do not work out ------------------------------------------------------------------------ r212 | oetiker | 2003-08-28 23:48:53 +0200 (Thu, 28 Aug 2003) | 2 lines make sure we get only 1 flag -- Chris Turbeville ------------------------------------------------------------------------ r211 | oetiker | 2003-07-28 23:59:22 +0200 (Mon, 28 Jul 2003) | 10 lines I was just taking a look at the development RRDtool build (I'm looking forward to SVG support), and had a few problems with an out-of-tree build. I find using a separate build directory makes things much easier to manage, especially when building for multiple architectures. I've attached the minor patches for the progress that I made (I couldn't get the Perl modules to work, but the main binaries seem okay), and would be grateful if you could commit them (or something like them!). -- Joseph Walton ------------------------------------------------------------------------ r210 | jake | 2003-07-24 16:51:46 +0200 (Thu, 24 Jul 2003) | 2 lines Allow hyphen character in DEF_NAM_FMT to match DS_NAM_FMT. ------------------------------------------------------------------------ r209 | jake | 2003-07-17 01:41:37 +0200 (Thu, 17 Jul 2003) | 4 lines Updated MS Visual C++ files from 7.0 to 7.1. Add code to rrd_graph.c: rrd_graph_init() to use %windir% environment variable to find the default font at runtime. ------------------------------------------------------------------------ r208 | jake | 2003-07-15 02:58:38 +0200 (Tue, 15 Jul 2003) | 2 lines Moved OP_COUNT to the end of the enumeration. ------------------------------------------------------------------------ r207 | oetiker | 2003-05-20 22:51:04 +0200 (Tue, 20 May 2003) | 5 lines I've made a patch to rrdcgi to add which allows you to re-format start and end-time at-style times using strftime. This allows easy timespans in the graph (e.g. -2weeks) to be formatted into more usual times. -- "Erskine, Thomas" ------------------------------------------------------------------------ r206 | oetiker | 2003-05-03 17:41:41 +0200 (Sat, 03 May 2003) | 3 lines small patch to rrd_create.c that corrects problem with the version number of the newly created files. -- Sasha Mikheev ------------------------------------------------------------------------ r205 | oetiker | 2003-04-29 23:56:49 +0200 (Tue, 29 Apr 2003) | 6 lines readline in rrd_open.c reads the file in 8 KB blocks, and calls realloc for each block. realloc is very slow in Mac OS X for huge blocks, e.g. when restoring databases from huge xml files. This patch finds the size of the file, and starts out with malloc'ing the full size. -- Peter Speck ------------------------------------------------------------------------ r204 | oetiker | 2003-04-29 21:37:27 +0200 (Tue, 29 Apr 2003) | 2 lines added comment on iso ------------------------------------------------------------------------ r203 | jake | 2003-04-29 21:14:12 +0200 (Tue, 29 Apr 2003) | 3 lines Change updatev RRA return from index_number to cf_nam, pdp_cnt. Also revert accidental addition of -I to aclocal MakeMakefile. ------------------------------------------------------------------------ r202 | oetiker | 2003-04-26 07:11:27 +0200 (Sat, 26 Apr 2003) | 2 lines only restore V2 and larger. ------------------------------------------------------------------------ r201 | jake | 2003-04-25 20:35:08 +0200 (Fri, 25 Apr 2003) | 2 lines Alternate update interface, updatev. Returns info about CDPs written to disk as result of update. Output format is similar to rrd_info, a hash of key-values. ------------------------------------------------------------------------ r200 | oetiker | 2003-04-24 00:47:00 +0200 (Thu, 24 Apr 2003) | 2 lines fixed version checks to only complain if xml version is > than current RRD version ------------------------------------------------------------------------ r199 | oetiker | 2003-04-11 21:43:44 +0200 (Fri, 11 Apr 2003) | 6 lines New special value COUNT which allows calculations based on the position of a value within a data set. Bug fix in rrd_rpncalc.c. PREV returned erroneus value for the second value. Bug fix in rrd_restore.c. Bug causing seek error when accesing an RRD restored from an xml that holds an RRD version <3. -- Ruben Justo ------------------------------------------------------------------------ r198 | oetiker | 2003-04-04 22:51:21 +0200 (Fri, 04 Apr 2003) | 4 lines I think I found a very small bug in rrd graph PDF output : the is_stream member of pdf_buffer is not initialized, making bad PDF sometimes (I found a case where is_stream was != 0 for the font initialization). -- lhoudard@netcourrier.com ------------------------------------------------------------------------ r197 | jake | 2003-04-02 00:52:23 +0200 (Wed, 02 Apr 2003) | 2 lines Fix Win32 build. VC++ 6.0 and 7.0 now use the thread-safe code. ------------------------------------------------------------------------ r196 | oetiker | 2003-03-31 23:22:12 +0200 (Mon, 31 Mar 2003) | 4 lines enables RRDtool updates with microsecond or in case of windows millisecond precision. This is needed to reduce time measurement error when archive step is small. (<30s) -- Sasha Mikheev ------------------------------------------------------------------------ r195 | oetiker | 2003-03-25 23:29:10 +0100 (Tue, 25 Mar 2003) | 2 lines use the environment variable VCINSTALLDIR -- Ian Holsman ------------------------------------------------------------------------ r194 | oetiker | 2003-03-24 23:08:20 +0100 (Mon, 24 Mar 2003) | 2 lines strerror should not turn us recursive here ... -- Peter Stamfest ------------------------------------------------------------------------ r193 | oetiker | 2003-03-24 23:05:26 +0100 (Mon, 24 Mar 2003) | 2 lines strerror must not become recursive -- Peter Stamfest ------------------------------------------------------------------------ r192 | oetiker | 2003-03-12 21:39:59 +0100 (Wed, 12 Mar 2003) | 2 lines remove ^M ------------------------------------------------------------------------ r191 | oetiker | 2003-03-10 01:30:34 +0100 (Mon, 10 Mar 2003) | 3 lines handle cases with two negative numbers -- Sasha Mikheev ------------------------------------------------------------------------ r190 | oetiker | 2003-03-08 19:44:06 +0100 (Sat, 08 Mar 2003) | 3 lines don't display legends for [HV]RULEs out of graph bounds (rrdgraph) -- Christophe Kalt ------------------------------------------------------------------------ r189 | oetiker | 2003-03-01 23:25:56 +0100 (Sat, 01 Mar 2003) | 2 lines realy suppress size output when talking to stdout. Patch from Mat Zimmerman @ debian ------------------------------------------------------------------------ r188 | oetiker | 2003-02-24 19:26:37 +0100 (Mon, 24 Feb 2003) | 2 lines fix for : in piped demo ------------------------------------------------------------------------ r187 | oetiker | 2003-02-22 22:57:35 +0100 (Sat, 22 Feb 2003) | 3 lines Initial checkin -- Peter Stamfest ------------------------------------------------------------------------ r186 | oetiker | 2003-02-22 22:57:03 +0100 (Sat, 22 Feb 2003) | 3 lines a patch to avoid a memory leak and a Makefile.am patch to distribute all required source files -- Peter Stamfest ------------------------------------------------------------------------ r185 | oetiker | 2003-02-21 23:40:07 +0100 (Fri, 21 Feb 2003) | 2 lines colons must be escaped ------------------------------------------------------------------------ r184 | oetiker | 2003-02-20 22:48:57 +0100 (Thu, 20 Feb 2003) | 3 lines make the threading work and compile, fix linking to libpng and update the timestaps int the files ------------------------------------------------------------------------ r183 | oetiker | 2003-02-20 22:27:48 +0100 (Thu, 20 Feb 2003) | 4 lines updated copyrigh dates removed error.h from threaded variant added compiletime to rrdtool ------------------------------------------------------------------------ r182 | oetiker | 2003-02-16 13:32:24 +0100 (Sun, 16 Feb 2003) | 2 lines if output is - there is not need to deref the handler ------------------------------------------------------------------------ r181 | oetiker | 2003-02-16 13:31:58 +0100 (Sun, 16 Feb 2003) | 2 lines expect seems to exist on some systems in the system inc files ------------------------------------------------------------------------ r180 | oetiker | 2003-02-13 08:05:59 +0100 (Thu, 13 Feb 2003) | 12 lines Find attached the patch I promised to send to you. Please note that there are three new source files (src/rrd_is_thread_safe.h, src/rrd_thread_safe.c and src/rrd_not_thread_safe.c) and the introduction of librrd_th. This library is identical to librrd, but it contains support code for per-thread global variables currently used for error information only. This is similar to how errno per-thread variables are implemented. librrd_th must be linked alongside of libpthred There is also a new file "THREADS", holding some documentation. -- Peter Stamfest ------------------------------------------------------------------------ r179 | oetiker | 2003-02-12 08:06:56 +0100 (Wed, 12 Feb 2003) | 2 lines improved dist target -- Peter Stamfest ------------------------------------------------------------------------ r178 | oetiker | 2003-02-11 11:16:46 +0100 (Tue, 11 Feb 2003) | 2 lines removed lg we do not allow this in the code at th moment ------------------------------------------------------------------------ r177 | oetiker | 2003-02-05 19:16:02 +0100 (Wed, 05 Feb 2003) | 2 lines rrd resize SHRINK was broken :-) -- Scott Mace ------------------------------------------------------------------------ r176 | oetiker | 2003-01-31 07:46:32 +0100 (Fri, 31 Jan 2003) | 2 lines The NaN check should only use lastgdes when following a STACK -- Scott Mace ------------------------------------------------------------------------ r175 | oetiker | 2003-01-30 22:39:21 +0100 (Thu, 30 Jan 2003) | 2 lines fix stak+nan error ... Scott Mace ------------------------------------------------------------------------ r174 | oetiker | 2003-01-29 08:17:23 +0100 (Wed, 29 Jan 2003) | 2 lines fixed the processing of TICK:vname#color:frac:legend -- Scott Mace ------------------------------------------------------------------------ r173 | oetiker | 2003-01-25 23:50:32 +0100 (Sat, 25 Jan 2003) | 3 lines added function (--no-minor) to turn off minor gridlines on graphs -- Travis Brown ------------------------------------------------------------------------ r172 | oetiker | 2003-01-17 00:27:54 +0100 (Fri, 17 Jan 2003) | 3 lines fix border condition in rra selection of rrd_fetch -- Stanislav Sinyagin ------------------------------------------------------------------------ r171 | oetiker | 2003-01-15 20:24:13 +0100 (Wed, 15 Jan 2003) | 2 lines * single letter variants for all graph options -- James Overbeck ------------------------------------------------------------------------ r170 | oetiker | 2002-12-14 23:30:41 +0100 (Sat, 14 Dec 2002) | 3 lines fix rrdtool compile on solaris where CC for perl is "gcc -B/usr/ccs/bin/" -- Russell Van Tassell ------------------------------------------------------------------------ r169 | oetiker | 2002-11-29 12:57:17 +0100 (Fri, 29 Nov 2002) | 2 lines note on info added ------------------------------------------------------------------------ r168 | oetiker | 2002-11-19 23:33:09 +0100 (Tue, 19 Nov 2002) | 2 lines added g as valid string format value ------------------------------------------------------------------------ r167 | oetiker | 2002-11-19 00:37:56 +0100 (Tue, 19 Nov 2002) | 3 lines check for -OPT:IEEE_NaN_inf=ON on SGI C compiler -- Albert Chin-A-Young ------------------------------------------------------------------------ r166 | oetiker | 2002-11-03 16:07:13 +0100 (Sun, 03 Nov 2002) | 2 lines fixed ------------------------------------------------------------------------ r165 | oetiker | 2002-10-24 23:17:51 +0200 (Thu, 24 Oct 2002) | 2 lines added patch for apache 2 compatibility ------------------------------------------------------------------------ r164 | oetiker | 2002-10-07 08:22:35 +0200 (Mon, 07 Oct 2002) | 2 lines keep up with the jhonses ------------------------------------------------------------------------ r163 | oetiker | 2002-10-07 08:21:22 +0200 (Mon, 07 Oct 2002) | 2 lines -z does not take an option -- Tomoyuki Murakami ------------------------------------------------------------------------ r162 | oetiker | 2002-09-02 20:41:19 +0200 (Mon, 02 Sep 2002) | 2 lines fixed leak in VDEF_PERCENT handlin -- Perry Stoll ------------------------------------------------------------------------ r161 | oetiker | 2002-08-01 07:42:27 +0200 (Thu, 01 Aug 2002) | 3 lines fix for segfault condition in print_calc -- Paul Clifford ------------------------------------------------------------------------ r160 | oetiker | 2002-07-31 07:42:48 +0200 (Wed, 31 Jul 2002) | 2 lines improved fetch explanation -- Nenad.Antic@era.ericsson.se ------------------------------------------------------------------------ r159 | oetiker | 2002-07-13 20:35:37 +0200 (Sat, 13 Jul 2002) | 3 lines fixed DEF_NAM_FMT definition added double include protection the rrd_graph.h and rrd_rpncalc.h ------------------------------------------------------------------------ r158 | oetiker | 2002-07-12 13:20:32 +0200 (Fri, 12 Jul 2002) | 2 lines fixed PREV parsing ... Gonzalo Augusto Arana Tagle ------------------------------------------------------------------------ r157 | oetiker | 2002-07-06 17:45:15 +0200 (Sat, 06 Jul 2002) | 2 lines new operators must be added at the END of the sequence ... ------------------------------------------------------------------------ r156 | oetiker | 2002-07-05 20:57:02 +0200 (Fri, 05 Jul 2002) | 2 lines new operand on rrdgraph CDEFs: PREV(xxxx) -- Gonzalo Augusto Arana Tagle ------------------------------------------------------------------------ r155 | oetiker | 2002-07-05 20:47:46 +0200 (Fri, 05 Jul 2002) | 2 lines explain tzset ------------------------------------------------------------------------ r154 | oetiker | 2002-07-02 12:35:23 +0200 (Tue, 02 Jul 2002) | 2 lines fixed DINF for win32 ------------------------------------------------------------------------ r153 | alex | 2002-06-29 17:33:58 +0200 (Sat, 29 Jun 2002) | 2 lines Changed DEF:... ------------------------------------------------------------------------ r152 | alex | 2002-06-29 17:24:26 +0200 (Sat, 29 Jun 2002) | 3 lines Changed parsing again. Added a DEBUG prefix to all grapher commands ------------------------------------------------------------------------ r151 | alex | 2002-06-29 16:55:47 +0200 (Sat, 29 Jun 2002) | 2 lines Not needed anymore ------------------------------------------------------------------------ r150 | alex | 2002-06-27 21:34:25 +0200 (Thu, 27 Jun 2002) | 3 lines DEF now takes "--start" and "--end" LINEx, AREA and such now take parameter "STACK" ------------------------------------------------------------------------ r149 | alex | 2002-06-24 01:13:53 +0200 (Mon, 24 Jun 2002) | 2 lines Updated docs for the "DEF ... :step=nnnn" case ------------------------------------------------------------------------ r148 | alex | 2002-06-24 00:29:40 +0200 (Mon, 24 Jun 2002) | 3 lines Added "step=1800" and such to "DEF" Cleaned some of the signed vs. unsigned problems ------------------------------------------------------------------------ r147 | alex | 2002-06-24 00:28:06 +0200 (Mon, 24 Jun 2002) | 2 lines In stead of a zillion warnings, only one place gives a warning for DNAN ------------------------------------------------------------------------ r146 | jake | 2002-06-20 02:21:03 +0200 (Thu, 20 Jun 2002) | 2 lines More Win32 build changes; thanks to Kerry Calvert. ------------------------------------------------------------------------ r145 | oetiker | 2002-06-14 14:15:12 +0200 (Fri, 14 Jun 2002) | 2 lines better explanations -- "Shipway, Steve" ------------------------------------------------------------------------ r144 | jake | 2002-05-22 17:25:43 +0200 (Wed, 22 May 2002) | 2 lines Changed intercept to slope for beta parameter in rrdtune doc. ------------------------------------------------------------------------ r143 | oetiker | 2002-05-22 07:35:09 +0200 (Wed, 22 May 2002) | 3 lines VC++ .NET (7.0) project files -- Eric Chamberlain ------------------------------------------------------------------------ r142 | oetiker | 2002-05-16 21:18:35 +0200 (Thu, 16 May 2002) | 2 lines added -W ... lets have some more warnings ... with gcc 3.1 985 ------------------------------------------------------------------------ r141 | oetiker | 2002-05-15 08:14:40 +0200 (Wed, 15 May 2002) | 2 lines afm fixes -- Peter Speck ------------------------------------------------------------------------ r140 | jake | 2002-05-14 23:52:58 +0200 (Tue, 14 May 2002) | 2 lines Fix Win32 Build compatibility. ------------------------------------------------------------------------ r139 | oetiker | 2002-05-14 23:48:05 +0200 (Tue, 14 May 2002) | 2 lines double free fixed ------------------------------------------------------------------------ r138 | oetiker | 2002-05-14 07:28:45 +0200 (Tue, 14 May 2002) | 3 lines make opendir readdir chdir chroot and thus the serverfunctionality a conditional compile depending on the presence of the necessary function calls. ------------------------------------------------------------------------ r137 | oetiker | 2002-05-11 11:09:57 +0200 (Sat, 11 May 2002) | 2 lines make dirent sys/types and sys/stat autoconfable .... ------------------------------------------------------------------------ r136 | oetiker | 2002-05-08 22:34:56 +0200 (Wed, 08 May 2002) | 3 lines Add funtionality to rrdtool to run it as a 'server' -- Hartmut.Vogler@epost.de ------------------------------------------------------------------------ r135 | oetiker | 2002-05-07 23:58:33 +0200 (Tue, 07 May 2002) | 3 lines new command rrdtool xport integrated -- Wolfgang Schrimm ------------------------------------------------------------------------ r134 | oetiker | 2002-05-02 15:23:56 +0200 (Thu, 02 May 2002) | 2 lines typo fixed ------------------------------------------------------------------------ r133 | oetiker | 2002-04-29 19:11:03 +0200 (Mon, 29 Apr 2002) | 2 lines badformat parser fixed ... for good this time I hope ------------------------------------------------------------------------ r132 | oetiker | 2002-04-28 21:13:04 +0200 (Sun, 28 Apr 2002) | 2 lines inserted PRINT checker at the wrong point ... ------------------------------------------------------------------------ r131 | oetiker | 2002-04-28 16:14:48 +0200 (Sun, 28 Apr 2002) | 5 lines It's nice and simple, the error checker for the PRINT stuff which is passed to printf() is not allowing certain valid printf() style operations which make text alignment much more fun. -- Richard A Steenbergen ------------------------------------------------------------------------ r130 | oetiker | 2002-04-24 23:04:46 +0200 (Wed, 24 Apr 2002) | 2 lines fixed setlocale issues ------------------------------------------------------------------------ r129 | oetiker | 2002-04-24 22:54:09 +0200 (Wed, 24 Apr 2002) | 2 lines fixed adress for wishlist ------------------------------------------------------------------------ r128 | oetiker | 2002-04-24 22:49:26 +0200 (Wed, 24 Apr 2002) | 2 lines Patch for supporting PDF as output format ------------------------------------------------------------------------ r127 | oetiker | 2002-04-24 22:49:00 +0200 (Wed, 24 Apr 2002) | 6 lines Modification of rrd_graph.c/h so it uses dashes for gridlines much like rrdtool 1.0 Avoids drawing minor vertical gridlines where a major gridline is to avoid artifacts from having the grey line beneath the red one. Patches src/rrd_graph.c and src/rrd_graph.h -- Peter Speck ------------------------------------------------------------------------ r125 | oetiker | 2002-04-24 22:43:27 +0200 (Wed, 24 Apr 2002) | 2 lines fixed setlocale issues ------------------------------------------------------------------------ r124 | oetiker | 2002-04-16 07:00:07 +0200 (Tue, 16 Apr 2002) | 2 lines doc for gridfit by peter ------------------------------------------------------------------------ r123 | oetiker | 2002-04-15 23:29:24 +0200 (Mon, 15 Apr 2002) | 20 lines Evenly-spaced y-axis gridlines. I had to split horizontal_grid() into calc_horizontal_grid and draw_horizontal_grid as the calculated info is needed in the adjustment code. My previous patch had the problem that it adjusted the y-axis too late, e.g. after the data lines was drawn. The result of the calc is stored in struct ygrid_scale_t which image_desc_t has as a member. --no-gridfit is implemented. The round-to-integer coordinates for png is moved to the libart code in rrd_gfx. The 'close path' code is cleaned up so the node list is left unchanged if you want to save the same graph in multiple formats in one run. The rounding is done on the scaled coordinates (zoom). I have made a simple version for logarithmic y scales as such a scale might have 5 gridlines with 4 difference spacings. This version only uses y = 10^x values for modifying the scale. -- Peter Speck ------------------------------------------------------------------------ r122 | oetiker | 2002-04-09 23:35:49 +0200 (Tue, 09 Apr 2002) | 2 lines remove boguos description of goodfor and refresh ------------------------------------------------------------------------ r121 | oetiker | 2002-04-09 23:34:56 +0200 (Tue, 09 Apr 2002) | 2 lines removed tzset as it is in rrd_graph now ------------------------------------------------------------------------ r120 | oetiker | 2002-04-09 23:34:13 +0200 (Tue, 09 Apr 2002) | 2 lines added tzset and setlocale to rrd_graph ------------------------------------------------------------------------ r119 | oetiker | 2002-04-08 00:07:46 +0200 (Mon, 08 Apr 2002) | 2 lines added missing files from peters patch ------------------------------------------------------------------------ r118 | oetiker | 2002-04-07 22:20:27 +0200 (Sun, 07 Apr 2002) | 18 lines 3 patches, #3 depends on #1 as EPS uses AFM for stringwidth too. src/rrd_afm.[ch], src/rrd_afm_data.[ch] and changes to rrd_gfx.[ch] to use AFM for stringwidth in SVG output. libraries/afm with .afm files for the standard 14 postscript fonts and perl script to create src/rrd_afm_data.c Includes small test program to show examples of calculated stringwidth and actual stringwidth. Adds EPS output support. Modifies rrd_tool.c as rrd_graph() changes the argv pointer, and rrd_tool then always wrote the 200x100 output line to the file (which probably doesn't do anything for png images, but eps files fail having it after the %%EOF marker). -- Peter Speck ------------------------------------------------------------------------ r117 | alex | 2002-04-06 14:40:59 +0200 (Sat, 06 Apr 2002) | 2 lines Different default font when WIN32 is defined ------------------------------------------------------------------------ r116 | alex | 2002-04-06 14:25:29 +0200 (Sat, 06 Apr 2002) | 3 lines Removed references to GIF Changed y0 and such into Y0 and so ------------------------------------------------------------------------ r115 | jake | 2002-04-06 01:51:21 +0200 (Sat, 06 Apr 2002) | 4 lines Updated/added MVSC++ 6.0 project files for compilation of rrd.lib and rrdtool.exe on Win32. Changes for RRDs compilation on Win32. Moved src/ntconfig.h to confignt/config.h. ------------------------------------------------------------------------ r114 | oetiker | 2002-04-03 16:52:15 +0200 (Wed, 03 Apr 2002) | 23 lines As gfx_canvas_t now has excatly the same lifespan as image_desc_t, I've made 'gfx_canvas_t canvas' a member of image_desc_t and dropped it as a separate parameter in all function calls. imgformat, interlaced and zoom are moved to gfx_canvas_t. I have dropped my old fontlib-enum as imgformat contains that information. The gfx_render_xxx switch is moved to rrd_gfx so rrd_graph is (almost) only bothered with image formats in cmd line parsing. gfx_close_path is added. gfx_new_dashed_line is added with 2 new arguments: length of a dash and length between dashes. gfx_new_line is still there for plain lines. Having dash-length == 0 creates normal line. rrd_graph.c is not updated for dashed lines. It's not decided how one should specify which and how lines are dashed. An extension of the color specification? svg is updated for dashes and opacity, but libart code is not. I've fixed indent in SVG, all lines had a space before func decl. etc. Misc small fixes, e.g. sscanf of gfx_color_t, position of x-axis arrow. --- Peter Speck ------------------------------------------------------------------------ r113 | oetiker | 2002-04-03 07:32:31 +0200 (Wed, 03 Apr 2002) | 2 lines i suck. sorry. add ,0666 to the open(). -- Paul Vixie ------------------------------------------------------------------------ r112 | oetiker | 2002-04-02 23:32:15 +0200 (Tue, 02 Apr 2002) | 2 lines added call to tzset to activate TZ settings -- Paul A Vixie ------------------------------------------------------------------------ r111 | oetiker | 2002-04-02 23:31:08 +0200 (Tue, 02 Apr 2002) | 2 lines aded missing fcntl.h ------------------------------------------------------------------------ r110 | oetiker | 2002-04-02 21:37:54 +0200 (Tue, 02 Apr 2002) | 2 lines rrd restore should not burn down existing files -- Paul Vixie ------------------------------------------------------------------------ r109 | oetiker | 2002-04-01 20:32:17 +0200 (Mon, 01 Apr 2002) | 2 lines merged svg update ------------------------------------------------------------------------ r108 | oetiker | 2002-04-01 20:31:22 +0200 (Mon, 01 Apr 2002) | 3 lines "!" takes a higher preference than "||" this means rrd_update N:: would segfault -- Oliver Cook ------------------------------------------------------------------------ r107 | jake | 2002-03-28 18:33:49 +0100 (Thu, 28 Mar 2002) | 2 lines Added comment suggesting use of -I flag with aclocal. ------------------------------------------------------------------------ r106 | oetiker | 2002-03-26 08:02:28 +0100 (Tue, 26 Mar 2002) | 2 lines added SVG support -- Peter Speck ------------------------------------------------------------------------ r105 | alex | 2002-03-23 21:41:48 +0100 (Sat, 23 Mar 2002) | 2 lines Better positioning of the pie when it is alone on the canvas ------------------------------------------------------------------------ r104 | alex | 2002-03-23 21:01:13 +0100 (Sat, 23 Mar 2002) | 2 lines Modified rrd_graph ------------------------------------------------------------------------ r103 | alex | 2002-03-23 20:59:39 +0100 (Sat, 23 Mar 2002) | 2 lines Changes in rrd_graph; see NEWS ------------------------------------------------------------------------ r102 | oetiker | 2002-03-23 10:05:32 +0100 (Sat, 23 Mar 2002) | 2 lines removed reference to GIF ------------------------------------------------------------------------ r101 | oetiker | 2002-03-23 10:01:43 +0100 (Sat, 23 Mar 2002) | 2 lines remove all traces of GIF and make PNG the default ------------------------------------------------------------------------ r100 | oetiker | 2002-03-23 09:53:31 +0100 (Sat, 23 Mar 2002) | 3 lines Move CDEF start pointers if start of cdef is a step ahead of the start of the data -- Ashok Mandala ------------------------------------------------------------------------ r99 | oetiker | 2002-03-21 23:39:03 +0100 (Thu, 21 Mar 2002) | 2 lines fixed color area in legend and fixed color area in 3d border ------------------------------------------------------------------------ r98 | alex | 2002-03-21 13:00:51 +0100 (Thu, 21 Mar 2002) | 3 lines Pie charts didn't have anti-aliasing; building them clockwise seems to solve this problem. ------------------------------------------------------------------------ r97 | oetiker | 2002-03-20 23:48:25 +0100 (Wed, 20 Mar 2002) | 3 lines fixed longstanding bug affection CDEFS where values from rrds with different resolutions got mixed .. ------------------------------------------------------------------------ r96 | alex | 2002-03-17 23:40:18 +0100 (Sun, 17 Mar 2002) | 2 lines Changed the way circle sections are drawn. ------------------------------------------------------------------------ r95 | alex | 2002-03-13 03:58:44 +0100 (Wed, 13 Mar 2002) | 2 lines New, hopefully better, implementation of PART drawing ------------------------------------------------------------------------ r94 | oetiker | 2002-03-12 08:19:09 +0100 (Tue, 12 Mar 2002) | 2 lines realy remove zlibe 1.1.3 dir ------------------------------------------------------------------------ r93 | oetiker | 2002-03-12 08:18:06 +0100 (Tue, 12 Mar 2002) | 2 lines updated ------------------------------------------------------------------------ r92 | oetiker | 2002-03-12 08:17:46 +0100 (Tue, 12 Mar 2002) | 2 lines ignore generated files ------------------------------------------------------------------------ r91 | oetiker | 2002-03-12 08:16:32 +0100 (Tue, 12 Mar 2002) | 2 lines missing bits ------------------------------------------------------------------------ r90 | oetiker | 2002-03-12 07:43:38 +0100 (Tue, 12 Mar 2002) | 2 lines updated to zlib 1.1.4 ------------------------------------------------------------------------ r89 | oetiker | 2002-03-12 07:42:00 +0100 (Tue, 12 Mar 2002) | 2 lines replace zlib 1.1.3 with zlib 1.1.4 ------------------------------------------------------------------------ r88 | alex | 2002-03-11 00:08:37 +0100 (Mon, 11 Mar 2002) | 2 lines Pie chart support added to rrdtool graph ------------------------------------------------------------------------ r87 | oetiker | 2002-03-10 23:49:24 +0100 (Sun, 10 Mar 2002) | 2 lines added quotes to echo ------------------------------------------------------------------------ r86 | alex | 2002-03-10 17:22:28 +0100 (Sun, 10 Mar 2002) | 3 lines Realigned function rpn_calc() Stack checking now done using a macro ------------------------------------------------------------------------ r85 | alex | 2002-03-10 15:58:30 +0100 (Sun, 10 Mar 2002) | 3 lines Fixed some typos/errors Updated for the NE and ISINF operators in RPN ------------------------------------------------------------------------ r84 | alex | 2002-03-10 15:53:04 +0100 (Sun, 10 Mar 2002) | 3 lines Using the font option resulted in a segfault. Needs more care, the current change is just a hack ------------------------------------------------------------------------ r83 | alex | 2002-03-10 15:48:59 +0100 (Sun, 10 Mar 2002) | 2 lines Added NE and ISINF operands to RPN ------------------------------------------------------------------------ r82 | oetiker | 2002-03-10 13:28:38 +0100 (Sun, 10 Mar 2002) | 2 lines better version check ------------------------------------------------------------------------ r81 | alex | 2002-03-08 23:14:22 +0100 (Fri, 08 Mar 2002) | 2 lines Needed to escape a wildcard ------------------------------------------------------------------------ r80 | alex | 2002-03-08 23:11:37 +0100 (Fri, 08 Mar 2002) | 2 lines Fixed some typos ------------------------------------------------------------------------ r79 | oetiker | 2002-02-18 22:52:20 +0100 (Mon, 18 Feb 2002) | 2 lines added autotools version check to MakeMakefiles ------------------------------------------------------------------------ r78 | oetiker | 2002-02-09 07:21:11 +0100 (Sat, 09 Feb 2002) | 2 lines do propper error checking and release memmory when it is not required anymore ------------------------------------------------------------------------ r77 | oetiker | 2002-02-08 19:40:37 +0100 (Fri, 08 Feb 2002) | 2 lines allow rrd_cgi to deal with umlauts -- Alexander Schwartz ------------------------------------------------------------------------ r76 | oetiker | 2002-02-03 09:10:36 +0100 (Sun, 03 Feb 2002) | 2 lines fixed spelling ------------------------------------------------------------------------ r75 | oetiker | 2002-02-02 15:36:14 +0100 (Sat, 02 Feb 2002) | 2 lines fixed data pointer storage ------------------------------------------------------------------------ r74 | oetiker | 2002-02-01 21:34:49 +0100 (Fri, 01 Feb 2002) | 2 lines fixed version number and date/time ------------------------------------------------------------------------ r73 | oetiker | 2002-02-01 21:29:32 +0100 (Fri, 01 Feb 2002) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r72 | oetiker | 2002-01-31 23:44:34 +0100 (Thu, 31 Jan 2002) | 2 lines this file and all the external libraries configurability was contributed by mat zimmermann ------------------------------------------------------------------------ r71 | oetiker | 2002-01-31 23:43:13 +0100 (Thu, 31 Jan 2002) | 2 lines allow use of libraries already installed on the system ------------------------------------------------------------------------ r70 | oetiker | 2002-01-31 12:56:24 +0100 (Thu, 31 Jan 2002) | 2 lines make "18:00 yesterday" work Pavel Mores ------------------------------------------------------------------------ r69 | oetiker | 2002-01-31 08:23:12 +0100 (Thu, 31 Jan 2002) | 2 lines weeknumber is not %V which is more appropriate than %W ------------------------------------------------------------------------ r68 | oetiker | 2002-01-31 07:36:27 +0100 (Thu, 31 Jan 2002) | 2 lines copy ltmain.sh ------------------------------------------------------------------------ r67 | oetiker | 2002-01-17 21:31:31 +0100 (Thu, 17 Jan 2002) | 2 lines this also ------------------------------------------------------------------------ r66 | oetiker | 2002-01-17 21:30:46 +0100 (Thu, 17 Jan 2002) | 2 lines this is not needed anymore ------------------------------------------------------------------------ r65 | oetiker | 2002-01-17 21:28:01 +0100 (Thu, 17 Jan 2002) | 2 lines killing remains ------------------------------------------------------------------------ r64 | oetiker | 2002-01-17 00:11:11 +0100 (Thu, 17 Jan 2002) | 2 lines added places for download ------------------------------------------------------------------------ r63 | oetiker | 2002-01-15 23:58:09 +0100 (Tue, 15 Jan 2002) | 2 lines ignore irrelevant things ------------------------------------------------------------------------ r62 | oetiker | 2002-01-15 23:53:19 +0100 (Tue, 15 Jan 2002) | 2 lines added new .cvsignore files ------------------------------------------------------------------------ r61 | oetiker | 2002-01-15 23:51:07 +0100 (Tue, 15 Jan 2002) | 15 lines The BIG graph update * Replace libgd with libart * Added freetype * Updated zlib and libpng * rrd_gfx.c intrduced as libart wrapper * LINE takes now a float as argument * rrdtool uses truetype for fonts * thanks to libart there is now full alpha transparenc and antialiasing. * the new option --font lets customize the font and size for various graph elements * Updated to -> libtool 1.4.2 automake 2.12 autoconf 2.52 * new --zoom commandline option for zoom ans shrinking -- tobias oetiker ------------------------------------------------------------------------ r60 | alex | 2002-01-04 02:11:35 +0100 (Fri, 04 Jan 2002) | 2 lines Reworked rrd_graph_script() ------------------------------------------------------------------------ r59 | alex | 2001-12-24 07:51:49 +0100 (Mon, 24 Dec 2001) | 21 lines A patch of size 44Kbytes... in short: Found and repaired the off-by-one error in rrd_fetch_fn(). As a result I had to remove the hacks in rrd_fetch_fn(), rrd_tool.c, vdef_calc(), data_calc(), data_proc() and reduce_data(). There may be other places which I didn't find so be careful. Enhanced debugging in rrd_fetch_fn(), it shows the RRA selection process. Added the ability to print VDEF timestamps. At the moment it is a hack, I needed it now to fix the off-by-one error. If the format string is "%c" (and nothing else!), the time will be printed by both ctime() and as a long int. Moved some code around (slightly altering it) from rrd_graph() initializing now in rrd_graph_init() options parsing now in rrd_graph_options() script parsing now in rrd_graph_script() ------------------------------------------------------------------------ r58 | alex | 2001-12-22 03:49:23 +0100 (Sat, 22 Dec 2001) | 3 lines Somehow eight lines were missing from function rrd_graph(). Also fixed minor bug in vdef_calc(). ------------------------------------------------------------------------ r57 | oetiker | 2001-12-17 13:48:43 +0100 (Mon, 17 Dec 2001) | 2 lines fix overflow error ... ------------------------------------------------------------------------ r56 | jake | 2001-12-11 23:55:28 +0100 (Tue, 11 Dec 2001) | 2 lines Fixed uninitialized ptr causing seg fault invoking info for COMPUTE data sources. ------------------------------------------------------------------------ r55 | oetiker | 2001-11-18 09:41:16 +0100 (Sun, 18 Nov 2001) | 2 lines return "" instead of NULL for -- Michael ------------------------------------------------------------------------ r54 | oetiker | 2001-11-17 17:57:55 +0100 (Sat, 17 Nov 2001) | 2 lines fixed path to mkinstalldirs -- Laurent Saehyun Kim?\239?\191?\189 ------------------------------------------------------------------------ r53 | oetiker | 2001-09-08 20:25:17 +0200 (Sat, 08 Sep 2001) | 2 lines spelling updates by Martin Schulze ------------------------------------------------------------------------ r52 | jake | 2001-08-23 00:29:07 +0200 (Thu, 23 Aug 2001) | 13 lines Contents of this patch: (1) Adds/revises documentation for rrd tune in rrd_tool.c and pod files. (2) Moves some initialization code from rrd_create.c to rrd_hw.c. (3) Adds another pass to smoothing for SEASONAL and DEVSEASONAL RRAs. This pass computes the coefficients as deviations from an average; the average is added the baseline coefficient of HWPREDICT. Statistical texts suggest this to preserve algorithm stability. It will not invalidate RRD files created and smoothed with the old code. (4) Adds the aberrant-reset flag to rrd tune. This operation, which is specified for a single data source, causes the holt-winters algorithm to forget everthing it has learned and start over. (5) Fixes a few out-of-date code comments. ------------------------------------------------------------------------ r51 | oetiker | 2001-08-13 20:58:07 +0200 (Mon, 13 Aug 2001) | 2 lines spell fix for si units (only in comments) ------------------------------------------------------------------------ r50 | alex | 2001-07-29 00:34:42 +0200 (Sun, 29 Jul 2001) | 2 lines Removing rrdgraph*.pod from the cvs ------------------------------------------------------------------------ r49 | alex | 2001-07-29 00:21:44 +0200 (Sun, 29 Jul 2001) | 4 lines Edited Makefile.am and the rrdgraph_*.src files. By mistake the previous update was made on the rrdgraph_*.pod files however they are not to be edited. This is now corrected. ------------------------------------------------------------------------ r48 | alex | 2001-07-26 04:27:46 +0200 (Thu, 26 Jul 2001) | 4 lines Supporting functions for rrd_graph. Functions that are used frequently and/or from different places should be added here in stead of repeating them in rrd_graph.c over and over again. ------------------------------------------------------------------------ r47 | alex | 2001-07-26 04:25:38 +0200 (Thu, 26 Jul 2001) | 2 lines Moved most typedefs etc. from rrd_graph.c to this file ------------------------------------------------------------------------ r46 | alex | 2001-07-26 04:22:18 +0200 (Thu, 26 Jul 2001) | 3 lines Added VDEF TOTAL Moved most typedefs etc. to rrd_graph.h ------------------------------------------------------------------------ r45 | alex | 2001-07-26 04:19:48 +0200 (Thu, 26 Jul 2001) | 2 lines Added rrd_graph_helper ------------------------------------------------------------------------ r44 | alex | 2001-07-26 04:15:02 +0200 (Thu, 26 Jul 2001) | 2 lines Updated for VDEF TOTAL ------------------------------------------------------------------------ r43 | alex | 2001-07-26 04:11:46 +0200 (Thu, 26 Jul 2001) | 2 lines Announce of VDEF in rrd_graph ------------------------------------------------------------------------ r42 | alex | 2001-07-21 20:17:44 +0200 (Sat, 21 Jul 2001) | 2 lines Made PRINT and GPRINT aware of VDEF statements ------------------------------------------------------------------------ r41 | oetiker | 2001-07-21 00:34:29 +0200 (Sat, 21 Jul 2001) | 2 lines missing documentation ... -- Alex van den Bogaerdt ------------------------------------------------------------------------ r40 | oetiker | 2001-07-21 00:34:06 +0200 (Sat, 21 Jul 2001) | 2 lines only a comment ------------------------------------------------------------------------ r39 | oetiker | 2001-07-21 00:33:17 +0200 (Sat, 21 Jul 2001) | 2 lines small fixes -- Alex van den Bogaerdt ------------------------------------------------------------------------ r38 | oetiker | 2001-07-19 00:30:29 +0200 (Thu, 19 Jul 2001) | 2 lines VDEF and VRULE are comig along -- Alex van den Bogaerdt ------------------------------------------------------------------------ r37 | oetiker | 2001-06-05 15:42:55 +0200 (Tue, 05 Jun 2001) | 2 lines spell fix ------------------------------------------------------------------------ r36 | oetiker | 2001-05-09 07:31:01 +0200 (Wed, 09 May 2001) | 5 lines Bug fix: when update of multiple PDP/CDP RRAs coincided with interpolation of multiple PDPs an incorrect value was stored as the CDP. Especially evident for GAUGE data sources. Minor changes to rrdcreate.pod. -- Jake Brutlag ------------------------------------------------------------------------ r35 | oetiker | 2001-03-31 17:21:59 +0200 (Sat, 31 Mar 2001) | 3 lines added 'all' dependancy to site-perl-install rule as many seem to skip this step when instaling cricket ... probably an incomplete cricket doku. ------------------------------------------------------------------------ r34 | oetiker | 2001-03-15 20:43:04 +0100 (Thu, 15 Mar 2001) | 2 lines added PROJECTS file ------------------------------------------------------------------------ r33 | oetiker | 2001-03-11 13:03:12 +0100 (Sun, 11 Mar 2001) | 2 lines reindented ------------------------------------------------------------------------ r32 | oetiker | 2001-03-11 12:49:28 +0100 (Sun, 11 Mar 2001) | 2 lines reindented the cource for better readability ------------------------------------------------------------------------ r31 | oetiker | 2001-03-11 00:54:41 +0100 (Sun, 11 Mar 2001) | 7 lines Support for COMPUTE data sources (CDEF data sources). Removes the RPN parser and calculator from rrd_graph and puts then in a new file, rrd_rpncalc.c. Changes to core files rrd_create and rrd_update. Some clean-up of aberrant behavior stuff, including a bug fix. Documentation update (rrdcreate.pod, rrdupdate.pod). Change xml format. -- Jake Brutlag ------------------------------------------------------------------------ r30 | oetiker | 2001-03-07 22:21:54 +0100 (Wed, 07 Mar 2001) | 4 lines complete rewrite of rrdgraph documentation. This also includs info on upcomming/planned changes to the rrdgraph interface and functionality -- Alex van den Bogaerdt ------------------------------------------------------------------------ r28 | oetiker | 2001-03-04 14:50:31 +0100 (Sun, 04 Mar 2001) | 2 lines fidex jackes adderss ------------------------------------------------------------------------ r27 | oetiker | 2001-03-04 14:12:44 +0100 (Sun, 04 Mar 2001) | 2 lines added note on counter vs derive -- Don BAARDA ------------------------------------------------------------------------ r26 | oetiker | 2001-03-04 14:01:56 +0100 (Sun, 04 Mar 2001) | 6 lines Aberrant Behavior Detection support. A brief overview added to rrdtool.pod. Major updates to rrd_update.c, rrd_create.c. Minor update to other core files. This is backwards compatible! But new files using the Aberrant stuff are not readable by old rrdtool versions. See http://cricket.sourceforge.net/aberrant/rrd_hw.htm -- Jake Brutlag ------------------------------------------------------------------------ r25 | oetiker | 2001-03-04 14:00:25 +0100 (Sun, 04 Mar 2001) | 2 lines another do not report Makefile and Makefile.in ------------------------------------------------------------------------ r24 | oetiker | 2001-03-04 13:51:55 +0100 (Sun, 04 Mar 2001) | 2 lines this file has no purpose ------------------------------------------------------------------------ r23 | oetiker | 2001-03-04 13:32:07 +0100 (Sun, 04 Mar 2001) | 2 lines rrdupdate is a generated file it has no place in cvs ------------------------------------------------------------------------ r21 | oetiker | 2001-03-04 12:31:21 +0100 (Sun, 04 Mar 2001) | 2 lines repository cleanup ------------------------------------------------------------------------ r20 | oetiker | 2001-03-04 12:14:26 +0100 (Sun, 04 Mar 2001) | 3 lines added at-style-time@value:value syntax to rrd_update -- Dave Bodenstab ------------------------------------------------------------------------ r19 | oetiker | 2001-03-04 11:29:20 +0100 (Sun, 04 Mar 2001) | 3 lines fixed filedescriptor leak -- Mike Franusich ------------------------------------------------------------------------ r18 | oetiker | 2001-03-02 23:48:39 +0100 (Fri, 02 Mar 2001) | 2 lines added test for hpux. if matched, compile zlib with -fpic instead of -fPIC ------------------------------------------------------------------------ r17 | oetiker | 2001-03-01 22:37:54 +0100 (Thu, 01 Mar 2001) | 2 lines added check for the presence of the compiler used to build perl modules ------------------------------------------------------------------------ r16 | oetiker | 2001-02-26 00:18:40 +0100 (Mon, 26 Feb 2001) | 2 lines they do not belong into cvs ad they are autogenerated ------------------------------------------------------------------------ r15 | oetiker | 2001-02-25 23:57:02 +0100 (Sun, 25 Feb 2001) | 2 lines Fixed ln for modules ------------------------------------------------------------------------ r14 | oetiker | 2001-02-25 23:53:17 +0100 (Sun, 25 Feb 2001) | 2 lines fixed compile order ... src before bindings ------------------------------------------------------------------------ r6 | oetiker | 2001-02-25 23:25:02 +0100 (Sun, 25 Feb 2001) | 2 lines Initial revision ------------------------------------------------------------------------