2008-06-10 23:12 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, doc/rrdbuild.pod, doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdgraph_graph.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3.0 2008-06-10 23:11 oetiker * trunk/website/bin/htmlfix.sh, trunk/website/gallery/index.en.html, trunk/website/index.wml: updated website online 2008-06-10 16:41 oetiker * branches/1.2/website/index.wml, trunk/website, trunk/website/bin, trunk/website/download.wml, trunk/website/gallery, trunk/website/inc, trunk/website/index.wml, trunk/website/license.wml, trunk/website/logos, trunk/website/newbanner250x60.gif, trunk/website/rrdtool.dtd, trunk/website/rrdworld, trunk/website/sponsor.wml, trunk/website/tut: added website to trunk 2008-06-10 16:38 oetiker * trunk/website: using the 1.2 website as a basis for the new 1.3 website 2008-06-10 16:38 oetiker * configure.ac: oops it is 1.3.0 not 1.4.0 yet 2008-06-10 16:37 oetiker * 00README, CONTRIBUTORS, PROJECTS, TODO, configure.ac, rrdtool-1.3-release: preparing for 1.3 2008-06-10 16:32 oetiker * src/Makefile.am, src/rrd.h, src/rrd_format.h, src/rrd_hw_math.c, src/rrd_hw_update.c, src/rrd_tool.h: 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. 2008-06-10 11:16 oetiker * src/rrd_create.c: flip check for row_count with setting for better code logic 2008-06-10 09:35 oetiker * doc/rrdcreate.pod, src/rrd_create.c: check row count in RRAs to be > 0 ... by Sebastian Harl 2008-06-10 07:18 oetiker * src/rrd_create.c, src/rrd_open.c: for windows we must open files in O_BINARY mode 2008-06-09 16:10 oetiker * src/rrd.h, src/rrd_tool.h: 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. 2008-06-09 15:49 oetiker * src/librrd.sym, src/rrd.h, src/rrd_tool.h: add all lowlevel file access functions from the rrd_open interface to the export list. 2008-06-09 05:12 oetiker * bindings/python/rrdtoolmodule.c, src/pngsize.c, src/rrd.h, src/rrd_error.c, src/rrd_graph.h, src/rrd_info.c, src/rrd_open.c, src/rrd_parsetime.c, src/rrd_tool.c, src/rrd_update.c: fixed indenting 2008-06-09 05:11 oetiker * rrdtool.spec: update to rpm spec from Jarod Wilson 2008-06-08 21:15 oetiker * src/librrd.sym: export some more symbols from librrd 2008-06-08 21:06 oetiker * win32/config.h: windows should use a windows font 2008-06-08 21:05 oetiker * src/rrd_graph.c: drop special case windows font code ... it makes no sense with the new setup 2008-06-08 17:08 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc9 2008-06-08 17:08 oetiker * src/rrd_gfx.c, src/rrd_graph.c: fixed pango markup switch ... we still want the text to show even if no markup is enabled 2008-06-08 16:47 oetiker * bindings/python/rrdtoolmodule.c, bindings/ruby/main.c, src/librrd.sym: rrd_freemem has to be exported as well ... 2008-06-08 16:23 oetiker * branches/1.2/program/src/pngsize.c, src/pngsize.c: fix for ticket #121 jmpbuf on aix is a problem it seems, maybe this makes it better. 2008-06-08 15:59 oetiker * src/Makefile.am: prepare for the release of rrdtool-1.3rc8 2008-06-08 15:55 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc8 2008-06-08 15:55 oetiker * bindings/perl-shared/RRDs.xs, bindings/python/rrdtoolmodule.c, bindings/ruby/main.c, bindings/tcl/tclrrd.c, doc/rrdthreads.pod, netware/Makefile, src/Makefile.am, src/librrd.sym, src/parsetime.c, src/parsetime.h, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_info.c, src/rrd_nan_inf.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_parsetime.c, src/rrd_parsetime.h, src/rrd_resize.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c, win32/rrd.dsp, win32/rrd.vcproj: 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. 2008-06-07 14:35 oetiker * src/rrd_open.c: don't bother with don't need when there is neither madvise not fadvise calls 2008-06-06 16:38 oetiker * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fix for --font bug (font names wer not being picked up at all). Bug reported by Dmitry B. Bigunayk 2008-06-05 20:56 oetiker * NEWS: added pango markup name 2008-06-05 19:59 oetiker * src/rrd.h, src/rrd_error.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_info.c, src/rrd_open.c, src/rrd_update.c: fixed indenting 2008-06-05 19:59 oetiker * src/rrd_graph.c: disable pango markup by default. added --pango-markup option for explicit enablement. 2008-06-05 19:58 oetiker * doc/rrdgraph.pod, src/rrd_graph.h: disable pango markup by default. added --pango-markup option for explicit enablement. 2008-06-05 19:57 oetiker * bindings/python/rrdtoolmodule.c: fixed indenting 2008-06-04 16:18 oetiker * bindings/tcl/Makefile.am, configure.ac: enable new building for newer tcl versions 2008-06-02 06:46 oetiker * configure.ac: updated documentation of library versioning system 2008-06-02 06:43 oetiker * configure.ac: Had to reset the interface version number due to the change in the rrd_context implementation. 2008-06-02 06:21 oetiker * src/rrd_restore.c: 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). 2008-06-01 21:12 oetiker * doc/rrdbuild.pod: integrated gentoo bits and spell fixes by Peter Volkov 2008-06-01 20:44 oetiker * src/rrd.h, src/rrd_error.c, src/rrd_not_thread_safe.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c: Patch for rrd_context system by sebastian harl, making it simpler and less error prone. Removing one buffer overflow in the process. 2008-05-31 15:58 oetiker * doc/rrdbuild.pod: prepare for the release of rrdtool-1.3rc7 2008-05-31 15:57 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc7 2008-05-31 15:56 oetiker * doc/rrdbuild.pod: added pkgconfig build instructions 2008-05-31 12:28 oetiker * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: make sure vdef calcs only calc as far as originally requested. 2008-05-27 22:24 oetiker * src/rrd_info.c: fixed maxlength for sprintf_alloc 50 was not enough ... 1024+strlen(fmt) is much better. This makes imginfo work even when there are long image paths. 2008-05-26 16:39 oetiker * trunk/talks/nordic-nagios-08/talk.odp: initial talk slides 2008-05-26 11:45 oetiker * TODO: updated todo list 2008-05-26 08:56 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc6 2008-05-26 07:46 oetiker * NEWS: added notes about new grid lines 2008-05-26 07:45 oetiker * src/rrd_graph.c: * make y-axis labels NOT run into each other (classic and alt) * space horizontal grid lines and lables a bit further apart for tight layouts. * let horizontal lines and y axis labels run a little closer for classic grid 2008-05-25 21:17 oetiker * src/rrd_graph.c: fixed calculation of space at the bottom of the graph 2008-05-25 20:02 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc5 2008-05-25 20:00 oetiker * src/rrd_format.h, src/rrd_open.c, src/rrd_update.c: fix update compatibility with rrd-1.0.x files 2008-05-20 22:22 oetiker * bindings/Makefile.am: droped rrd_extra.h from the distro with the python update ... must remove it from the Makefile too 2008-05-19 21:14 oetiker * NEWS, bindings/python/README, bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c, doc/rrdpython.pod: fixed python bindings: * info call isnnow aequivalent to rrdtool info (the same as in the perl and ruby bindings) * graphv and updatev calls added 2008-05-18 22:11 oetiker * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_tool.c: * document tabwidth option * fix \t -> tab expansion 2008-05-18 15:39 oetiker * src/rrd_graph.c: ytr boundery checking ... this is from the GD days ... we don't need this anymore 2008-05-18 15:11 oetiker * src/rrd_dump.c, src/rrd_tool.c: fix indenting 2008-05-18 15:11 oetiker * src/rrd_graph.c: pdf, svg and ps formats were not being created 2008-05-18 13:06 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool-1.3-release, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc4 2008-05-18 13:04 oetiker * src/rrd_tool.c, src/rrdupdate.c: fix year 2008-05-18 12:53 oetiker * src/rrd_graph.c: PRINT returns from rrd_graph did not work due to an off by one error 2008-05-18 08:42 oetiker * doc/rrdbuild.pod: updated build instructions to latest libraries 2008-05-18 06:37 oetiker * NEWS, configure.ac, src/rrd_i18n.h, src/rrd_tool.c: improved handling of libintl issues 2008-05-16 12:29 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc3 2008-05-16 12:28 oetiker * doc/rrddump.pod, src/rrd_dump.c: added --no-header to documentation and fixed implementation 2008-05-16 12:20 oetiker * src/rrd_dump.c: fixed dump_opt implementation 2008-05-16 12:18 oetiker * NEWS, src/rrd_dump.c: added no-header option to rrd_dump 2008-05-16 12:07 oetiker * src/rrd_graph.c: fix handling of values <= zero for logarithmic display 2008-05-15 22:39 oetiker * rrdtool-1.3-release: prepare for the release of rrdtool-1.3rc2 2008-05-15 22:39 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.3rc2 2008-05-15 22:37 oetiker * Makefile.am, configure.ac, rrdtool-1.3-release, src/Makefile.am: fix portability to mac osx and freebsd -- tobi 2008-05-12 23:10 oetiker * configure.ac: add solaris pod2man location last 2008-05-12 23:03 oetiker * configure.ac, doc/Makefile.am, doc/rrdbuild.pod: some changes to make things work on opensolaris 2008.05 2008-05-12 22:42 oetiker * bindings/tcl/Makefile.am: for some reason tclrrd.c does not get picked up using $< at least on opensolaris 2008-05-12 22:23 oetiker * src/Makefile.am, src/rrd_graph.h, src/rrd_info.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.c: allow rrd_rpncalc to build without cairo dependencies ... fix warnings 2008-05-12 21:14 oetiker * Makefile.am: add intltool*in files to dist 2008-05-12 16:15 oetiker * bindings/python/rrdtoolmodule.c, src/rrd_update.c: fixed indenting 2008-05-12 16:15 oetiker * src/rrd_graph.c, src/rrd_hw.c, src/rrd_open.c, src/rrd_rpncalc.c, src/win32comp.c: removed c++ comments // 2008-05-12 16:09 oetiker * NEWS: added notes about rewrites in this release 2008-05-12 16:08 oetiker * configure.ac, src/Makefile.am: improved handling of library versioning 2008-05-12 15:35 oetiker * src/rrd_update.c: should not leave debug enabled 2008-05-12 15:33 oetiker * branches/1.2/program/doc/rrdcreate.pod, branches/1.2/program/src/rrd_update.c, doc/rrdcreate.pod, src/rrd_update.c: Fixed handling of unknown data at PDP build time. There was a long standing (even documented) missfeature in rrdtool which caused uknown-data to be accepted as long as it was less than the mrhb. This was never the intended behaviour and had interesting side effects (http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you have a 60 Second step with 59s unknown data and 1 second of known data the whole become known data as long as the mrhb was > step. The intended behaviour was that a step should become unknown as soon as it contains more than 50% of unknown data. The patch fixes both the documentation and the code. 2008-05-12 13:22 oetiker * src/rrd_create.c: the last_ds value fuer unknown is 'U' and not 'UNKN' 2008-05-04 18:59 oetiker * src/rrd_getopt.c, src/rrd_getopt1.c: fix for sun sudio 11 incompatibility http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38555 2008-05-01 23:23 oetiker * bindings/ruby/main.c, src/rrd.h, src/rrd_info.c, src/rrd_tool.c: indenting fixes 2008-05-01 23:23 oetiker * src/rrd_graph.c: make sure properties are shown via graph_v even in --graph-only mode 2008-05-01 06:56 oetiker * MakeMakefile: Make the MakeMakefile script a bit more robust 2008-04-22 21:40 oetiker * bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c: fix for #148 2008-04-20 22:46 oetiker * CONTRIBUTORS, NEWS, bindings/perl-shared/RRDs.pm, bindings/perl-shared/RRDs.xs, bindings/ruby/main.c, doc/rrdgraph.pod, src/rrd.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_info.c, src/rrd_tool.c, src/rrd_tool.h: Introduced a alternated interface to rrd_graph using rrd_info style return values: rrd_graph_v The graph_v interface returnes additional information about the graph including the location of the graphing area within the image. When called with '-' as filename it will even return the image data. The new interface is supported in the rrdtool command line, RRDs perl and ruby bindings. 2008-04-17 07:54 oetiker * trunk/talks/nordic-nagios-08, trunk/talks/nordic-nagios-08/abstract-rrdtut.txt: added bullets 2008-04-17 05:35 oetiker * src/rrd_update.c: indent fix 2008-04-17 05:35 oetiker * src/rrd_tune.c: do not reset the last_ds store unless the data source type is actually changed. 2008-04-16 15:50 oetiker * branches/1.2/program/doc/rrdgraph.pod, doc/rrdgraph.pod: fixed 2. x-grid example ... since the lable is valid for the whole day, it must be 86400 wide. --tobi 2008-04-12 09:29 oetiker * MakeMakefile, configure.ac: alter order of header inclusion for FreeBSD 4.8 compatibility 2008-04-12 09:21 oetiker * branches/1.2/program/src/parsetime.c, src/parsetime.c: do not mess with dst status after running localtime, the system gets confused otherwhise when it comes to times during the switch over periode as DST changes to non DST. -- tobi 2008-03-25 23:02 oetiker * src/rrd_dump.c: added missing " escapes to xml header in rrd_tool.c 2008-03-25 22:59 oetiker * CONTRIBUTORS: added Florian octo Forster to contrib list 2008-03-25 22:59 oetiker * doc/rrdgraph_examples.pod: added missing =back for propper pod syntax 2008-03-25 22:58 oetiker * src/rrd_dump.c: fix indent 2008-03-25 22:58 oetiker * src/rrd_restore.c: fix broken header comment section -- Florian octo Forster 2008-03-25 22:57 oetiker * src/rrd_graph.c: cast size_t to int to avoid warning -- Florian octo Forster 2008-03-25 22:56 oetiker * src/rrd_open.c: do not declare DEBUG functions unless compiled in DEBUG mode -- Florian octo Forster 2008-03-25 22:55 oetiker * src/rrd_tool.c: make helptexts read only memory 2008-03-25 22:55 oetiker * src/rrd_update.c: stop complaints about unused variables if not running DEBUG 2008-03-25 22:49 oetiker * MakeMakefile: Added check for intltool version. Use Makefile for cleanup. -- Florian octo Forster 2008-03-23 13:43 oetiker * src/rrd_dump.c: added pointer to florian forsters dtd to the rrd dumpt 2008-03-19 23:36 oetiker * configure.ac: fix pkgconfig file name 2008-03-15 10:39 oetiker * ., .indent.pro, 00README, CONTRIBUTORS, COPYING, COPYRIGHT, MakeMakefile, Makefile.am, NEWS, PROJECTS, README, THREADS, TODO, WIN32-BUILD-TIPS.txt, acinclude.m4, bindings, bindings/Makefile.am, bindings/perl-piped, bindings/perl-piped/MANIFEST, bindings/perl-piped/Makefile.PL, bindings/perl-piped/README, bindings/perl-piped/RRDp.pm, bindings/perl-piped/leaktest.pl, bindings/perl-piped/rrdpl.dsp, bindings/perl-piped/rrdpl.dsw, bindings/perl-piped/t, bindings/perl-piped/t/base.t, bindings/perl-shared, bindings/perl-shared/MANIFEST, bindings/perl-shared/Makefile.PL, bindings/perl-shared/README, bindings/perl-shared/RRDs.pm, bindings/perl-shared/RRDs.ppd, bindings/perl-shared/RRDs.xs, bindings/perl-shared/ntmake.pl, bindings/perl-shared/t, bindings/perl-shared/t/base.t, bindings/python, bindings/python/ACKNOWLEDGEMENT, bindings/python/AUTHORS, bindings/python/COPYING, bindings/python/README, bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c, bindings/python/setup.py, bindings/ruby, bindings/ruby/CHANGES, bindings/ruby/README, bindings/ruby/extconf.rb, bindings/ruby/main.c, bindings/ruby/test.rb, bindings/tcl, bindings/tcl/Makefile.am, bindings/tcl/README, bindings/tcl/ifOctets.tcl.in, bindings/tcl/tclrrd.c, configure.ac, debian, debian/README.Debian, debian/build_freetype.sh, debian/changelog, debian/control, debian/copyright, debian/librrd0-dev.files, debian/librrd0.files, debian/librrd0.postinst, debian/librrd0.postrm, debian/librrd0.shlibs, debian/librrdp-perl.files, debian/librrds-perl.files, debian/rrdtool-tcl.files, debian/rrdtool.files, debian/rules, debian/watch, doc, doc/Makefile.am, doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/name.inc, doc/rpntutorial.pod, doc/rrd-beginners.pod, doc/rrdbuild.pod, doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdfirst.pod, doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdinfo.pod, doc/rrdlast.pod, doc/rrdlastupdate.pod, doc/rrdpython.pod, doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdruby.pod, doc/rrdthreads.pod, doc/rrdtool-dump.dtd, doc/rrdtool-xport.dtd, doc/rrdtool.pod, doc/rrdtune.pod, doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod, examples, examples/4charts.pl.in, examples/Makefile.am, examples/bigtops.pl.in, examples/cgi-demo.cgi.in, examples/minmax.pl.in, examples/perftest.pl.in, examples/piped-demo.pl.in, examples/shared-demo.pl.in, examples/stripes.pl.in, favicon.ico, netware, netware/Makefile, po, po/ChangeLog, po/LINGUAS, po/POTFILES.in, po/de.po, rrdtool-1.2-release, rrdtool-1.3-release, rrdtool.spec, src, src/Makefile.am, src/compile_afm.pl, src/fnv.h, src/get_ver.awk, src/hash_32.c, src/parsetime.c, src/parsetime.h, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_getopt.c, src/rrd_getopt.h, src/rrd_getopt1.c, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_hw_math.c, src/rrd_hw_math.h, src/rrd_hw_update.c, src/rrd_hw_update.h, src/rrd_i18n.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_nan_inf.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c, src/strftime.c, src/strftime.h, src/unused.h, src/win32comp.c, svn2cl.xsl, win32, win32/Makefile, win32/config.h, win32/rrd.dsp, win32/rrd.vcproj, win32/rrd_config.h.msvc, win32/rrdtool.dsp, win32/rrdtool.dsw, win32/rrdtool.vcproj: reindent aded id keyword substitution 2008-03-15 10:32 oetiker * src/rrd_rpncalc.c: reat nan as FALSE in an IF CDEF 2008-03-07 08:57 oetiker * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: a nan-safe add operator (ADDNAN) into rrd. I used it to add several incomplete graphs. NaN + NaN => NaN x + NaN => x NaN + y => y x + y => x + y -- Timo Stripf tstripf gmx.de 2008-03-02 15:38 oetiker * src/rrd_graph.c: Fix error "cairo_restore without matching cairo_save" when zero-time point is out of graph 2008-02-25 07:11 oetiker * branches/1.2/program/src/rrd_fetch.c, src/rrd_fetch.c: Ignore RRA-end when comparing. coverage. 2008-02-24 14:27 oetiker * src/rrd_create.c, src/rrd_graph_helper.c, src/rrd_i18n.h, src/rrd_info.c, src/rrd_restore.c, src/rrd_tool.c: fix indents gone out of kileter by patching ... 2008-02-24 14:26 oetiker * src/rrd_dump.c, src/rrd_tool.c: get rid of a few type cast warnings 2008-02-24 14:26 oetiker * src/rrd_restore.c: fix one segfault while trying to restore an invalid xml file. -- tobi 2008-02-21 07:20 oetiker * configure.ac: make ruby obey destdir 2008-02-21 07:18 oetiker * po/ChangeLog: initial 2008-02-21 07:12 oetiker * MakeMakefile, configure.ac, po/LINGUAS, po/de.po, src/rrd_tool.c: make inbternationalized version actually build 2008-02-21 06:59 oetiker * po, po/LINGUAS, po/POTFILES.in, src/rrd_i18n.h: added missing bits from internationalization 2008-02-19 12:56 oetiker * branches/1.2/program/src/rrd_create.c, branches/1.2/program/src/rrd_info.c, branches/1.2/program/src/rrd_restore.c, src/rrd_create.c, src/rrd_info.c, src/rrd_restore.c: Generate a random cur_row for each RRA during create/restore operations. This effectively randomizes the block crossings among RRDs created around the same time. Previously, RRDs that were created/restored en masse would cross block boundaries simultaneously, which is sub-optimal. Also, this patch enables the user to see the RRA's cur_row pointer via rrdinfo. This was useful during debugging. -- kevin brintnall kbrint qwest.net 2008-02-18 15:04 oetiker * MakeMakefile, Makefile.am, configure.ac, rrdtool.spec, src/Makefile.am, src/rrd_getopt.c, src/rrd_tool.c: Added I18N support for messages printed by rrd_tool.c -- http://oss.oetiker.ch/rrdtool-trac/ticket/144 2008-02-15 08:49 oetiker * configure.ac: check for pdf as well 2008-02-15 08:44 oetiker * configure.ac: check for cairo-ps and cairo-svg explicitly 2008-02-06 00:12 oetiker * configure.ac: ready for beta 4 2008-02-06 00:10 oetiker * src/rrd_graph.c, src/rrd_graph_helper.c: * replaced strtok with strtok_r for thread safety * fixed im initialization broken after the introduction of dashes ... 2008-02-04 22:34 oetiker * src/rrd_create.c: in rrd_create we do not use mmaping and thus need to free rrd struct members in any case ... 2008-02-04 22:16 oetiker * src/rrd_update.c: this should help with the memory leak 2008-02-04 18:18 oetiker * COPYRIGHT: added zpl 2.1 to floss exception 2008-02-01 06:52 oetiker * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fixed parsing of fontnames with embeded spaces 2008-01-14 17:11 oetiker * configure.ac: remove c++ warnings flag .. this is not c++ after all 2008-01-14 16:52 oetiker * src/rrd_cgi.c, src/rrd_create.c: fixed indenting 2008-01-14 16:51 oetiker * src/rrd_gfx.c: fix indents 2008-01-14 16:50 oetiker * bindings/tcl/tclrrd.c, configure.ac, src/parsetime.c, src/rrd_cgi.c, src/rrd_create.c, src/rrd_nan_inf.c: * fixed madvise/fadvise detection * fixed many compiler warnings -- Peter Breitenlohner peb mppmu.mpg.de 2008-01-13 11:07 oetiker * trunk/tutorial/htwchur/about-oss.odp, trunk/tutorial/htwchur/m7am.odp, trunk/tutorial/htwchur/rrd-exercises.tex: initial 2008-01-12 18:37 oetiker * src/rrd_graph.c: weekday and time are too tight 2008-01-04 22:53 oetiker * src/rrd_gfx.c, src/rrd_graph.c: fontmap resolution was not matching scaled_font resolution ... this killed layouting ... much better now 2008-01-03 21:30 oetiker * doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod, src/rrd_graph_helper.c: get rid of DASHED, only use dashes syntax. less redundancy -- thomas.gutzler gmail.com 2008-01-02 22:11 oetiker * CONTRIBUTORS, NEWS, doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: support for dashed lines in graphs 2008-01-02 22:06 oetiker * src/pngsize.c, src/rrd_graph.c: fix indenting 2008-01-02 22:06 oetiker * doc/Makefile.am: ignore errors with txt doc building 2007-12-11 23:41 oetiker * Makefile.am, doc/rrdbuild.pod: building the docs depends on the presence of pod2man ... which does not seem to be installed necessarily 2007-12-08 22:15 oetiker * doc/rrdbuild.pod: added shared library locations into the docs 2007-12-08 21:35 oetiker * src/rrd_cgi.c: include stdlib since putenv is in there on solaris 2007-12-08 16:57 oetiker * configure.ac, doc/rrdbuild.pod, src/rrd_getopt.c: fixing solaris portability * isinf and isnan definitions fixed * check if rt must be linked * ordering must be read write in getopt * updated build instructions 2007-12-02 17:11 oetiker * trunk/tutorial/htwchur/abstract-rrdtut.txt: fixed spelling 2007-12-02 16:59 oetiker * trunk/tutorial/htwchur, trunk/tutorial/htwchur/abstract-rrdtut.txt, trunk/tutorial/htwchur/m7am.odp: initial text 2007-11-26 20:12 oetiker * bindings/python/setup.py: fix libdir for python build 2007-11-21 10:51 oetiker * configure.ac: fixed NetBSD spelling 2007-11-21 06:56 oetiker * configure.ac: define bsd source to get access to chroot 2007-11-21 06:47 oetiker * bindings/perl-shared/Makefile.PL, configure.ac: make perlbuild more portable 2007-11-21 05:54 oetiker * trunk/talks/rrdtooltipsandtricks, trunk/talks/rrdtooltipsandtricks/abstract.odt, trunk/talks/rrdtooltipsandtricks/bio.txt, trunk/talks/rrdtooltipsandtricks/rrdtipsandtricks.odp: initial checkin 2007-11-20 22:22 oetiker * configure.ac: enable madvise defines in netbsd 2007-11-20 00:17 oetiker * trunk/status/2007-11-19.txt: added 1.2.26 2007-11-20 00:08 oetiker * src/rrd_format.h, src/rrd_graph.c, src/rrd_nan_inf.c: remove last traces of rrd_nan_inf.h fix handling of min==max where min < 0 2007-11-19 19:05 oetiker * trunk/status/2007-11-19.txt: spell checked 2007-11-19 19:02 oetiker * trunk/status/2007-11-19.txt: added report 2007-11-15 14:39 oetiker * bindings/ruby/main.c, src/rrd.h, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c, src/rrd_open.c, src/rrd_restore.c, src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c: re-indented files that have gone out of indent-style over the last few weeks 2007-11-15 14:36 oetiker * src/Makefile.am, src/rrd.h, src/rrd_nan_inf.h: integrate rrd_nan_inf header 2007-11-15 14:35 oetiker * src/rrd_open.c: Improve layout of documentation. -- Bernhard Fischer 2007-11-15 14:34 oetiker * src/rrd_update.c: * rrd_update(): Unify error path. * parse_template(): Likewise. * allocate_data_structures(): Make error strings use consistent punctuation. -- bernhard fischer 2007-11-15 14:32 oetiker * src/pngsize.c: make sure this compiles with aix 2007-11-13 01:45 oetiker * trunk/tutorial/lisa2007/m7am.odp: lisa update 2007-11-08 10:16 oetiker * NEWS, bindings/ruby/main.c, doc/rrdruby.pod: fixed start end time in ruby fetch and added step size -- Mike Perham mperham gmail 2007-11-06 21:27 oetiker * doc/rrdbuild.pod: updated build instructions 2007-11-04 21:56 oetiker * bindings/perl-piped/RRDp.pm: handle errors properly ... in RRDp read call 2007-10-08 14:36 oetiker * trunk/tutorial/lisa2007/m7am.odp, trunk/tutorial/lisa2007/rrdtutorial.odp: fixed name for release 2007-10-08 14:36 oetiker * trunk/tutorial/lisa2007/abstract-rrdtut.txt, trunk/tutorial/lisa2007/rrdtutorial.odp: getting ready for release 2007-09-16 15:35 oetiker * src/rrd_open.c: no reason to die when posixfadvise is not sucessful 2007-09-11 06:28 oetiker * doc/rrdcreate.pod, doc/rrdtune.pod, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h, src/rrd_hw.c, src/rrd_info.c, src/rrd_restore.c, src/rrd_tune.c: Allow to the the smoothing window size other thatn the default 5%. -- Evan Miller emiller imvu.com 2007-09-11 06:16 oetiker * configure.ac, src/rrd_open.c: added msync before unmap 2007-09-08 05:23 oetiker * CONTRIBUTORS, doc/rrdgraph_rpn.pod, src/rrd_graph.c, src/rrd_graph.h: added STDEV aggregation function for VDEF. -- Patrick J Cherry patrick bytemark.co.uk 2007-09-07 22:53 oetiker * Makefile.am, examples/Makefile.am, examples/perftest.pl.in: a few leanups -- Bernhard Fischer 2007-09-06 09:06 oetiker * src/rrd_open.c: added missing ; 2007-09-06 08:42 oetiker * src/rrd_open.c: * mimic write() and read() even better -- Bernhard Fischer 2007-09-06 08:40 oetiker * src/rrd_open.c: rrd_open.c (rrd_read): Mimicing read() behaviour for EOF case and NULL buffer case. -- Bernhard Fischer 2007-09-02 16:55 oetiker * doc/rrdgraph_graph.pod: fixed speling of horizon 2007-08-29 06:43 oetiker * examples/perftest.pl.in: a better performance tester 2007-08-16 07:31 oetiker * doc/rrdgraph_examples.pod: added holt winters example back into the examples documentation 2007-08-14 21:59 oetiker * src/rrd_update.c: Fix for HoltWinters phase-shift bug described below. When one or more primary data point times were missed, the SEASONAL and DEVSEASONAL archives were marked as being up-to-date, so that they would not be written to. It was correct not to write to these archives, but the code failed to advance the pointers within the SEASONAL and DEVSEASONAL archives so that future updates would go to the correct location in the archives. Rather than mark these archives as up-to-date (by setting rra_step_cnt[rra_idx] = 0), my patch allocates a new "skip_update" array that is set to 1 for SEASONAL and DEVSEASONAL archives that have missed one or more primary data points. When an RRA is written to, the cur_row pointer advancement happens for all archives, but the skip_update array is checked just before actually writing out the changes. Please give it a whirl! -- Evan Miller emiller imvu.com 2007-08-13 20:06 oetiker * src/rrd_update.c: Refactored rrd_update code in preparation of finding the HW update problem -- Evan Miller 2007-08-07 15:02 oetiker * doc/rrdbuild.pod: updated build instructions for 1.3 2007-08-03 23:46 oetiker * trunk/talks/rrdtool13/rrdtool13.odp: initial talk 2007-08-03 21:27 oetiker * trunk/talks/rrdtool13/rrdtool13.odp: addded details 2007-08-03 19:46 oetiker * svn2cl.xsl: prepare for the release of rrdtool-1.2.99907080300 2007-08-03 19:45 oetiker * libraries, src/DejaVuSansMono-Roman.ttf, src/VeraMono.ttf: remove some things we do not need anymore in 1.3 2007-08-03 19:43 oetiker * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the release of rrdtool-1.2.99907080300 2007-08-03 19:43 oetiker * configure.ac, rrdtool-1.3-release: prepare for 1.3 beta 1 2007-08-03 19:26 oetiker * src/Makefile.am: continue with the revision numbering 2007-08-03 19:17 oetiker * doc/rrdgraph_graph.pod: added notes on pango inline formatting 2007-08-02 18:21 oetiker * trunk/talks/rrdtool13, trunk/talks/rrdtool13/rrdtool13.odp, trunk/talks/rrdtoolfast/monitoring-en.ppt, trunk/talks/rrdtoolfast/onlineusv-de.ppt: talk updates 2007-08-01 15:29 oetiker * src/rrd_graph.c: only release cairo stuff if we ever initialized it. 2007-08-01 15:28 oetiker * src/rrd_xport.c: fix for 64bit portability problem ... unsigned long is not int 2007-07-31 04:53 oetiker * bindings/ruby/main.c: reindented 2007-07-30 22:29 oetiker * trunk/tutorial/lisa2007/abstract-rrdtut.txt: added toppics 2007-07-25 20:38 oetiker * src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c, src/rrd_format.h, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_tool.h, src/rrd_tune.c: fixed indenting 2007-07-25 20:38 oetiker * src/rrd_update.c: make sure we check input even when the previous update was a 'U' ... and some indenting fixes 2007-07-24 20:35 oetiker * trunk/contrib/php4/rrdtool_logo.h: added missing header 2007-07-22 15:51 oetiker * src/rrd_format.h: new consolidation functions must be added last or this will break binary compatibility 2007-07-22 15:50 oetiker * src/rrd_update.c: don't force data out ... let cache management do this 2007-07-22 09:47 oetiker * NEWS, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h, src/rrd_restore.c: Only create version 4 rrd files if the new holtwinters MHW.. CF is used. 2007-07-21 19:55 oetiker * src/rrd_open.c: * remove some experimental code from rrd_open * rrd_dontneed will release all data except for header blocks and RRA hot blocks which are going to be updated withing 10 minutes. 2007-07-21 19:53 oetiker * src/rrd_fetch.c: for now, do not release fetched data ... in the future we may call rrd_dontneed and let the users decied with an option if they want to keep the data in cache ... 2007-07-21 19:52 oetiker * src/Makefile.am: the fonts are now taken from the system. we do not distribute them anympore 2007-07-21 19:37 oetiker * NEWS: not on update rrd version 2007-07-20 22:20 oetiker * src/rrd_format.h: we have a new holtwinders aggregation fucntion, so we have a new version ... 2007-07-20 22:19 oetiker * configure.ac: check for fadvise all the time 2007-07-20 22:16 oetiker * doc/rrdcreate.pod: better docs on the aggregate functions 2007-07-18 22:02 oetiker * NEWS: added note on locale 2007-07-18 21:59 oetiker * src/rrd_graph_helper.c: some more piechart removed 2007-07-18 21:47 oetiker * src/rrd_create.c, src/rrd_graph.c, src/rrd_rpncalc.c, src/rrd_tune.c, src/rrd_update.c: make sure all ascii to float parsing uses LC_NUMERIC = C so that we do not stuble on locales confusing the , with a . 2007-07-18 00:30 oetiker * src/rrd_create.c, src/rrd_open.c, src/rrd_tool.h, src/rrd_update.c: * rrd_open: rrd_close does not purge file from cache * rrd_open: new function rrd_dontneed for purging un-needed pages from core * rrd_open: in linux at least only fadivse DONTNEED has the power to purge pages from cache, so letst call madvise as well as fadvise * rrd_create: uses open/write/close now, flushes file to disk and keeps only hot pages in core * rrd_update: keeps only hot pages in core * configure enables FADVISE even when mmap is in use 2007-07-17 21:46 oetiker * src/rrd_open.c, src/rrd_resize.c: added comment on float cookie 2007-07-16 06:37 oetiker * bindings/ruby/main.c: fix for fetch in ruby bindings and support for info added. 2007-07-14 13:26 oetiker * trunk/status/2007-07-14.txt: added report 2007-07-12 20:33 oetiker * doc/rrdtutorial.pod: improve wording 2007-07-12 20:33 oetiker * configure.ac: fix tcl build settup 2007-07-12 20:33 oetiker * trunk/tutorial/emanics/rrd-exercises.tex, trunk/tutorial/emanics/rrdtutorial.odp, trunk/tutorial/linuxforum2007/rrdtutorial.odp: monor updates 2007-07-11 23:08 oetiker * src/rrd_create.c: usr rrd_free for freeing the rrd structs ... vito caputo 2007-07-10 05:31 oetiker * trunk/tutorial/emanics/rrd-exercises.tex: fixed linebreak 2007-07-09 20:18 oetiker * trunk/tutorial/emanics/rrd-exercises.tex: remove the 3.5h comment 2007-07-06 14:05 oetiker * trunk/tutorial/emanics, trunk/tutorial/emanics/rrd-exercises.tex, trunk/tutorial/emanics/rrdtutorial.odp: initial emanics versions 2007-07-05 15:19 oetiker * src/rrd_graph_helper.c: prevent potential segfaults on boxes where time_t is not long 2007-06-24 11:42 oetiker * trunk/tutorial/lisa2007/abstract-rrdtut.txt: add halfday 2007-06-24 11:41 oetiker * trunk/tutorial/lisa2007/abstract-rrdtut.txt: fritz fix 2007-06-19 06:26 oetiker * trunk/tutorial/lisa2007: updated for lisa 2007-06-18 18:25 oetiker * src/rrd_cgi.c, src/rrd_graph.c, src/rrd_tune.c, src/rrd_xport.c: fix indentation 2007-06-18 16:05 oetiker * configure.ac, src/parsetime.c, src/rrd_cgi.c, src/rrd_create.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_getopt.c, src/rrd_getopt1.c, src/rrd_graph.c, src/rrd_open.c, src/rrd_restore.c, src/rrd_thread_safe.c, src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c: Bernhard Fischer: - move several static struct option out of loops and makes them non-static - moves some functions from old-style definitions into new-style definitions 2007-06-16 23:20 oetiker * CONTRIBUTORS: Bernhard is not Benrard 2007-06-16 05:32 oetiker * trunk/contrib/php4/config.m4, trunk/contrib/php4/configure, trunk/contrib/php4/ltconfig, trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c: lets have just a single rrdtool extension annd not two ... -- Jarod Wilson 2007-06-15 21:49 oetiker * NEWS: notes on evans contribs 2007-06-15 21:41 oetiker * rrdtool.spec: rrdtool.spec from Jarod "redhat" Wilson 2007-06-15 08:09 oetiker * CONTRIBUTORS: updated contributors 2007-06-15 08:01 oetiker * NEWS: added note on TEXTALIGN 2007-06-15 07:59 oetiker * doc/rrdcreate.pod, doc/rrdtune.pod, src/Makefile.am, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.c, src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c, src/rrd_hw_math.c, src/rrd_hw_math.h, src/rrd_hw_update.c, src/rrd_hw_update.h, src/rrd_info.c, src/rrd_restore.c, src/rrd_tune.c, src/rrd_update.c: There are two popular variants of the Holt-Winters forecasting method; RRDtool supports the "additive" method, which means that seasonal variation is simply added to the baseline. For our application, it would be more appropriate to use the "multiplicative" Holt-Winters method, where seasonal variation is a coefficient multiplied by the baseline. Quick example to illustrate the difference: if the average doubles season-over-season, the additive method would predict the delta between min and max to be constant, whereas the multiplicative method would predict the delta to double as well. Attached is a patch against trunk to support the multiplicative method. I've done this with a new consolidation function, MHWPREDICT, which is essentially interchangeable with HWPREDICT. There is a noticeable improvement in prediction deviations for certain types of functions; the attachments show HWPREDICT and MHWPREDICT predictions for a function with an x*sin(x) component. Because HWPREDICT and MHWPREDICT differ only in their equations, I've factored out their math into rrd_hw_math.c. The appropriate smoothing functions are passed to the update functions in a container of function pointers, which are called where appropriate. Thus the additive and multiplicative methods use the same update functions, and the right equations are evaluated without having flag checks everywhere. This approach, I think, makes the algorithms quite clear, with minimal duplicate code. I have moved update_hwpredict, update_seasonal, update_devpredict, update_devseasonal, and update_failures into a separate file, rrd_hw_update.c, with some slight refactoring related to rrd_hw_math.c. I ran some regression tests against trunk to make sure I didn't break anything with the existing HWPREDICT code. MHWPREDICT uses the same deviation smoothing and failure detection algorithms as HWPREDICT. Some helpful references on the multiplicative Holt-Winters method: http://www.it.iitb.ac.in/~praj/acads/seminar/04329008_ExponentialSmoothing.pdf (a student's quick overview of additive vs. multiplicative HW) http://ideas.repec.org/p/msh/ebswps/1999-1.html (paper on variations to the multiplicative Holt-Winters, including variance calculations; FYI, my implementation uses "Model 1") My employer and the owner of this patch (IMVU, Inc.) is happy to license it under the same terms as RRDtool, i.e. give it to the project. -- Evan Miller emiller imvu.com 2007-06-15 06:43 oetiker * src/rrd.h: oops missed to update the in memory output interface here 2007-06-15 06:28 oetiker * src/rrd.h, src/rrd_graph.c, src/rrd_graph.h: added interface to get rendered image via a pointer to allocated memory ... Evan Miller emmiller gmail.com 2007-06-15 06:12 oetiker * configure.ac: improve fontnaming 2007-06-14 20:30 oetiker * bindings/ruby/main.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_rpncalc.c: fixed indentation 2007-06-14 20:28 oetiker * doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: added TEXTALIGN command to change the default text alignment 2007-06-13 16:53 oetiker * bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c: fixed tcl includes 2007-06-13 16:51 oetiker * bindings/ruby/main.c: be more helpful when raising rb_eTypeError in string_arr string_arr_new(VALUE rb_strings). This patch indicates which index is in error as well as the type you are erroneously passing. -- anonymous 2007-06-12 20:36 oetiker * src/rrd_update.c: Bernhard Fischer: - fix nulling the updvals - cosmetic change to move the option struct out of the loop. - need to operate on a copy of optarg 2007-06-11 19:45 oetiker * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: added TRENDNAN function -- Timo Stripf 2007-06-11 19:45 oetiker * src/rrd_graph.c: allow output to stdout -- Timo Stripf 2007-06-11 16:49 oetiker * NEWS: added more news 2007-06-11 16:34 oetiker * doc/rrdgraph.pod, src/rrd_graph.c: fixed indentation, added documentation note on gridfitting. 2007-06-11 16:33 oetiker * src/rrd_graph.c: fix arrow locations 2007-06-11 16:20 oetiker * src/rrd_graph.c: disable gridfitting for vector formats 2007-06-11 16:14 oetiker * src/rrd_graph.c, src/rrd_graph.h: make pdf output work 2007-06-11 15:32 oetiker * NEWS: added detail 2007-06-11 15:11 oetiker * NEWS, configure.ac, doc/rrdgraph.pod, src/Makefile.am, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: --font-render-mode is back, and there is also --graph-render-mode now. It allows to enable mono graphs that look strikingly like rrdtool 1.0.x --tobi 2007-06-11 13:36 oetiker * NEWS, src/rrd_update.c: Bernhard Fischer: - NEWS mention the new file accessors - rrd_update.c: remove unused some cruft 2007-06-11 10:09 oetiker * src/rrd_update.c: Bernhard Fischer: - fix maintaining our file-pos when we have to wrap the rra_ptr in update(). - no need to update the header-data a second time for the mmap case. 2007-06-11 00:23 oetiker * NEWS: updated news 2007-06-11 00:22 oetiker * configure.ac, doc/rrdgraph.pod, src/Makefile.am: * added some documentation * updated version number 2007-06-10 23:55 oetiker * acinclude.m4, configure.ac, src/Makefile.am, src/art_rgba_svp.c, src/art_rgba_svp.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: switched graphics library from arts to cairo+pango 2007-06-04 11:15 oetiker * configure.ac, src/Makefile.am: Bernhard Fischer: - new configure option --enable-static-programs 2007-06-01 19:11 oetiker * src/rrd_open.c, src/rrd_resize.c: Bernhard: - implement resize SHRINK for FD (mmap is to be done) - indent 2007-06-01 17:59 oetiker * src/rrd_graph.c: --full-size-mode with and without --no-legend should work now -- Matthew Chambers 2007-06-01 17:35 oetiker * src/rrd_open.c, src/rrd_resize.c: Bernhard - fill the file with DNAN and add the remaining data in after the fact ... 2007-06-01 17:34 oetiker * src/rrd_open.c, src/rrd_resize.c: Bernhard Fischer - implement resize, growing part. truncation is to be done. 2007-06-01 09:10 oetiker * src/rrd_cgi.c, src/rrd_graph_helper.c, src/rrd_open.c: Bernhard Fischer - use 'z' length modifier when printing size_t - add a cast to __rrd_read and document why it is there - add RANDOM hint for the header 2007-05-31 18:47 oetiker * src/rrd_open.c: Bernhard: - plug tiny mem-leak in error path of rrd_close where freeing the rrd_file was forgotten. - improve two error messages - use CHECK_MADVISE_OVERLAPS per default 2007-05-30 19:56 oetiker * src/rrd_open.c, src/rrd_update.c: fix rrd_write -- Bernhard Fischer 2007-05-30 12:41 oetiker * src/rrd_fetch.c, src/rrd_first.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_info.c, src/rrd_lastupdate.c, src/rrd_open.c, src/rrd_resize.c: fix indenting ... again 2007-05-30 12:39 oetiker * src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_info.c, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_tune.c, src/rrd_update.c: From Bernhard Fischer - rrd_close(): call close on the file and use rrd_close consistently - clean up some error paths. The fadvise error path is leaking memory (see XXX in these spots). 2007-05-30 09:28 oetiker * trunk/contrib/php4/examples/rrd_fetch.php, trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c: make this work on recent php4 versions -- Bernhard Fischer 2007-05-30 05:23 oetiker * CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: switch for rrd_graph to specify the outer-size of the graph and not just the size of the canvas: --full-size-mode -- matthew.chambers vanderbilt.edu 2007-05-29 21:29 oetiker * configure.ac, examples/perftest.pl.in, src/rrd_hw.c, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_tool.c, src/rrd_tune.c, src/rrd_update.c: More updates from Bernhard Fischer - flag rrd_resize's old file with RRD_COPY - cleanup error-handling pathes in rrd_update and fix a few typos in comments - rrd_close(): implement printing mincore results for the rrd if DEBUG=2 was defined - rrd_open(): madvise start addresses need to be page-aligned; implement alternative path to the fine-grained (i.e. exact) madvise by flagging just the first two pages as needed (see TWO_PAGES). Implement alternative path that records the last madvise()ed area to avoid redundant calls to madvise() on identical areas (due to page-alignment constraints) -- see CHECK_MADVISE_OVERLAPS. Implement path for USE_DIRECT_IO. - configure: add check for O_DIRECT flag to open(2). Add option --enable-direct-io. Add _GNU_SOURCE to CFLAGS to silence warnings about chroot which is marked LEGACY since SUSv2 and is a non POSIX extension. Make checks for posix_fadvise() dependant on --disable-mmap, since we do not need fadvise for the mmap case. 2007-05-25 15:24 oetiker * src/rrd_stat.c: tobis old cruft removal program ... 2007-05-25 13:14 oetiker * src/rrd_dump.c, src/rrd_fetch.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_update.c: updates from Bernhard Fischer rep dot nop gmail com - add some more rrd_sterror calls to failure paths. - make rrdtool updatev work like 1.2.23 (i.e. multiple values are still broken, but at least updating a single value works; see http://oss.oetiker.ch/rrdtool-trac/ticket/8) - indent touched files. 2007-05-25 13:12 oetiker * .indent.pro, Makefile.am, configure.ac, examples/perftest.pl.in, src/rrd_dump.c, src/rrd_fetch.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_tool.h, src/rrd_update.c: Updates from Bernhard Fischer rep dot nop gmail com - fix typo in rrd_fetch where rrd_read result was checked against an incorrect size. - in rrd_fetch, drop rrd_head_size in favour of rrd_file->header_len - in rrd_fetch, make the message "post fetch" unambiguous (now past vs. post). - change usage of param rdwr of rrd_open: allow for RRD_READONLY, RRD_READWRITE, RRD_CREAT, RRD_READAHEAD; adjust callers accordingly: + rrd_resize needs CREAT + rrd_dump may want READAHEAD - implement FD based I/O in rrd_open, rrd_read, rrd_write, rrd_seek. - in rrd_update, unify write_RRA_row(). - sort | uniq the -T in .indent.pro (info_t was duplicated) - add stub of an option to use O_DIRECT to the configury - in Makefile.am, simplify the "indent" invocation of find: My find may not support "-o" resp. "-or" nor braces. Using -name "*.[ch]" works everywhere, AFAIK. 2007-05-24 08:26 oetiker * configure.ac: use proper preprocessor directives for the config-checks. -- tobi 2007-05-24 07:21 oetiker * configure.ac: fixed version number for development 2007-05-24 06:16 oetiker * .indent.pro, Makefile.am, bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c, bindings/ruby/main.c, bindings/tcl/tclrrd.c, libraries/afm/test-afm.c, src/.indent.pro, src/hash_32.c, src/parsetime.c, src/rrd.h, src/rrd_afm.c, src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c, src/rrd_open.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c, win32/config.h: indent all the rest of the code, and add some typedefs to indent.pro there is now a indent makefile target 2007-05-23 21:40 oetiker * src/gdpng.c: removed superfluouse code 2007-05-23 21:39 oetiker * src/.indent.pro: added more indenting rules 2007-05-23 21:33 oetiker * src/.indent.pro, src/art_rgba_svp.c, src/art_rgba_svp.h, src/fnv.h, src/gdpng.c, src/hash_32.c, src/parsetime.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c, src/rrd_format.h, src/rrd_getopt.c, src/rrd_getopt.h, src/rrd_getopt1.c, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_nan_inf.c, src/rrd_nan_inf.h, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c, src/strftime.c, src/strftime.h, src/win32comp.c: reindented everything according to .indent.pro 2007-05-23 20:57 oetiker * .indent.pro, src/.indent.pro: profile must be in the source directory to work 2007-05-23 20:57 oetiker * .indent.pro: tabs be gone! 2007-05-23 20:42 oetiker * configure.ac, src/Makefile.am, src/rrd.h, src/rrd_dump.c, src/rrd_fetch.c, src/rrd_first.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c, src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/unused.h: * progress in moving all the fileaccess over to a wrapper system that can do fd based and mmap based fileaccess transparently ... * small fixes left and right to improve code quality and stability. -- Bernhard Fischer rep dot nop gmail com 2007-05-23 16:10 oetiker * .indent.pro: we are going to use indent from now on to keep code indenting consistent throughout the project 2007-05-23 16:08 oetiker * .: new trunk based on current 1.2 2007-05-23 16:07 oetiker * .: restarting trynk for 1.2 2007-05-22 11:03 oetiker * trunk/talks/rrdtoolfast/onlineusv-de.ppt: initial 2007-05-22 09:27 oetiker * trunk/talks/rrdtoolfast/fasttalk.ppt, trunk/talks/rrdtoolfast/samfs-de.ppt: renamed 2007-04-10 13:49 oetiker * trunk/status/2007-04-10.txt: added sponsors 2007-04-10 13:29 oetiker * trunk/status/2007-04-10.txt: second reading ... 2007-04-10 13:14 oetiker * trunk/status, trunk/status/2007-04-10.txt: status report initial version 2007-03-19 22:01 oetiker * trunk/articles/rrdtool-infoweek-2007-03.doc: infoweek artikel initial 2007-03-19 14:24 oetiker * trunk/articles, trunk/articles/rrdtool-infoweek-2007-03.doc: initial 2007-03-02 06:38 oetiker * trunk/talks/rrdtoolfast/monitoring-en.ppt: added english version 2007-02-20 06:53 oetiker * trunk/tutorial/linuxforum2007/rrdtutorial.odp: ready for presentation at linuxforum 2007-01-31 08:29 oetiker * trunk/talks/rrdtoolfast/fasttalk.ppt: updated for samfs 2007-01-30 08:36 oetiker * trunk/talks/rrdtoolfast/fasttalk.ppt: added fasttalk for samfs 2007-01-30 08:34 oetiker * trunk/talks, trunk/talks/rrdtoolfast: initial 2007-01-22 17:20 oetiker * trunk/tutorial, trunk/tutorial/linuxforum2007, trunk/tutorial/linuxforum2007/abstract-rrdtut.txt, trunk/tutorial/linuxforum2007/rrdtutorial.odp, trunk/tutorial/linuxforum2007/tobi-2006.jpg: initial 2006-02-13 14:40 oetiker * NEWS: removed extra line from top 2005-04-04 22:15 oetiker * trunk/meta/plan-1.2.txt: plan for 1.2 is now in the 1.2 branche 2005-04-03 12:44 oetiker * trunk/meta/plan-1.2.txt: verified operation on debian 2005-04-03 12:44 oetiker * README, configure.ac: update build instructions and configure output. 2005-04-03 11:44 oetiker * doc/rrdgraph_graph.src, src/rrd_graph_helper.c: paramters in SHIFT are separated by : like everywhere else 2005-04-03 11:36 oetiker * doc/rrdgraph_graph.src, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: the piechart code does not produce release ready results ... hide it behind WITH_PIECHART define 2005-04-03 11:11 oetiker * src/rrd_gfx.c: improve png writing speed by lowering the compression 2005-04-03 11:11 oetiker * src/rrd_graph.c: make sure the font path is shorter than the buffer 2005-04-03 10:10 oetiker * CONTRIBUTORS, src/rrd_graph.c, src/rrd_graph.h: fix graph layout ... especially consider text propperties propperly 2005-04-03 09:37 oetiker * src/rrd_graph_helper.c: the legend string of a PRINT command gets renderd later by runnning it through printf. 2005-04-03 09:35 oetiker * configure.ac, src/rrd_update.c: MMAP support for rrdtool this is suposed to speed-up uptime 4 times. -- Radoslaw Karas 2005-03-20 21:17 oetiker * bindings/Makefile.am: revert to last working version 2005-03-20 21:11 oetiker * bindings/Makefile.am: fix quoting 2005-03-20 21:00 oetiker * bindings/Makefile.am: quote sed expression 2005-03-20 20:59 oetiker * doc/rrdgraph.src, doc/rrdgraph_graph.src: document tabbing support by adding in the textformatting notes document --tabwidth argument document AXIS color 2005-03-20 20:58 oetiker * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: * allow configuration of the default tab width * added new configurable color AXIS * made tabbing support work with legend elements * use propper font for the legend: LEGEND * fix apperance by makeing grid more transparent * draw axis over the graph not under it. 2005-03-20 20:56 oetiker * src/rrd_gfx.c, src/rrd_gfx.h: added tabbig support 2005-03-20 20:55 oetiker * configure.ac: include the thread defs after they have been found not before 2005-03-20 20:54 oetiker * trunk/meta/plan-1.2.txt: sync with reality 2005-03-13 16:34 oetiker * bindings/perl-shared/RRDs.xs: propperly integrate rrd_first 2005-03-13 16:13 oetiker * MakeMakefile: autotools still run after configure this is not good ... run autoreconf at the end of MakeMakefile. Maybe this will help 2005-03-13 16:09 oetiker * configure.ac: set install patch to version 2005-03-13 16:08 oetiker * MakeMakefile: re-run autotools to make sure dependent dates are correct 2005-03-13 16:00 oetiker * MakeMakefile: reintroduce final header regen 2005-03-13 15:57 oetiker * MakeMakefile: still trying to get the order of calling autotools right 2005-03-13 15:54 oetiker * MakeMakefile: create aclocal.m4 before libtoolize 2005-03-13 15:51 oetiker * MakeMakefile: make the headers first 2005-03-13 15:16 oetiker * doc/rrdfirst.pod: add the documentation for first 2005-03-13 15:14 oetiker * src/Makefile.am: ntconfig is no more 2005-03-13 15:12 oetiker * src/rrd_first.c: missed the actual code for first 2005-03-12 17:06 oetiker * bindings/perl-shared/RRDs.xs, doc/Makefile.am, src/Makefile.am, src/rrd.h, src/rrd_tool.c: rrd_first code contributed by Burton Strauss 2005-03-10 17:04 oetiker * trunk/meta/plan-1.2.txt: updated plan ... 2005-03-10 17:03 oetiker * README, acinclude.m4, bindings/Makefile.am, configure.ac, examples/4charts.pl.in, examples/bigtops.pl.in, examples/cgi-demo.cgi.in, examples/minmax.pl.in, examples/piped-demo.pl.in, examples/shared-demo.pl.in, examples/stripes.pl.in, src/rrd.h, src/rrd_last.c, src/rrd_tool.h: * Updated perl compile system. It now uses Makefile.PL for everything, but gets it to install the perl module in @prefix@/lib/perl such that you can use the same use lib line for whatever platform and perlversion you install into this directory. They all live neatly next to each other. * fixed examples to work with new perl install system. Added a few exec_prefix lines where appropriate * fixed piped demo * fixed VeraMono.ttf file. This somehow got damaged by cvs ... * added thread defines to normal compile run, so that _r functions to not through errors. * tested compilation and installation 2005-03-04 23:53 oetiker * acinclude.m4, configure.ac: revamped configure system ... lots more stuff is in acinclude now still a bit of a mess, but better than before ... if configure does not find the dependent libraries and header it will not try to get help from pkg-config. If you know where your libraries are it is best to just use CPPFLAGS and LDFLAGS to specify their location. 2005-03-04 00:12 oetiker * MakeMakefile, acinclude.m4, bindings/Makefile.am, configure.ac, src/Makefile.am: Big autotool update: * Upgraded to the latest version of autoconf, automake and libtool * replaced pthread detection code in configure with a more effective one * added a test to see if special solaris defines are required for ctime_r to behave posixly correct. * Fixed lots of warnings from autotools * started adding support for pkg-config ... this will eventually make the whole library finding much simpler 2005-03-04 00:05 oetiker * trunk/meta/plan-1.2.txt: added warning cleanup 2005-03-03 13:56 oetiker * trunk/meta/plan-1.2.txt: added notes about including stuff 2005-03-03 13:48 oetiker * trunk/meta/plan-1.2.txt: spelled 2005-03-03 13:46 oetiker * trunk/meta/plan-1.2.txt: initial 2005-03-03 13:34 oetiker * trunk/contrib/php4/.cvsignore, trunk/meta, trunk/meta/plan-1.2.txt, ., .cvsignore, bindings/.cvsignore, bindings/perl-piped/.cvsignore, bindings/perl-shared/.cvsignore, bindings/tcl/.cvsignore, doc/.cvsignore, examples/.cvsignore, libraries/.cvsignore, src/.cvsignore: ignorelists are a propperty of an svn directory not a file 2005-03-03 13:21 oetiker * branches/gnu, branches/gpl, trunk/CVSROOT, trunk/rrdtool: post cvs2svn conversion cleanup 2005-02-27 22:00 oetiker * src/rrd_cgi.c: do not complain when setting environemnt variable sucessfully. -- hunter@mimuw.edu.pl 2005-02-13 16:13 oetiker * CONTRIBUTORS, bindings/perl-shared/RRDs.xs, bindings/tcl/tclrrd.c, src/rrd.h, src/rrd_cgi.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: let rrd_graph return the actual value range it picked ... -- Henrik Stoerner 2005-01-28 14:02 oetiker * src/rrd_hw.c: fix for memory leak. Rene Gallati 2005-01-03 22:25 oetiker * TODO: update todo 2004-10-25 22:22 oetiker * doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h: * fore-rules-legend option -- author name missing 2004-10-25 22:21 oetiker * src/rrd_tool.c: fixed segmentation falt problem in rrd_tool -- Yasuhiro Sumi 2004-10-21 19:21 oetiker * src/rrd_tool.c: fix return codes in the error case -- Haroon Rafique 2004-09-24 21:11 oetiker * CONTRIBUTORS, doc/rrdgraph_data.src, doc/rrdgraph_rpn.src, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_resize.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_xport.c: misc fixed and TREND and reduce functionality by -- David M. Grimes 2004-08-24 05:26 oetiker * CONTRIBUTORS, doc/rrdgraph_rpn.src, src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_xport.c: CDEF operators SHIFT, SQRT, SORT, and REV (reverse). See documentation for what they do. This included removal of redundant code in the rrd_xport path, replaced with a call to rrd_graph_script(). -- David M. Grimes 2004-08-09 08:38 oetiker * doc/rrdcgi.pod: added note on escaping : 2004-08-08 21:54 oetiker * src/rrd_cgi.c: port forward of fixes from the stable version of rrd_cgi 2004-08-07 23:46 oetiker * src/rrd_graph.c: when moving the data pointers we should take into account how fahr off they are. Found by David M. Grimes 2004-08-05 21:24 oetiker * bindings/perl-piped/MANIFEST, bindings/perl-shared/MANIFEST: removed nonexisting files from manifest 2004-07-30 00:30 jake * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.ppd, bindings/perl-shared/ntmake.pl, bindings/perl-shared/rrdpl.dsp, bindings/perl-shared/rrdpl.dsw, confignt/config.h, src/rd_cgi.dsp, src/rrd.dsp, src/rrd.dsw, src/rrd.vcproj, src/rrd_afm.c, src/rrd_cgi.dsp, src/rrd_cgi.vcproj, src/rrd_restore.c, src/rrdtool.dsp, src/rrdtool.dsw, src/rrdtool.sln, src/rrdtool.suo, src/rrdtool.vcproj: Fix the Win32 build for executable and perl-shared library. See NT-BUILD-TIPS.txt for step by step instructions. Remove VC++ project files not being maintained by anyone. 2004-07-14 10:55 oetiker * CONTRIBUTORS: added Peter Speck 2004-06-26 09:03 oetiker * rrdtool.spec: allow building rpm from cvs where there is not ChangeLog (this gets generated when the distribution tar is built) -- Tobi and Mike Slifcak 2004-06-23 20:36 oetiker * src/rrd_graph.c: It's quie enough that the title is placed on the top of the graph, there's no need to emphasize it more. -- Stanislav Sinyagin 2004-06-23 08:39 oetiker * src/Makefile.am: reverted ... $< does not work 2004-06-22 22:09 oetiker * src/Makefile.am: The "$^" variable is GNU make-specific, and fails to compile under FreeBSD 4.10. Please change it to $<, which is more compatible. -- Stanislav Sinyagin 2004-06-17 22:09 oetiker * src/rrd_graph.h: fixed type for text_prop_conv prototype 2004-06-07 19:07 oetiker * debian/changelog, debian/control, debian/rules: Fix for debian freetype linking -- Peter Hirdina 2004-05-26 22:11 oetiker * src/fnv.h, src/parsetime.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_last.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c: reduce compiler warnings. Many small fixes. -- Mike Slifcak 2004-05-26 22:10 oetiker * rrdtool.spec: improve redhat/fedora building -- Mike Slifcak 2004-05-26 22:09 oetiker * debian/rules: update debian build instructions -- Mike Slifcak 2004-05-25 22:08 oetiker * examples/shared-demo.pl.in: The counter was the only variable which needed to be an integer. -- Mike Slifcak 2004-05-25 22:07 oetiker * rrdtool.spec: The rrdtool RPM package was depending on the rrdtool-perl package. These changes move the examples, which are primarily perl scripts, in with the rrdtool-perl RPM package, thereby de-coupling the rest of the RRDtool from Perl. Perhaps this is silliness ? If there is no need for rrdtool separate from the Perl modules, let me know, then I'll just create an rrdtool and an rrdtool-devel RPM package (that would be a cleaner build and scripting, anyway). -- Mike Slifcak 2004-05-25 22:03 oetiker * doc/Makefile.am, doc/rrdtool-dump.dtd, doc/rrdtool-xport.dtd: added dtd descriptsion s or rrdtool xml output -- Wolfgang Schrimm 2004-05-25 21:06 oetiker * bindings/perl-shared/RRDs.xs: added dump and restore ... Mike Schilli 2004-05-25 21:01 oetiker * CONTRIBUTORS: added some contributors 2004-05-25 21:00 oetiker * doc/rrdupdate.pod: fixed time stamp in example -- Mike Slifcak 2004-05-25 20:59 oetiker * rrdtool.spec: more fixes for rpm spec -- Mike Slifcak 2004-05-25 20:58 oetiker * doc/rrdtutorial.pod: single word fix -- Mike Slifcak 2004-05-25 20:57 oetiker * src/rrd_xport.c: Clear out previous legend array contents before freeing legend array. Problem could manifest under extreme resource limits. Not tested. -- Mike Slifcak 2004-05-25 20:55 oetiker * doc/rrdcreate.pod: subordinate term was improperly formed -- Mike Slifcak 2004-05-25 20:53 oetiker * src/rrd_create.c, src/rrd_dump.c: prevent small leak when resources are exhausted -- Mike Slifcak 2004-05-25 20:52 oetiker * THREADS, doc/rrdthreads.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod, src/rrd_cgi.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_tool.c, src/rrd_update.c: fix spelling and syntax, especially in messages that are printed -- Mike Slifcak 2004-05-25 20:51 oetiker * src/rrd_cgi.c, src/rrd_dump.c, src/rrd_restore.c, src/rrd_tool.c, src/rrd_update.c: Update displayed copyright messages to be consistent. -- Mike Slifcak 2004-05-25 20:51 oetiker * doc/Makefile.am: don't process the old rrdgraph single file document -- Mike Slifcak 2004-05-25 20:50 oetiker * rrdtool.spec: fix rpm rules -- Mike Slifcak 2004-05-25 20:50 oetiker * debian/control: fixed debian dependencies -- Mike Slifcak 2004-05-25 16:51 oetiker * src/rrd_rpncalc.c: The expression's head was first checking for LT, and then for LTIME, and the latter was never reached. -- Stanislav Sinyagin 2004-05-19 05:11 oetiker * doc/rrd-beginners.pod: integrated from debian 2004-05-18 18:54 oetiker * src/parsetime.c: its 365 days in a year .... -- Mike Slifcak 2004-05-18 18:53 oetiker * CONTRIBUTORS, NEWS, README, TODO, bindings/perl-piped/README, bindings/perl-piped/RRDp.pm, bindings/perl-piped/t/base.t, bindings/perl-shared/RRDs.pm, bindings/tcl/README, doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rpntutorial.pod, doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdgraph-old.pod, doc/rrdgraph.src, doc/rrdgraph_data.src, doc/rrdgraph_examples.src, doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/rrdinfo.pod, doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdthreads.pod, doc/rrdtool.pod, doc/rrdtune.pod, doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod, src/parsetime.c, src/rrd_fetch.c, src/rrd_format.c, src/rrd_gfx.c, src/rrd_graph.c: big spell checking patch -- slif@bellsouth.net 2004-05-18 18:51 oetiker * src/rrd_restore.c: make force option work 2004-05-18 18:51 oetiker * doc/Makefile.am: added beginners guide off debian -- slif@bellsouth.net 2004-05-18 18:49 oetiker * configure.ac, examples/4charts.pl.in, examples/Makefile.am, examples/shared-demo.pl.in, examples/stripes.pl.in: add 4chars and fix two examples -- Mike Slifcak 2004-05-18 18:40 oetiker * debian, debian/README.Debian, debian/build_freetype.sh, debian/changelog, debian/control, debian/copyright, debian/librrd0-dev.files, debian/librrd0.files, debian/librrd0.postinst, debian/librrd0.postrm, debian/librrd0.shlibs, debian/librrdp-perl.files, debian/librrds-perl.files, debian/rrdtool-tcl.files, debian/rrdtool.files, debian/rules, debian/watch: initial debian build system added -- Mike Slifcak 2004-05-18 18:36 oetiker * src/Makefile.am: fix library numbering -- Mike Slifcak 2004-05-18 18:25 oetiker * doc/Makefile.am: better cleaning -- Mike Slifcak 2004-05-12 21:57 oetiker * bindings/Makefile.am, doc/Makefile.am: locate the mkinstalldirs script at top level accept "configure --mandir=" settings -- Mike Slifcak 2004-05-04 21:01 oetiker * doc/rrdgraph_rpn.src, src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added the ATAN function. This is being used to convert a DS for each vector component of wind direction into a single direction for graphing. CDEF:avdir=yavg,xavg,/,ATAN,57.296,*,xavg,0,LT,180,0,IF,+,DUP,0,LT,360,0,IF,+ -- Daniel Shiels 2004-05-04 20:54 oetiker * rrdtool.spec: updated spec file -- Chris Adams 2004-05-04 05:25 oetiker * MakeMakefile: die only after all the version checks are done and not for each one -- Alex van den Bogaerdt 2004-05-03 14:05 oetiker * Makefile.am, configure.ac, src/Makefile.am: * Allows rrdtool 1.1.x (2004-04-29) to compile on freebsd. * Add configure options --disable-rrdcgi disable building of rrdcgi --disable-pthread disable multithread support -- Stanislav Sinyagin 2004-05-02 21:10 oetiker * configure.ac, src/rrd_graph.c: See the patch, attached. It changes the default angle to 90, and allows one to change it from configure command line: ./configure RRDGRAPH_YLEGEND_ANGLE=270.0 -- Stanislav Sinyagin 2004-04-18 10:21 oetiker * src/rrd_restore.c: fixed O_BINARY 2004-03-23 21:34 oetiker * src/rrd_restore.c: make sure fole is opened binary on restore ... to make things work on windows -- "Girod, Laurent" 2004-03-21 11:40 oetiker * doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: Added --only-graph option -- Piotr Kodzis 2004-03-14 20:58 oetiker * MakeMakefile, acinclude.m4, bindings/Makefile.am, bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.pm, bindings/perl-shared/t/base.t, configure.ac, doc/Makefile.am: make MakeMaker work on debian and fix some leftovers from the library rip-out transition -- Tobi 2004-01-19 23:41 oetiker * src/VeraMono.ttf, src/compile_afm.pl: initial 2004-01-19 23:39 oetiker * config: kill 2004-01-19 23:39 oetiker * config/Makefile.am: remove 2004-01-19 23:37 oetiker * libraries/cgilib-0.4: kill it 2004-01-19 23:35 oetiker * libraries/Makefile.am, libraries/cgilib-0.4/Makefile.am, libraries/cgilib-0.4/cgi.5, libraries/cgilib-0.4/cgi.c, libraries/cgilib-0.4/cgi.h, libraries/cgilib-0.4/cgiDebug.3, libraries/cgilib-0.4/cgiGetValue.3, libraries/cgilib-0.4/cgiHeader.3, libraries/cgilib-0.4/cgiInit.3, libraries/cgilib-0.4/cgiRedirect.3, libraries/cgilib-0.4/cgilib.dsp, libraries/cgilib-0.4/cgilib.dsw, libraries/cgilib-0.4/cgilib.vcproj, libraries/cgilib-0.4/cgitest.c, libraries/cgilib-0.4/jumpto.c, libraries/cgilib-0.4/readme, libraries/freetype-2.0.5-import.txt, libraries/libart_lgpl-2.3.7, libraries/libpng-1.2.0, libraries/libpng-1.2.0-import.txt, libraries/zlib-1.1.4: killem 2004-01-19 23:27 oetiker * libraries/freetype-2.0.5: all must go 2004-01-19 23:17 oetiker * MakeMakefile, Makefile.am, NEWS, README, bindings/Makefile.am, bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.xs, bindings/tcl/Makefile.am, configure.ac, doc/rrdcgi.pod, libraries/Makefile.am: misc fixes to get rrdtool working without included libraries. 2004-01-19 23:16 oetiker * src/Makefile.am, src/rrd_gfx.h: modifications for 'no more local libaries' 2004-01-15 18:14 oetiker * bindings/perl-shared/RRDs.pm, bindings/perl-shared/RRDs.xs: addition of RRDs::times -- Christophe Kalt 2003-12-26 16:54 oetiker * src/rrd_graph.c: using --riggid it is possible to get a case where minval is bigger than maxval ... this breaks the horizontal grid ... 2003-11-27 06:31 oetiker * bindings/perl-shared/RRDs.xs: Stop RRDs for segfaulting on invalid graph input -- Ian Holsman 2003-11-27 06:30 oetiker * src/rrd_cgi.c: make rrd_cgi build again ... Ian Holsman 2003-11-23 12:55 oetiker * doc/rrdcgi.pod, src/rrd_cgi.c: New recursive parser for rrdcgi by Arend-Jan Wijtzes 2003-11-19 07:06 oetiker * src/rrd_gfx.c: Adding attributions: * xml fix was by Ian Holsman * font rotation was by Chris Turbeville 2003-11-19 06:58 oetiker * src/rrd_gfx.c: fixed svg generation 2003-11-17 11:43 oetiker * src/rrd_restore.c: more correct usage added -- Eldad Zack 2003-11-14 23:10 oetiker * src/rrd_cgi.c: handle NULL pointers gracefully 2003-11-12 22:14 oetiker * bindings/perl-shared/RRDs.xs, src/rrd.h, src/rrd_cgi.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: allow to pass an open filehandle into rrd_graph as an extra argument 2003-11-12 22:13 oetiker * src/rrd_create.c: make create much faster .. -- David M. Grimes 2003-11-11 21:19 oetiker * doc/rrdrestore.pod, src/rrd_restore.c, src/rrd_tool.c: Allow to force overwrite when restoring from xml to rrd. -- Eldad Zack 2003-11-11 19:46 oetiker * src/fnv.h, src/parsetime.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_fetch.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_update.c, src/rrd_xport.c: replaced time_value with rrd_time_value as MacOS X introduced a struct of that name in their standard headers 2003-11-11 19:38 oetiker * src/rrd_update.c: rrd files should NOT change size ever ... bulk update code wa buggy. -- David M. Grimes 2003-11-04 22:20 oetiker * src/rrd_tool.c: 20 chars max in a ds name -- Kuba Filipowicz 2003-10-26 19:29 oetiker * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: added rotation ... 2003-09-04 13:16 oetiker * src/rrd_update.c: should not assigne but compare ... grrrrr 2003-09-02 21:58 oetiker * src/rrd_update.c: be pickier about what we accept in rrd_update. Complain if things do not work out 2003-08-28 21:48 oetiker * configure.ac: make sure we get only 1 flag -- Chris Turbeville 2003-07-28 21:59 oetiker * bindings/Makefile.am, libraries/freetype-2.0.5/Makefile.am, src/Makefile.am: I was just taking a look at the development RRDtool build (I'm looking forward to SVG support), and had a few problems with an out-of-tree build. I find using a separate build directory makes things much easier to manage, especially when building for multiple architectures. I've attached the minor patches for the progress that I made (I couldn't get the Perl modules to work, but the main binaries seem okay), and would be grateful if you could commit them (or something like them!). -- Joseph Walton 2003-07-24 14:51 jake * src/rrd_graph.h: Allow hyphen character in DEF_NAM_FMT to match DS_NAM_FMT. 2003-07-16 23:41 jake * confignt/config.h, libraries/cgilib-0.4/cgilib.vcproj, libraries/freetype-2.0.5/freetype.vcproj, libraries/libart_lgpl-2.3.7/libart.vcproj, libraries/libpng-1.2.0/png.vcproj, libraries/zlib-1.1.4/zlib.vcproj, src/rrd.vcproj, src/rrd_cgi.vcproj, src/rrd_graph.c, src/rrdtool.sln, src/rrdtool.vcproj: Updated MS Visual C++ files from 7.0 to 7.1. Add code to rrd_graph.c: rrd_graph_init() to use %windir% environment variable to find the default font at runtime. 2003-07-15 00:58 jake * src/rrd_rpncalc.h: Moved OP_COUNT to the end of the enumeration. 2003-05-20 20:51 oetiker * doc/rrdcgi.pod, src/rrd_cgi.c: I've made a patch to rrdcgi to add which allows you to re-format start and end-time at-style times using strftime. This allows easy timespans in the graph (e.g. -2weeks) to be formatted into more usual times. -- "Erskine, Thomas" 2003-05-03 15:41 oetiker * src/rrd_create.c: small patch to rrd_create.c that corrects problem with the version number of the newly created files. -- Sasha Mikheev 2003-04-29 21:56 oetiker * src/rrd_open.c: readline in rrd_open.c reads the file in 8 KB blocks, and calls realloc for each block. realloc is very slow in Mac OS X for huge blocks, e.g. when restoring databases from huge xml files. This patch finds the size of the file, and starts out with malloc'ing the full size. -- Peter Speck 2003-04-29 19:37 oetiker * doc/rrdfetch.pod: added comment on iso 2003-04-29 19:14 jake * MakeMakefile, doc/rrdupdate.pod, src/rrd_update.c: Change updatev RRA return from index_number to cf_nam, pdp_cnt. Also revert accidental addition of -I to aclocal MakeMakefile. 2003-04-26 05:11 oetiker * src/rrd_restore.c: only restore V2 and larger. 2003-04-25 18:35 jake * MakeMakefile, bindings/perl-shared/RRDs.pm, bindings/perl-shared/RRDs.xs, doc/rrdtool.pod, doc/rrdupdate.pod, src/rrd.h, src/rrd_create.c, src/rrd_info.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c: Alternate update interface, updatev. Returns info about CDPs written to disk as result of update. Output format is similar to rrd_info, a hash of key-values. 2003-04-23 22:47 oetiker * src/rrd_restore.c: fixed version checks to only complain if xml version is > than current RRD version 2003-04-11 19:43 oetiker * doc/rrdcreate.pod, doc/rrdgraph-old.pod, doc/rrdgraph_rpn.src, src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.c: New special value COUNT which allows calculations based on the position of a value within a data set. Bug fix in rrd_rpncalc.c. PREV returned erroneus value for the second value. Bug fix in rrd_restore.c. Bug causing seek error when accesing an RRD restored from an xml that holds an RRD version <3. -- Ruben Justo 2003-04-04 20:51 oetiker * src/rrd_gfx.c: I think I found a very small bug in rrd graph PDF output : the is_stream member of pdf_buffer is not initialized, making bad PDF sometimes (I found a case where is_stream was != 0 for the font initialization). -- lhoudard@netcourrier.com 2003-04-01 22:52 jake * THREADS, bindings/perl-shared/ntmake.pl, src/rrd.dsp, src/rrd.h, src/rrd.vcproj, src/rrd_graph.c, src/rrd_nan_inf.c, src/rrd_not_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.h, src/rrdtool.dsp: Fix Win32 build. VC++ 6.0 and 7.0 now use the thread-safe code. 2003-03-31 21:22 oetiker * src/rrd_format.h, src/rrd_open.c, src/rrd_update.c: enables RRDtool updates with microsecond or in case of windows millisecond precision. This is needed to reduce time measurement error when archive step is small. (<30s) -- Sasha Mikheev 2003-03-25 22:29 oetiker * bindings/perl-shared/ntmake.pl: use the environment variable VCINSTALLDIR -- Ian Holsman 2003-03-24 22:08 oetiker * src/rrd_thread_safe.c: strerror should not turn us recursive here ... -- Peter Stamfest 2003-03-24 22:05 oetiker * src/rrd_not_thread_safe.c: strerror must not become recursive -- Peter Stamfest 2003-03-12 20:39 oetiker * doc/rrdresize.pod: remove ^M 2003-03-10 00:30 oetiker * src/rrd_diff.c: handle cases with two negative numbers -- Sasha Mikheev 2003-03-08 18:44 oetiker * src/rrd_graph.c: don't display legends for [HV]RULEs out of graph bounds (rrdgraph) -- Christophe Kalt 2003-03-01 22:25 oetiker * src/rrd_tool.c: realy suppress size output when talking to stdout. Patch from Mat Zimmerman @ debian 2003-02-24 18:26 oetiker * examples/piped-demo.pl.in: fix for : in piped demo 2003-02-22 21:57 oetiker * doc/rrdthreads.pod: Initial checkin -- Peter Stamfest 2003-02-22 21:57 oetiker * doc/Makefile.am, src/Makefile.am, src/rrd_error.c: a patch to avoid a memory leak and a Makefile.am patch to distribute all required source files -- Peter Stamfest 2003-02-21 22:40 oetiker * examples/piped-demo.pl.in: colons must be escaped 2003-02-20 21:48 oetiker * libraries/libpng-1.2.0/Makefile.am, src/Makefile.am: make the threading work and compile, fix linking to libpng and update the timestaps int the files 2003-02-20 21:27 oetiker * src/Makefile.am, src/rrd_thread_safe.c, src/rrd_tool.c: updated copyrigh dates removed error.h from threaded variant added compiletime to rrdtool 2003-02-16 12:32 oetiker * src/rrd_restore.c: if output is - there is not need to deref the handler 2003-02-16 12:31 oetiker * src/parsetime.c: expect seems to exist on some systems in the system inc files 2003-02-13 07:05 oetiker * Makefile.am, THREADS, configure.ac, src/Makefile.am, src/parsetime.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_format.c, src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c: Find attached the patch I promised to send to you. Please note that there are three new source files (src/rrd_is_thread_safe.h, src/rrd_thread_safe.c and src/rrd_not_thread_safe.c) and the introduction of librrd_th. This library is identical to librrd, but it contains support code for per-thread global variables currently used for error information only. This is similar to how errno per-thread variables are implemented. librrd_th must be linked alongside of libpthred There is also a new file "THREADS", holding some documentation. -- Peter Stamfest 2003-02-12 07:06 oetiker * CONTRIBUTORS, bindings/Makefile.am, bindings/perl-shared/MANIFEST, libraries/Makefile.am, src/Makefile.am: improved dist target -- Peter Stamfest 2003-02-11 10:16 oetiker * doc/rrdgraph_graph.src: removed lg we do not allow this in the code at th moment 2003-02-05 18:16 oetiker * src/rrd_resize.c: rrd resize SHRINK was broken :-) -- Scott Mace 2003-01-31 06:46 oetiker * src/rrd_graph.c: The NaN check should only use lastgdes when following a STACK -- Scott Mace 2003-01-30 21:39 oetiker * src/rrd_graph.c: fix stak+nan error ... Scott Mace 2003-01-29 07:17 oetiker * src/rrd_graph.c: fixed the processing of TICK:vname#color:frac:legend -- Scott Mace 2003-01-25 22:50 oetiker * CONTRIBUTORS, examples/4charts.pl.in, src/rrd_graph.c, src/rrd_graph.h: added function (--no-minor) to turn off minor gridlines on graphs -- Travis Brown 2003-01-16 23:27 oetiker * src/rrd_fetch.c: fix border condition in rra selection of rrd_fetch -- Stanislav Sinyagin 2003-01-15 19:24 oetiker * doc/rrdcreate.pod, doc/rrdgraph-old.pod, doc/rrdgraph.src, doc/rrdgraph_graph.src, src/rrd_graph.c: * single letter variants for all graph options -- James Overbeck 2002-12-14 22:30 oetiker * configure.ac: fix rrdtool compile on solaris where CC for perl is "gcc -B/usr/ccs/bin/" -- Russell Van Tassell 2002-11-29 11:57 oetiker * doc/rrdtool.pod: note on info added 2002-11-19 22:33 oetiker * doc/rrdgraph-old.pod, doc/rrdgraph_graph.src, src/rrd_graph.c: added g as valid string format value 2002-11-18 23:37 oetiker * configure.ac: check for -OPT:IEEE_NaN_inf=ON on SGI C compiler -- Albert Chin-A-Young 2002-11-03 15:07 oetiker * MakeMakefile: fixed 2002-10-24 21:17 oetiker * src/rrd_cgi.c: added patch for apache 2 compatibility 2002-10-07 06:22 oetiker * MakeMakefile: keep up with the jhonses 2002-10-07 06:21 oetiker * src/rrd_graph.c: -z does not take an option -- Tomoyuki Murakami 2002-09-02 18:41 oetiker * src/rrd_graph.c: fixed leak in VDEF_PERCENT handlin -- Perry Stoll 2002-08-01 05:42 oetiker * src/rrd_graph.c: fix for segfault condition in print_calc -- Paul Clifford 2002-07-31 05:42 oetiker * doc/rrdfetch.pod: improved fetch explanation -- Nenad.Antic@era.ericsson.se 2002-07-13 18:35 oetiker * src/rrd_graph.h, src/rrd_rpncalc.c, src/rrd_rpncalc.h: fixed DEF_NAM_FMT definition added double include protection the rrd_graph.h and rrd_rpncalc.h 2002-07-12 11:20 oetiker * src/rrd_rpncalc.c: fixed PREV parsing ... Gonzalo Augusto Arana Tagle 2002-07-06 15:45 oetiker * src/rrd_rpncalc.h: new operators must be added at the END of the sequence ... 2002-07-05 18:57 oetiker * doc/cdeftutorial.pod, doc/rrdgraph_rpn.src, src/rrd_graph.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h: new operand on rrdgraph CDEFs: PREV(xxxx) -- Gonzalo Augusto Arana Tagle 2002-07-05 18:47 oetiker * bindings/perl-shared/RRDs.pm: explain tzset 2002-07-02 10:35 oetiker * src/rrd_nan_inf.c: fixed DINF for win32 2002-06-29 15:33 alex * doc/rrdgraph.src, doc/rrdgraph_data.src, doc/rrdgraph_graph.src: Changed DEF:... 2002-06-29 15:24 alex * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: Changed parsing again. Added a DEBUG prefix to all grapher commands 2002-06-29 14:55 alex * src/rrd_graph_helper.h: Not needed anymore 2002-06-27 19:34 alex * src/rrd_graph.c, src/rrd_graph.h: DEF now takes "--start" and "--end" LINEx, AREA and such now take parameter "STACK" 2002-06-23 23:13 alex * doc/rrdgraph_data.src, doc/rrdgraph_examples.src: Updated docs for the "DEF ... :step=nnnn" case 2002-06-23 22:29 alex * src/Makefile.am, src/rrd_fetch.c, src/rrd_graph.c, src/rrd_resize.c: Added "step=1800" and such to "DEF" Cleaned some of the signed vs. unsigned problems 2002-06-23 22:28 alex * src/rrd_format.h, src/rrd_nan_inf.c, src/rrd_nan_inf.h: In stead of a zillion warnings, only one place gives a warning for DNAN 2002-06-20 00:21 jake * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.xs, bindings/perl-shared/ntmake.pl, confignt/config.h, libraries/freetype-2.0.5/freetype.dsp, libraries/libart_lgpl-2.3.7/libart.dsp, libraries/libpng-1.2.0/png.dsp, libraries/zlib-1.1.4/zlib.dsp, src/rrd.dsp, src/rrd_open.c, src/rrd_tool.h, src/rrdtool.dsp, src/rrdtool.ncb: More Win32 build changes; thanks to Kerry Calvert. 2002-06-14 12:15 oetiker * doc/rrdresize.pod: better explanations -- "Shipway, Steve" 2002-05-22 15:25 jake * doc/rrdtune.pod: Changed intercept to slope for beta parameter in rrdtune doc. 2002-05-22 05:35 oetiker * bindings/perl-shared/ntmake.pl, libraries/cgilib-0.4/cgilib.vcproj, libraries/freetype-2.0.5/freetype.vcproj, libraries/libart_lgpl-2.3.7/libart.vcproj, libraries/libpng-1.2.0/png.vcproj, libraries/zlib-1.1.4/zlib.vcproj, src/rrd.vcproj, src/rrd_cgi.vcproj, src/rrdtool.ncb, src/rrdtool.sln, src/rrdtool.suo, src/rrdtool.vcproj: VC++ .NET (7.0) project files -- Eric Chamberlain 2002-05-16 19:18 oetiker * configure.ac: added -W ... lets have some more warnings ... with gcc 3.1 985 2002-05-15 06:14 oetiker * libraries/afm/compile_afm.pl, src/rrd_afm_data.c: afm fixes -- Peter Speck 2002-05-14 21:52 jake * NT-BUILD-TIPS.txt, confignt/config.h, libraries/libart_lgpl-2.3.7/libart.dsp, src/rrd.dsp, src/rrd_tool.c, src/rrdtool.dsp: Fix Win32 Build compatibility. 2002-05-14 21:48 oetiker * src/rrd_restore.c: double free fixed 2002-05-14 05:28 oetiker * configure.ac, src/rrd_tool.c: make opendir readdir chdir chroot and thus the serverfunctionality a conditional compile depending on the presence of the necessary function calls. 2002-05-11 09:09 oetiker * configure.ac, src/rrd_tool.c, src/rrd_tool.h: make dirent sys/types and sys/stat autoconfable .... 2002-05-08 20:34 oetiker * doc/rrdtool.pod, src/rrd_tool.c, src/rrd_tool.h: Add funtionality to rrdtool to run it as a 'server' -- Hartmut.Vogler@epost.de 2002-05-07 21:58 oetiker * CONTRIBUTORS, bindings/perl-shared/RRDs.xs, doc/Makefile.am, doc/rrdtool.pod, doc/rrdxport.pod, examples/shared-demo.pl.in, src/Makefile.am, src/rrd.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c, src/rrd_xport.c, src/rrd_xport.h: new command rrdtool xport integrated -- Wolfgang Schrimm 2002-05-02 13:23 oetiker * doc/rrdcreate.pod: typo fixed 2002-04-29 17:11 oetiker * src/rrd_graph.c: badformat parser fixed ... for good this time I hope 2002-04-28 19:13 oetiker * src/rrd_graph.c: inserted PRINT checker at the wrong point ... 2002-04-28 14:14 oetiker * src/rrd_graph.c: It's nice and simple, the error checker for the PRINT stuff which is passed to printf() is not allowing certain valid printf() style operations which make text alignment much more fun. -- Richard A Steenbergen 2002-04-24 21:04 oetiker * examples/cgi-demo.cgi, libraries/libart_lgpl-2.3.7/art_config.h, src/rrd_graph.c: fixed setlocale issues 2002-04-24 20:54 oetiker * configure.ac, doc/rrdgraph.src: fixed adress for wishlist 2002-04-24 20:49 oetiker * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: Patch for supporting PDF as output format 2002-04-24 20:49 oetiker * src/rrd_graph.c, src/rrd_graph.h: Modification of rrd_graph.c/h so it uses dashes for gridlines much like rrdtool 1.0 Avoids drawing minor vertical gridlines where a major gridline is to avoid artifacts from having the grey line beneath the red one. Patches src/rrd_graph.c and src/rrd_graph.h -- Peter Speck 2002-04-24 20:43 oetiker * src/rrd_graph.c: fixed setlocale issues 2002-04-16 05:00 oetiker * doc/rrdgraph.src: doc for gridfit by peter 2002-04-15 21:29 oetiker * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h: Evenly-spaced y-axis gridlines. I had to split horizontal_grid() into calc_horizontal_grid and draw_horizontal_grid as the calculated info is needed in the adjustment code. My previous patch had the problem that it adjusted the y-axis too late, e.g. after the data lines was drawn. The result of the calc is stored in struct ygrid_scale_t which image_desc_t has as a member. --no-gridfit is implemented. The round-to-integer coordinates for png is moved to the libart code in rrd_gfx. The 'close path' code is cleaned up so the node list is left unchanged if you want to save the same graph in multiple formats in one run. The rounding is done on the scaled coordinates (zoom). I have made a simple version for logarithmic y scales as such a scale might have 5 gridlines with 4 difference spacings. This version only uses y = 10^x values for modifying the scale. -- Peter Speck 2002-04-09 21:35 oetiker * doc/rrdcgi.pod: remove boguos description of goodfor and refresh 2002-04-09 21:34 oetiker * bindings/perl-shared/RRDs.xs: removed tzset as it is in rrd_graph now 2002-04-09 21:34 oetiker * configure.ac, src/rrd_graph.c: added tzset and setlocale to rrd_graph 2002-04-07 22:07 oetiker * src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h: added missing files from peters patch 2002-04-07 20:20 oetiker * configure.ac, doc/rrdgraph.src, examples/4charts.pl.in, examples/bigtops.pl, examples/piped-demo.pl, examples/shared-demo.pl, examples/stripes.pl, libraries/Makefile.am, libraries/afm, libraries/afm/COPYRIGHT.txt, libraries/afm/Courier-Bold.afm, libraries/afm/Courier-BoldOblique.afm, libraries/afm/Courier-Oblique.afm, libraries/afm/Courier.afm, libraries/afm/Helvetica-Bold.afm, libraries/afm/Helvetica-BoldOblique.afm, libraries/afm/Helvetica-Oblique.afm, libraries/afm/Helvetica.afm, libraries/afm/Makefile.am, libraries/afm/Symbol.afm, libraries/afm/Times-Bold.afm, libraries/afm/Times-BoldItalic.afm, libraries/afm/Times-Italic.afm, libraries/afm/Times-Roman.afm, libraries/afm/ZapfDingbats.afm, libraries/afm/compile_afm.pl, libraries/afm/glyphlist.txt, libraries/afm/test-afm.c, libraries/libart_lgpl-2.3.7/Makefile.in, libraries/libpng-1.2.0/Makefile.in, src/Makefile.am, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_tool.c: 3 patches, #3 depends on #1 as EPS uses AFM for stringwidth too. src/rrd_afm.[ch], src/rrd_afm_data.[ch] and changes to rrd_gfx.[ch] to use AFM for stringwidth in SVG output. libraries/afm with .afm files for the standard 14 postscript fonts and perl script to create src/rrd_afm_data.c Includes small test program to show examples of calculated stringwidth and actual stringwidth. Adds EPS output support. Modifies rrd_tool.c as rrd_graph() changes the argv pointer, and rrd_tool then always wrote the 200x100 output line to the file (which probably doesn't do anything for png images, but eps files fail having it after the %%EOF marker). -- Peter Speck 2002-04-06 12:40 alex * src/rrd_graph.c: Different default font when WIN32 is defined 2002-04-06 12:25 alex * NT-BUILD-TIPS.txt, bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.pm, bindings/perl-shared/ntmake.pl, bindings/perl-shared/t/base.t, doc/Makefile.am, doc/cdeftutorial.pod, doc/rrdgraph-old.pod, doc/rrdgraph_graph.src, doc/rrdtutorial.es.pod, examples/cgi-demo.cgi, examples/cgi-demo.cgi.in, examples/piped-demo.pl, examples/piped-demo.pl.in, examples/shared-demo.pl, examples/shared-demo.pl.in, src/rrd_cgi.c, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.h: Removed references to GIF Changed y0 and such into Y0 and so 2002-04-05 23:51 jake * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.xs, bindings/perl-shared/ntmake.pl, confignt, confignt/config.h, libraries/freetype-2.0.5/freetype.dsp, libraries/libart_lgpl-2.3.7/libart.dsp, libraries/libpng-1.2.0/png.dsp, libraries/zlib-1.1.4/zlib.dsp, src/ntconfig.h, src/rrd.dsp, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_tool.h, src/rrdtool.dsp, src/rrdtool.dsw: Updated/added MVSC++ 6.0 project files for compilation of rrd.lib and rrdtool.exe on Win32. Changes for RRDs compilation on Win32. Moved src/ntconfig.h to confignt/config.h. 2002-04-03 14:52 oetiker * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h: As gfx_canvas_t now has excatly the same lifespan as image_desc_t, I've made 'gfx_canvas_t canvas' a member of image_desc_t and dropped it as a separate parameter in all function calls. imgformat, interlaced and zoom are moved to gfx_canvas_t. I have dropped my old fontlib-enum as imgformat contains that information. The gfx_render_xxx switch is moved to rrd_gfx so rrd_graph is (almost) only bothered with image formats in cmd line parsing. gfx_close_path is added. gfx_new_dashed_line is added with 2 new arguments: length of a dash and length between dashes. gfx_new_line is still there for plain lines. Having dash-length == 0 creates normal line. rrd_graph.c is not updated for dashed lines. It's not decided how one should specify which and how lines are dashed. An extension of the color specification? svg is updated for dashes and opacity, but libart code is not. I've fixed indent in SVG, all lines had a space before func decl. etc. Misc small fixes, e.g. sscanf of gfx_color_t, position of x-axis arrow. --- Peter Speck 2002-04-03 05:32 oetiker * src/rrd_restore.c: i suck. sorry. add ,0666 to the open(). -- Paul Vixie 2002-04-02 21:32 oetiker * bindings/perl-shared/RRDs.xs: added call to tzset to activate TZ settings -- Paul A Vixie 2002-04-02 21:31 oetiker * src/rrd_restore.c: aded missing fcntl.h 2002-04-02 19:37 oetiker * src/rrd_restore.c: rrd restore should not burn down existing files -- Paul Vixie 2002-04-01 18:32 oetiker * NEWS: merged svg update 2002-04-01 18:31 oetiker * src/rrd_diff.c: "!" takes a higher preference than "||" this means rrd_update N:: would segfault -- Oliver Cook 2002-03-28 17:33 jake * MakeMakefile: Added comment suggesting use of -I flag with aclocal. 2002-03-26 07:02 oetiker * doc/rrdgraph.src, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.h: added SVG support -- Peter Speck 2002-03-23 20:41 alex * src/rrd_graph.c: Better positioning of the pie when it is alone on the canvas 2002-03-23 20:01 alex * NEWS: Modified rrd_graph 2002-03-23 19:59 alex * src/rrd_graph.c, src/rrd_graph.h: Changes in rrd_graph; see NEWS 2002-03-23 09:05 oetiker * doc/rrdcgi.pod, doc/rrdgraph.src, doc/rrdtutorial.pod: removed reference to GIF 2002-03-23 09:01 oetiker * src/Makefile.am, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: remove all traces of GIF and make PNG the default 2002-03-23 08:53 oetiker * src/rrd_graph.c: Move CDEF start pointers if start of cdef is a step ahead of the start of the data -- Ashok Mandala 2002-03-21 22:39 oetiker * src/rrd_graph.c: fixed color area in legend and fixed color area in 3d border 2002-03-21 12:00 alex * src/rrd_graph.c, src/rrd_graph.h: Pie charts didn't have anti-aliasing; building them clockwise seems to solve this problem. 2002-03-20 22:48 oetiker * src/rrd_rpncalc.c: fixed longstanding bug affection CDEFS where values from rrds with different resolutions got mixed .. 2002-03-17 22:40 alex * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: Changed the way circle sections are drawn. 2002-03-13 02:58 alex * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: New, hopefully better, implementation of PART drawing 2002-03-12 07:19 oetiker * libraries/zlib-1.1.3: realy remove zlibe 1.1.3 dir 2002-03-12 07:18 oetiker * MakeMakefile, configure.ac, examples/bigtops.pl, examples/piped-demo.pl, examples/shared-demo.pl, examples/stripes.pl: updated 2002-03-12 07:17 oetiker * libraries/libart_lgpl-2.3.7, libraries/libart_lgpl-2.3.7/.cvsignore: ignore generated files 2002-03-12 07:16 oetiker * libraries/libart_lgpl-2.3.7/libart_lgpl_2.la, libraries/zlib-1.1.4, libraries/zlib-1.1.4/.cvsignore, libraries/zlib-1.1.4/Makefile, libraries/zlib-1.1.4/Makefile.in: missing bits 2002-03-12 06:43 oetiker * configure.ac: updated to zlib 1.1.4 2002-03-12 06:42 oetiker * libraries/zlib-1.1.3/ChangeLog, libraries/zlib-1.1.3/FAQ, libraries/zlib-1.1.3/INDEX, libraries/zlib-1.1.3/Makefile.am, libraries/zlib-1.1.3/README, libraries/zlib-1.1.3/README.rrdtool, libraries/zlib-1.1.3/adler32.c, libraries/zlib-1.1.3/algorithm.txt, libraries/zlib-1.1.3/compress.c, libraries/zlib-1.1.3/crc32.c, libraries/zlib-1.1.3/deflate.c, libraries/zlib-1.1.3/deflate.h, libraries/zlib-1.1.3/descrip.mms, libraries/zlib-1.1.3/example.c, libraries/zlib-1.1.3/gzio.c, libraries/zlib-1.1.3/infblock.c, libraries/zlib-1.1.3/infblock.h, libraries/zlib-1.1.3/infcodes.c, libraries/zlib-1.1.3/infcodes.h, libraries/zlib-1.1.3/inffast.c, libraries/zlib-1.1.3/inffast.h, libraries/zlib-1.1.3/inffixed.h, libraries/zlib-1.1.3/inflate.c, libraries/zlib-1.1.3/inftrees.c, libraries/zlib-1.1.3/inftrees.h, libraries/zlib-1.1.3/infutil.c, libraries/zlib-1.1.3/infutil.h, libraries/zlib-1.1.3/maketree.c, libraries/zlib-1.1.3/minigzip.c, libraries/zlib-1.1.3/trees.c, libraries/zlib-1.1.3/trees.h, libraries/zlib-1.1.3/uncompr.c, libraries/zlib-1.1.3/zconf.h, libraries/zlib-1.1.3/zlib.3, libraries/zlib-1.1.3/zlib.dsp, libraries/zlib-1.1.3/zlib.dsw, libraries/zlib-1.1.3/zlib.h, libraries/zlib-1.1.3/zutil.c, libraries/zlib-1.1.3/zutil.h, libraries/zlib-1.1.4, libraries/zlib-1.1.4/ChangeLog, libraries/zlib-1.1.4/FAQ, libraries/zlib-1.1.4/INDEX, libraries/zlib-1.1.4/Make_vms.com, libraries/zlib-1.1.4/Makefile, libraries/zlib-1.1.4/Makefile.am, libraries/zlib-1.1.4/Makefile.am~, libraries/zlib-1.1.4/Makefile.in, libraries/zlib-1.1.4/Makefile.riscos, libraries/zlib-1.1.4/README, libraries/zlib-1.1.4/adler32.c, libraries/zlib-1.1.4/algorithm.txt, libraries/zlib-1.1.4/compress.c, libraries/zlib-1.1.4/crc32.c, libraries/zlib-1.1.4/deflate.c, libraries/zlib-1.1.4/deflate.h, libraries/zlib-1.1.4/descrip.mms, libraries/zlib-1.1.4/example.c, libraries/zlib-1.1.4/gzio.c, libraries/zlib-1.1.4/infblock.c, libraries/zlib-1.1.4/infblock.h, libraries/zlib-1.1.4/infcodes.c, libraries/zlib-1.1.4/infcodes.h, libraries/zlib-1.1.4/inffast.c, libraries/zlib-1.1.4/inffast.h, libraries/zlib-1.1.4/inffixed.h, libraries/zlib-1.1.4/inflate.c, libraries/zlib-1.1.4/inftrees.c, libraries/zlib-1.1.4/inftrees.h, libraries/zlib-1.1.4/infutil.c, libraries/zlib-1.1.4/infutil.h, libraries/zlib-1.1.4/maketree.c, libraries/zlib-1.1.4/minigzip.c, libraries/zlib-1.1.4/trees.c, libraries/zlib-1.1.4/trees.h, libraries/zlib-1.1.4/uncompr.c, libraries/zlib-1.1.4/zconf.h, libraries/zlib-1.1.4/zlib.3, libraries/zlib-1.1.4/zlib.h, libraries/zlib-1.1.4/zlib.html, libraries/zlib-1.1.4/zutil.c, libraries/zlib-1.1.4/zutil.h: replace zlib 1.1.3 with zlib 1.1.4 2002-03-10 23:08 alex * doc/rrdgraph_graph.src, src/rrd_graph.c, src/rrd_graph.h: Pie chart support added to rrdtool graph 2002-03-10 22:49 oetiker * MakeMakefile: added quotes to echo 2002-03-10 16:22 alex * src/rrd_rpncalc.c: Realigned function rpn_calc() Stack checking now done using a macro 2002-03-10 14:58 alex * doc/rrdgraph.src, doc/rrdgraph_rpn.src: Fixed some typos/errors Updated for the NE and ISINF operators in RPN 2002-03-10 14:53 alex * src/rrd_graph.c: Using the font option resulted in a segfault. Needs more care, the current change is just a hack 2002-03-10 14:48 alex * src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added NE and ISINF operands to RPN 2002-03-10 12:28 oetiker * MakeMakefile: better version check 2002-03-08 22:14 alex * doc/rrdtutorial.pod: Needed to escape a wildcard 2002-03-08 22:11 alex * doc/rrdtutorial.pod: Fixed some typos 2002-02-18 21:52 oetiker * MakeMakefile, examples/bigtops.pl: added autotools version check to MakeMakefiles 2002-02-09 06:21 oetiker * src/rrd_gfx.c: do propper error checking and release memmory when it is not required anymore 2002-02-08 18:40 oetiker * src/rrd_cgi.c: allow rrd_cgi to deal with umlauts -- Alexander Schwartz 2002-02-03 08:10 oetiker * doc/rrdcreate.pod: fixed spelling 2002-02-02 14:36 oetiker * src/rrd_graph.c: fixed data pointer storage 2002-02-01 20:34 oetiker * src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_format.c, src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c, src/rrd_last.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_stat.c, src/rrd_tool.c, src/rrd_tune.c, src/rrd_update.c: fixed version number and date/time 2002-02-01 20:29 oetiker * libraries/libart_lgpl-2.3.7/Makefile, libraries/libpng-1.2.0/Makefile, src/rrd_graph.c: *** empty log message *** 2002-01-31 22:44 oetiker * acinclude.m4: this file and all the external libraries configurability was contributed by mat zimmermann 2002-01-31 22:43 oetiker * acinclude.m4, configure.ac, examples/minmax.pl, libraries/Makefile.am, src/Makefile.am, src/rrd_graph.c: allow use of libraries already installed on the system 2002-01-31 11:56 oetiker * src/parsetime.c: make "18:00 yesterday" work Pavel Mores 2002-01-31 07:23 oetiker * src/rrd_graph.c: weeknumber is not %V which is more appropriate than %W 2002-01-31 06:36 oetiker * MakeMakefile: copy ltmain.sh 2002-01-17 20:31 oetiker * libraries/libpng-1.0.9: this also 2002-01-17 20:30 oetiker * config/libtool, libraries/gd1.3, libraries/libpng-1.0.9/ANNOUNCE, libraries/libpng-1.0.9/CHANGES, libraries/libpng-1.0.9/INSTALL, libraries/libpng-1.0.9/KNOWNBUG, libraries/libpng-1.0.9/LICENSE, libraries/libpng-1.0.9/Makefil, libraries/libpng-1.0.9/Makefile.am, libraries/libpng-1.0.9/README, libraries/libpng-1.0.9/README.rrdtool, libraries/libpng-1.0.9/TODO, libraries/libpng-1.0.9/Y2KINFO, libraries/libpng-1.0.9/example.c, libraries/libpng-1.0.9/libpng.3, libraries/libpng-1.0.9/libpng.txt, libraries/libpng-1.0.9/libpngpf.3, libraries/libpng-1.0.9/png.5, libraries/libpng-1.0.9/png.c, libraries/libpng-1.0.9/png.dsp, libraries/libpng-1.0.9/png.dsw, libraries/libpng-1.0.9/png.h, libraries/libpng-1.0.9/pngasmrd.h, libraries/libpng-1.0.9/pngbar.jpg, libraries/libpng-1.0.9/pngbar.png, libraries/libpng-1.0.9/pngconf.h, libraries/libpng-1.0.9/pngerror.c, libraries/libpng-1.0.9/pnggccrd.c, libraries/libpng-1.0.9/pngget.c, libraries/libpng-1.0.9/pngmem.c, libraries/libpng-1.0.9/pngnow.png, libraries/libpng-1.0.9/pngpread.c, libraries/libpng-1.0.9/pngread.c, libraries/libpng-1.0.9/pngrio.c, libraries/libpng-1.0.9/pngrtran.c, libraries/libpng-1.0.9/pngrutil.c, libraries/libpng-1.0.9/pngset.c, libraries/libpng-1.0.9/pngtest.c, libraries/libpng-1.0.9/pngtest.png, libraries/libpng-1.0.9/pngtrans.c, libraries/libpng-1.0.9/pngvcrd.c, libraries/libpng-1.0.9/pngwio.c, libraries/libpng-1.0.9/pngwrite.c, libraries/libpng-1.0.9/pngwtran.c, libraries/libpng-1.0.9/pngwutil.c: this is not needed anymore 2002-01-17 20:28 oetiker * libraries/gd1.3/.cvsignore: killing remains 2002-01-16 23:11 oetiker * MakeMakefile: added places for download 2002-01-15 22:58 oetiker * ., .cvsignore, config, config/.cvsignore: ignore irrelevant things 2002-01-15 22:53 oetiker * libraries/freetype-2.0.5, libraries/freetype-2.0.5/.cvsignore, libraries/libart_lgpl-2.3.7, libraries/libart_lgpl-2.3.7/.cvsignore, libraries/libpng-1.2.0, libraries/libpng-1.2.0/.cvsignore: added new .cvsignore files 2002-01-15 22:51 oetiker * CONTRIBUTORS, MakeMakefile, Makefile.am, NEWS, config/acconfig.h, config/aclocal.m4, config/config.guess, config/config.h.in, config/config.sub, config/install-sh, config/ltconfig, config/ltmain.sh, config/missing, config/mkinstalldirs, config/stamp-h, config/stamp-h.in, configure.ac, configure.in, doc/rrdgraph.src, doc/rrdgraph_graph.src, examples/4charts.pl.in, examples/bigtops.pl, examples/bigtops.pl.in, examples/cgi-demo.cgi, examples/minmax.pl, examples/minmax.pl.in, examples/piped-demo.pl, examples/piped-demo.pl.in, examples/shared-demo.pl, examples/shared-demo.pl.in, examples/stripes.pl, examples/stripes.pl.in, libraries/Makefile.am, libraries/cgilib-0.4/Makefile.am, libraries/freetype-2.0.5, libraries/freetype-2.0.5-import.txt, libraries/freetype-2.0.5/Makefile.am, libraries/freetype-2.0.5/README, libraries/freetype-2.0.5/ahangles.c, libraries/freetype-2.0.5/ahglobal.c, libraries/freetype-2.0.5/ahglyph.c, libraries/freetype-2.0.5/ahhint.c, libraries/freetype-2.0.5/ahmodule.c, libraries/freetype-2.0.5/ahoptim.c, libraries/freetype-2.0.5/autohint.c, libraries/freetype-2.0.5/cff.c, libraries/freetype-2.0.5/cffdrivr.c, libraries/freetype-2.0.5/cffgload.c, libraries/freetype-2.0.5/cffload.c, libraries/freetype-2.0.5/cffobjs.c, libraries/freetype-2.0.5/cffparse.c, libraries/freetype-2.0.5/cidgload.c, libraries/freetype-2.0.5/cidload.c, libraries/freetype-2.0.5/cidobjs.c, libraries/freetype-2.0.5/cidparse.c, libraries/freetype-2.0.5/cidriver.c, libraries/freetype-2.0.5/ftbase.c, libraries/freetype-2.0.5/ftbbox.c, libraries/freetype-2.0.5/ftcache.c, libraries/freetype-2.0.5/ftcalc.c, libraries/freetype-2.0.5/ftcchunk.c, libraries/freetype-2.0.5/ftcglyph.c, libraries/freetype-2.0.5/ftcimage.c, libraries/freetype-2.0.5/ftcmanag.c, libraries/freetype-2.0.5/ftcsbits.c, libraries/freetype-2.0.5/ftdebug.c, libraries/freetype-2.0.5/ftextend.c, libraries/freetype-2.0.5/ftglyph.c, libraries/freetype-2.0.5/ftgrays.c, libraries/freetype-2.0.5/ftinit.c, libraries/freetype-2.0.5/ftlist.c, libraries/freetype-2.0.5/ftlru.c, libraries/freetype-2.0.5/ftmac.c, libraries/freetype-2.0.5/ftmm.c, libraries/freetype-2.0.5/ftnames.c, libraries/freetype-2.0.5/ftobjs.c, libraries/freetype-2.0.5/ftoutln.c, libraries/freetype-2.0.5/ftraster.c, libraries/freetype-2.0.5/ftrend1.c, libraries/freetype-2.0.5/ftsmooth.c, libraries/freetype-2.0.5/ftstream.c, libraries/freetype-2.0.5/ftsynth.c, libraries/freetype-2.0.5/ftsystem.c, libraries/freetype-2.0.5/fttrigon.c, libraries/freetype-2.0.5/include, libraries/freetype-2.0.5/include/Makefile.am, libraries/freetype-2.0.5/include/ahangles.h, libraries/freetype-2.0.5/include/aherrors.h, libraries/freetype-2.0.5/include/ahglobal.h, libraries/freetype-2.0.5/include/ahglyph.h, libraries/freetype-2.0.5/include/ahhint.h, libraries/freetype-2.0.5/include/ahloader.h, libraries/freetype-2.0.5/include/ahmodule.h, libraries/freetype-2.0.5/include/ahoptim.h, libraries/freetype-2.0.5/include/ahtypes.h, libraries/freetype-2.0.5/include/cffdrivr.h, libraries/freetype-2.0.5/include/cfferrs.h, libraries/freetype-2.0.5/include/cffgload.h, libraries/freetype-2.0.5/include/cffload.h, libraries/freetype-2.0.5/include/cffobjs.h, libraries/freetype-2.0.5/include/cffparse.h, libraries/freetype-2.0.5/include/cfftoken.h, libraries/freetype-2.0.5/include/ciderrs.h, libraries/freetype-2.0.5/include/cidgload.h, libraries/freetype-2.0.5/include/cidload.h, libraries/freetype-2.0.5/include/cidobjs.h, libraries/freetype-2.0.5/include/cidparse.h, libraries/freetype-2.0.5/include/cidriver.h, libraries/freetype-2.0.5/include/cidtoken.h, libraries/freetype-2.0.5/include/fnterrs.h, libraries/freetype-2.0.5/include/freetype, libraries/freetype-2.0.5/include/freetype/Makefile.am, libraries/freetype-2.0.5/include/freetype/cache, libraries/freetype-2.0.5/include/freetype/cache/Makefile.am, libraries/freetype-2.0.5/include/freetype/cache/ftcchunk.h, libraries/freetype-2.0.5/include/freetype/cache/ftcglyph.h, libraries/freetype-2.0.5/include/freetype/cache/ftcimage.h, libraries/freetype-2.0.5/include/freetype/cache/ftcmanag.h, libraries/freetype-2.0.5/include/freetype/cache/ftcsbits.h, libraries/freetype-2.0.5/include/freetype/cache/ftlru.h, libraries/freetype-2.0.5/include/freetype/config, libraries/freetype-2.0.5/include/freetype/config/Makefile.am, libraries/freetype-2.0.5/include/freetype/config/ftconfig.h, libraries/freetype-2.0.5/include/freetype/config/ftheader.h, libraries/freetype-2.0.5/include/freetype/config/ftmodule.h, libraries/freetype-2.0.5/include/freetype/config/ftoption.h, libraries/freetype-2.0.5/include/freetype/freetype.h, libraries/freetype-2.0.5/include/freetype/ftbbox.h, libraries/freetype-2.0.5/include/freetype/ftcache.h, libraries/freetype-2.0.5/include/freetype/ftchapters.h, libraries/freetype-2.0.5/include/freetype/fterrors.h, libraries/freetype-2.0.5/include/freetype/ftglyph.h, libraries/freetype-2.0.5/include/freetype/ftimage.h, libraries/freetype-2.0.5/include/freetype/ftlist.h, libraries/freetype-2.0.5/include/freetype/ftmac.h, libraries/freetype-2.0.5/include/freetype/ftmm.h, libraries/freetype-2.0.5/include/freetype/ftmoderr.h, libraries/freetype-2.0.5/include/freetype/ftmodule.h, libraries/freetype-2.0.5/include/freetype/ftoutln.h, libraries/freetype-2.0.5/include/freetype/ftrender.h, libraries/freetype-2.0.5/include/freetype/ftsizes.h, libraries/freetype-2.0.5/include/freetype/ftsnames.h, libraries/freetype-2.0.5/include/freetype/ftsynth.h, libraries/freetype-2.0.5/include/freetype/ftsystem.h, libraries/freetype-2.0.5/include/freetype/fttrigon.h, libraries/freetype-2.0.5/include/freetype/fttypes.h, libraries/freetype-2.0.5/include/freetype/internal, libraries/freetype-2.0.5/include/freetype/internal/Makefile.am, libraries/freetype-2.0.5/include/freetype/internal/autohint.h, libraries/freetype-2.0.5/include/freetype/internal/cfftypes.h, libraries/freetype-2.0.5/include/freetype/internal/fnttypes.h, libraries/freetype-2.0.5/include/freetype/internal/ftcalc.h, libraries/freetype-2.0.5/include/freetype/internal/ftdebug.h, libraries/freetype-2.0.5/include/freetype/internal/ftdriver.h, libraries/freetype-2.0.5/include/freetype/internal/ftextend.h, libraries/freetype-2.0.5/include/freetype/internal/ftmemory.h, libraries/freetype-2.0.5/include/freetype/internal/ftobjs.h, libraries/freetype-2.0.5/include/freetype/internal/ftstream.h, libraries/freetype-2.0.5/include/freetype/internal/internal.h, libraries/freetype-2.0.5/include/freetype/internal/pcftypes.h, libraries/freetype-2.0.5/include/freetype/internal/psaux.h, libraries/freetype-2.0.5/include/freetype/internal/psnames.h, libraries/freetype-2.0.5/include/freetype/internal/sfnt.h, libraries/freetype-2.0.5/include/freetype/internal/t1types.h, libraries/freetype-2.0.5/include/freetype/internal/tttypes.h, libraries/freetype-2.0.5/include/freetype/t1tables.h, libraries/freetype-2.0.5/include/freetype/ttnameid.h, libraries/freetype-2.0.5/include/freetype/tttables.h, libraries/freetype-2.0.5/include/freetype/tttags.h, libraries/freetype-2.0.5/include/ft2build.h, libraries/freetype-2.0.5/include/ftcerror.h, libraries/freetype-2.0.5/include/ftgrays.h, libraries/freetype-2.0.5/include/ftraster.h, libraries/freetype-2.0.5/include/ftrend1.h, libraries/freetype-2.0.5/include/ftsmerrs.h, libraries/freetype-2.0.5/include/ftsmooth.h, libraries/freetype-2.0.5/include/pcf.h, libraries/freetype-2.0.5/include/pcfdriver.h, libraries/freetype-2.0.5/include/pcferror.h, libraries/freetype-2.0.5/include/pcfutil.h, libraries/freetype-2.0.5/include/psauxerr.h, libraries/freetype-2.0.5/include/psauxmod.h, libraries/freetype-2.0.5/include/psmodule.h, libraries/freetype-2.0.5/include/psnamerr.h, libraries/freetype-2.0.5/include/psobjs.h, libraries/freetype-2.0.5/include/pstables.h, libraries/freetype-2.0.5/include/rasterrs.h, libraries/freetype-2.0.5/include/sfdriver.h, libraries/freetype-2.0.5/include/sferrors.h, libraries/freetype-2.0.5/include/sfobjs.h, libraries/freetype-2.0.5/include/t1afm.h, libraries/freetype-2.0.5/include/t1decode.h, libraries/freetype-2.0.5/include/t1driver.h, libraries/freetype-2.0.5/include/t1errors.h, libraries/freetype-2.0.5/include/t1gload.h, libraries/freetype-2.0.5/include/t1load.h, libraries/freetype-2.0.5/include/t1objs.h, libraries/freetype-2.0.5/include/t1parse.h, libraries/freetype-2.0.5/include/t1tokens.h, libraries/freetype-2.0.5/include/ttcmap.h, libraries/freetype-2.0.5/include/ttdriver.h, libraries/freetype-2.0.5/include/tterrors.h, libraries/freetype-2.0.5/include/ttgload.h, libraries/freetype-2.0.5/include/ttinterp.h, libraries/freetype-2.0.5/include/ttload.h, libraries/freetype-2.0.5/include/ttobjs.h, libraries/freetype-2.0.5/include/ttpload.h, libraries/freetype-2.0.5/include/ttpost.h, libraries/freetype-2.0.5/include/ttsbit.h, libraries/freetype-2.0.5/include/winfnt.h, libraries/freetype-2.0.5/license.txt, libraries/freetype-2.0.5/pcf.c, libraries/freetype-2.0.5/pcfdriver.c, libraries/freetype-2.0.5/pcfread.c, libraries/freetype-2.0.5/pcfutil.c, libraries/freetype-2.0.5/psaux.c, libraries/freetype-2.0.5/psauxmod.c, libraries/freetype-2.0.5/psmodule.c, libraries/freetype-2.0.5/psnames.c, libraries/freetype-2.0.5/psobjs.c, libraries/freetype-2.0.5/raster.c, libraries/freetype-2.0.5/sfdriver.c, libraries/freetype-2.0.5/sfnt.c, libraries/freetype-2.0.5/sfobjs.c, libraries/freetype-2.0.5/smooth.c, libraries/freetype-2.0.5/t1afm.c, libraries/freetype-2.0.5/t1decode.c, libraries/freetype-2.0.5/t1driver.c, libraries/freetype-2.0.5/t1gload.c, libraries/freetype-2.0.5/t1load.c, libraries/freetype-2.0.5/t1objs.c, libraries/freetype-2.0.5/t1parse.c, libraries/freetype-2.0.5/test_bbox.c, libraries/freetype-2.0.5/test_trig.c, libraries/freetype-2.0.5/truetype.c, libraries/freetype-2.0.5/ttcmap.c, libraries/freetype-2.0.5/ttdriver.c, libraries/freetype-2.0.5/ttgload.c, libraries/freetype-2.0.5/ttinterp.c, libraries/freetype-2.0.5/ttload.c, libraries/freetype-2.0.5/ttobjs.c, libraries/freetype-2.0.5/ttpload.c, libraries/freetype-2.0.5/ttpost.c, libraries/freetype-2.0.5/ttsbit.c, libraries/freetype-2.0.5/type1.c, libraries/freetype-2.0.5/type1cid.c, libraries/freetype-2.0.5/winfnt.c, libraries/libart_lgpl-2.3.7, libraries/libart_lgpl-2.3.7/AUTHORS, libraries/libart_lgpl-2.3.7/COPYING, libraries/libart_lgpl-2.3.7/ChangeLog, libraries/libart_lgpl-2.3.7/INSTALL, libraries/libart_lgpl-2.3.7/Makefile, libraries/libart_lgpl-2.3.7/Makefile.am, libraries/libart_lgpl-2.3.7/Makefile.in, libraries/libart_lgpl-2.3.7/NEWS, libraries/libart_lgpl-2.3.7/README, libraries/libart_lgpl-2.3.7/art_affine.c, libraries/libart_lgpl-2.3.7/art_affine.h, libraries/libart_lgpl-2.3.7/art_alphagamma.c, libraries/libart_lgpl-2.3.7/art_alphagamma.h, libraries/libart_lgpl-2.3.7/art_bpath.c, libraries/libart_lgpl-2.3.7/art_bpath.h, libraries/libart_lgpl-2.3.7/art_config.h, libraries/libart_lgpl-2.3.7/art_filterlevel.h, libraries/libart_lgpl-2.3.7/art_gray_svp.c, libraries/libart_lgpl-2.3.7/art_gray_svp.h, libraries/libart_lgpl-2.3.7/art_misc.c, libraries/libart_lgpl-2.3.7/art_misc.h, libraries/libart_lgpl-2.3.7/art_pathcode.h, libraries/libart_lgpl-2.3.7/art_pixbuf.c, libraries/libart_lgpl-2.3.7/art_pixbuf.h, libraries/libart_lgpl-2.3.7/art_point.h, libraries/libart_lgpl-2.3.7/art_rect.c, libraries/libart_lgpl-2.3.7/art_rect.h, libraries/libart_lgpl-2.3.7/art_rect_svp.c, libraries/libart_lgpl-2.3.7/art_rect_svp.h, libraries/libart_lgpl-2.3.7/art_rect_uta.c, libraries/libart_lgpl-2.3.7/art_rect_uta.h, libraries/libart_lgpl-2.3.7/art_render.c, libraries/libart_lgpl-2.3.7/art_render.h, libraries/libart_lgpl-2.3.7/art_render_gradient.c, libraries/libart_lgpl-2.3.7/art_render_gradient.h, libraries/libart_lgpl-2.3.7/art_render_svp.c, libraries/libart_lgpl-2.3.7/art_render_svp.h, libraries/libart_lgpl-2.3.7/art_rgb.c, libraries/libart_lgpl-2.3.7/art_rgb.h, libraries/libart_lgpl-2.3.7/art_rgb_a_affine.c, libraries/libart_lgpl-2.3.7/art_rgb_a_affine.h, libraries/libart_lgpl-2.3.7/art_rgb_affine.c, libraries/libart_lgpl-2.3.7/art_rgb_affine.h, libraries/libart_lgpl-2.3.7/art_rgb_affine_private.c, libraries/libart_lgpl-2.3.7/art_rgb_affine_private.h, libraries/libart_lgpl-2.3.7/art_rgb_bitmap_affine.c, libraries/libart_lgpl-2.3.7/art_rgb_bitmap_affine.h, libraries/libart_lgpl-2.3.7/art_rgb_pixbuf_affine.c, libraries/libart_lgpl-2.3.7/art_rgb_pixbuf_affine.h, libraries/libart_lgpl-2.3.7/art_rgb_rgba_affine.c, libraries/libart_lgpl-2.3.7/art_rgb_rgba_affine.h, libraries/libart_lgpl-2.3.7/art_rgb_svp.c, libraries/libart_lgpl-2.3.7/art_rgb_svp.h, libraries/libart_lgpl-2.3.7/art_rgba.c, libraries/libart_lgpl-2.3.7/art_rgba.h, libraries/libart_lgpl-2.3.7/art_svp.c, libraries/libart_lgpl-2.3.7/art_svp.h, libraries/libart_lgpl-2.3.7/art_svp_intersect.c, libraries/libart_lgpl-2.3.7/art_svp_intersect.h, libraries/libart_lgpl-2.3.7/art_svp_ops.c, libraries/libart_lgpl-2.3.7/art_svp_ops.h, libraries/libart_lgpl-2.3.7/art_svp_point.c, libraries/libart_lgpl-2.3.7/art_svp_point.h, libraries/libart_lgpl-2.3.7/art_svp_render_aa.c, libraries/libart_lgpl-2.3.7/art_svp_render_aa.h, libraries/libart_lgpl-2.3.7/art_svp_vpath.c, libraries/libart_lgpl-2.3.7/art_svp_vpath.h, libraries/libart_lgpl-2.3.7/art_svp_vpath_stroke.c, libraries/libart_lgpl-2.3.7/art_svp_vpath_stroke.h, libraries/libart_lgpl-2.3.7/art_svp_wind.c, libraries/libart_lgpl-2.3.7/art_svp_wind.h, libraries/libart_lgpl-2.3.7/art_uta.c, libraries/libart_lgpl-2.3.7/art_uta.h, libraries/libart_lgpl-2.3.7/art_uta_ops.c, libraries/libart_lgpl-2.3.7/art_uta_ops.h, libraries/libart_lgpl-2.3.7/art_uta_rect.c, libraries/libart_lgpl-2.3.7/art_uta_rect.h, libraries/libart_lgpl-2.3.7/art_uta_svp.c, libraries/libart_lgpl-2.3.7/art_uta_svp.h, libraries/libart_lgpl-2.3.7/art_uta_vpath.c, libraries/libart_lgpl-2.3.7/art_uta_vpath.h, libraries/libart_lgpl-2.3.7/art_vpath.c, libraries/libart_lgpl-2.3.7/art_vpath.h, libraries/libart_lgpl-2.3.7/art_vpath_bpath.c, libraries/libart_lgpl-2.3.7/art_vpath_bpath.h, libraries/libart_lgpl-2.3.7/art_vpath_dash.c, libraries/libart_lgpl-2.3.7/art_vpath_dash.h, libraries/libart_lgpl-2.3.7/art_vpath_svp.c, libraries/libart_lgpl-2.3.7/art_vpath_svp.h, libraries/libart_lgpl-2.3.7/gen_art_config.c, libraries/libart_lgpl-2.3.7/install-sh, libraries/libart_lgpl-2.3.7/libart-2.0.pc.in, libraries/libart_lgpl-2.3.7/libart-config.in, libraries/libart_lgpl-2.3.7/libart-features.c, libraries/libart_lgpl-2.3.7/libart-features.h, libraries/libart_lgpl-2.3.7/libart-features.h.in, libraries/libart_lgpl-2.3.7/libart.h, libraries/libart_lgpl-2.3.7/libart_lgpl_2.la, libraries/libart_lgpl-2.3.7/missing, libraries/libart_lgpl-2.3.7/mkinstalldirs, libraries/libart_lgpl-2.3.7/stamp-h.in, libraries/libart_lgpl-2.3.7/testart.c, libraries/libart_lgpl-2.3.7/testuta.c, libraries/libpng-1.2.0, libraries/libpng-1.2.0-import.txt, libraries/libpng-1.2.0/ANNOUNCE, libraries/libpng-1.2.0/CHANGES, libraries/libpng-1.2.0/INSTALL, libraries/libpng-1.2.0/KNOWNBUG, libraries/libpng-1.2.0/LICENSE, libraries/libpng-1.2.0/Makefile, libraries/libpng-1.2.0/Makefile.am, libraries/libpng-1.2.0/Makefile.in, libraries/libpng-1.2.0/README, libraries/libpng-1.2.0/TODO, libraries/libpng-1.2.0/Y2KINFO, libraries/libpng-1.2.0/example.c, libraries/libpng-1.2.0/libpng.3, libraries/libpng-1.2.0/libpng.txt, libraries/libpng-1.2.0/libpngpf.3, libraries/libpng-1.2.0/png.5, libraries/libpng-1.2.0/png.c, libraries/libpng-1.2.0/png.h, libraries/libpng-1.2.0/pngasmrd.h, libraries/libpng-1.2.0/pngbar.jpg, libraries/libpng-1.2.0/pngbar.png, libraries/libpng-1.2.0/pngconf.h, libraries/libpng-1.2.0/pngerror.c, libraries/libpng-1.2.0/pnggccrd.c, libraries/libpng-1.2.0/pngget.c, libraries/libpng-1.2.0/pngmem.c, libraries/libpng-1.2.0/pngnow.png, libraries/libpng-1.2.0/pngpread.c, libraries/libpng-1.2.0/pngread.c, libraries/libpng-1.2.0/pngrio.c, libraries/libpng-1.2.0/pngrtran.c, libraries/libpng-1.2.0/pngrutil.c, libraries/libpng-1.2.0/pngset.c, libraries/libpng-1.2.0/pngtest.c, libraries/libpng-1.2.0/pngtest.png, libraries/libpng-1.2.0/pngtrans.c, libraries/libpng-1.2.0/pngvcrd.c, libraries/libpng-1.2.0/pngwio.c, libraries/libpng-1.2.0/pngwrite.c, libraries/libpng-1.2.0/pngwtran.c, libraries/libpng-1.2.0/pngwutil.c, src/Makefile.am, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c, src/rrd_tool.h: The BIG graph update * Replace libgd with libart * Added freetype * Updated zlib and libpng * rrd_gfx.c intrduced as libart wrapper * LINE takes now a float as argument * rrdtool uses truetype for fonts * thanks to libart there is now full alpha transparenc and antialiasing. * the new option --font lets customize the font and size for various graph elements * Updated to -> libtool 1.4.2 automake 2.12 autoconf 2.52 * new --zoom commandline option for zoom ans shrinking -- tobias oetiker 2002-01-04 01:11 alex * src/rrd_graph.c, src/rrd_graph.h: Reworked rrd_graph_script() 2001-12-24 06:51 alex * src/rrd_fetch.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: A patch of size 44Kbytes... in short: Found and repaired the off-by-one error in rrd_fetch_fn(). As a result I had to remove the hacks in rrd_fetch_fn(), rrd_tool.c, vdef_calc(), data_calc(), data_proc() and reduce_data(). There may be other places which I didn't find so be careful. Enhanced debugging in rrd_fetch_fn(), it shows the RRA selection process. Added the ability to print VDEF timestamps. At the moment it is a hack, I needed it now to fix the off-by-one error. If the format string is "%c" (and nothing else!), the time will be printed by both ctime() and as a long int. Moved some code around (slightly altering it) from rrd_graph() initializing now in rrd_graph_init() options parsing now in rrd_graph_options() script parsing now in rrd_graph_script() 2001-12-22 02:49 alex * src/rrd_graph.c: Somehow eight lines were missing from function rrd_graph(). Also fixed minor bug in vdef_calc(). 2001-12-17 12:48 oetiker * src/rrd_fetch.c: fix overflow error ... 2001-12-11 22:55 jake * src/rrd_info.c: Fixed uninitialized ptr causing seg fault invoking info for COMPUTE data sources. 2001-11-18 08:41 oetiker * src/rrd_cgi.c: return "" instead of NULL for -- Michael 2001-11-17 16:57 oetiker * bindings/Makefile.am: fixed path to mkinstalldirs -- Laurent Saehyun Kim� 2001-09-08 18:25 oetiker * doc/cdeftutorial.pod, doc/rrdtutorial.pod: spelling updates by Martin Schulze 2001-08-22 22:29 jake * doc/rrdtune.pod, src/rrd_create.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_rpncalc.c, src/rrd_tool.c, src/rrd_tune.c: Contents of this patch: (1) Adds/revises documentation for rrd tune in rrd_tool.c and pod files. (2) Moves some initialization code from rrd_create.c to rrd_hw.c. (3) Adds another pass to smoothing for SEASONAL and DEVSEASONAL RRAs. This pass computes the coefficients as deviations from an average; the average is added the baseline coefficient of HWPREDICT. Statistical texts suggest this to preserve algorithm stability. It will not invalidate RRD files created and smoothed with the old code. (4) Adds the aberrant-reset flag to rrd tune. This operation, which is specified for a single data source, causes the holt-winters algorithm to forget everthing it has learned and start over. (5) Fixes a few out-of-date code comments. 2001-08-13 18:58 oetiker * src/rrd_graph.c: spell fix for si units (only in comments) 2001-07-28 22:34 alex * doc/rrdgraph.pod, doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod: Removing rrdgraph*.pod from the cvs 2001-07-28 22:21 alex * doc/Makefile.am, doc/name.inc, doc/rrdgraph.pod, doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src: Edited Makefile.am and the rrdgraph_*.src files. By mistake the previous update was made on the rrdgraph_*.pod files however they are not to be edited. This is now corrected. 2001-07-26 02:27 alex * src/rrd_graph_helper.c, src/rrd_graph_helper.h: Supporting functions for rrd_graph. Functions that are used frequently and/or from different places should be added here in stead of repeating them in rrd_graph.c over and over again. 2001-07-26 02:25 alex * src/rrd_graph.h: Moved most typedefs etc. from rrd_graph.c to this file 2001-07-26 02:22 alex * src/rrd_graph.c: Added VDEF TOTAL Moved most typedefs etc. to rrd_graph.h 2001-07-26 02:19 alex * src/Makefile.am: Added rrd_graph_helper 2001-07-26 02:15 alex * doc/rrdgraph_rpn.pod: Updated for VDEF TOTAL 2001-07-26 02:11 alex * NEWS: Announce of VDEF in rrd_graph 2001-07-21 18:17 alex * doc/rrdgraph_graph.pod, src/rrd_graph.c: Made PRINT and GPRINT aware of VDEF statements 2001-07-20 22:34 oetiker * doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod: missing documentation ... -- Alex van den Bogaerdt 2001-07-20 22:34 oetiker * src/rrd_datalang.c: only a comment 2001-07-20 22:33 oetiker * src/rrd_graph.c: small fixes -- Alex van den Bogaerdt 2001-07-18 22:30 oetiker * src/rrd_graph.c, src/rrd_rpncalc.c: VDEF and VRULE are comig along -- Alex van den Bogaerdt 2001-06-05 13:42 oetiker * doc/rrdupdate.pod: spell fix 2001-05-09 05:31 oetiker * NEWS, doc/rrdcreate.pod, src/rrd_update.c: Bug fix: when update of multiple PDP/CDP RRAs coincided with interpolation of multiple PDPs an incorrect value was stored as the CDP. Especially evident for GAUGE data sources. Minor changes to rrdcreate.pod. -- Jake Brutlag 2001-03-31 15:21 oetiker * Makefile.am: added 'all' dependancy to site-perl-install rule as many seem to skip this step when instaling cricket ... probably an incomplete cricket doku. 2001-03-15 19:43 oetiker * PROJECTS: added PROJECTS file 2001-03-11 12:03 oetiker * src/rrd_rpncalc.c, src/rrd_rpncalc.h: reindented 2001-03-11 11:49 oetiker * src/rrd_create.c: reindented the cource for better readability 2001-03-10 23:54 oetiker * NEWS, doc/rrdcreate.pod, doc/rrdinfo.pod, doc/rrdtune.pod, doc/rrdupdate.pod, src/Makefile.am, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.c, src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c, src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.h, src/rrd_update.c: Support for COMPUTE data sources (CDEF data sources). Removes the RPN parser and calculator from rrd_graph and puts then in a new file, rrd_rpncalc.c. Changes to core files rrd_create and rrd_update. Some clean-up of aberrant behavior stuff, including a bug fix. Documentation update (rrdcreate.pod, rrdupdate.pod). Change xml format. -- Jake Brutlag 2001-03-07 21:21 oetiker * NEWS, doc, doc/.cvsignore, doc/Makefile.am, doc/name.inc, doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph.src, doc/rrdgraph_data.src, doc/rrdgraph_examples.src, doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/see_also.inc, src/rrd_tune.c: complete rewrite of rrdgraph documentation. This also includs info on upcomming/planned changes to the rrdgraph interface and functionality -- Alex van den Bogaerdt 2001-03-04 14:06 oetiker * trunk/CVSROOT/history: want to keep a history of events 2001-03-04 13:50 oetiker * NEWS: fidex jackes adderss 2001-03-04 13:12 oetiker * doc/rrdcreate.pod: added note on counter vs derive -- Don BAARDA 2001-03-04 13:01 oetiker * NEWS, doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdtool.pod, doc/rrdtune.pod, src/Makefile.am, src/fnv.h, src/hash_32.c, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c, src/rrd_open.c, src/rrd_restore.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrdupdate.c: Aberrant Behavior Detection support. A brief overview added to rrdtool.pod. Major updates to rrd_update.c, rrd_create.c. Minor update to other core files. This is backwards compatible! But new files using the Aberrant stuff are not readable by old rrdtool versions. See http://cricket.sourceforge.net/aberrant/rrd_hw.htm -- Jake Brutlag 2001-03-04 13:00 oetiker * examples, examples/.cvsignore: another do not report Makefile and Makefile.in 2001-03-04 12:51 oetiker * src/memtest.c: this file has no purpose 2001-03-04 12:32 oetiker * src/rrdupdate.c: rrdupdate is a generated file it has no place in cvs 2001-03-04 11:31 oetiker * ., .cvsignore, CHANGES, bindings, bindings/.cvsignore, bindings/perl-piped, bindings/perl-piped/.cvsignore, bindings/perl-shared, bindings/perl-shared/.cvsignore, bindings/tcl, bindings/tcl/.cvsignore, config, config.log, config.status, config/.cvsignore, doc, doc/.cvsignore, libraries, libraries/.cvsignore, libraries/cgilib-0.4, libraries/cgilib-0.4/.cvsignore, libraries/gd1.3, libraries/gd1.3/.cvsignore, libraries/libpng-1.0.9, libraries/libpng-1.0.9/.cvsignore, libraries/zlib-1.1.3, libraries/zlib-1.1.3/.cvsignore, libtool, src, src/.cvsignore: repository cleanup 2001-03-04 11:14 oetiker * doc/rrdupdate.pod, src/rrd_tool.c, src/rrd_update.c: added at-style-time@value:value syntax to rrd_update -- Dave Bodenstab 2001-03-04 10:29 oetiker * src/rrd_open.c: fixed filedescriptor leak -- Mike Franusich 2001-03-02 22:48 oetiker * configure.in, libraries/zlib-1.1.3/Makefile.am: added test for hpux. if matched, compile zlib with -fpic instead of -fPIC 2001-03-01 21:37 oetiker * configure.in: added check for the presence of the compiler used to build perl modules 2001-02-25 23:18 oetiker * config/config.h, configure, doc/test1.ps, doc/test2.ps: they do not belong into cvs ad they are autogenerated 2001-02-25 22:57 oetiker * doc/Makefile.am: Fixed ln for modules 2001-02-25 22:53 oetiker * Makefile.am: fixed compile order ... src before bindings 2001-02-25 22:30 oetiker * trunk/contrib, trunk/contrib/README, trunk/contrib/add_ds, trunk/contrib/add_ds/README, trunk/contrib/add_ds/add_ds.pl, trunk/contrib/add_ds/batch.pl, trunk/contrib/killspike, trunk/contrib/killspike/README, trunk/contrib/killspike/killspike.pl, trunk/contrib/killspike/killspike.pl.in, trunk/contrib/log2rrd, trunk/contrib/log2rrd/README, trunk/contrib/log2rrd/log2rrd.pl, trunk/contrib/log2rrd/log2rrd.pl.in, trunk/contrib/php3, trunk/contrib/php3/INSTALL, trunk/contrib/php3/Makefile, trunk/contrib/php3/README, trunk/contrib/php3/USAGE, trunk/contrib/php3/VERSION, trunk/contrib/php3/examples, trunk/contrib/php3/examples/rrd_create.php, trunk/contrib/php3/examples/rrd_fetch.php, trunk/contrib/php3/examples/rrd_graph.php, trunk/contrib/php3/examples/rrd_last.php, trunk/contrib/php3/examples/rrd_update.php, trunk/contrib/php3/php3_rrdtool.c, trunk/contrib/php3/php3_rrdtool.h, trunk/contrib/php4, trunk/contrib/php4/.cvsignore, trunk/contrib/php4/INSTALL, trunk/contrib/php4/Makefile.in, trunk/contrib/php4/README, trunk/contrib/php4/USAGE, trunk/contrib/php4/acinclude.m4, trunk/contrib/php4/aclocal.m4, trunk/contrib/php4/build, trunk/contrib/php4/build/dynlib.mk, trunk/contrib/php4/build/fastgen.sh, trunk/contrib/php4/build/library.mk, trunk/contrib/php4/build/ltlib.mk, trunk/contrib/php4/build/program.mk, trunk/contrib/php4/build/rules.mk, trunk/contrib/php4/build/shtool, trunk/contrib/php4/config.guess, trunk/contrib/php4/config.m4, trunk/contrib/php4/config.sub, trunk/contrib/php4/configure, trunk/contrib/php4/configure.in, trunk/contrib/php4/dynlib.m4, trunk/contrib/php4/examples, trunk/contrib/php4/examples/rrd_create.php, trunk/contrib/php4/examples/rrd_fetch.php, trunk/contrib/php4/examples/rrd_graph.php, trunk/contrib/php4/examples/rrd_last.php, trunk/contrib/php4/examples/rrd_update.php, trunk/contrib/php4/install-sh, trunk/contrib/php4/ltconfig, trunk/contrib/php4/ltmain.sh, trunk/contrib/php4/missing, trunk/contrib/php4/mkinstalldirs, trunk/contrib/php4/php_config.h.in, trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c, trunk/contrib/rrd-file-icon, trunk/contrib/rrd-file-icon/README, trunk/contrib/rrd-file-icon/rrd.png, trunk/contrib/rrdexplorer, trunk/contrib/rrdexplorer/README.txt, trunk/contrib/rrdexplorer/map.cgi, trunk/contrib/rrdexplorer/png.cgi, trunk/contrib/rrdfetchnames, trunk/contrib/rrdfetchnames/README, trunk/contrib/rrdfetchnames/rrdfetchnames.pl, trunk/contrib/rrdlastds, trunk/contrib/rrdlastds/README, trunk/contrib/rrdlastds/rrdlastds.pl, trunk/contrib/rrdproc, trunk/contrib/rrdproc/README, trunk/contrib/rrdproc/rrdproc.c, trunk/contrib/rrdview, trunk/contrib/rrdview/README, trunk/contrib/rrdview/rrdview.cgi, trunk/contrib/snmpstats, trunk/contrib/snmpstats/README, trunk/contrib/snmpstats/SNMPstats.pl, trunk/contrib/trytime, trunk/contrib/trytime/.deps, trunk/contrib/trytime/.deps/trytime.P, trunk/contrib/trytime/Makefile, trunk/contrib/trytime/Makefile.am, trunk/contrib/trytime/Makefile.in, trunk/contrib/trytime/README, trunk/contrib/trytime/trytime.c, trunk/website, trunk/website/.img, trunk/website/.img/.imgdot-1x1-transp.gif, trunk/website/.pics, trunk/website/.pics/CAIDAlogo.120.gif, trunk/website/.pics/CAIDAlogo.120.png, trunk/website/.pics/CAIDAlogo.gif, trunk/website/.pics/CAIDAlogo.png, trunk/website/.pics/CAIDAlogo.spons.png, trunk/website/.pics/CAIDAlogo.xpm, trunk/website/.pics/CAIDAlogo2.gif, trunk/website/.pics/CAIDAlogo_small.gif, trunk/website/.pics/b.gif, trunk/website/.pics/b.png, trunk/website/.pics/background.xcf, trunk/website/.pics/bbo.gif, trunk/website/.pics/bbo.png, trunk/website/.pics/bco.gif, trunk/website/.pics/bco.png, trunk/website/.pics/border.gif, trunk/website/.pics/bro.gif, trunk/website/.pics/bro.png, trunk/website/.pics/ecke.gif, trunk/website/.pics/logo-apache.gif, trunk/website/.pics/logo-apache.small.gif, trunk/website/.pics/logo-extra.gif, trunk/website/.pics/logo-linux.gif, trunk/website/.pics/logo-wml.gif, trunk/website/.pics/rrddemo.gif, trunk/website/.pics/rrdlogdemo.gif, trunk/website/.pics/rrdtool.gif, trunk/website/.pics/rrdtool.xar, trunk/website/.pics/unten.gif, trunk/website/.ttf, trunk/website/.ttf/futurab.ttf, trunk/website/.ttf/futurabc.ttf, trunk/website/.ttf/futurabi.ttf, trunk/website/.ttf/futurah.ttf, trunk/website/.ttf/futurahi.ttf, trunk/website/.ttf/futurak.ttf, trunk/website/.ttf/futural.ttf, trunk/website/.ttf/futuralc.ttf, trunk/website/.ttf/futurali.ttf, trunk/website/.ttf/futuram.ttf, trunk/website/.ttf/futuramc.ttf, trunk/website/.ttf/futurami.ttf, trunk/website/.ttf/futuran.ttf, trunk/website/.ttf/futurani.ttf, trunk/website/.ttf/futuraxk.ttf, trunk/website/.ttf/futurbci.ttf, trunk/website/.ttf/futurlci.ttf, trunk/website/.ttf/futurmci.ttf, trunk/website/.ttf/futurxkc.ttf, trunk/website/.ttf/futurxki.ttf, trunk/website/.ttf/futuxkci.ttf, trunk/website/.ttf/trebuc.ttf, trunk/website/.ttf/trebucbd.ttf, trunk/website/.ttf/trebucbi.ttf, trunk/website/.ttf/trebucit.ttf, trunk/website/.ttf/zinjaron.ttf, trunk/website/.wml, trunk/website/.wml/navbar.inc, trunk/website/.wml/nestednavbar.inc, trunk/website/.wml/template.inc, trunk/website/.wml/tobis.inc, trunk/website/.wmlrc, trunk/website/compiling.wml, trunk/website/contributors.wml, trunk/website/developers.wml, trunk/website/download.wml, trunk/website/frontends, trunk/website/frontends/bigsister.wml, trunk/website/frontends/bronc.wml, trunk/website/frontends/cricket.wml, trunk/website/frontends/flowscan.wml, trunk/website/frontends/fwgold.wml, trunk/website/frontends/hoth.wml, trunk/website/frontends/index.wml, trunk/website/frontends/nmis.wml, trunk/website/frontends/nrg.wml, trunk/website/frontends/ntop.wml, trunk/website/frontends/orca.wml, trunk/website/frontends/remstats.wml, trunk/website/frontends/rrgrapher.wml, trunk/website/frontends/slamon.wml, trunk/website/gallery, trunk/website/gallery/alex-01.bash, trunk/website/gallery/alex-01.png, trunk/website/gallery/alex-01.wml, trunk/website/gallery/bkw-01.gif, trunk/website/gallery/bkw-01.pl, trunk/website/gallery/bkw-01.wml, trunk/website/gallery/blair-01-a.png, trunk/website/gallery/blair-01-b.png, trunk/website/gallery/blair-01-c.png, trunk/website/gallery/blair-01-d.png, trunk/website/gallery/blair-01-e.png, trunk/website/gallery/blair-01-f.png, trunk/website/gallery/blair-01.wml, trunk/website/gallery/chris-01.wml, trunk/website/gallery/chris-01temp.png, trunk/website/gallery/chris-01wind.png, trunk/website/gallery/colleen-01.gif, trunk/website/gallery/colleen-01.wml, trunk/website/gallery/edvard-01.png, trunk/website/gallery/edvard-01.wml, trunk/website/gallery/index.wml, trunk/website/gallery/jeff-01.png, trunk/website/gallery/jeff-01.wml, trunk/website/gallery/neal-01.png, trunk/website/gallery/neal-01.wml, trunk/website/gallery/simon-01.png, trunk/website/gallery/simon-01.wml, trunk/website/gallery/steve-01.gif, trunk/website/gallery/steve-01.wml, trunk/website/index.wml, trunk/website/license.wml, trunk/website/mailinglists.wml, trunk/website/manual, trunk/website/manual/bin_dec_hex.wml, trunk/website/manual/cdeftutorial.wml, trunk/website/manual/index.wml, trunk/website/manual/rpntutorial.wml, trunk/website/manual/rrdcgi.wml, trunk/website/manual/rrdcreate.wml, trunk/website/manual/rrddump.wml, trunk/website/manual/rrdfetch.wml, trunk/website/manual/rrdgraph.wml, trunk/website/manual/rrdinfo.wml, trunk/website/manual/rrdlast.wml, trunk/website/manual/rrdresize.wml, trunk/website/manual/rrdrestore.wml, trunk/website/manual/rrdtune.wml, trunk/website/manual/rrdtutorial.es.wml, trunk/website/manual/rrdtutorial.wml, trunk/website/manual/rrdupdate.wml, trunk/website/news.wml, trunk/website/perlbind, trunk/website/perlbind/RRDp.wml, trunk/website/perlbind/RRDs.wml, trunk/website/perlbind/index.wml, trunk/website/rrdcgi.wml, trunk/website/screen.wml, trunk/website/site-sync, trunk/website/tutorial, trunk/website/tutorial/bin_dec_hex.wml, trunk/website/tutorial/cdeftutorial.wml, trunk/website/tutorial/index.wml, trunk/website/tutorial/rpntutorial.wml, trunk/website/tutorial/rrdtutorial.es.wml, trunk/website/tutorial/rrdtutorial.ps, trunk/website/tutorial/rrdtutorial.wml: Initial revision 2001-02-25 22:25 oetiker * ., 00README, CHANGES, CONTRIBUTORS, COPYING, COPYRIGHT, MakeMakefile, Makefile.am, NT-BUILD-TIPS.txt, README, TODO, bindings, bindings/Makefile.am, bindings/perl-piped, bindings/perl-piped/MANIFEST, bindings/perl-piped/Makefile.PL, bindings/perl-piped/README, bindings/perl-piped/RRDp.pm, bindings/perl-piped/leaktest.pl, bindings/perl-piped/rrdpl.dsp, bindings/perl-piped/rrdpl.dsw, bindings/perl-piped/t, bindings/perl-piped/t/base.t, bindings/perl-shared, bindings/perl-shared/MANIFEST, bindings/perl-shared/Makefile.PL, bindings/perl-shared/README, bindings/perl-shared/RRDs.pm, bindings/perl-shared/RRDs.xs, bindings/perl-shared/ntmake.pl, bindings/perl-shared/rrdpl.dsp, bindings/perl-shared/rrdpl.dsw, bindings/perl-shared/t, bindings/perl-shared/t/base.t, bindings/tcl, bindings/tcl/Makefile.am, bindings/tcl/README, bindings/tcl/ifOctets.tcl, bindings/tcl/tclrrd.c, config, config.log, config.status, config/Makefile.am, config/acconfig.h, config/aclocal.m4, config/config.guess, config/config.h, config/config.h.in, config/config.sub, config/install-sh, config/libtool, config/libtool/libtool.m4, config/ltconfig, config/ltmain.sh, config/missing, config/mkinstalldirs, config/stamp-h, config/stamp-h.in, configure, configure.in, doc, doc/Makefile.am, doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rpntutorial.pod, doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdgraph.pod, doc/rrdinfo.pod, doc/rrdlast.pod, doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdtool.pod, doc/rrdtune.pod, doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/test1.ps, doc/test2.ps, examples, examples/4charts.pl.in, examples/Makefile.am, examples/bigtops.pl, examples/bigtops.pl.in, examples/cgi-demo.cgi, examples/cgi-demo.cgi.in, examples/minmax.pl, examples/minmax.pl.in, examples/piped-demo.pl, examples/piped-demo.pl.in, examples/shared-demo.pl, examples/shared-demo.pl.in, examples/stripes.pl, examples/stripes.pl.in, libraries, libraries/Makefile.am, libraries/cgilib-0.4, libraries/cgilib-0.4/Makefile.am, libraries/cgilib-0.4/cgi.5, libraries/cgilib-0.4/cgi.c, libraries/cgilib-0.4/cgi.h, libraries/cgilib-0.4/cgiDebug.3, libraries/cgilib-0.4/cgiGetValue.3, libraries/cgilib-0.4/cgiHeader.3, libraries/cgilib-0.4/cgiInit.3, libraries/cgilib-0.4/cgiRedirect.3, libraries/cgilib-0.4/cgilib.dsp, libraries/cgilib-0.4/cgilib.dsw, libraries/cgilib-0.4/cgitest.c, libraries/cgilib-0.4/jumpto.c, libraries/cgilib-0.4/readme, libraries/gd1.3, libraries/gd1.3/Makefile.am, libraries/gd1.3/README.rrdtool, libraries/gd1.3/demoin.gif, libraries/gd1.3/gd.c, libraries/gd1.3/gd.dsp, libraries/gd1.3/gd.dsw, libraries/gd1.3/gd.h, libraries/gd1.3/gddemo.c, libraries/gd1.3/gdfontg.c, libraries/gd1.3/gdfontg.h, libraries/gd1.3/gdfontl.c, libraries/gd1.3/gdfontl.h, libraries/gd1.3/gdfontmb.c, libraries/gd1.3/gdfontmb.h, libraries/gd1.3/gdfonts.c, libraries/gd1.3/gdfonts.h, libraries/gd1.3/gdfontt.c, libraries/gd1.3/gdfontt.h, libraries/gd1.3/gdlucidab10.c, libraries/gd1.3/gdlucidab10.h, libraries/gd1.3/gdlucidab12.c, libraries/gd1.3/gdlucidab12.h, libraries/gd1.3/gdlucidab14.c, libraries/gd1.3/gdlucidab14.h, libraries/gd1.3/gdlucidan10.c, libraries/gd1.3/gdlucidan10.h, libraries/gd1.3/gdlucidan12.c, libraries/gd1.3/gdlucidan12.h, libraries/gd1.3/gdlucidan14.c, libraries/gd1.3/gdlucidan14.h, libraries/gd1.3/giftogd.c, libraries/gd1.3/index.html, libraries/gd1.3/mathmake.c, libraries/gd1.3/mtables.c, libraries/gd1.3/readme.txt, libraries/gd1.3/webgif.c, libraries/libpng-1.0.9, libraries/libpng-1.0.9/ANNOUNCE, libraries/libpng-1.0.9/CHANGES, libraries/libpng-1.0.9/INSTALL, libraries/libpng-1.0.9/KNOWNBUG, libraries/libpng-1.0.9/LICENSE, libraries/libpng-1.0.9/Makefil, libraries/libpng-1.0.9/Makefile.am, libraries/libpng-1.0.9/README, libraries/libpng-1.0.9/README.rrdtool, libraries/libpng-1.0.9/TODO, libraries/libpng-1.0.9/Y2KINFO, libraries/libpng-1.0.9/example.c, libraries/libpng-1.0.9/libpng.3, libraries/libpng-1.0.9/libpng.txt, libraries/libpng-1.0.9/libpngpf.3, libraries/libpng-1.0.9/png.5, libraries/libpng-1.0.9/png.c, libraries/libpng-1.0.9/png.dsp, libraries/libpng-1.0.9/png.dsw, libraries/libpng-1.0.9/png.h, libraries/libpng-1.0.9/pngasmrd.h, libraries/libpng-1.0.9/pngbar.jpg, libraries/libpng-1.0.9/pngbar.png, libraries/libpng-1.0.9/pngconf.h, libraries/libpng-1.0.9/pngerror.c, libraries/libpng-1.0.9/pnggccrd.c, libraries/libpng-1.0.9/pngget.c, libraries/libpng-1.0.9/pngmem.c, libraries/libpng-1.0.9/pngnow.png, libraries/libpng-1.0.9/pngpread.c, libraries/libpng-1.0.9/pngread.c, libraries/libpng-1.0.9/pngrio.c, libraries/libpng-1.0.9/pngrtran.c, libraries/libpng-1.0.9/pngrutil.c, libraries/libpng-1.0.9/pngset.c, libraries/libpng-1.0.9/pngtest.c, libraries/libpng-1.0.9/pngtest.png, libraries/libpng-1.0.9/pngtrans.c, libraries/libpng-1.0.9/pngvcrd.c, libraries/libpng-1.0.9/pngwio.c, libraries/libpng-1.0.9/pngwrite.c, libraries/libpng-1.0.9/pngwtran.c, libraries/libpng-1.0.9/pngwutil.c, libraries/zlib-1.1.3, libraries/zlib-1.1.3/ChangeLog, libraries/zlib-1.1.3/FAQ, libraries/zlib-1.1.3/INDEX, libraries/zlib-1.1.3/Makefile.am, libraries/zlib-1.1.3/README, libraries/zlib-1.1.3/README.rrdtool, libraries/zlib-1.1.3/adler32.c, libraries/zlib-1.1.3/algorithm.txt, libraries/zlib-1.1.3/compress.c, libraries/zlib-1.1.3/crc32.c, libraries/zlib-1.1.3/deflate.c, libraries/zlib-1.1.3/deflate.h, libraries/zlib-1.1.3/descrip.mms, libraries/zlib-1.1.3/example.c, libraries/zlib-1.1.3/gzio.c, libraries/zlib-1.1.3/infblock.c, libraries/zlib-1.1.3/infblock.h, libraries/zlib-1.1.3/infcodes.c, libraries/zlib-1.1.3/infcodes.h, libraries/zlib-1.1.3/inffast.c, libraries/zlib-1.1.3/inffast.h, libraries/zlib-1.1.3/inffixed.h, libraries/zlib-1.1.3/inflate.c, libraries/zlib-1.1.3/inftrees.c, libraries/zlib-1.1.3/inftrees.h, libraries/zlib-1.1.3/infutil.c, libraries/zlib-1.1.3/infutil.h, libraries/zlib-1.1.3/maketree.c, libraries/zlib-1.1.3/minigzip.c, libraries/zlib-1.1.3/trees.c, libraries/zlib-1.1.3/trees.h, libraries/zlib-1.1.3/uncompr.c, libraries/zlib-1.1.3/zconf.h, libraries/zlib-1.1.3/zlib.3, libraries/zlib-1.1.3/zlib.dsp, libraries/zlib-1.1.3/zlib.dsw, libraries/zlib-1.1.3/zlib.h, libraries/zlib-1.1.3/zutil.c, libraries/zlib-1.1.3/zutil.h, libtool, rrdtool.spec, src, src/Makefile.am, src/gdpng.c, src/getopt.c, src/getopt.h, src/getopt1.c, src/gifsize.c, src/memtest.c, src/ntconfig.h, src/parsetime.c, src/parsetime.h, src/pngsize.c, src/rd_cgi.dsp, src/rrd.dsp, src/rrd.dsw, src/rrd.h, src/rrd_cgi.c, src/rrd_cgi.dsp, src/rrd_create.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_format.c, src/rrd_format.h, src/rrd_graph.c, src/rrd_info.c, src/rrd_last.c, src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c, src/rrd_stat.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrdtool.dsp, src/rrdtool.dsw, src/rrdupdate.c: Initial revision 2001-02-25 16:09 oetiker * trunk/rrdtool, trunk/rrdtool/README: Initial revision 2001-02-25 15:29 cvs * trunk/CVSROOT, trunk/CVSROOT/checkoutlist, trunk/CVSROOT/commitinfo, trunk/CVSROOT/config, trunk/CVSROOT/cvswrappers, trunk/CVSROOT/editinfo, trunk/CVSROOT/loginfo, trunk/CVSROOT/modules, trunk/CVSROOT/notify, trunk/CVSROOT/rcsinfo, trunk/CVSROOT/taginfo, trunk/CVSROOT/verifymsg: initial checkin 2001-02-25 15:29 * branches, tags, trunk: New repository initialized by cvs2svn.