rrdtool.git
19 years ago* Updated perl compile system. It now uses Makefile.PL for everything,
oetiker [Thu, 10 Mar 2005 17:03:34 +0000 (17:03 +0000)]
* 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

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@307 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agorevamped configure system ... lots more stuff is in acinclude now still a
oetiker [Fri, 4 Mar 2005 23:53:39 +0000 (23:53 +0000)]
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.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@306 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoBig autotool update:
oetiker [Fri, 4 Mar 2005 00:12:37 +0000 (00:12 +0000)]
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

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@305 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoignorelists are a propperty of an svn directory not a file
oetiker [Thu, 3 Mar 2005 13:34:53 +0000 (13:34 +0000)]
ignorelists are a propperty of an svn directory not a file

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@300 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agodo not complain when setting environemnt variable sucessfully. -- hunter@mimuw.edu.pl
oetiker [Sun, 27 Feb 2005 22:00:54 +0000 (22:00 +0000)]
do not complain when setting environemnt variable sucessfully. -- hunter@mimuw.edu.pl

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@298 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agolet rrd_graph return the actual value range it picked ...
oetiker [Sun, 13 Feb 2005 16:13:33 +0000 (16:13 +0000)]
let rrd_graph return the actual value range it picked ...
-- Henrik Stoerner <henrik@hswn.dk>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@297 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofix for memory leak. Rene Gallati <security .. draxinusom.ch>
oetiker [Fri, 28 Jan 2005 14:02:17 +0000 (14:02 +0000)]
fix for memory leak. Rene Gallati <security .. draxinusom.ch>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@296 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoupdate todo
oetiker [Mon, 3 Jan 2005 22:25:37 +0000 (22:25 +0000)]
update todo

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@295 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years ago* fore-rules-legend option -- author name missing
oetiker [Mon, 25 Oct 2004 22:22:53 +0000 (22:22 +0000)]
* fore-rules-legend option -- author name missing

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@294 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofixed segmentation falt problem in rrd_tool -- Yasuhiro Sumi <yasuhiro.sumi@hde.co.jp>
oetiker [Mon, 25 Oct 2004 22:21:19 +0000 (22:21 +0000)]
fixed segmentation falt problem in rrd_tool -- Yasuhiro Sumi <yasuhiro.sumi@hde.co.jp>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@293 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofix return codes in the error case -- Haroon Rafique <haroon.rafique@utoronto.ca>
oetiker [Thu, 21 Oct 2004 19:21:24 +0000 (19:21 +0000)]
fix return codes in the error case -- Haroon Rafique <haroon.rafique@utoronto.ca>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@292 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agomisc fixed and TREND and reduce functionality by
oetiker [Fri, 24 Sep 2004 21:11:09 +0000 (21:11 +0000)]
misc fixed and TREND and reduce functionality by
-- David M. Grimes <dgrimes@navisite.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@291 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoCDEF operators SHIFT, SQRT, SORT, and REV (reverse). See documentation for what
oetiker [Tue, 24 Aug 2004 05:26:09 +0000 (05:26 +0000)]
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 <dgrimes@navisite.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@290 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoadded note on escaping :
oetiker [Mon, 9 Aug 2004 08:38:55 +0000 (08:38 +0000)]
added note on escaping :

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@289 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoport forward of fixes from the stable version of rrd_cgi
oetiker [Sun, 8 Aug 2004 21:54:07 +0000 (21:54 +0000)]
port forward of fixes from the stable version of rrd_cgi

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@288 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agowhen moving the data pointers we should take into account how fahr off they
oetiker [Sat, 7 Aug 2004 23:46:35 +0000 (23:46 +0000)]
when moving the data pointers we should take into account how fahr off they
are. Found by David M. Grimes <dgrimes@navisite.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@287 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoremoved nonexisting files from manifest
oetiker [Thu, 5 Aug 2004 21:24:46 +0000 (21:24 +0000)]
removed nonexisting files from manifest

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@286 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoFix the Win32 build for executable and perl-shared library.
jake [Fri, 30 Jul 2004 00:30:13 +0000 (00:30 +0000)]
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.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@285 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoadded Peter Speck
oetiker [Wed, 14 Jul 2004 10:55:25 +0000 (10:55 +0000)]
added Peter Speck

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@284 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoallow building rpm from cvs where there is not ChangeLog (this gets generated when the
oetiker [Sat, 26 Jun 2004 09:03:50 +0000 (09:03 +0000)]
allow building rpm from cvs where there is not ChangeLog (this gets generated when the
distribution tar is built) -- Tobi and Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@283 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoIt's quie enough that the title is placed on the top
oetiker [Wed, 23 Jun 2004 20:36:39 +0000 (20:36 +0000)]
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 <ssinyagin@yahoo.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@282 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoreverted ... $< does not work
oetiker [Wed, 23 Jun 2004 08:39:44 +0000 (08:39 +0000)]
reverted ... $< does not work

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@281 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoThe "$^" variable is GNU make-specific, and fails to compile under
oetiker [Tue, 22 Jun 2004 22:09:07 +0000 (22:09 +0000)]
The "$^" variable is GNU make-specific, and fails to compile under
FreeBSD 4.10. Please change it to $<, which is more compatible.
--  Stanislav Sinyagin <ssinyagin@yahoo.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@280 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofixed type for text_prop_conv prototype
oetiker [Thu, 17 Jun 2004 22:09:24 +0000 (22:09 +0000)]
fixed type for text_prop_conv prototype

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@279 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoFix for debian freetype linking
oetiker [Mon, 7 Jun 2004 19:07:57 +0000 (19:07 +0000)]
Fix for debian freetype linking
-- Peter Hirdina <Peter.Hirdina@gmx.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@278 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoreduce compiler warnings. Many small fixes. -- Mike Slifcak <slif@bellsouth.net>
oetiker [Wed, 26 May 2004 22:11:12 +0000 (22:11 +0000)]
reduce compiler warnings. Many small fixes. -- Mike Slifcak <slif@bellsouth.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@277 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoimprove redhat/fedora building -- Mike Slifcak
oetiker [Wed, 26 May 2004 22:10:24 +0000 (22:10 +0000)]
improve redhat/fedora building -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@276 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoupdate debian build instructions -- Mike Slifcak
oetiker [Wed, 26 May 2004 22:09:58 +0000 (22:09 +0000)]
update debian build instructions -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@275 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoThe counter was the only variable which needed to be an integer.
oetiker [Tue, 25 May 2004 22:08:12 +0000 (22:08 +0000)]
The counter was the only variable which needed to be an integer.
-- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@274 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoThe rrdtool RPM package was depending on the rrdtool-perl package.
oetiker [Tue, 25 May 2004 22:07:30 +0000 (22:07 +0000)]
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

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@273 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoadded dtd descriptsion s or rrdtool xml output -- Wolfgang Schrimm <wolfgang{dot...
oetiker [Tue, 25 May 2004 22:03:04 +0000 (22:03 +0000)]
added dtd descriptsion s or rrdtool xml output  -- Wolfgang Schrimm <wolfgang{dot}schrimm{at}urz{dot}uni-heidelberg{dot}de>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@272 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoadded dump and restore ... Mike Schilli <b2b@perlmeister.com>
oetiker [Tue, 25 May 2004 21:06:59 +0000 (21:06 +0000)]
added dump and restore ... Mike Schilli <b2b@perlmeister.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@271 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoadded some contributors
oetiker [Tue, 25 May 2004 21:01:50 +0000 (21:01 +0000)]
added some contributors

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@270 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofixed time stamp in example -- Mike Slifcak
oetiker [Tue, 25 May 2004 21:00:48 +0000 (21:00 +0000)]
fixed time stamp in example -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@269 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agomore fixes for rpm spec -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:59:49 +0000 (20:59 +0000)]
more fixes for rpm spec -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@268 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agosingle word fix -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:58:57 +0000 (20:58 +0000)]
single word fix -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@267 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoClear out previous legend array contents before freeing legend array.
oetiker [Tue, 25 May 2004 20:57:58 +0000 (20:57 +0000)]
Clear out previous legend array contents before freeing legend array.
Problem could manifest under extreme resource limits.  Not tested.
-- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@266 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agosubordinate term was improperly formed -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:55:37 +0000 (20:55 +0000)]
subordinate term was improperly formed --  Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@265 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoprevent small leak when resources are exhausted -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:53:21 +0000 (20:53 +0000)]
prevent small leak when resources are exhausted -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@264 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofix spelling and syntax, especially in messages that are printed -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:52:16 +0000 (20:52 +0000)]
fix spelling and syntax, especially in messages that are printed -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@263 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoUpdate displayed copyright messages to be consistent. -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:51:49 +0000 (20:51 +0000)]
Update displayed copyright messages to be consistent. -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@262 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agodon't process the old rrdgraph single file document -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:51:12 +0000 (20:51 +0000)]
don't process the old rrdgraph single file document -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@261 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofix rpm rules -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:50:36 +0000 (20:50 +0000)]
fix rpm rules --  Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@260 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofixed debian dependencies -- Mike Slifcak
oetiker [Tue, 25 May 2004 20:50:07 +0000 (20:50 +0000)]
fixed debian dependencies --  Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@259 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoThe expression's head was first checking for LT, and then for LTIME,
oetiker [Tue, 25 May 2004 16:51:49 +0000 (16:51 +0000)]
The expression's head was first checking for LT, and then for LTIME,
and the latter was never reached. -- Stanislav Sinyagin <ssinyagin@yahoo.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@258 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agointegrated from debian
oetiker [Wed, 19 May 2004 05:11:07 +0000 (05:11 +0000)]
integrated from debian

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@257 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoits 365 days in a year .... -- Mike Slifcak
oetiker [Tue, 18 May 2004 18:54:50 +0000 (18:54 +0000)]
its 365 days in a year .... -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@256 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agobig spell checking patch -- slif@bellsouth.net
oetiker [Tue, 18 May 2004 18:53:03 +0000 (18:53 +0000)]
big spell checking patch -- slif@bellsouth.net

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@255 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agomake force option work
oetiker [Tue, 18 May 2004 18:51:55 +0000 (18:51 +0000)]
make force option work

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@254 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoadded beginners guide off debian -- slif@bellsouth.net
oetiker [Tue, 18 May 2004 18:51:02 +0000 (18:51 +0000)]
added beginners guide off debian --  slif@bellsouth.net

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@253 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoadd 4chars and fix two examples -- Mike Slifcak <slif@bellsouth.net>
oetiker [Tue, 18 May 2004 18:49:50 +0000 (18:49 +0000)]
add 4chars and fix two examples -- Mike Slifcak <slif@bellsouth.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@252 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoinitial debian build system added -- Mike Slifcak <slif@bellsouth.net>
oetiker [Tue, 18 May 2004 18:40:31 +0000 (18:40 +0000)]
initial debian build system added -- Mike Slifcak <slif@bellsouth.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@251 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofix library numbering -- Mike Slifcak
oetiker [Tue, 18 May 2004 18:36:05 +0000 (18:36 +0000)]
fix library numbering  -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@250 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agobetter cleaning -- Mike Slifcak
oetiker [Tue, 18 May 2004 18:25:45 +0000 (18:25 +0000)]
better cleaning -- Mike Slifcak

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@249 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agolocate the mkinstalldirs script at top level
oetiker [Wed, 12 May 2004 21:57:53 +0000 (21:57 +0000)]
locate the mkinstalldirs script at top level
accept "configure --mandir=" settings -- Mike Slifcak <slif@bellsouth.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@248 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoAdded the ATAN function. This is being used to convert a DS for each vector component...
oetiker [Tue, 4 May 2004 21:01:29 +0000 (21:01 +0000)]
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 <dan@marge.tofubar.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@247 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoupdated spec file -- Chris Adams <cmadams@hiwaay.net>
oetiker [Tue, 4 May 2004 20:54:47 +0000 (20:54 +0000)]
updated spec file -- Chris Adams <cmadams@hiwaay.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@246 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agodie only after all the version checks are done and not for each one
oetiker [Tue, 4 May 2004 05:25:19 +0000 (05:25 +0000)]
die only after all the version checks are done and not for each one
-- Alex van den Bogaerdt <alex@ergens.op.het.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@245 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years ago* Allows rrdtool 1.1.x (2004-04-29) to compile on freebsd.
oetiker [Mon, 3 May 2004 14:05:48 +0000 (14:05 +0000)]
* 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 <ssinyagin@yahoo.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@244 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoSee the patch, attached. It changes the default angle to 90, and
oetiker [Sun, 2 May 2004 21:10:59 +0000 (21:10 +0000)]
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 <ssinyagin@yahoo.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@243 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agofixed O_BINARY
oetiker [Sun, 18 Apr 2004 10:21:31 +0000 (10:21 +0000)]
fixed O_BINARY

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@242 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomake sure fole is opened binary on restore ... to make things work on windows --...
oetiker [Tue, 23 Mar 2004 21:34:28 +0000 (21:34 +0000)]
make sure fole is opened binary on restore ... to make things work on windows -- "Girod, Laurent" <Laurent.Girod@pmintl.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@241 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoAdded --only-graph option -- Piotr Kodzis <Piotr.Kodzis@inteligo.pl>
oetiker [Sun, 21 Mar 2004 11:40:49 +0000 (11:40 +0000)]
Added --only-graph option -- Piotr Kodzis <Piotr.Kodzis@inteligo.pl>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@240 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomake MakeMaker work on debian and fix some leftovers from the library rip-out transition
oetiker [Sun, 14 Mar 2004 20:58:32 +0000 (20:58 +0000)]
make MakeMaker work on debian and fix some leftovers from the library rip-out transition
-- Tobi

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@239 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoinitial
oetiker [Mon, 19 Jan 2004 23:41:34 +0000 (23:41 +0000)]
initial

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@238 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agokill
oetiker [Mon, 19 Jan 2004 23:39:42 +0000 (23:39 +0000)]
kill

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@237 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoremove
oetiker [Mon, 19 Jan 2004 23:39:01 +0000 (23:39 +0000)]
remove

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@236 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agokill it
oetiker [Mon, 19 Jan 2004 23:37:19 +0000 (23:37 +0000)]
kill it

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@235 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agokillem
oetiker [Mon, 19 Jan 2004 23:35:21 +0000 (23:35 +0000)]
killem

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@234 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoall must go
oetiker [Mon, 19 Jan 2004 23:27:17 +0000 (23:27 +0000)]
all must go

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@233 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomisc fixes to get rrdtool working without included libraries.
oetiker [Mon, 19 Jan 2004 23:17:00 +0000 (23:17 +0000)]
misc fixes to get rrdtool working without included libraries.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@232 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomodifications for 'no more local libaries'
oetiker [Mon, 19 Jan 2004 23:16:03 +0000 (23:16 +0000)]
modifications for 'no more local libaries'

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@231 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoaddition of RRDs::times -- Christophe Kalt <kalt@taranis.org>
oetiker [Thu, 15 Jan 2004 18:14:02 +0000 (18:14 +0000)]
addition of RRDs::times -- Christophe Kalt <kalt@taranis.org>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@230 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agousing --riggid it is possible to get a case where minval is bigger than maxval ....
oetiker [Fri, 26 Dec 2003 16:54:55 +0000 (16:54 +0000)]
using --riggid it is possible to get a case where minval is bigger than maxval ... this breaks the horizontal grid ...

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@229 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoStop RRDs for segfaulting on invalid graph input -- Ian Holsman <Ian.Holsman@cnet...
oetiker [Thu, 27 Nov 2003 06:31:38 +0000 (06:31 +0000)]
Stop RRDs for segfaulting on invalid graph input -- Ian Holsman <Ian.Holsman@cnet.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@228 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomake rrd_cgi build again ... Ian Holsman <rrd.developers@holsman.net>
oetiker [Thu, 27 Nov 2003 06:30:36 +0000 (06:30 +0000)]
make rrd_cgi build again ... Ian Holsman <rrd.developers@holsman.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@227 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoNew recursive parser for rrdcgi by Arend-Jan Wijtzes <ajwytzes@wise-guys.nl>
oetiker [Sun, 23 Nov 2003 12:55:37 +0000 (12:55 +0000)]
New recursive parser for rrdcgi by Arend-Jan Wijtzes <ajwytzes@wise-guys.nl>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@226 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoAdding attributions:
oetiker [Wed, 19 Nov 2003 07:06:44 +0000 (07:06 +0000)]
Adding attributions:
* xml fix was by Ian Holsman <rrd.developers@holsman.net>
* font rotation was by Chris Turbeville <turbo@verio.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@225 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agofixed svg generation
oetiker [Wed, 19 Nov 2003 06:58:36 +0000 (06:58 +0000)]
fixed svg generation

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@224 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomore correct usage added -- Eldad Zack <eldad@stoneshaft.ath.cx>
oetiker [Mon, 17 Nov 2003 11:43:56 +0000 (11:43 +0000)]
more correct usage added -- Eldad Zack <eldad@stoneshaft.ath.cx>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@223 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agohandle NULL pointers gracefully
oetiker [Fri, 14 Nov 2003 23:10:51 +0000 (23:10 +0000)]
handle NULL pointers gracefully

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@222 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoallow to pass an open filehandle into rrd_graph as an extra argument
oetiker [Wed, 12 Nov 2003 22:14:26 +0000 (22:14 +0000)]
allow to pass an open filehandle into rrd_graph as an extra argument

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@221 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomake create much faster .. -- David M. Grimes <dgrimes@navisite.com>
oetiker [Wed, 12 Nov 2003 22:13:55 +0000 (22:13 +0000)]
make create much faster .. -- David M. Grimes <dgrimes@navisite.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@220 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoAllow to force overwrite when restoring from xml to rrd.
oetiker [Tue, 11 Nov 2003 21:19:52 +0000 (21:19 +0000)]
Allow to force overwrite when restoring from xml to rrd.
-- Eldad Zack <eldad@stoneshaft.ath.cx>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@219 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoreplaced time_value with rrd_time_value as MacOS X introduced a struct of that name...
oetiker [Tue, 11 Nov 2003 19:46:21 +0000 (19:46 +0000)]
replaced time_value with rrd_time_value as MacOS X introduced a struct of that name in their standard headers

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@218 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agorrd files should NOT change size ever ... bulk update code wa buggy.
oetiker [Tue, 11 Nov 2003 19:38:03 +0000 (19:38 +0000)]
rrd files should NOT change size ever ... bulk update code wa buggy.
-- David M. Grimes <dgrimes@navisite.com>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@217 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years ago20 chars max in a ds name -- Kuba Filipowicz <amo@axit.pl>
oetiker [Tue, 4 Nov 2003 22:20:33 +0000 (22:20 +0000)]
20 chars max in a ds name -- Kuba Filipowicz <amo@axit.pl>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@216 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoadded rotation ...
oetiker [Sun, 26 Oct 2003 19:29:56 +0000 (19:29 +0000)]
added rotation ...

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@215 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoshould not assigne but compare ... grrrrr
oetiker [Thu, 4 Sep 2003 13:16:12 +0000 (13:16 +0000)]
should not assigne but compare ... grrrrr

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@214 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agobe pickier about what we accept in rrd_update. Complain if things do not work out
oetiker [Tue, 2 Sep 2003 21:58:35 +0000 (21:58 +0000)]
be pickier about what we accept in rrd_update. Complain if things do not work out

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@213 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agomake sure we get only 1 flag -- Chris Turbeville <turbo@verio.net>
oetiker [Thu, 28 Aug 2003 21:48:53 +0000 (21:48 +0000)]
make sure we get only 1 flag -- Chris Turbeville <turbo@verio.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@212 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoI was just taking a look at the development RRDtool build (I'm looking
oetiker [Mon, 28 Jul 2003 21:59:22 +0000 (21:59 +0000)]
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 <joe@kafsemo.org>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@211 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoAllow hyphen character in DEF_NAM_FMT to match DS_NAM_FMT.
jake [Thu, 24 Jul 2003 14:51:46 +0000 (14:51 +0000)]
Allow hyphen character in DEF_NAM_FMT to match DS_NAM_FMT.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@210 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoUpdated MS Visual C++ files from 7.0 to 7.1.
jake [Wed, 16 Jul 2003 23:41:37 +0000 (23:41 +0000)]
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.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@209 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoMoved OP_COUNT to the end of the enumeration.
jake [Tue, 15 Jul 2003 00:58:38 +0000 (00:58 +0000)]
Moved OP_COUNT to the end of the enumeration.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@208 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoI've made a patch to rrdcgi to add <RRD::TIME::STRFTIME ...> which allows
oetiker [Tue, 20 May 2003 20:51:04 +0000 (20:51 +0000)]
I've made a patch to rrdcgi to add <RRD::TIME::STRFTIME ...> 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" <terskine@NRCan.gc.ca>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@207 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agosmall patch to rrd_create.c that corrects problem with the
oetiker [Sat, 3 May 2003 15:41:41 +0000 (15:41 +0000)]
small patch to rrd_create.c that corrects problem with the
version number of the newly created files. -- Sasha Mikheev <sasha@avalon-net.co.il>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@206 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoreadline in rrd_open.c reads the file in 8 KB blocks, and calls realloc for
oetiker [Tue, 29 Apr 2003 21:56:49 +0000 (21:56 +0000)]
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 <speck@ruc.dk>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@205 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoadded comment on iso
oetiker [Tue, 29 Apr 2003 19:37:27 +0000 (19:37 +0000)]
added comment on iso

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@204 a5681a0c-68f1-0310-ab6d-d61299d08faa

20 years agoChange updatev RRA return from index_number to cf_nam, pdp_cnt.
jake [Tue, 29 Apr 2003 19:14:12 +0000 (19:14 +0000)]
Change updatev RRA return from index_number to cf_nam, pdp_cnt.
Also revert accidental addition of -I to aclocal MakeMakefile.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@203 a5681a0c-68f1-0310-ab6d-d61299d08faa