]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/log
thirdparty/rrdtool-1.x.git
12 years agoadd a gitignore file 382/head
Vincent Bernat [Thu, 4 Apr 2013 17:18:50 +0000 (19:18 +0200)] 
add a gitignore file

It contains common exclusion rules, autoconf stuff, automake stuff,
cscope and po. It is expected that a user would use a `build/`
directory to build stuff.

12 years agofixed overflow probem with partial matching
Tobias Oetiker [Tue, 19 Mar 2013 06:08:53 +0000 (07:08 +0100)] 
fixed overflow probem with partial matching

12 years agoLINE: should have width 1 and not width 0
Tobias Oetiker [Tue, 19 Mar 2013 06:08:25 +0000 (07:08 +0100)] 
LINE: should have width 1 and not width 0

12 years agoraise an error if part of an CDEF is unparsable
Tobias Oetiker [Sat, 16 Mar 2013 17:09:38 +0000 (18:09 +0100)] 
raise an error if part of an CDEF is unparsable

12 years agounified return codes for parse errors
Tobias Oetiker [Sat, 16 Mar 2013 17:09:10 +0000 (18:09 +0100)] 
unified return codes for parse errors

12 years agofix parsing of HRULE and VRULE with absolute values
Tobias Oetiker [Thu, 14 Mar 2013 09:51:33 +0000 (10:51 +0100)] 
fix parsing of HRULE and VRULE with absolute values

12 years agoonly \: should be handled here other escapes are handled later on
Tobias Oetiker [Thu, 14 Mar 2013 07:53:39 +0000 (08:53 +0100)] 
only \: should be handled here other escapes are handled later on

12 years agoadded sample data
Tobias Oetiker [Tue, 12 Mar 2013 08:58:21 +0000 (09:58 +0100)] 
added sample data

12 years agoonly add *DEF entries to the hash_table
Tobias Oetiker [Mon, 11 Mar 2013 09:56:58 +0000 (10:56 +0100)] 
only add *DEF entries to the hash_table

12 years agowhen using \ to escape a character from processing, the \ should not show up in the...
Tobias Oetiker [Mon, 11 Mar 2013 08:06:35 +0000 (09:06 +0100)] 
when using \ to escape a character from processing, the \ should not show up in the final result

12 years agoimprove rrd_graph performance for large (>1000) number of *DEF variables by using...
Tobias Oetiker [Thu, 28 Feb 2013 14:08:52 +0000 (15:08 +0100)] 
improve rrd_graph performance for large (>1000) number of *DEF variables by using hash_table lookups instead of linear search

12 years agopositional legends in AREA and LINE are optional if they are the last argument
Tobias Oetiker [Mon, 25 Feb 2013 14:31:49 +0000 (15:31 +0100)] 
positional legends in AREA and LINE are optional if they are the last argument

12 years agoMerge pull request #369 from nhale25/master
Tobias Oetiker [Sun, 10 Feb 2013 11:22:46 +0000 (03:22 -0800)] 
Merge pull request #369 from nhale25/master

Fixes relating to databases covering large timespans.

12 years agoAdded check for graph timespan overflowing if time_t is 32 bits. 369/head
Nick [Sat, 9 Feb 2013 18:46:40 +0000 (18:46 +0000)] 
Added check for graph timespan overflowing if time_t is 32 bits.

12 years agoFixed overflow bug.
Nick [Sat, 9 Feb 2013 16:38:17 +0000 (16:38 +0000)] 
Fixed overflow bug.

12 years agoMerge pull request #360 from mkhon/master
Tobias Oetiker [Tue, 22 Jan 2013 07:13:43 +0000 (23:13 -0800)] 
Merge pull request #360 from mkhon/master

Fix build with non-standard glib location

12 years agoMerge pull request #365 from octo/ff/locale
Tobias Oetiker [Tue, 22 Jan 2013 07:07:02 +0000 (23:07 -0800)] 
Merge pull request #365 from octo/ff/locale

Use the "C" locale when parsing data returned by the caching daemon.

12 years agoUse the "C" locale when parsing data returned by the caching daemon. 365/head
Florian Forster [Fri, 18 Jan 2013 15:07:40 +0000 (16:07 +0100)] 
Use the "C" locale when parsing data returned by the caching daemon.

12 years agoMerge pull request #363 from odoucet/master
Tobias Oetiker [Wed, 9 Jan 2013 15:15:35 +0000 (07:15 -0800)] 
Merge pull request #363 from odoucet/master

Updated documentation with libdbi performance issues with MySQL backend

12 years agoUpdated rrdgraph_libdbi doc about MySQL performance issues 363/head
Olivier Doucet [Wed, 9 Jan 2013 14:52:44 +0000 (15:52 +0100)] 
Updated rrdgraph_libdbi doc about MySQL performance issues

12 years agoLT -> LE
Georg Lutz [Sat, 5 Jan 2013 11:36:56 +0000 (12:36 +0100)] 
LT -> LE

12 years agoFix build when glib is in non-standard location (e.g. /opt). 360/head
Max Khon [Wed, 12 Dec 2012 06:48:23 +0000 (13:48 +0700)] 
Fix build when glib is in non-standard location (e.g. /opt).

12 years agoMerge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Mon, 19 Nov 2012 08:09:59 +0000 (09:09 +0100)] 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x

12 years agoproperly fix handling of time_t size in rrd_restore
Tobias Oetiker [Mon, 19 Nov 2012 08:09:41 +0000 (09:09 +0100)] 
properly fix handling of time_t size in rrd_restore

12 years agoMerge pull request #358 from jimmyngo/master
Tobias Oetiker [Fri, 16 Nov 2012 06:59:30 +0000 (22:59 -0800)] 
Merge pull request #358 from jimmyngo/master

Undoing off by one correction (the patch was correct originally)

12 years agoUpdate bindings/python/rrdtoolmodule.c 358/head
jimmyngo [Thu, 15 Nov 2012 02:27:21 +0000 (18:27 -0800)] 
Update bindings/python/rrdtoolmodule.c

Undoing the off by one correction as per previous email.

12 years agoNormally the graphing function makes sure that the entire B<LINE> or B<AREA>
Tobias Oetiker [Wed, 14 Nov 2012 16:46:42 +0000 (17:46 +0100)] 
Normally the graphing function makes sure that the entire B<LINE> or B<AREA>
is visible in the chart. The scaling of the chart will be modified
accordingly if necessary. Any B<LINE> or B<AREA> can be excluded from this
process by adding the option B<skipscale>.

12 years agoNew rrd_update switch --skip-past-updates
Tobias Oetiker [Tue, 13 Nov 2012 14:56:47 +0000 (15:56 +0100)] 
New rrd_update switch --skip-past-updates

When updateing an rrd file with data earlier than the latest update already
applied, rrdtool will issue an error message an abort. This option instructs
rrdtool to silently skip such data. It can be useful when re-playing old
data into an rrd file and you are not sure how many updates have already
been applied.

12 years agoFix for the first day of week detection logic in rrdtool
Antony Dovgal [Tue, 13 Nov 2012 14:50:29 +0000 (15:50 +0100)] 
Fix for the first day of week detection logic in rrdtool

12 years agodo not die when failing to add link
Tobias Oetiker [Sat, 10 Nov 2012 16:48:47 +0000 (17:48 +0100)] 
do not die when failing to add link

12 years agofix trendnan variable access
Tobias Oetiker [Sat, 10 Nov 2012 16:48:16 +0000 (17:48 +0100)] 
fix trendnan variable access

12 years agoadd git notes
Tobias Oetiker [Tue, 11 Sep 2012 12:33:08 +0000 (14:33 +0200)] 
add git notes

12 years agofix off by 1 error
Tobias Oetiker [Mon, 3 Sep 2012 13:39:29 +0000 (13:39 +0000)] 
fix off by 1 error

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

12 years agofixed pango markup link
Tobias Oetiker [Wed, 22 Aug 2012 09:57:33 +0000 (09:57 +0000)] 
fixed pango markup link

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

12 years agoremove a bunch of variables which were set but never used as pointed out by gcc
Tobias Oetiker [Tue, 14 Aug 2012 09:23:11 +0000 (09:23 +0000)] 
remove a bunch of variables which were set but never used as pointed out by gcc

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

12 years agofix locations for installing the sample programs to make automake happy
Tobias Oetiker [Tue, 14 Aug 2012 09:22:19 +0000 (09:22 +0000)] 
fix locations for installing the sample programs to make automake happy

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

12 years agointegrate rrdinfo and rrdcreate into the rrdupdate binary - Sven-Göran Bergh
Tobias Oetiker [Mon, 13 Aug 2012 14:04:15 +0000 (14:04 +0000)] 
integrate rrdinfo and rrdcreate into the rrdupdate binary - Sven-Göran Bergh

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

12 years agouse snprintf, strdup, ... where possible to make for safer operation -- Martin Pelikan
Tobias Oetiker [Mon, 13 Aug 2012 06:19:17 +0000 (06:19 +0000)] 
use snprintf, strdup, ... where possible to make for safer operation -- Martin Pelikan

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

12 years agoopenbsd does not know EPROTO it seems
Tobias Oetiker [Sun, 12 Aug 2012 20:49:17 +0000 (20:49 +0000)] 
openbsd does not know EPROTO it seems

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

12 years agocomplete segfault fix for second axis %s format begun in r2123 (thanks Martin Pelikan...
Tobias Oetiker [Sun, 12 Aug 2012 14:37:31 +0000 (14:37 +0000)] 
complete segfault fix for second axis %s format begun in r2123 (thanks Martin Pelikan for the hint)

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

13 years agoRRDs.xs uses &PL_sv_undef to insert undefined values into arrays and hashes. This...
Tobias Oetiker [Tue, 31 Jul 2012 12:43:45 +0000 (12:43 +0000)] 
RRDs.xs uses &PL_sv_undef to insert undefined values into arrays and hashes. This leads to all sorts of problems. For details, please see "AVs, HVs and undefined values" section in perlguts(1). -- patch by tobez+lars

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

13 years agosupport for the xport command -- Jimmy Ngo
Tobias Oetiker [Sat, 28 Jul 2012 13:55:30 +0000 (13:55 +0000)] 
support for the xport command -- Jimmy Ngo

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

13 years agoserviced config etc files for rrdtool
Tobias Oetiker [Mon, 2 Jul 2012 15:05:32 +0000 (15:05 +0000)] 
serviced config etc files for rrdtool

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

13 years agowire up systemd support in autoconf -- tomek@pipebreaker.pl
Tobias Oetiker [Mon, 2 Jul 2012 14:01:06 +0000 (14:01 +0000)] 
wire up systemd support in autoconf -- tomek@pipebreaker.pl

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

13 years agorrd_graph_rpn: add a MEDIAN operator. -- Aaron Gallagher <_@habnab.it>
Tobias Oetiker [Fri, 1 Jun 2012 10:04:59 +0000 (10:04 +0000)] 
rrd_graph_rpn: add a MEDIAN operator. -- Aaron Gallagher <_@habnab.it>

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

13 years agomake rrd_daemon systemd aware - patch by Tomasz Torcz tomek pipebreaker.pl
Tobias Oetiker [Wed, 23 May 2012 14:39:48 +0000 (14:39 +0000)] 
make rrd_daemon systemd aware - patch by  Tomasz Torcz tomek pipebreaker.pl

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

13 years agofix warning: "__STRICT_ANSI__" is not defined warning patch by Gilles Esp
Tobias Oetiker [Mon, 7 May 2012 07:31:28 +0000 (07:31 +0000)] 
fix warning: "__STRICT_ANSI__" is not defined warning patch by Gilles Esp

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

13 years agomake sure the grid and label positioner does NOT take the dst state of the current...
Tobias Oetiker [Tue, 10 Apr 2012 10:12:28 +0000 (10:12 +0000)] 
make sure the grid and label positioner does NOT take the dst state of the current time into account.

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

13 years agoif the perl bindings are to be installed together with rrdtool, make sure INSTALL_BAS...
Tobias Oetiker [Thu, 8 Mar 2012 07:46:04 +0000 (07:46 +0000)] 
if the perl bindings are to be installed together with rrdtool, make sure INSTALL_BASE does not confuse things. Inspired by Mike Schilli.

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

13 years agointroducing the new key=value parser for graph command arguments ... work in progress...
Tobias Oetiker [Tue, 6 Mar 2012 10:13:46 +0000 (10:13 +0000)] 
introducing the new key=value parser for graph command arguments ... work in progress - Martin Sperl

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

13 years agofix flush race in rrdcached -- Christian Hitz
Tobias Oetiker [Mon, 5 Mar 2012 16:49:01 +0000 (16:49 +0000)] 
fix flush race in rrdcached -- Christian Hitz

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

13 years agofix regression in graph generation -- martin sperl
Tobias Oetiker [Thu, 1 Mar 2012 09:45:08 +0000 (09:45 +0000)] 
fix regression in graph generation -- martin sperl

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

13 years agostart of implementation to create a new chart type (XY) -- martin sperl
Tobias Oetiker [Sat, 25 Feb 2012 16:10:50 +0000 (16:10 +0000)] 
start of implementation to create a new chart type (XY) -- martin sperl

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

13 years agofor RRAs with a step count of 1, treat MIN/MAX/LAST and AVERAGE as equal, so there...
Tobias Oetiker [Sat, 25 Feb 2012 16:09:41 +0000 (16:09 +0000)] 
for RRAs with a step count of 1, treat MIN/MAX/LAST and AVERAGE as equal, so there is no need to create a MIN/MAX/LAST entry for the highest resolution. -- Martin Sperl

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

13 years agomoved output generation for xport out of rrd_tool.c -- martin sperl
Tobias Oetiker [Fri, 24 Feb 2012 07:44:25 +0000 (07:44 +0000)] 
moved output generation for xport out of rrd_tool.c -- martin sperl

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

13 years agoextra output formats for rrd_graph -- martin sperl
Tobias Oetiker [Thu, 23 Feb 2012 08:33:19 +0000 (08:33 +0000)] 
extra output formats for rrd_graph -- martin sperl

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

13 years agojson requires keys to be proper strings and thus quoted ...
Tobias Oetiker [Wed, 22 Feb 2012 22:11:18 +0000 (22:11 +0000)] 
json requires keys to be proper strings and thus quoted ...

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

13 years agokill a few warnings and properly release memory -- martin sperl
Tobias Oetiker [Wed, 22 Feb 2012 10:27:42 +0000 (10:27 +0000)] 
kill a few warnings and properly release memory -- martin sperl

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

13 years agoimplement CSV, TSC, SSV with JSON and XML as "graphics" formats for rrdgraph -- Marti...
Tobias Oetiker [Wed, 22 Feb 2012 06:44:28 +0000 (06:44 +0000)] 
implement CSV, TSC, SSV with JSON and XML as "graphics" formats for rrdgraph -- Martin Sperl

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

13 years agomaximum library version is 255
Tobias Oetiker [Mon, 20 Feb 2012 10:26:42 +0000 (10:26 +0000)] 
maximum library version is 255

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

13 years agoremove duplicate code in rrd_open -- Richard Laager
Tobias Oetiker [Thu, 2 Feb 2012 15:39:54 +0000 (15:39 +0000)] 
remove duplicate code in rrd_open -- Richard Laager

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

13 years agouse posix_fallocate when initialiying rrd files ... instead of filling them with...
Tobias Oetiker [Thu, 2 Feb 2012 15:38:44 +0000 (15:38 +0000)] 
use  posix_fallocate when initialiying rrd files ... instead of filling them with yero explicitly -- Richard Laager

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

13 years agofix for tcl bindings ... -- George Ross
Tobias Oetiker [Thu, 2 Feb 2012 15:35:24 +0000 (15:35 +0000)] 
fix for tcl bindings ... -- George Ross

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

13 years agoregression fix for r2265
Tobias Oetiker [Tue, 24 Jan 2012 08:20:45 +0000 (08:20 +0000)] 
regression fix for r2265

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

13 years agotest for tm.tm_gmtoff presence in configure.ac fix for #330
Tobias Oetiker [Tue, 24 Jan 2012 08:18:37 +0000 (08:18 +0000)] 
test for tm.tm_gmtoff presence in configure.ac fix for #330

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

13 years agocheck in /usr/lib64 for tclConfig.sh too
Tobias Oetiker [Tue, 24 Jan 2012 07:38:31 +0000 (07:38 +0000)] 
check in /usr/lib64 for tclConfig.sh too

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

13 years agofix shared library version number
Tobias Oetiker [Mon, 23 Jan 2012 13:56:25 +0000 (13:56 +0000)] 
fix shared library version number

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

13 years agoadded a nop control for string formating, so that strings ending in /x are possible...
Tobias Oetiker [Fri, 20 Jan 2012 07:57:59 +0000 (07:57 +0000)] 
added a nop control for string formating, so that strings ending in /x are possible by entering \x\.
fix for #331

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

13 years agoadded support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. Fix for...
Tobias Oetiker [Fri, 20 Jan 2012 07:27:50 +0000 (07:27 +0000)] 
added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. Fix for #333 (thanks Christoph)

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

13 years agobe clearer as to what VDEF LAST/FIRST do.
Tobias Oetiker [Wed, 18 Jan 2012 06:08:12 +0000 (06:08 +0000)] 
be clearer as to what VDEF LAST/FIRST do.

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

13 years agoremove perl 5.004 compatibility hack and make things work on newer perls in exchange :-)
Tobias Oetiker [Tue, 17 Jan 2012 06:53:29 +0000 (06:53 +0000)] 
remove perl 5.004 compatibility hack and make things work on newer perls in exchange :-)

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

13 years agofix libwrap and libdbi detection logic
Tobias Oetiker [Mon, 16 Jan 2012 14:34:21 +0000 (14:34 +0000)] 
fix libwrap and libdbi detection logic

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

13 years agoaddeded documentation for json
Tobias Oetiker [Mon, 16 Jan 2012 14:31:49 +0000 (14:31 +0000)] 
addeded documentation for json

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

13 years agorrdtool is assuming that rrd_xport will always return -1 on failure;
Tobias Oetiker [Mon, 16 Jan 2012 10:59:14 +0000 (10:59 +0000)] 
rrdtool is assuming that rrd_xport will always return -1 on failure;
however, rrd_xport returns errno (which is, generally, not -1) if
rrd_client fails. I figured it was easier to change rrdtool than to change
everything in rrd_client. For good measure, I also changed the checks on
the calls to rrd_fetch and rrd_graph. I'm not sure if they're susceptible
to the same problem, but, well, better to check for the one thing you do
what you want than to enumerate all the possible things you don't want.

This segfault is caused by an uninitialized variable use (in particular,
legend_v and col_cnt end up being used and passed to printf uninitialized).
Nothing offhand jumped out at me as easily-exploitable to do code
injection, but I only spent five or so minutes looking at it, so there very
well may be a security problem hiding behind this. -- James Brown <jbrown@yelp.com>

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

13 years agointegrated json support in rrdtool xport with inspiration from Erik Kastner and Micha...
Tobias Oetiker [Sun, 15 Jan 2012 16:31:12 +0000 (16:31 +0000)] 
integrated json support in rrdtool xport with inspiration from Erik Kastner and Michael Markstaller -- Tobi

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

13 years agobe more careful when finding pic flags
Tobias Oetiker [Mon, 19 Dec 2011 16:03:09 +0000 (16:03 +0000)] 
be more careful when finding pic flags

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

13 years agofix horyzontal alignement of lines and aread
Tobias Oetiker [Fri, 16 Dec 2011 20:19:49 +0000 (20:19 +0000)] 
fix horyzontal alignement of lines and aread

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

13 years agofix grid fitting for corner cases
Tobias Oetiker [Fri, 16 Dec 2011 17:39:14 +0000 (17:39 +0000)] 
fix grid fitting for corner cases

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

13 years agouse standard functions for checking
Tobias Oetiker [Fri, 16 Dec 2011 16:13:23 +0000 (16:13 +0000)] 
use standard functions for checking

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

13 years agosearch for tcpd.h with <>
Tobias Oetiker [Fri, 16 Dec 2011 13:25:34 +0000 (13:25 +0000)] 
search for tcpd.h with <>

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

13 years agofix win32 distributables
Tobias Oetiker [Fri, 16 Dec 2011 07:48:48 +0000 (07:48 +0000)] 
fix win32 distributables

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

13 years agomerged updated win32 port by Larry Adams and the cacti team
Tobias Oetiker [Thu, 15 Dec 2011 16:08:59 +0000 (16:08 +0000)] 
merged updated win32 port by Larry Adams and the cacti team

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

13 years agofixed some reference errors
Tobias Oetiker [Mon, 12 Dec 2011 06:48:45 +0000 (06:48 +0000)] 
fixed some reference errors

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

13 years agorpn compare operators CAN return unknown ... (#293)
Tobias Oetiker [Thu, 1 Dec 2011 15:27:24 +0000 (15:27 +0000)] 
rpn compare operators CAN return unknown ... (#293)

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

13 years agogettext 0.17 is sufficient too and more widely used than 0.18 ...
Tobias Oetiker [Thu, 1 Dec 2011 15:09:12 +0000 (15:09 +0000)] 
gettext 0.17 is sufficient too and more widely used than 0.18 ...
-- Bernard Li <bernard@vanhpc.org>

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

13 years agofix some issues with the
Tobias Oetiker [Thu, 1 Dec 2011 15:07:38 +0000 (15:07 +0000)] 
fix some issues with the
spec file, specifically:

- Reset Release to 1
- Add -lua subpackage
- Fix -perl subpackage so it includes the correct Perl package paths

The version should probably be updated to 1.5.0 (for trunk), or we
could just grab that from configure.ac.

Tested building on EL5 and EL6 (beta).

It would be great if this could also be backported to the 1.4 tree.

-- Bernard Li <bernard@vanhpc.org>

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

13 years agofix typo in configure.ac (regression from r2227) fix for #324
Tobias Oetiker [Tue, 29 Nov 2011 22:42:45 +0000 (22:42 +0000)] 
fix typo in configure.ac (regression from r2227) fix for #324

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

13 years agoIt seems that function graph_size_location() doesn't call xtr(im, 0) if (im->extra_fl...
Tobias Oetiker [Mon, 28 Nov 2011 07:38:54 +0000 (07:38 +0000)] 
It seems that function graph_size_location() doesn't call xtr(im, 0) if (im->extra_flags & ONLY_GRAPH) != 0. Therefore, static variable pixie in function xtr() remains uninitialized (fix for #322). -- u00mp yandex.ru

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

13 years agofix glib dependency for --disable-rrd_graph and update library versions (fix for...
Tobias Oetiker [Mon, 28 Nov 2011 07:32:36 +0000 (07:32 +0000)] 
fix glib dependency for --disable-rrd_graph and update library versions (fix for #323)

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

13 years agocall this 1.4.999
Tobias Oetiker [Thu, 24 Nov 2011 15:15:42 +0000 (15:15 +0000)] 
call this 1.4.999

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

13 years agoinitialize magfact to 1 ... fixes logarithm chart display issues (patch from Christop...
Tobias Oetiker [Thu, 24 Nov 2011 15:07:23 +0000 (15:07 +0000)] 
initialize magfact to 1 ... fixes logarithm chart display issues (patch from Christoph Biedl) #296

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

13 years agoupdates to the win32 port -- Chris Larsen
Tobias Oetiker [Thu, 24 Nov 2011 14:55:06 +0000 (14:55 +0000)] 
updates to the win32 port -- Chris Larsen

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

13 years agofix some string marshaling bugs in the Dot Net binding -- Chris Larsen
Tobias Oetiker [Thu, 24 Nov 2011 14:51:24 +0000 (14:51 +0000)] 
fix some string marshaling bugs in the Dot Net binding -- Chris Larsen

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

13 years agoafter fetching, data must be reduced to at least chart resolution, else some data...
Tobias Oetiker [Thu, 24 Nov 2011 14:26:30 +0000 (14:26 +0000)] 
after fetching, data must be reduced to at least chart resolution, else some data will not get plotted. fix for #298

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

13 years agoproperly handle the case where RRDCACHED_ADDRESS is an empty string
Tobias Oetiker [Thu, 24 Nov 2011 10:55:18 +0000 (10:55 +0000)] 
properly handle the case where RRDCACHED_ADDRESS is an empty string

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

13 years agothe number of COMPUTE rpn nodes is architecture dependent. calculate the right number...
Tobias Oetiker [Wed, 23 Nov 2011 16:54:17 +0000 (16:54 +0000)] 
the number of COMPUTE rpn nodes is architecture dependent. calculate the right number and complain otherwise. Fix for #300.

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

13 years agomake rrd_mkdir_p work on bsd* unixes too ... their dirname call works differently...
Tobias Oetiker [Wed, 23 Nov 2011 08:52:37 +0000 (08:52 +0000)] 
make rrd_mkdir_p work on bsd* unixes too ... their dirname call works differently ... #305

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

13 years agouse long int format
Tobias Oetiker [Wed, 23 Nov 2011 08:49:23 +0000 (08:49 +0000)] 
use long int format

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

13 years agoa new command-line parameter, --week-fmt, by which I can translate the word "week...
Tobias Oetiker [Tue, 22 Nov 2011 17:13:13 +0000 (17:13 +0000)] 
a new command-line parameter, --week-fmt, by which I can translate the word "week" in the graphs. -- Martin Volf

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

13 years agoallow to restore xml files with zero row rras ... this is a degenerated case
Tobias Oetiker [Tue, 22 Nov 2011 15:40:22 +0000 (15:40 +0000)] 
allow to restore xml files with zero row rras ... this is a degenerated case
that does not occure in the wild, as rrdtool prevents the creation of such
rrd files. But rrdtool restore 1.3 did allows to create them via restore.
Now this is possible again. Fix for #310.

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