]>
git.ipfire.org Git - thirdparty/rrdtool-1.x.git/log
Tobias Oetiker [Wed, 8 Sep 2010 16:41:23 +0000 (16:41 +0000)]
it seems that strcasecmp and strcasencmp have issues on windows replace
with stricmp and strnicmp -- jkane mail.com
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2128
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 8 Sep 2010 12:15:13 +0000 (12:15 +0000)]
fix use of setlocale all over the place ...
- old_locale = setlocale(LC_NUMERIC, "C");
+ old_locale = setlocale(LC_NUMERIC, NULL);
+ setlocale(LC_NUMERIC, "C");
the original version never restored the locale since it held a copy of the
new locale and not the old one despite the name. bug found by Pawe? 'Reef' Polewicz
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2127
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 31 Aug 2010 07:31:43 +0000 (07:31 +0000)]
fix MSVC2008 compilation ... it does not understand char *const *argv iin rrd_getopt
-- jkane mail.com
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2124
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 25 Aug 2010 20:15:26 +0000 (20:15 +0000)]
make sure an extra %s in the secondi axis format does not kill us
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2123
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 24 Aug 2010 05:20:40 +0000 (05:20 +0000)]
it's filename not filtename
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2122
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 23 Aug 2010 05:28:23 +0000 (05:28 +0000)]
in remote mode, make argument count for remote commmands strict as suggested by Dave Peticolas
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2119
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 22 Aug 2010 17:56:02 +0000 (17:56 +0000)]
First bug: in function rrd_fetch_fn_libdbi() variable 'struct sql_table_helper table_help'
field 'filename' is uninitialized. So, if a sql error happens, it does not print an error like this
rrd_set_error( "libdbi: problems connecting to db with connect string %s - error: %s",th->filename,dbi_errstr);
instead of, it dumps core.
Second bug: when the output data buffer is allocated, it allocated for 'rows-1' max index, but in
'fetch loop' 'idx' may be equal to 'rows', so it needs one more extra record in data.
-- Pavel Nikiforov pavel artx.ru
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2118
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 17 Aug 2010 21:41:03 +0000 (21:41 +0000)]
hunting down pango allocation issues ... now the memory loss in rrd_graph seems to be independant of the number
of graphs generated. fix for #208
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2117
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 26 Jul 2010 05:35:11 +0000 (05:35 +0000)]
rrdcached: Let the -s, -m and -P options affect the default socket as well -- Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2116
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sat, 10 Jul 2010 10:21:54 +0000 (10:21 +0000)]
print \n for log messages while runing rrdcached in the foreground ... suggested by Bernard Li
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2115
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 7 Jul 2010 21:07:26 +0000 (21:07 +0000)]
one with is enough
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2114
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 19:31:21 +0000 (19:31 +0000)]
prepare for the release of rrdtool-1.4.4
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2110
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 16:09:56 +0000 (16:09 +0000)]
prepare for the release of rrdtool-1.4.4
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2109
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 16:05:17 +0000 (16:05 +0000)]
prepare for the release of rrdtool-1.4.4
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2108
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 16:04:23 +0000 (16:04 +0000)]
prepare for the release of rrdtool-1.4.4
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2107
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 15:38:22 +0000 (15:38 +0000)]
prepare for the release of rrdtool-1.4.4
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2106
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 15:29:56 +0000 (15:29 +0000)]
do not try to whisk i18n support into existance ... use it when its there
don't when it is not, rrdtool works fine either way.
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2104
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 13:19:18 +0000 (13:19 +0000)]
* make rrd_getopt compile on solaris
* unify isinf isnan definitions for compilation and configuration
* replace round by rint if round is not available
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2103
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 5 Jul 2010 08:08:54 +0000 (08:08 +0000)]
written change log
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2102
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 4 Jul 2010 20:59:49 +0000 (20:59 +0000)]
backport FP_* fixes and revert FPCLASSIFY fix since there the FP_* values are defines.
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2101
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 2 Jul 2010 12:53:49 +0000 (12:53 +0000)]
updated build tips for updated win32 port by Chris Larsen
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2099
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 2 Jul 2010 05:33:10 +0000 (05:33 +0000)]
rrd_update and rrd_rpncalc - fix casts introduced by win32 patch to make gcc happy too
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2098
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 1 Jul 2010 22:22:47 +0000 (22:22 +0000)]
these are bash scripts so lets call bash
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2097
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 1 Jul 2010 20:49:42 +0000 (20:49 +0000)]
* patches to make rrdtool compile on win32 (trunk and 1.4)
* dotnet bindings (trunk) by Euphoria Audio
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2095
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 30 Jun 2010 12:48:47 +0000 (12:48 +0000)]
src/rrd_client.c: Fix a potential segmentation fault in "get_path".
The "get_path" function is called at least from "rrdc_update" without
checking for a connection first. In that case the "sd_path" pointer may be
NULL, so dereferencing it without checking for NULL is not good behavior.
This patch checks all arguments of the "get_path" function and returns an
error if any pointer is NULL. -- Florian Forster
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2094
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 25 Jun 2010 21:41:50 +0000 (21:41 +0000)]
fixed solaris regression introduced in r1904 ... now the isnan macro should work again ...
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2093
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 11 Jun 2010 15:13:05 +0000 (15:13 +0000)]
Tiny, tiny documentation fix -- Peter Valdemar Mørch
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2091
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 2 Jun 2010 20:15:20 +0000 (20:15 +0000)]
MAC OS X ships with binaries named 'libtool' and 'libtoolize' which are
not the GNU tools. Those are prefixed with letter 'g'. -- Antoine Musso
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2086
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 2 Jun 2010 04:49:53 +0000 (04:49 +0000)]
rrd_open: include rrd_tool.h at the very start so that utime.h gets included if HAVE_BROKEN_MS_ASYNC
got set by configure. -- Antoine MUSSO
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2085
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 28 May 2010 04:55:14 +0000 (04:55 +0000)]
[rrd_client.c] RRD client should resolve all paths when talking to a unix socket. This allows realpath() to resolve symbolic links, "..", etc. reported by: Eduardo Bragatto -- kevin brintnall
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2083
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 27 May 2010 06:09:47 +0000 (06:09 +0000)]
make the xport command handles the --daemon option properly -- unknown contributor #265
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2082
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 11 May 2010 14:55:18 +0000 (14:55 +0000)]
extend floss exception to php 3.01 license
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2080
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 10 May 2010 11:56:59 +0000 (11:56 +0000)]
cant have TIME on it's own in CDEF
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2079
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 30 Apr 2010 15:50:16 +0000 (15:50 +0000)]
rrd_client.c: explicitly close the connection on error in
response_read. I've found it to get stuck otherwise. -- Thorsten von Eicken
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2075
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 29 Apr 2010 05:40:59 +0000 (05:40 +0000)]
when using CDEF datasources in rrd, the rpnp in process_pdp_st (allocated in rpn_expand) in is never freed -- Frederik Kriewitz
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2073
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 26 Apr 2010 12:38:11 +0000 (12:38 +0000)]
When specifying a relative path (-j option) rrd_cached would segfault when
trying to read past journals (journal_init function). Added an extra check
to journal_init before reading the directory, and, when parsing the command
line options, to expand the relative path to an absolute path. -- Adrian-Ioan Vasile yoyo@opennet.ro
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2072
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 26 Apr 2010 05:58:15 +0000 (05:58 +0000)]
Relicense the RRDCacheD client interface under the MIT license. This
allows the interface to be used from non-GPL applications by copying the
source code files into the projects source tree. -- Florian Forster rrdtool@octo.it
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2070
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 18 Apr 2010 16:33:54 +0000 (16:33 +0000)]
make rrdtool compile with gcc 4.5 if -std=c99 is set -- anicka@suse.cz
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2069
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 7 Apr 2010 13:04:33 +0000 (13:04 +0000)]
unify marking of unused arguments
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2068
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sat, 3 Apr 2010 06:59:19 +0000 (06:59 +0000)]
fix info syntax
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2066
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 29 Mar 2010 16:26:55 +0000 (16:26 +0000)]
when printing time_t use %lld with (long long int) for portability
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2057
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 28 Mar 2010 09:04:49 +0000 (09:04 +0000)]
* do add intl directory back to Makefile.am ... no use distributing the stuff if we don't use it
* link pangocairo and not pango ... thanks Stephen S. Disbrow for finding this
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2052
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 26 Mar 2010 20:36:23 +0000 (20:36 +0000)]
added solaris cairo build hint
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2051
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 24 Mar 2010 17:19:57 +0000 (17:19 +0000)]
rrdcached: Updated help output
rrdcached: Exit with status != 0, if an invalid command line option was used. -- Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2049
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 18:58:49 +0000 (18:58 +0000)]
branched from trunk
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2047
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 17:21:38 +0000 (17:21 +0000)]
Wall is not a portable cc option ... if this is to be used we would have to check
which C compiler is in use ... so lets drop it for now
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2045
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 17:02:55 +0000 (17:02 +0000)]
include gettext 0.17 ... for those who do not have it on board
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2044
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 16:56:11 +0000 (16:56 +0000)]
wait before release to prevent timeout on scp
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2043
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 16:05:55 +0000 (16:05 +0000)]
prepare for the release of rrdtool-1.4.3
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2042
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 16:05:23 +0000 (16:05 +0000)]
fixed spelling a bit
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2041
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 16:03:53 +0000 (16:03 +0000)]
do not autogen the CHANGES file anymore
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2040
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 15:05:43 +0000 (15:05 +0000)]
we are in 2010 now
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2039
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 15:00:13 +0000 (15:00 +0000)]
update date
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2038
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 14:51:06 +0000 (14:51 +0000)]
rrdcached: Log to stderr (in addition to syslog) when running in foreground. -- Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2037
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 14:50:32 +0000 (14:50 +0000)]
rrdcached: Do not put any code in assert(). -- Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2036
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 14:49:26 +0000 (14:49 +0000)]
rrdcached: Added -m command line option. This option may be used to specify
the file permissions of a UNIX socket. The option affects the following
sockets only, i.e., it's possible to specify different modes for different
sockets. -- Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2035
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 14:47:35 +0000 (14:47 +0000)]
rrdcached: Let -s affect the following sockets only. This way, it's possible
to specify different groups for different sockets. -- Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2034
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 22 Mar 2010 09:05:39 +0000 (09:05 +0000)]
add 'm' as a shortcut for 'zoom' in rrd_graph (1.4 code+docu)
(1.3 only docu). Fix for Debian Bug 573299 provided by Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2033
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 15 Mar 2010 08:43:22 +0000 (08:43 +0000)]
in rrd_cgi RRD::TIME::LAST do not raise argc when calling rrd_last since the strftime argument which
is provided is already in the count but does not get passed to rrd_last. Thanks to Robert Luberda (fixing Debian Bug #573638.)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2030
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 8 Mar 2010 17:13:16 +0000 (17:13 +0000)]
Obviously this will only work if rrdcached is running as root which in
my case it has to be (as upstart can't currently monitor non-root
daemons). As you may have RRD data sources (data loggers) and RRD
consumers (e.g. CGI scripts) that both need to talk to the cache
daemon one solution is to set the group permissions of the socket.
This offer some flexibility over trying to get every RRD user/daemon
running under the same user context. -- Alex Bennee ajb pitcairn.cambridgebroadband.com
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2029
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 8 Mar 2010 17:10:02 +0000 (17:10 +0000)]
added --no-overwrite option to rrdtool create. It prevents rrdtool from clobbering existing rrd files. -- Chris - LINX
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2028
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 2 Mar 2010 23:22:35 +0000 (23:22 +0000)]
I think I just solved a longstanding bug in the rrd_update routine
... I am writing a tool for seeding new rrd files from an existing
one ... essentially enabeling arbitrary restructuring ...
while doing this I found the following:
pdp: 1 2 | 3 4 5 6 7 | 8 9
for a consolidation of 5 steps I get
AVG RRA .. | 5 | ..
MIN RRA .. | 2 | ..
MAX RRA .. | 7 | ..
while I would have expected to get
AVG RRA .. | 5 | ..
MIN RRA .. | 3 | ..
MAX RRA .. | 7 | ..
the behavior has been like this at least since 1.2
looking at the code I found that the behavior had been introduced
by a patch optimizing rrd_update for updates covering multiple pdps
in one go ... in that optimization, the normal case where an update
covers exactly ONE pdp had been sort of neglected ... so much for
tunel vision.
The problem was, that the cdp value for MIN and MAX got initialized
from the last pdp value BEFORE the consolidation interval ... for
normal data no one would notice (or did notice) but it is still
wrong ...
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2024
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 2 Mar 2010 16:54:04 +0000 (16:54 +0000)]
added additional dependencies on Makefile to make sure bindings makefiles get rebuild after reconfig
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2023
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 16 Feb 2010 13:04:18 +0000 (13:04 +0000)]
reset rrd_state for grapv in ruby bindings -- Sven Engelhardt
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2022
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sat, 13 Feb 2010 11:30:17 +0000 (11:30 +0000)]
make sure we only use _NL_TIME_WEEK_1STDAY if we actually have it ... thanks kevin for the report
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2020
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 7 Feb 2010 19:55:47 +0000 (19:55 +0000)]
use _NL_TIME_WEEK_1STDAY to determin the first day of the week.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2018
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 7 Feb 2010 19:48:01 +0000 (19:48 +0000)]
use locale information from LC_TIME first_weekday to determine if the week should start sunday or monday.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2017
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 5 Feb 2010 18:28:41 +0000 (18:28 +0000)]
new rb_rrd_xport function for ruby bindings. -- Pavel Pachkovskij pavel.pachkovskij azati.com
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2016
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 2 Feb 2010 17:07:20 +0000 (17:07 +0000)]
make sure that (argv-1)[0] points to something sensible ... hack to undo the damage caused by a sensless optimization. see bug #251
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2013
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 25 Jan 2010 22:25:14 +0000 (22:25 +0000)]
add 'u' to backup one line for special legend placement tricks
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2012
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 25 Jan 2010 22:09:23 +0000 (22:09 +0000)]
fix right aligned text
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2011
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 25 Jan 2010 20:46:14 +0000 (20:46 +0000)]
add online documentation for --pango-markup switch
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2010
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 21 Jan 2010 13:42:48 +0000 (13:42 +0000)]
Attached patch passes DESTDIR to setup.py as --root=<DESTDIR> iff a DESTDIR was given. Bernhard Reutner-Fischer
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2006
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 20 Jan 2010 19:47:04 +0000 (19:47 +0000)]
only draw the new type of marker in the graph legend when called with --dynamic-labels -- tobi
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2005
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 15 Jan 2010 06:57:18 +0000 (06:57 +0000)]
add a timeout to the ms_async timestamp updating issue since this test was reported to hang while sync was called.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2003
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 15 Jan 2010 06:56:40 +0000 (06:56 +0000)]
fix cairo version
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2002
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 14 Jan 2010 13:01:43 +0000 (13:01 +0000)]
new (better) checker for incoming COUNTER or DERIVED data. thanks Florian!
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2001
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 14 Jan 2010 12:56:59 +0000 (12:56 +0000)]
re-fix #243 checking for '\0' made the whole check pointless. Now it should actually catch bad input.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2000
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 11 Jan 2010 09:49:44 +0000 (09:49 +0000)]
sizeof(time_t) is 4 byte not 32 bit ...
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1999
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 11 Jan 2010 09:06:59 +0000 (09:06 +0000)]
we are using a comparison with sizeof(long) to figure the size of time_t this is unfortunate
since on freebsd in 64bit mode time_t is 32 bit while long is 64 bit
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1997
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 11 Jan 2010 08:11:19 +0000 (08:11 +0000)]
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.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1996
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sat, 2 Jan 2010 16:33:26 +0000 (16:33 +0000)]
the end time itself is not part of a time range ... this fixes the segfault reported in #248
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1995
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 20 Dec 2009 12:15:06 +0000 (12:15 +0000)]
teach rrd_restore to be able to read the #text value of <a></a> ... this fixes problems with
blank last_ds entries ... as reported in #247.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1992
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 9 Dec 2009 15:00:43 +0000 (15:00 +0000)]
do not build
anymore
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1990
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 8 Dec 2009 08:56:06 +0000 (08:56 +0000)]
yet another try to get the rpn example right ... #246
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1986
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 3 Dec 2009 23:32:30 +0000 (23:32 +0000)]
fix spacing
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1985
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 30 Nov 2009 07:18:10 +0000 (07:18 +0000)]
this one proofes difficult to fix ... :-) another try ...
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1984
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 30 Nov 2009 07:17:02 +0000 (07:17 +0000)]
its 7000 not 700 ... fix for #246 again
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1983
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 30 Nov 2009 07:13:25 +0000 (07:13 +0000)]
add 0,7000 to fix #246
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1982
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 18 Nov 2009 22:01:46 +0000 (22:01 +0000)]
use puts("x") instead of fputs("x\n",stdout) -- Bernhard Reutner-Fischer
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1977
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 18 Nov 2009 12:45:52 +0000 (12:45 +0000)]
remove duplicate help text -- Bernhard Reutner-Fischer
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1976
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 16 Nov 2009 14:59:51 +0000 (14:59 +0000)]
be more diligent in checking the input arguments for rrdtool update and complain if they are wrong. fix for #243 (and more)
--This line, and those below, will be ignored-
M trunk/program/src/rrd_update.c
M branches/1.3/program/src/rrd_update.c
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1973
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 15 Nov 2009 11:54:23 +0000 (11:54 +0000)]
prepare for the release of rrdtool-1.4.2
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1970
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 15 Nov 2009 11:53:56 +0000 (11:53 +0000)]
fix pod syntax
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1969
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 15 Nov 2009 10:51:10 +0000 (10:51 +0000)]
Switch LC_NUMERIC to C prior to creating rrd_xport output. This makes sure that numbers are always output with a . and not with a ,
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1968
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 30 Oct 2009 22:49:50 +0000 (22:49 +0000)]
clarify rrd_daemon code with JOURNAL_REPLAY macro -- kevin
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1967
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 28 Oct 2009 05:15:17 +0000 (05:15 +0000)]
prepare for the release of rrdtool-1.4.1
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1963
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 28 Oct 2009 05:15:04 +0000 (05:15 +0000)]
updated versions to account for rrd cached fix
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1962
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 28 Oct 2009 05:14:03 +0000 (05:14 +0000)]
Avoid unnecessary string handling for UPDATE commands in rrd_deaemon for 20x
speed increasse. Only copy as many bytes as necessary. During journal
replay, avoid unnecessary copy (string is discarded). Bug reported by
Thorsten von Eicken Patched by kevin brintnall
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1961
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 27 Oct 2009 21:44:09 +0000 (21:44 +0000)]
we have 2009 now
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1959
a5681a0c -68f1-0310-ab6d-
d61299d08faa