Florian Forster [Thu, 3 Jul 2008 09:17:59 +0000 (11:17 +0200)]
src/rrd_client.c: Close the socket if writing to it fails.
Florian Forster [Thu, 3 Jul 2008 09:09:53 +0000 (11:09 +0200)]
src/rrd_daemon.c: Implemented the `HELP' command.
Florian Forster [Thu, 3 Jul 2008 08:48:17 +0000 (10:48 +0200)]
src/rrd_daemon.c: Tell the connected party about invalid commands.
Florian Forster [Thu, 3 Jul 2008 08:42:45 +0000 (10:42 +0200)]
src/rrd_daemon.c: Catch invalid uses of `flush'.
And don't run into an assertion in that case.
Florian Forster [Thu, 3 Jul 2008 08:30:33 +0000 (10:30 +0200)]
src/rrd_daemon.c: Impemented the `stats' command.
It currently returns five statistics:
- Number of nodes and depth of the tree.
- Number of nodes in the update queue.
- Total number of updates and values written to disk since startup.
Florian Forster [Thu, 3 Jul 2008 08:08:33 +0000 (10:08 +0200)]
src/rrd_daemon.c: Count some statistics.
Florian Forster [Wed, 2 Jul 2008 21:13:12 +0000 (23:13 +0200)]
src/rrd_xport.c: Allow the short option `-d', too.
Florian Forster [Wed, 2 Jul 2008 21:07:37 +0000 (23:07 +0200)]
rrdcached(1): Removed the note stating that tree nodes are never removed.
Florian Forster [Wed, 2 Jul 2008 21:04:54 +0000 (23:04 +0200)]
src/rrd_daemon.c: Implemented removal of unused tree nodes.
Florian Forster [Wed, 2 Jul 2008 20:20:13 +0000 (22:20 +0200)]
src/rrd_daemon.c: Don't return TRUE in `tree_callback_flush'.
Returning TRUE will stop the traversal, so return FALSE instead.
Florian Forster [Wed, 2 Jul 2008 19:52:52 +0000 (21:52 +0200)]
rrdxport(1): Document the new `--daemon' option.
Florian Forster [Wed, 2 Jul 2008 13:55:25 +0000 (15:55 +0200)]
src/rrd_xport.c: Implement the `--daemon' option for `rrdtool xport'.
Florian Forster [Wed, 2 Jul 2008 13:54:52 +0000 (15:54 +0200)]
src/rrd_fetch.c: Revert `rrd_fetch_r' to the original version again.
Florian Forster [Tue, 1 Jul 2008 14:30:18 +0000 (16:30 +0200)]
Build system: Install `rrd_client.h' during `make install'.
Florian Forster [Tue, 1 Jul 2008 10:01:46 +0000 (12:01 +0200)]
Merge branch 'master' into ff/rrdd
Florian Forster [Tue, 1 Jul 2008 08:02:42 +0000 (10:02 +0200)]
rrdcached(1): Added the `SECURITY CONSIDERATIONS' and `HOW IT WORKS' sections.
oetiker [Tue, 1 Jul 2008 06:35:54 +0000 (06:35 +0000)]
header-fix
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1444
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 1 Jul 2008 06:34:24 +0000 (06:34 +0000)]
improve layout
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1443
a5681a0c-68f1-0310-ab6d-
d61299d08faa
Florian Forster [Tue, 1 Jul 2008 05:52:18 +0000 (07:52 +0200)]
rrdcached(1): Documented the `-p' and `-b' options.
Florian Forster [Sun, 29 Jun 2008 21:38:36 +0000 (23:38 +0200)]
Merge branch 'master' into ff/rrdd
oetiker [Sun, 29 Jun 2008 16:23:50 +0000 (16:23 +0000)]
added rrd filename to illegal update message -- he at uninett.no
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1441
a5681a0c-68f1-0310-ab6d-
d61299d08faa
Florian Forster [Sun, 29 Jun 2008 14:16:50 +0000 (16:16 +0200)]
src/rrd_daemon.c: Use static structs for the signal handler configuration.
Florian Forster [Sun, 29 Jun 2008 14:16:22 +0000 (16:16 +0200)]
src/rrd_daemon.c: Implement PID-file and basedir options.
oetiker [Sun, 29 Jun 2008 14:08:51 +0000 (14:08 +0000)]
rrdtool.spec fix by Anton Blanchard to build without php patch
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1440
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 29 Jun 2008 13:57:00 +0000 (13:57 +0000)]
make sure image-with and image-height get returned even when rrdtool is called with --lazy as reported in bug #163
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1439
a5681a0c-68f1-0310-ab6d-
d61299d08faa
Florian Forster [Sun, 29 Jun 2008 12:32:22 +0000 (14:32 +0200)]
rrdgraph(1): Document the RRDCACHED_ADDRESS environment variable.
Florian Forster [Sun, 29 Jun 2008 12:32:09 +0000 (14:32 +0200)]
rrdfetch(1): Document the RRDCACHED_ADDRESS environment variable.
Florian Forster [Sun, 29 Jun 2008 12:26:23 +0000 (14:26 +0200)]
src/rrd_client.h: Make it possible to set a custom RRDCACHED_DEFAULT_ADDRESS.
Florian Forster [Sun, 29 Jun 2008 12:25:42 +0000 (14:25 +0200)]
rrdcached(1): Documented default settings.
Florian Forster [Sun, 29 Jun 2008 12:25:21 +0000 (14:25 +0200)]
rrdupdate(1): Document the RRDCACHED_ADDRESS environment variable.
Florian Forster [Wed, 25 Jun 2008 12:00:44 +0000 (14:00 +0200)]
src/rrd_{fetch,graph,update}.c: Use the `RRDCACHED_ADDRESS' environment variable..
..as default daemon address.
Florian Forster [Wed, 25 Jun 2008 11:59:28 +0000 (13:59 +0200)]
src/rrd_client.h: Renamed the defines to be more consistent with other names.
Florian Forster [Wed, 25 Jun 2008 11:58:13 +0000 (13:58 +0200)]
rrdgraph(1): Removed a legacy `=back'.
Florian Forster [Tue, 24 Jun 2008 19:17:49 +0000 (21:17 +0200)]
rrdupdate(1): Updated the manpage to reflect the current option handling.
I. e. the section about `--[no]cache' has been removed and the section
about `--daemon' has been updated.
Florian Forster [Tue, 24 Jun 2008 19:12:27 +0000 (21:12 +0200)]
rrdgraph(1): Corrected the example included with `--daemon'.
Florian Forster [Tue, 24 Jun 2008 19:08:26 +0000 (21:08 +0200)]
src/rrd_update.c: Now remove the short options `-c' and `-n', too.
Am I really that stupid? *argh*
Florian Forster [Tue, 24 Jun 2008 19:07:28 +0000 (21:07 +0200)]
src/rrd_tool.c: Add `--daemon' to `rrdtool update's help.
Florian Forster [Tue, 24 Jun 2008 19:06:55 +0000 (21:06 +0200)]
src/rrd_update.c: Remove the long options `--[no]cache'.
Florian Forster [Tue, 24 Jun 2008 19:04:01 +0000 (21:04 +0200)]
src/rrd_client.c: Remove useless `FILE *sh;'.
Florian Forster [Tue, 24 Jun 2008 19:00:33 +0000 (21:00 +0200)]
src/rrd_daemon.c: Removed semi-automatic usage of the daemon.
With remote servers and relative paths failing silently is just too
dangerous. We shouldn't allow the user to shoot herself in the foot.
Florian Forster [Tue, 24 Jun 2008 18:51:45 +0000 (20:51 +0200)]
src/rrd_update.c: Use `-d' rather than `-s' as short option for `--daemon'.
Florian Forster [Tue, 24 Jun 2008 18:50:51 +0000 (20:50 +0200)]
src/rrd_{fetch,graph}.c: Implement `--daemon'.
Both commands not accept the `--daemon' option. When specified, a `flush'
command is send to the daemon just before reading the RRD file, so that
the output will contain the newest data available - even with (very) long
cache timeouts.
Florian Forster [Tue, 24 Jun 2008 12:48:23 +0000 (14:48 +0200)]
src/rrd_client.[ch]: Impelemt `rrdc_flush'.
Florian Forster [Tue, 24 Jun 2008 12:43:15 +0000 (14:43 +0200)]
src/rrd_daemon.c: Accept \r\n style line endings, too.
Florian Forster [Tue, 24 Jun 2008 12:42:47 +0000 (14:42 +0200)]
src/rrd_daemon.c: Don't report end-of-file as an error.
Florian Forster [Tue, 24 Jun 2008 12:42:14 +0000 (14:42 +0200)]
src/rrd_daemon.c: Implement the `flush' command.
Florian Forster [Tue, 24 Jun 2008 11:54:38 +0000 (13:54 +0200)]
src/rrd_daemon.c: Updated the enqueueing function to provide insertion at the head.
Florian Forster [Mon, 23 Jun 2008 21:22:28 +0000 (23:22 +0200)]
build system: Rename `rrdd' to `rrdcached'.
Florian Forster [Mon, 23 Jun 2008 19:56:03 +0000 (21:56 +0200)]
src/rrd_{client,daemon}.c: Move to a ASCII only protocol.
Previously the fields were separated by Null-bytes. This is basically
not possible to type in using telnet or something similar. Moving to a
protocol that's easy to type in manually is hopefully easier to debug
and use in the long run.
Florian octo Forster [Mon, 23 Jun 2008 13:49:24 +0000 (15:49 +0200)]
rrdupdate(1): Fix a typo.
Florian Forster [Sun, 22 Jun 2008 21:24:53 +0000 (23:24 +0200)]
src/rrd_daemon.c: Set the CI_FLAGS_IN_QUEUE flag when queueing a CI.
Florian Forster [Sun, 22 Jun 2008 20:19:02 +0000 (22:19 +0200)]
src/rrd_daemon.c: Remove the declaration of strdup.
It's no longer needed as we use Single UNIX stuff now, too.
Florian Forster [Sun, 22 Jun 2008 20:09:31 +0000 (22:09 +0200)]
src/rrd_daemon.c: enqueue_cache_item: Don't enqueue cache items without values.
Florian Forster [Sun, 22 Jun 2008 20:08:53 +0000 (22:08 +0200)]
src/rrd_daemon.c: Mark another argument as being unused.
Florian Forster [Sun, 22 Jun 2008 20:08:16 +0000 (22:08 +0200)]
src/rrd_daemon.c: Remove some annoying debug messages.
Florian Forster [Sun, 22 Jun 2008 20:07:47 +0000 (22:07 +0200)]
src/rrd_daemon.c: pthread_cond_timedwait expects an _absolute_ time, d'oh!
Florian Forster [Sun, 22 Jun 2008 17:46:08 +0000 (19:46 +0200)]
src/rrd_daemon.c: Add caching daemon.
Add the daemon from the RRDd project.
Florian Forster [Sun, 22 Jun 2008 17:42:31 +0000 (19:42 +0200)]
configure.ac: Check for glib-2.0.
Florian Forster [Sun, 22 Jun 2008 16:00:52 +0000 (18:00 +0200)]
src/rrd_client.[ch]: Change the `rrdd_' prefix to `rrdc_'.
Florian Forster [Sun, 22 Jun 2008 15:55:07 +0000 (17:55 +0200)]
rrdupdate(1): Move the examples and document `updatev's behavior.
Florian Forster [Sun, 22 Jun 2008 15:38:16 +0000 (17:38 +0200)]
rrdupdate(1): Documented the new options --[no]cache and --daemon.
Florian Forster [Sun, 22 Jun 2008 15:09:04 +0000 (17:09 +0200)]
src/rrd_update.c: Add support for a caching daemon.
The `rrdtool update' command has been enhanced to be aware of a caching
daemon. The options
--cache[=yes|=no]
--nocache
--daemon=<address>
have been added to control usage of the daemon.
See email <
20080622082045.GL2999@verplant.org>, sent to the
rrd-developers mailing list on Sun, 22 Jun 2008 10:20:45 +0200.
Florian Forster [Sun, 22 Jun 2008 15:04:30 +0000 (17:04 +0200)]
src/rrd_client.[ch]: Add files that handle the the network communication.
The files have been developed as `librrdc.so' as part of the `RRDd'
package. They have been renamed and adapted for inclusion into
`RRDTool'.
oetiker [Thu, 19 Jun 2008 13:18:04 +0000 (13:18 +0000)]
rrdtool.fetch is returning an extra, bogus, data point. Attached is a
patch to correct this. - Gilad Raphaelli. Fix for #161
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1436
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Thu, 12 Jun 2008 13:54:23 +0000 (13:54 +0000)]
added note on %S
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1435
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Wed, 11 Jun 2008 15:49:24 +0000 (15:49 +0000)]
made news the same as the announcement
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1434
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 10 Jun 2008 23:12:55 +0000 (23:12 +0000)]
prepare for the release of rrdtool-1.3.0
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1432
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 10 Jun 2008 16:38:10 +0000 (16:38 +0000)]
oops it is 1.3.0 not 1.4.0 yet
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1428
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 10 Jun 2008 16:37:39 +0000 (16:37 +0000)]
preparing for 1.3
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1427
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 10 Jun 2008 16:32:34 +0000 (16:32 +0000)]
document the 'internal' functions in rrd.h but mark them as deprecated, so
that anyone using them will see that they should not be doing it.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1426
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 10 Jun 2008 11:16:40 +0000 (11:16 +0000)]
flip check for row_count with setting for better code logic
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1425
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 10 Jun 2008 09:35:03 +0000 (09:35 +0000)]
check row count in RRAs to be > 0 ... by Sebastian Harl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1424
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Tue, 10 Jun 2008 07:18:02 +0000 (07:18 +0000)]
for windows we must open files in O_BINARY mode
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1423
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Mon, 9 Jun 2008 16:10:39 +0000 (16:10 +0000)]
do NOT export lowlevel functions, since I have no intention supporting these
interfaces across versions. The symbols are in the library, so if someone
WANTS to code to them, they are free todo so, but they will have to use our
internal header files.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1421
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Mon, 9 Jun 2008 15:49:54 +0000 (15:49 +0000)]
add all lowlevel file access functions from the rrd_open interface to the export list.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1420
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Mon, 9 Jun 2008 05:12:27 +0000 (05:12 +0000)]
fixed indenting
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1419
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Mon, 9 Jun 2008 05:11:39 +0000 (05:11 +0000)]
update to rpm spec from Jarod Wilson
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1418
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 21:15:32 +0000 (21:15 +0000)]
export some more symbols from librrd
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1417
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 21:06:35 +0000 (21:06 +0000)]
windows should use a windows font
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1416
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 21:05:50 +0000 (21:05 +0000)]
drop special case windows font code ... it makes no sense with the new setup
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1415
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 17:08:47 +0000 (17:08 +0000)]
prepare for the release of rrdtool-1.3rc9
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1413
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 17:08:11 +0000 (17:08 +0000)]
fixed pango markup switch ... we still want the text to show even if no markup is enabled
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1412
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 16:47:22 +0000 (16:47 +0000)]
rrd_freemem has to be exported as well ...
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1411
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 16:23:39 +0000 (16:23 +0000)]
fix for ticket #121 jmpbuf on aix is a problem it seems, maybe this makes it better.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1409
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 15:59:20 +0000 (15:59 +0000)]
prepare for the release of rrdtool-1.3rc8
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1407
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 15:55:54 +0000 (15:55 +0000)]
prepare for the release of rrdtool-1.3rc8
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1406
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 8 Jun 2008 15:55:09 +0000 (15:55 +0000)]
From: Sebastian Harl sh tokkee.org
Date: Sun, 8 Jun 2008 15:01:05 +0200
Subject: [PATCH] Cleanup the symbols exported by librrd.
Up to know librrd exported a lot of symbols, most of which are to be
regarded as private symbols. This somewhat pollutes the API as the symbols
could, in theory, be used by external software and, more importantly,
makes symbol based dependencies (as recently introduced in e.g. Debian)
somewhat harder to implement.
This patch does a somewhat large-scale cleanup of the exported symbols:
* Introduced a librrd.sym file which contains all symbols that are to be
exported. This file is then passed to libtool using the -export-symbols
option which tells the linker to export the given symbols only (note:
according to the libtool manual, this has no effect on some
architectures - however, I assume that most architectures in use today
do support it).
librrd.sym contains all symbols originally defined in rrd.h sans
LockRRD() (which has been moved to rrd_tool.h). The following functions
have been added to rrd.h and the list of exported symbols (some of them
have been renamed, see below):
- rrd_info()
- rrd_info_free()
- rrd_info_print()
- rrd_info_push()
- rrd_lastupdate()
- rrd_update_v()
- rrd_strerror()
* Prefixed all public functions and types with "rrd_" to avoid name
clashes with other libraries. Also, while I was at it, I introduced
typedefs for all custom types and prefixed the time names with "_t" to
improve consistency:
- enum info_type -> rrd_info_type_t
- enum timetype -> rrd_timetype_t
- union infoval -> rrd_infoval_t
- struct info_t -> rrd_info_t
- struct rrd_context -> rrd_context_t
- struct rrd_time_value -> rrd_time_value_t
- info_free() -> rrd_info_free()
- info_free() -> rrd_info_free()
- info_print() -> rrd_info_print()
- info_push() -> rrd_info_push()
- LockRRD() -> rrd_lock() (not public though)
- parsetime() -> rrd_parsetime()
(and: src/parsetime.c -> src/rrd_parsetime.c)
- proc_start_end() -> rrd_proc_start_end()
- set_to_DINF() -> rrd_set_to_DINF()
- set_to_DNAN() -> rrd_set_to_DNAN()
* Moved readfile() from rrd_open.c to rrd_cgi.c and declared it static.
This function is used in rrd_cgi.c only.
* rrd_lock() (f.k.a. LockRRD()) now accepts a rrd_file_t pointer instead
of an integer to increase encapsulation.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1405
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sat, 7 Jun 2008 14:35:03 +0000 (14:35 +0000)]
don't bother with don't need when there is neither madvise not fadvise calls
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1404
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Fri, 6 Jun 2008 16:38:25 +0000 (16:38 +0000)]
fix for --font bug (font names wer not being picked up at all). Bug reported by Dmitry B. Bigunayk
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1403
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Thu, 5 Jun 2008 20:56:24 +0000 (20:56 +0000)]
added pango markup name
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1402
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Thu, 5 Jun 2008 19:59:18 +0000 (19:59 +0000)]
fixed indenting
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1401
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Thu, 5 Jun 2008 19:59:01 +0000 (19:59 +0000)]
disable pango markup by default. added --pango-markup option for explicit enablement.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1400
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Thu, 5 Jun 2008 19:58:51 +0000 (19:58 +0000)]
disable pango markup by default. added --pango-markup option for explicit enablement.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1399
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Thu, 5 Jun 2008 19:57:25 +0000 (19:57 +0000)]
fixed indenting
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1398
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Wed, 4 Jun 2008 16:18:42 +0000 (16:18 +0000)]
enable new building for newer tcl versions
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1397
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Mon, 2 Jun 2008 06:46:57 +0000 (06:46 +0000)]
updated documentation of library versioning system
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1396
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Mon, 2 Jun 2008 06:43:43 +0000 (06:43 +0000)]
Had to reset the interface version number due to the change in the rrd_context implementation.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1395
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Mon, 2 Jun 2008 06:21:42 +0000 (06:21 +0000)]
use DNAN instead of NAN since there seem to be issues with gcc on solaris and the NAN experession (and we use DNAN everywhere else anyway).
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1394
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 1 Jun 2008 21:12:26 +0000 (21:12 +0000)]
integrated gentoo bits and spell fixes by Peter Volkov
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1393
a5681a0c-68f1-0310-ab6d-
d61299d08faa
oetiker [Sun, 1 Jun 2008 20:44:01 +0000 (20:44 +0000)]
Patch for rrd_context system by sebastian harl, making it simpler and less error prone. Removing one buffer overflow in the process.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1392
a5681a0c-68f1-0310-ab6d-
d61299d08faa