]>
 
 
git.ipfire.org Git - thirdparty/rrdtool-1.x.git/log 
 
 
 
 
 
 
Peter Stamfest  [Sun, 23 Feb 2014 22:17:12 +0000  (23:17 +0100)]  
 
make modify command available 
- so far it is only really possible to remove data sources 
 
Peter Stamfest  [Sun, 23 Feb 2014 22:15:39 +0000  (23:15 +0100)]  
 
add rrd_modify (but do not yet use it) 
 
Peter Stamfest  [Sun, 23 Feb 2014 22:08:33 +0000  (23:08 +0100)]  
 
make write_file public 
 
Julien Thomas  [Fri, 7 Feb 2014 13:21:53 +0000  (14:21 +0100)]  
 
merged changes 
 
AutoAquaria  [Mon, 10 Feb 2014 17:18:56 +0000  (11:18 -0600)]  
 
Add --left-axis-format option to control labels on y-axis of graph. 
 
Conflicts: 
 
	src/rrd_graph.c 
 
Tobias Oetiker  [Tue, 26 Nov 2013 05:23:23 +0000  (21:23 -0800)]  
 
Merge pull request #435 from elfring/reserved_identifier_violation_clean-up 
 
Bug #429: Clean-up of reserved identifier violations 
 
Markus Elfring  [Mon, 25 Nov 2013 16:16:25 +0000  (17:16 +0100)]  
 
Bug #429: Clean-up of reserved identifier violations 
 
A few identifiers did not fit to the expected naming convention of the 
C++ language standard. This detail was fixed by the deletion of an underscore. 
The probability for name clashes was reduced for the affected include guards 
by the addition of a kind of universally unique identifier as a suffix. 
 
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>  
Markus Elfring  [Mon, 25 Nov 2013 16:10:51 +0000  (17:10 +0100)]  
 
Bug #429: Clean-up of reserved identifier violations 
 
Some identifiers did not fit to the expected naming convention of the 
C language standard. This detail was fixed by the deletion of leading underscores. 
The probability for name clashes was reduced for the affected include guards 
by the addition of a kind of universally unique identifier as a suffix. 
 
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>  
Tobias Oetiker  [Mon, 25 Nov 2013 13:53:27 +0000  (05:53  -0800)]  
 
Merge pull request #434 from elfring/signal_handler_correction 
 
Bug #431: Fix signal handler 
 
Markus Elfring  [Mon, 25 Nov 2013 13:11:34 +0000  (14:11 +0100)]  
 
Bug #431: Fix signal handler 
 
The signal handler implementation called async-signal-unsafe functions. 
Corresponding notifications are handled by the interface "sigwaitinfo" 
in a separate thread now. 
 
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>  
Tobias Oetiker  [Mon, 25 Nov 2013 13:06:31 +0000  (14:06 +0100)]  
 
fix pod syntax 
 
Tobias Oetiker  [Sun, 24 Nov 2013 22:15:00 +0000  (23:15 +0100)]  
 
more travis changes ... trying to get it to build lua bindings too 
 
Tobias Oetiker  [Sun, 24 Nov 2013 21:55:03 +0000  (22:55 +0100)]  
 
add lua and tcl to travis environment 
 
Tobias Oetiker  [Sun, 24 Nov 2013 21:53:15 +0000  (22:53 +0100)]  
 
fix extra linebreak 
 
Tobias Oetiker  [Sun, 24 Nov 2013 21:43:05 +0000  (22:43 +0100)]  
 
add libdbi 
 
Tobias Oetiker  [Sun, 24 Nov 2013 15:43:05 +0000  (16:43 +0100)]  
 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x 
 
Tobias Oetiker  [Sun, 24 Nov 2013 15:42:53 +0000  (16:42 +0100)]  
 
inf is null in json :-( 
 
Tobias Oetiker  [Wed, 20 Nov 2013 17:58:17 +0000  (09:58 -0800)]  
 
Merge pull request #432 from maciekKolbusz/master 
 
Port number parameter now passed to DBI as integer. 
 
Maciek Kolbusz  [Wed, 13 Nov 2013 16:43:37 +0000  (16:43 +0000)]  
 
Port number parameter now passed to DBI as integer. 
 
Tobias Oetiker  [Thu, 31 Oct 2013 10:04:08 +0000  (11:04 +0100)]  
 
test different perl version 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:49:17 +0000  (10:49 +0100)]  
 
fix path 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:45:24 +0000  (10:45 +0100)]  
 
run perl sample 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:38:56 +0000  (10:38 +0100)]  
 
update README 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:37:47 +0000  (10:37 +0100)]  
 
update README 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:37:33 +0000  (10:37 +0100)]  
 
update README 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:10:05 +0000  (10:10 +0100)]  
 
update travis yml 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:09:42 +0000  (10:09 +0100)]  
 
install autopoint 
 
Tobias Oetiker  [Thu, 31 Oct 2013 09:07:22 +0000  (10:07 +0100)]  
 
install autopoint 
 
Tobias Oetiker  [Thu, 31 Oct 2013 08:57:57 +0000  (09:57 +0100)]  
 
better install instructions 
 
Tobias Oetiker  [Thu, 31 Oct 2013 08:53:41 +0000  (09:53 +0100)]  
 
trying to get travis to dance 
 
Tobias Oetiker  [Thu, 31 Oct 2013 08:47:55 +0000  (09:47 +0100)]  
 
properly detect failing fallocate and fall back to seeking 
 
Tobias Oetiker  [Wed, 23 Oct 2013 17:06:58 +0000  (19:06 +0200)]  
 
argument parser regression fix - if no explicit reduce function is set, use the one associated with the RRA and not AVERAGE 
 
Tobias Oetiker  [Wed, 23 Oct 2013 16:48:11 +0000  (18:48 +0200)]  
 
initialize DEF step with chart --step when looking for data fix for a regression with the new argument parser 
 
Tobias Oetiker  [Mon, 21 Oct 2013 13:48:54 +0000  (15:48 +0200)]  
 
xport should only return as much data as was requested 
 
Tobias Oetiker  [Tue, 15 Oct 2013 05:50:05 +0000  (22:50 -0700)]  
 
Merge pull request #384 from vincentbernat/feature/allow-inexistent-files 
 
graph: allow RRD files to be missing 
 
Tobias Oetiker  [Mon, 14 Oct 2013 11:35:48 +0000  (04:35  -0700)]  
 
Merge pull request #414 from Zsub/feature/rrdcached-create-recursive 
 
Add an option to let rrdcached recursively create directories. 
 
Joris de Vries  [Mon, 14 Oct 2013 10:58:56 +0000  (12:58 +0200)]  
 
Update rrdcached documentation with new switch and its usage. 
 
Joris de Vries  [Mon, 14 Oct 2013 10:58:12 +0000  (12:58 +0200)]  
 
Restrict -R usage to when -B (and -b) are set. 
 
Tobias Oetiker  [Mon, 14 Oct 2013 09:55:47 +0000  (02:55  -0700)]  
 
Merge pull request #406 from nhale25/master 
 
Fixed constant used in timespan check to be a long long. 
 
Tobias Oetiker  [Mon, 14 Oct 2013 09:54:11 +0000  (02:54  -0700)]  
 
Merge pull request #422 from cbiedl/master 
 
Fix vertical legend alignment, enhance --legend-direction 
 
Tobias Oetiker  [Mon, 14 Oct 2013 09:53:09 +0000  (02:53  -0700)]  
 
Merge pull request #424 from crossett/master 
 
Allow sql// and sql|| (pipe pipe) for libdbi datasources 
 
Tobias Oetiker  [Mon, 14 Oct 2013 09:51:20 +0000  (02:51  -0700)]  
 
Merge pull request #423 from stevenh/master 
 
Add rrdcached client support to windows + misc compatibility fixes 
 
crossett  [Wed, 9 Oct 2013 00:42:03 +0000  (20:42 -0400)]  
 
Update rrd_fetch.c 
 
Steven Hartland  [Mon, 7 Oct 2013 11:21:37 +0000  (11:21 +0000)]  
 
== Makefile / config fixes == 
* Fixed invalid AC_LANG_PROGRAM usage. 
* Fixed AUTOMAKE_OPTIONS not defining subdir-objects which caused warnings 
* Switched from legacy INCLUDES to AM_CPPFLAGS 
* Added Makefile clean targets to ensure all autogenerated targets are removed 
* Updated Makefile.PL to be more portable and less hardcoded for Win32 
* Switched bash scripts to use #!/usr/bin/env bash for compatibility with none Linux OS's 
* Cleaned up win32/Makefile.msc variable defines for easy updating 
* Updated defines of SIZEOF_TIME_T to take into account the variances in Windows. 
 
== Code Enhancements / fixes == 
* Added support for rrdcached client methods to windows builds 
* Fixed invalid type warning for atoi assignment to a enum 
* Fixed malloc cast warnings 
* Fixed illegal use of this for variable 
* Fixed getsockname cast warning 
* Removed HAVE_CONFIG_H checks as all platforms now have it 
* Removed unused skip variable from rrd_graph data_fetch 
* Fixed unused var warnings for newGraphDescription params 
* Fixed unused var st warning in HandleInputLine 
* Fixed all includes for <stdint.h> to check HAVE_STDINT_H 
* Fixed use of uninitialsed base_dir in rrd_mkdir_p on Win32 
* Updated win32/README with details of obtaining stdint.h as well as locations 
  for dependencies 
 
Christoph Biedl  [Sun, 6 Oct 2013 21:41:27 +0000  (23:41 +0200)]  
 
Add a --legend-direction=bottomup variant 
 
The --legend-direction=bottomup2 variant will exempt leading and 
trailing COMMENT lines from re-ordering. This might be useful for 
generators like munin that use such lines for table headers and the 
like. 
 
Issue 419 
 
Christoph Biedl  [Sun, 6 Oct 2013 21:37:40 +0000  (23:37 +0200)]  
 
Fix vertical legend alignment for --legend-direction=bottomup 
 
Issue 419 
 
Tobias Oetiker  [Thu, 3 Oct 2013 13:52:48 +0000  (15:52 +0200)]  
 
leaktest should not be here 
 
Tobias Oetiker  [Thu, 3 Oct 2013 13:51:50 +0000  (15:51 +0200)]  
 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x 
 
Tobias Oetiker  [Thu, 3 Oct 2013 13:50:26 +0000  (15:50 +0200)]  
 
removing testing leftovers 
 
Tobias Oetiker  [Thu, 5 Sep 2013 11:55:57 +0000  (04:55  -0700)]  
 
Merge pull request #416 from ksjoberg/master 
 
Update the .NET binding 
 
ksjoberg  [Thu, 5 Sep 2013 10:55:31 +0000  (12:55 +0200)]  
 
Fix info memleak, cleanup, throw exceptions instead of return codes 
 
ksjoberg  [Thu, 5 Sep 2013 10:51:48 +0000  (12:51 +0200)]  
 
Add x64 and x86 configurations allow for (simultaneous) platform support 
 
ksjoberg  [Thu, 5 Sep 2013 10:49:21 +0000  (12:49 +0200)]  
 
Add .gitignore to skip build output folders 
 
ksjoberg  [Thu, 5 Sep 2013 10:47:56 +0000  (12:47 +0200)]  
 
Upgrade Solution and Projects to VS2010 
 
Tobias Oetiker  [Thu, 5 Sep 2013 09:05:50 +0000  (11:05 +0200)]  
 
bit patterns are 64bit, so better make sure they are 64bit on all platforms fix for issue 356 
 
Joris de Vries  [Wed, 28 Aug 2013 15:11:26 +0000  (17:11 +0200)]  
 
Change tabs to spaces 
 
Joris de Vries  [Sat, 24 Aug 2013 19:23:33 +0000  (21:23 +0200)]  
 
Add an option to let rrdcached recursively create directories. 
 
If a `create` command is given, a path is accepted. This option enables rrdcached to create the directory structure if it does not exist yet. 
 
Tobias Oetiker  [Fri, 23 Aug 2013 14:21:33 +0000  (16:21 +0200)]  
 
4294967296  has to be treaded as long long for this to work ... help the compiler see this
 
Tobias Oetiker  [Mon, 19 Aug 2013 14:31:53 +0000  (07:31 -0700)]  
 
Merge pull request #412 from Zsub/patch-1 
 
Remove wrong comma. 
 
Joris de Vries  [Mon, 19 Aug 2013 13:54:21 +0000  (15:54 +0200)]  
 
Remove wrong comma. 
 
Tobias Oetiker  [Fri, 16 Aug 2013 09:12:36 +0000  (11:12 +0200)]  
 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x 
 
Johannes BrandstE4tter  [Fri, 16 Aug 2013 09:07:36 +0000  (11:07 +0200)]  
 
fix format string in Ruby binding 
 
Nick  [Sat, 20 Jul 2013 11:42:10 +0000  (12:42 +0100)]  
 
Fixed constant used in timespan check to be a long long. 
 
This fixes a compiler warning on AIX in 32-bit with IBM XL C/C++ compiler. 
 
Tobias Oetiker  [Wed, 17 Jul 2013 15:44:24 +0000  (08:44 -0700)]  
 
Merge pull request #405 from ThomasHerrlin/thomasherrlin 
 
Fix median filter in cdeftutorial 
 
Thomas Herrlin  [Tue, 16 Jul 2013 20:27:01 +0000  (22:27 +0200)]  
 
Fix median filter in cdeftutorial
Fixes commit 
1198d31 
What was described as an median filter was actually an average filter.
Sort the 3 values then take the middle of them using POP,EXC,POP.
Also uses one less prev() to decrease filter delay.
See https://en.wikipedia.org/w/index.php?title=Median_filter&oldid=
558817813 
Alternative fix is to rename "median" with "average" in the
description, but there already is an AVG rpn function for that.
 
Tobias Oetiker  [Sun, 7 Jul 2013 14:54:43 +0000  (07:54 -0700)]  
 
Merge pull request #403 from yarda/yardas 
 
doc: updated options / parameters 
 
Jaroslav Škarvada  [Mon, 1 Jul 2013 10:12:18 +0000  (12:12 +0200)]  
 
doc: updated options / parameters 
 
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>  
Tobias Oetiker  [Wed, 26 Jun 2013 05:50:04 +0000  (22:50 -0700)]  
 
Merge pull request #402 from julthomas/jth/imginfo
Related to  
37d3050  "Added imginfo format check"
 
Julien Thomas  [Tue, 25 Jun 2013 11:22:40 +0000  (13:22 +0200)]  
 
Allow empty imginfo string format
Commit 
37d3050  "Added imginfo format check" breaks -f "" which used
to be very usefull to print data as text format on stdout. Allowing
an empty -f was particularly interesting because there was no
<width>x<height> printed out.
Before :
[root@nagios-2b ~]# rrdtool graph /dev/null -f "" --start -1d \
    DEF:d=/var/lib/rrd/nagios-2b/load.rrd:load5:AVERAGE \
    VDEF:v=d,AVERAGE \
    PRINT:v:%.6lf
5.284605
After :
[root@nagios-2b ~]# rrdtool graph /dev/null -f "" --start -1d \
    DEF:d=/var/lib/rrd/nagios-2b/load.rrd:load5:AVERAGE \
    VDEF:v=d,AVERAGE \
    PRINT:v:%.6lf
ERROR: bad format for imginfo
 
Julien Thomas  [Tue, 25 Jun 2013 11:11:27 +0000  (13:11 +0200)]  
 
Add prototype for bad_format_imginfo
This patch solve implicit declaration of function 'bad_format_imginfo'
warning introduced by commit 
37d3050  "Added imginfo format check".
rrd_graph.c: In function 'rrd_graph_v':
rrd_graph.c:4025: warning: implicit declaration of function 'bad_format_imginfo'
rrd_graph.c:4025: warning: nested extern declaration of 'bad_format_imginfo'
rrd_graph.c: At top level:
rrd_graph.c:4836: warning: no previous prototype for 'bad_format_imginfo'
 
Vincent Bernat  [Wed, 1 May 2013 14:44:20 +0000  (16:44 +0200)]  
 
graph: rename --missing-ds to --use-nan-for-all-missing-data 
 
Vincent Bernat  [Mon, 8 Apr 2013 16:16:49 +0000  (18:16 +0200)]  
 
graph: when an RRD file is missing, provide an empty one 
 
Instead of providing a RRD without any DS, we provide one with the 
expected DS. This allows one to use CDEF with this RRD. The DS 
contains only NaN values. 
 
Vincent Bernat  [Fri, 5 Apr 2013 10:43:22 +0000  (12:43 +0200)]  
 
graph: allow RRD files to be missing 
 
An option (-Z/--missing-ds) is added to allow RRD files to be 
missing. In this case, the unknown value is assumed. 
 
Tobias Oetiker  [Mon, 17 Jun 2013 13:16:44 +0000  (06:16 -0700)]  
 
Merge pull request #401 from sthen/master 
 
fixes for rrdupdate, and rrdcached doc 
 
Stuart Henderson  [Sat, 15 Jun 2013 09:08:43 +0000  (10:08 +0100)]  
 
pull in libgen.h, needed for basename() 
 
Stuart Henderson  [Sat, 15 Jun 2013 08:37:14 +0000  (09:37 +0100)]  
 
fix typo, localststedir->localstatedir 
 
Tobias Oetiker  [Mon, 10 Jun 2013 04:30:08 +0000  (21:30 -0700)]  
 
Merge pull request #399 from CapnBry/overupdate 
 
Update a maximum of row_cnt rows when updating an rra 
 
Bryan Mayland  [Fri, 7 Jun 2013 16:20:06 +0000  (12:20 -0400)]  
 
Update a maximum of row_cnt rows when updating an rra 
 
Tobias Oetiker  [Wed, 5 Jun 2013 09:15:46 +0000  (02:15  -0700)]  
 
Merge pull request #397 from yarda/yardas 
 
Added imginfo format check 
 
Jaroslav Škarvada  [Mon, 3 Jun 2013 15:06:26 +0000  (17:06 +0200)]  
 
Added imginfo format check 
 
Resolves: http://bugzilla.redhat.com/show_bug.cgi?id=969296 
(CVE-2013-2131) 
 
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>  
Tobias Oetiker  [Fri, 24 May 2013 12:16:22 +0000  (05:16  -0700)]  
 
Merge pull request #392 from yarda/yardas 
 
tcl bindings: install to libdir as previously 
 
Jaroslav Škarvada  [Fri, 24 May 2013 09:52:31 +0000  (11:52 +0200)]  
 
tcl bindings: install to libdir as previously 
 
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>  
Tobias Oetiker  [Tue, 14 May 2013 06:04:58 +0000  (23:04 -0700)]  
 
Merge pull request #389 from m27315/master 
 
Fixed failed IEEE check for cross-compile support. 
 
Trevor Bowen  [Mon, 13 May 2013 21:47:29 +0000  (16:47 -0500)]  
 
Fixed failed IEEE check for cross-compile support. 
 
Tobias Oetiker  [Wed, 8 May 2013 12:19:30 +0000  (05:19  -0700)]  
 
Merge pull request #388 from Thynix/python-dump 
 
Add dump support to Python bindings. 
 
Steve Dougherty  [Wed, 8 May 2013 04:42:27 +0000  (00:42  -0400)]  
 
Add dump support to Python bindings. 
 
Tobias Oetiker  [Sat, 4 May 2013 18:12:56 +0000  (11:12 -0700)]  
 
Merge pull request #387 from songdongsheng/master 
 
Bring win32 and win64 build update 
 
Dongsheng Song  [Sat, 4 May 2013 10:04:34 +0000  (18:04 +0800)]  
 
Minor update of rrdtool dependency graph 
 
Dongsheng Song  [Sat, 4 May 2013 09:44:37 +0000  (17:44 +0800)]  
 
Fix version information in win32/rrd_config.h 
 
Dongsheng Song  [Sat, 4 May 2013 09:29:13 +0000  (17:29 +0800)]  
 
Make gcc and binding happy 
 
Dongsheng Song  [Sat, 4 May 2013 07:22:48 +0000  (15:22 +0800)]  
 
Use CRLF line endings for Windows resource files 
 
Dongsheng Song  [Sat, 4 May 2013 06:47:41 +0000  (14:47 +0800)]  
 
Merge WIN32-BUILD-TIPS.txt and win32\README, then remove outdated files 
 
Dongsheng Song  [Sat, 4 May 2013 06:46:48 +0000  (14:46 +0800)]  
 
Add rrdtool dependency graph 
 
Dongsheng Song  [Sat, 4 May 2013 05:46:52 +0000  (13:46 +0800)]  
 
Ignore *.exp too 
 
Dongsheng Song  [Sat, 4 May 2013 05:44:58 +0000  (13:44 +0800)]  
 
Add win32/Makefile.msc and related files 
 
Dongsheng Song  [Sat, 4 May 2013 05:43:05 +0000  (13:43 +0800)]  
 
Fix for MSC compiler 
 
Dongsheng Song  [Sat, 4 May 2013 05:39:45 +0000  (13:39 +0800)]  
 
Ignore msvc genertaed files 
 
Tobias Oetiker  [Mon, 29 Apr 2013 13:09:46 +0000  (06:09 -0700)]  
 
Merge pull request #382 from vincentbernat/gitignore 
 
add a gitignore file 
 
Tobias Oetiker  [Mon, 29 Apr 2013 13:08:50 +0000  (06:08 -0700)]  
 
Merge pull request #383 from vincentbernat/fix/out-of-tree-build 
 
build: allow out-of-tree build 
 
Tobias Oetiker  [Wed, 24 Apr 2013 21:49:28 +0000  (23:49 +0200)]  
 
move to non-deprecated pango_font_map_create_context