Code

Imported upstream version 1.3rc9.
[pkg-rrdtool.git] / CHANGES
1 2008-06-08 17:08  oetiker
3         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
4           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
5           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
6           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
7           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
8           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
9           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
10           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
11           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
12           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
13           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
14           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
15           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
16           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc9
18 2008-06-08 17:08  oetiker
20         * src/rrd_gfx.c, src/rrd_graph.c: fixed pango markup switch ... we
21           still want the text to show even if no markup is enabled
23 2008-06-08 16:47  oetiker
25         * bindings/python/rrdtoolmodule.c, bindings/ruby/main.c,
26           src/librrd.sym: rrd_freemem has to be exported as well ...
28 2008-06-08 16:23  oetiker
30         * branches/1.2/program/src/pngsize.c, src/pngsize.c: fix for ticket
31           #121 jmpbuf on aix is a problem it seems, maybe this makes it
32           better.
34 2008-06-08 15:59  oetiker
36         * src/Makefile.am: prepare for the release of rrdtool-1.3rc8
38 2008-06-08 15:55  oetiker
40         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
41           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
42           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
43           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
44           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
45           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
46           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
47           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
48           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
49           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
50           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
51           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
52           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
53           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc8
55 2008-06-08 15:55  oetiker
57         * bindings/perl-shared/RRDs.xs, bindings/python/rrdtoolmodule.c,
58           bindings/ruby/main.c, bindings/tcl/tclrrd.c, doc/rrdthreads.pod,
59           netware/Makefile, src/Makefile.am, src/librrd.sym,
60           src/parsetime.c, src/parsetime.h, src/rrd.h, src/rrd_cgi.c,
61           src/rrd_create.c, src/rrd_error.c, src/rrd_fetch.c,
62           src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
63           src/rrd_info.c, src/rrd_nan_inf.c, src/rrd_not_thread_safe.c,
64           src/rrd_open.c, src/rrd_parsetime.c, src/rrd_parsetime.h,
65           src/rrd_resize.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
66           src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c,
67           win32/rrd.dsp, win32/rrd.vcproj: From: Sebastian Harl sh
68           tokkee.org Date: Sun, 8 Jun 2008 15:01:05 +0200 Subject: [PATCH]
69           Cleanup the symbols exported by librrd. Up to know librrd exported
70           a lot of symbols, most of which are to be regarded as private
71           symbols. This somewhat pollutes the API as the symbols could, in
72           theory, be used by external software and, more importantly, makes
73           symbol based dependencies (as recently introduced in e.g. Debian)
74           somewhat harder to implement. This patch does a somewhat
75           large-scale cleanup of the exported symbols: * Introduced a
76           librrd.sym file which contains all symbols that are to be
77           exported. This file is then passed to libtool using the
78           -export-symbols option which tells the linker to export the given
79           symbols only (note: according to the libtool manual, this has no
80           effect on some architectures - however, I assume that most
81           architectures in use today do support it). librrd.sym contains all
82           symbols originally defined in rrd.h sans LockRRD() (which has been
83           moved to rrd_tool.h). The following functions have been added to
84           rrd.h and the list of exported symbols (some of them have been
85           renamed, see below): - rrd_info() - rrd_info_free() -
86           rrd_info_print() - rrd_info_push() - rrd_lastupdate() -
87           rrd_update_v() - rrd_strerror() * Prefixed all public functions
88           and types with "rrd_" to avoid name clashes with other libraries.
89           Also, while I was at it, I introduced typedefs for all custom
90           types and prefixed the time names with "_t" to improve
91           consistency: - enum info_type -> rrd_info_type_t - enum timetype
92           -> rrd_timetype_t - union infoval -> rrd_infoval_t - struct info_t
93           -> rrd_info_t - struct rrd_context -> rrd_context_t - struct
94           rrd_time_value -> rrd_time_value_t - info_free() ->
95           rrd_info_free() - info_free() -> rrd_info_free() - info_print() ->
96           rrd_info_print() - info_push() -> rrd_info_push() - LockRRD() ->
97           rrd_lock() (not public though) - parsetime() -> rrd_parsetime()
98           (and: src/parsetime.c -> src/rrd_parsetime.c) - proc_start_end()
99           -> rrd_proc_start_end() - set_to_DINF() -> rrd_set_to_DINF() -
100           set_to_DNAN() -> rrd_set_to_DNAN() * Moved readfile() from
101           rrd_open.c to rrd_cgi.c and declared it static. This function is
102           used in rrd_cgi.c only. * rrd_lock() (f.k.a. LockRRD()) now
103           accepts a rrd_file_t pointer instead of an integer to increase
104           encapsulation.
106 2008-06-07 14:35  oetiker
108         * src/rrd_open.c: don't bother with don't need when there is neither
109           madvise not fadvise calls
111 2008-06-06 16:38  oetiker
113         * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fix for
114           --font bug (font names wer not being picked up at all). Bug
115           reported by Dmitry B. Bigunayk
117 2008-06-05 20:56  oetiker
119         * NEWS: added pango markup name
121 2008-06-05 19:59  oetiker
123         * src/rrd.h, src/rrd_error.c, src/rrd_format.h, src/rrd_gfx.c,
124           src/rrd_info.c, src/rrd_open.c, src/rrd_update.c: fixed indenting
126 2008-06-05 19:59  oetiker
128         * src/rrd_graph.c: disable pango markup by default. added
129           --pango-markup option for explicit enablement.
131 2008-06-05 19:58  oetiker
133         * doc/rrdgraph.pod, src/rrd_graph.h: disable pango markup by
134           default. added --pango-markup option for explicit enablement.
136 2008-06-05 19:57  oetiker
138         * bindings/python/rrdtoolmodule.c: fixed indenting
140 2008-06-04 16:18  oetiker
142         * bindings/tcl/Makefile.am, configure.ac: enable new building for
143           newer tcl versions
145 2008-06-02 06:46  oetiker
147         * configure.ac: updated documentation of library versioning system
149 2008-06-02 06:43  oetiker
151         * configure.ac: Had to reset the interface version number due to the
152           change in the rrd_context implementation.
154 2008-06-02 06:21  oetiker
156         * src/rrd_restore.c: use DNAN instead of NAN since there seem to be
157           issues with gcc on solaris and the NAN experession (and we use
158           DNAN everywhere else anyway).
160 2008-06-01 21:12  oetiker
162         * doc/rrdbuild.pod: integrated gentoo bits and spell fixes by Peter
163           Volkov
165 2008-06-01 20:44  oetiker
167         * src/rrd.h, src/rrd_error.c, src/rrd_not_thread_safe.c,
168           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c: Patch for
169           rrd_context system by sebastian harl, making it simpler and less
170           error prone. Removing one buffer overflow in the process.
172 2008-05-31 15:58  oetiker
174         * doc/rrdbuild.pod: prepare for the release of rrdtool-1.3rc7
176 2008-05-31 15:57  oetiker
178         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
179           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
180           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
181           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
182           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
183           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
184           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
185           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
186           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
187           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
188           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
189           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
190           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
191           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc7
193 2008-05-31 15:56  oetiker
195         * doc/rrdbuild.pod: added pkgconfig build instructions
197 2008-05-31 12:28  oetiker
199         * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: make sure
200           vdef calcs only calc as far as originally requested.
202 2008-05-27 22:24  oetiker
204         * src/rrd_info.c: fixed maxlength for sprintf_alloc 50 was not
205           enough ... 1024+strlen(fmt) is much better. This makes imginfo
206           work even when there are long image paths.
208 2008-05-26 16:39  oetiker
210         * trunk/talks/nordic-nagios-08/talk.odp: initial talk slides
212 2008-05-26 11:45  oetiker
214         * TODO: updated todo list
216 2008-05-26 08:56  oetiker
218         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
219           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
220           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
221           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
222           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
223           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
224           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
225           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
226           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
227           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
228           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
229           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
230           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
231           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc6
233 2008-05-26 07:46  oetiker
235         * NEWS: added notes about new grid lines
237 2008-05-26 07:45  oetiker
239         * src/rrd_graph.c: * make y-axis labels NOT run into each other
240           (classic and alt) * space horizontal grid lines and lables a bit
241           further apart for tight layouts. * let horizontal lines and y axis
242           labels run a little closer for classic grid
244 2008-05-25 21:17  oetiker
246         * src/rrd_graph.c: fixed calculation of space at the bottom of the
247           graph
249 2008-05-25 20:02  oetiker
251         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
252           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
253           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
254           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
255           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
256           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
257           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
258           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
259           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
260           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
261           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
262           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
263           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
264           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc5
266 2008-05-25 20:00  oetiker
268         * src/rrd_format.h, src/rrd_open.c, src/rrd_update.c: fix update
269           compatibility with rrd-1.0.x files
271 2008-05-20 22:22  oetiker
273         * bindings/Makefile.am: droped rrd_extra.h from the distro with the
274           python update ... must remove it from the Makefile too
276 2008-05-19 21:14  oetiker
278         * NEWS, bindings/python/README, bindings/python/rrd_extra.h,
279           bindings/python/rrdtoolmodule.c, doc/rrdpython.pod: fixed python
280           bindings: * info call isnnow aequivalent to rrdtool info (the same
281           as in the perl and ruby bindings) * graphv and updatev calls added
283 2008-05-18 22:11  oetiker
285         * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_tool.c: * document
286           tabwidth option * fix \t -> tab expansion
288 2008-05-18 15:39  oetiker
290         * src/rrd_graph.c: ytr boundery checking ... this is from the GD
291           days ... we don't need this anymore
293 2008-05-18 15:11  oetiker
295         * src/rrd_dump.c, src/rrd_tool.c: fix indenting
297 2008-05-18 15:11  oetiker
299         * src/rrd_graph.c: pdf, svg and ps formats were not being created
301 2008-05-18 13:06  oetiker
303         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
304           configure.ac, doc/rrdbuild.pod, rrdtool-1.3-release, rrdtool.spec,
305           src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c,
306           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
307           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
308           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c,
309           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
310           src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
311           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
312           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
313           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
314           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
315           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
316           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
317           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc4
319 2008-05-18 13:04  oetiker
321         * src/rrd_tool.c, src/rrdupdate.c: fix year
323 2008-05-18 12:53  oetiker
325         * src/rrd_graph.c: PRINT returns from rrd_graph did not work due to
326           an off by one error
328 2008-05-18 08:42  oetiker
330         * doc/rrdbuild.pod: updated build instructions to latest libraries
332 2008-05-18 06:37  oetiker
334         * NEWS, configure.ac, src/rrd_i18n.h, src/rrd_tool.c: improved
335           handling of libintl issues
337 2008-05-16 12:29  oetiker
339         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
340           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
341           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
342           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
343           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
344           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
345           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
346           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
347           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
348           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
349           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
350           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
351           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
352           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc3
354 2008-05-16 12:28  oetiker
356         * doc/rrddump.pod, src/rrd_dump.c: added --no-header to
357           documentation and fixed implementation
359 2008-05-16 12:20  oetiker
361         * src/rrd_dump.c: fixed dump_opt implementation
363 2008-05-16 12:18  oetiker
365         * NEWS, src/rrd_dump.c: added no-header option to rrd_dump
367 2008-05-16 12:07  oetiker
369         * src/rrd_graph.c: fix handling of values <= zero for logarithmic
370           display
372 2008-05-15 22:39  oetiker
374         * rrdtool-1.3-release: prepare for the release of rrdtool-1.3rc2
376 2008-05-15 22:39  oetiker
378         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
379           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
380           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
381           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
382           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
383           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
384           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
385           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
386           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
387           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
388           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
389           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
390           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
391           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc2
393 2008-05-15 22:37  oetiker
395         * Makefile.am, configure.ac, rrdtool-1.3-release, src/Makefile.am:
396           fix portability to mac osx and freebsd -- tobi
398 2008-05-12 23:10  oetiker
400         * configure.ac: add solaris pod2man location last
402 2008-05-12 23:03  oetiker
404         * configure.ac, doc/Makefile.am, doc/rrdbuild.pod: some changes to
405           make things work on opensolaris 2008.05
407 2008-05-12 22:42  oetiker
409         * bindings/tcl/Makefile.am: for some reason tclrrd.c does not get
410           picked up using $< at least on opensolaris
412 2008-05-12 22:23  oetiker
414         * src/Makefile.am, src/rrd_graph.h, src/rrd_info.c,
415           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.c: allow
416           rrd_rpncalc to build without cairo dependencies ... fix warnings
418 2008-05-12 21:14  oetiker
420         * Makefile.am: add intltool*in files to dist
422 2008-05-12 16:15  oetiker
424         * bindings/python/rrdtoolmodule.c, src/rrd_update.c: fixed indenting
426 2008-05-12 16:15  oetiker
428         * src/rrd_graph.c, src/rrd_hw.c, src/rrd_open.c, src/rrd_rpncalc.c,
429           src/win32comp.c: removed c++ comments //
431 2008-05-12 16:09  oetiker
433         * NEWS: added notes about rewrites in this release
435 2008-05-12 16:08  oetiker
437         * configure.ac, src/Makefile.am: improved handling of library
438           versioning
440 2008-05-12 15:35  oetiker
442         * src/rrd_update.c: should not leave debug enabled
444 2008-05-12 15:33  oetiker
446         * branches/1.2/program/doc/rrdcreate.pod,
447           branches/1.2/program/src/rrd_update.c, doc/rrdcreate.pod,
448           src/rrd_update.c: Fixed handling of unknown data at PDP build
449           time. There was a long standing (even documented) missfeature in
450           rrdtool which caused uknown-data to be accepted as long as it was
451           less than the mrhb. This was never the intended behaviour and had
452           interesting side effects
453           (http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you have a 60
454           Second step with 59s unknown data and 1 second of known data the
455           whole become known data as long as the mrhb was > step. The
456           intended behaviour was that a step should become unknown as soon
457           as it contains more than 50% of unknown data. The patch fixes both
458           the documentation and the code.
460 2008-05-12 13:22  oetiker
462         * src/rrd_create.c: the last_ds value fuer unknown is 'U' and not
463           'UNKN'
465 2008-05-04 18:59  oetiker
467         * src/rrd_getopt.c, src/rrd_getopt1.c: fix for sun sudio 11
468           incompatibility
469           http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38555
471 2008-05-01 23:23  oetiker
473         * bindings/ruby/main.c, src/rrd.h, src/rrd_info.c, src/rrd_tool.c:
474           indenting fixes
476 2008-05-01 23:23  oetiker
478         * src/rrd_graph.c: make sure properties are shown via graph_v even
479           in --graph-only mode
481 2008-05-01 06:56  oetiker
483         * MakeMakefile: Make the MakeMakefile script a bit more robust
485 2008-04-22 21:40  oetiker
487         * bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c: fix
488           for #148
490 2008-04-20 22:46  oetiker
492         * CONTRIBUTORS, NEWS, bindings/perl-shared/RRDs.pm,
493           bindings/perl-shared/RRDs.xs, bindings/ruby/main.c,
494           doc/rrdgraph.pod, src/rrd.h, src/rrd_graph.c, src/rrd_graph.h,
495           src/rrd_info.c, src/rrd_tool.c, src/rrd_tool.h: Introduced a
496           alternated interface to rrd_graph using rrd_info style return
497           values: rrd_graph_v The graph_v interface returnes additional
498           information about the graph including the location of the graphing
499           area within the image. When called with '-' as filename it will
500           even return the image data. The new interface is supported in the
501           rrdtool command line, RRDs perl and ruby bindings.
503 2008-04-17 07:54  oetiker
505         * trunk/talks/nordic-nagios-08,
506           trunk/talks/nordic-nagios-08/abstract-rrdtut.txt: added bullets
508 2008-04-17 05:35  oetiker
510         * src/rrd_update.c: indent fix
512 2008-04-17 05:35  oetiker
514         * src/rrd_tune.c: do not reset the last_ds store unless the data
515           source type is actually changed.
517 2008-04-16 15:50  oetiker
519         * branches/1.2/program/doc/rrdgraph.pod, doc/rrdgraph.pod: fixed 2.
520           x-grid example ... since the lable is valid for the whole day, it
521           must be 86400 wide. --tobi
523 2008-04-12 09:29  oetiker
525         * MakeMakefile, configure.ac: alter order of header inclusion for
526           FreeBSD 4.8 compatibility
528 2008-04-12 09:21  oetiker
530         * branches/1.2/program/src/parsetime.c, src/parsetime.c: do not mess
531           with dst status after running localtime, the system gets confused
532           otherwhise when it comes to times during the switch over periode
533           as DST changes to non DST. -- tobi
535 2008-03-25 23:02  oetiker
537         * src/rrd_dump.c: added missing " escapes to xml header in
538           rrd_tool.c
540 2008-03-25 22:59  oetiker
542         * CONTRIBUTORS: added Florian octo Forster to contrib list
544 2008-03-25 22:59  oetiker
546         * doc/rrdgraph_examples.pod: added missing =back for propper pod
547           syntax
549 2008-03-25 22:58  oetiker
551         * src/rrd_dump.c: fix indent
553 2008-03-25 22:58  oetiker
555         * src/rrd_restore.c: fix broken header comment section -- Florian
556           octo Forster
558 2008-03-25 22:57  oetiker
560         * src/rrd_graph.c: cast size_t to int to avoid warning -- Florian
561           octo Forster
563 2008-03-25 22:56  oetiker
565         * src/rrd_open.c: do not declare DEBUG functions unless compiled in
566           DEBUG mode -- Florian octo Forster
568 2008-03-25 22:55  oetiker
570         * src/rrd_tool.c: make helptexts read only memory
572 2008-03-25 22:55  oetiker
574         * src/rrd_update.c: stop complaints about unused variables if not
575           running DEBUG
577 2008-03-25 22:49  oetiker
579         * MakeMakefile: Added check for intltool version. Use Makefile for
580           cleanup. -- Florian octo Forster
582 2008-03-23 13:43  oetiker
584         * src/rrd_dump.c: added pointer to florian forsters dtd to the rrd
585           dumpt
587 2008-03-19 23:36  oetiker
589         * configure.ac: fix pkgconfig file name
591 2008-03-15 10:39  oetiker
593         * ., .indent.pro, 00README, CONTRIBUTORS, COPYING, COPYRIGHT,
594           MakeMakefile, Makefile.am, NEWS, PROJECTS, README, THREADS, TODO,
595           WIN32-BUILD-TIPS.txt, acinclude.m4, bindings,
596           bindings/Makefile.am, bindings/perl-piped,
597           bindings/perl-piped/MANIFEST, bindings/perl-piped/Makefile.PL,
598           bindings/perl-piped/README, bindings/perl-piped/RRDp.pm,
599           bindings/perl-piped/leaktest.pl, bindings/perl-piped/rrdpl.dsp,
600           bindings/perl-piped/rrdpl.dsw, bindings/perl-piped/t,
601           bindings/perl-piped/t/base.t, bindings/perl-shared,
602           bindings/perl-shared/MANIFEST, bindings/perl-shared/Makefile.PL,
603           bindings/perl-shared/README, bindings/perl-shared/RRDs.pm,
604           bindings/perl-shared/RRDs.ppd, bindings/perl-shared/RRDs.xs,
605           bindings/perl-shared/ntmake.pl, bindings/perl-shared/t,
606           bindings/perl-shared/t/base.t, bindings/python,
607           bindings/python/ACKNOWLEDGEMENT, bindings/python/AUTHORS,
608           bindings/python/COPYING, bindings/python/README,
609           bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c,
610           bindings/python/setup.py, bindings/ruby, bindings/ruby/CHANGES,
611           bindings/ruby/README, bindings/ruby/extconf.rb,
612           bindings/ruby/main.c, bindings/ruby/test.rb, bindings/tcl,
613           bindings/tcl/Makefile.am, bindings/tcl/README,
614           bindings/tcl/ifOctets.tcl.in, bindings/tcl/tclrrd.c, configure.ac,
615           debian, debian/README.Debian, debian/build_freetype.sh,
616           debian/changelog, debian/control, debian/copyright,
617           debian/librrd0-dev.files, debian/librrd0.files,
618           debian/librrd0.postinst, debian/librrd0.postrm,
619           debian/librrd0.shlibs, debian/librrdp-perl.files,
620           debian/librrds-perl.files, debian/rrdtool-tcl.files,
621           debian/rrdtool.files, debian/rules, debian/watch, doc,
622           doc/Makefile.am, doc/bin_dec_hex.pod, doc/cdeftutorial.pod,
623           doc/name.inc, doc/rpntutorial.pod, doc/rrd-beginners.pod,
624           doc/rrdbuild.pod, doc/rrdcgi.pod, doc/rrdcreate.pod,
625           doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdfirst.pod,
626           doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
627           doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
628           doc/rrdgraph_rpn.pod, doc/rrdinfo.pod, doc/rrdlast.pod,
629           doc/rrdlastupdate.pod, doc/rrdpython.pod, doc/rrdresize.pod,
630           doc/rrdrestore.pod, doc/rrdruby.pod, doc/rrdthreads.pod,
631           doc/rrdtool-dump.dtd, doc/rrdtool-xport.dtd, doc/rrdtool.pod,
632           doc/rrdtune.pod, doc/rrdtutorial.es.pod, doc/rrdtutorial.pod,
633           doc/rrdupdate.pod, doc/rrdxport.pod, examples,
634           examples/4charts.pl.in, examples/Makefile.am,
635           examples/bigtops.pl.in, examples/cgi-demo.cgi.in,
636           examples/minmax.pl.in, examples/perftest.pl.in,
637           examples/piped-demo.pl.in, examples/shared-demo.pl.in,
638           examples/stripes.pl.in, favicon.ico, netware, netware/Makefile,
639           po, po/ChangeLog, po/LINGUAS, po/POTFILES.in, po/de.po,
640           rrdtool-1.2-release, rrdtool-1.3-release, rrdtool.spec, src,
641           src/Makefile.am, src/compile_afm.pl, src/fnv.h, src/get_ver.awk,
642           src/hash_32.c, src/parsetime.c, src/parsetime.h, src/pngsize.c,
643           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
644           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
645           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
646           src/rrd_getopt.c, src/rrd_getopt.h, src/rrd_getopt1.c,
647           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h,
648           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
649           src/rrd_hw_math.c, src/rrd_hw_math.h, src/rrd_hw_update.c,
650           src/rrd_hw_update.h, src/rrd_i18n.h, src/rrd_info.c,
651           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
652           src/rrd_nan_inf.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
653           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
654           src/rrd_rpncalc.h, src/rrd_thread_safe.c,
655           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
656           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
657           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c, src/strftime.c,
658           src/strftime.h, src/unused.h, src/win32comp.c, svn2cl.xsl, win32,
659           win32/Makefile, win32/config.h, win32/rrd.dsp, win32/rrd.vcproj,
660           win32/rrd_config.h.msvc, win32/rrdtool.dsp, win32/rrdtool.dsw,
661           win32/rrdtool.vcproj: reindent aded id keyword substitution
663 2008-03-15 10:32  oetiker
665         * src/rrd_rpncalc.c: reat nan as FALSE in an IF CDEF
667 2008-03-07 08:57  oetiker
669         * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: a
670           nan-safe add operator (ADDNAN) into rrd. I used it to add several
671           incomplete graphs. NaN + NaN => NaN x + NaN => x NaN + y => y x +
672           y => x + y -- Timo Stripf tstripf gmx.de
674 2008-03-02 15:38  oetiker
676         * src/rrd_graph.c: Fix error "cairo_restore without matching
677           cairo_save" when zero-time point is out of graph
679 2008-02-25 07:11  oetiker
681         * branches/1.2/program/src/rrd_fetch.c, src/rrd_fetch.c: Ignore
682           RRA-end when comparing. coverage.
684 2008-02-24 14:27  oetiker
686         * src/rrd_create.c, src/rrd_graph_helper.c, src/rrd_i18n.h,
687           src/rrd_info.c, src/rrd_restore.c, src/rrd_tool.c: fix indents
688           gone out of kileter by patching ...
690 2008-02-24 14:26  oetiker
692         * src/rrd_dump.c, src/rrd_tool.c: get rid of a few type cast
693           warnings
695 2008-02-24 14:26  oetiker
697         * src/rrd_restore.c: fix one segfault while trying to restore an
698           invalid xml file. -- tobi
700 2008-02-21 07:20  oetiker
702         * configure.ac: make ruby obey destdir
704 2008-02-21 07:18  oetiker
706         * po/ChangeLog: initial
708 2008-02-21 07:12  oetiker
710         * MakeMakefile, configure.ac, po/LINGUAS, po/de.po, src/rrd_tool.c:
711           make inbternationalized version actually build
713 2008-02-21 06:59  oetiker
715         * po, po/LINGUAS, po/POTFILES.in, src/rrd_i18n.h: added missing bits
716           from internationalization
718 2008-02-19 12:56  oetiker
720         * branches/1.2/program/src/rrd_create.c,
721           branches/1.2/program/src/rrd_info.c,
722           branches/1.2/program/src/rrd_restore.c, src/rrd_create.c,
723           src/rrd_info.c, src/rrd_restore.c: Generate a random cur_row for
724           each RRA during create/restore operations. This effectively
725           randomizes the block crossings among RRDs created around the same
726           time. Previously, RRDs that were created/restored en masse would
727           cross block boundaries simultaneously, which is sub-optimal. Also,
728           this patch enables the user to see the RRA's cur_row pointer via
729           rrdinfo. This was useful during debugging. -- kevin brintnall
730           kbrint qwest.net
732 2008-02-18 15:04  oetiker
734         * MakeMakefile, Makefile.am, configure.ac, rrdtool.spec,
735           src/Makefile.am, src/rrd_getopt.c, src/rrd_tool.c: Added I18N
736           support for messages printed by rrd_tool.c --
737           http://oss.oetiker.ch/rrdtool-trac/ticket/144
739 2008-02-15 08:49  oetiker
741         * configure.ac: check for pdf as well
743 2008-02-15 08:44  oetiker
745         * configure.ac: check for cairo-ps and cairo-svg explicitly
747 2008-02-06 00:12  oetiker
749         * configure.ac: ready for beta 4
751 2008-02-06 00:10  oetiker
753         * src/rrd_graph.c, src/rrd_graph_helper.c: * replaced strtok with
754           strtok_r for thread safety * fixed im initialization broken after
755           the introduction of dashes ...
757 2008-02-04 22:34  oetiker
759         * src/rrd_create.c: in rrd_create we do not use mmaping and thus
760           need to free rrd struct members in any case ...
762 2008-02-04 22:16  oetiker
764         * src/rrd_update.c: this should help with the memory leak
766 2008-02-04 18:18  oetiker
768         * COPYRIGHT: added zpl 2.1 to floss exception
770 2008-02-01 06:52  oetiker
772         * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fixed
773           parsing of fontnames with embeded spaces
775 2008-01-14 17:11  oetiker
777         * configure.ac: remove c++ warnings flag .. this is not c++ after
778           all
780 2008-01-14 16:52  oetiker
782         * src/rrd_cgi.c, src/rrd_create.c: fixed indenting
784 2008-01-14 16:51  oetiker
786         * src/rrd_gfx.c: fix indents
788 2008-01-14 16:50  oetiker
790         * bindings/tcl/tclrrd.c, configure.ac, src/parsetime.c,
791           src/rrd_cgi.c, src/rrd_create.c, src/rrd_nan_inf.c: * fixed
792           madvise/fadvise detection * fixed many compiler warnings -- Peter
793           Breitenlohner peb mppmu.mpg.de
795 2008-01-13 11:07  oetiker
797         * trunk/tutorial/htwchur/about-oss.odp,
798           trunk/tutorial/htwchur/m7am.odp,
799           trunk/tutorial/htwchur/rrd-exercises.tex: initial
801 2008-01-12 18:37  oetiker
803         * src/rrd_graph.c: weekday and time are too tight
805 2008-01-04 22:53  oetiker
807         * src/rrd_gfx.c, src/rrd_graph.c: fontmap resolution was not
808           matching scaled_font resolution ... this killed layouting ... much
809           better now
811 2008-01-03 21:30  oetiker
813         * doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
814           src/rrd_graph_helper.c: get rid of DASHED, only use dashes syntax.
815           less redundancy -- thomas.gutzler gmail.com
817 2008-01-02 22:11  oetiker
819         * CONTRIBUTORS, NEWS, doc/rrdgraph_examples.pod,
820           doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph.h,
821           src/rrd_graph_helper.c: support for dashed lines in graphs
823 2008-01-02 22:06  oetiker
825         * src/pngsize.c, src/rrd_graph.c: fix indenting
827 2008-01-02 22:06  oetiker
829         * doc/Makefile.am: ignore errors with txt doc building
831 2007-12-11 23:41  oetiker
833         * Makefile.am, doc/rrdbuild.pod: building the docs depends on the
834           presence of pod2man ... which does not seem to be installed
835           necessarily
837 2007-12-08 22:15  oetiker
839         * doc/rrdbuild.pod: added shared library locations into the docs
841 2007-12-08 21:35  oetiker
843         * src/rrd_cgi.c: include stdlib since putenv is in there on solaris
845 2007-12-08 16:57  oetiker
847         * configure.ac, doc/rrdbuild.pod, src/rrd_getopt.c: fixing solaris
848           portability * isinf and isnan definitions fixed * check if rt must
849           be linked * ordering must be read write in getopt * updated build
850           instructions
852 2007-12-02 17:11  oetiker
854         * trunk/tutorial/htwchur/abstract-rrdtut.txt: fixed spelling
856 2007-12-02 16:59  oetiker
858         * trunk/tutorial/htwchur,
859           trunk/tutorial/htwchur/abstract-rrdtut.txt,
860           trunk/tutorial/htwchur/m7am.odp: initial text
862 2007-11-26 20:12  oetiker
864         * bindings/python/setup.py: fix libdir for python build
866 2007-11-21 10:51  oetiker
868         * configure.ac: fixed NetBSD spelling
870 2007-11-21 06:56  oetiker
872         * configure.ac: define bsd source to get access to chroot
874 2007-11-21 06:47  oetiker
876         * bindings/perl-shared/Makefile.PL, configure.ac: make perlbuild
877           more portable
879 2007-11-21 05:54  oetiker
881         * trunk/talks/rrdtooltipsandtricks,
882           trunk/talks/rrdtooltipsandtricks/abstract.odt,
883           trunk/talks/rrdtooltipsandtricks/bio.txt,
884           trunk/talks/rrdtooltipsandtricks/rrdtipsandtricks.odp: initial
885           checkin
887 2007-11-20 22:22  oetiker
889         * configure.ac: enable madvise defines in netbsd
891 2007-11-20 00:17  oetiker
893         * trunk/status/2007-11-19.txt: added 1.2.26
895 2007-11-20 00:08  oetiker
897         * src/rrd_format.h, src/rrd_graph.c, src/rrd_nan_inf.c: remove last
898           traces of rrd_nan_inf.h fix handling of min==max where min < 0
900 2007-11-19 19:05  oetiker
902         * trunk/status/2007-11-19.txt: spell checked
904 2007-11-19 19:02  oetiker
906         * trunk/status/2007-11-19.txt: added report
908 2007-11-15 14:39  oetiker
910         * bindings/ruby/main.c, src/rrd.h, src/rrd_create.c, src/rrd_dump.c,
911           src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c,
912           src/rrd_open.c, src/rrd_restore.c, src/rrd_tune.c,
913           src/rrd_update.c, src/rrd_xport.c: re-indented files that have
914           gone out of indent-style over the last few weeks
916 2007-11-15 14:36  oetiker
918         * src/Makefile.am, src/rrd.h, src/rrd_nan_inf.h: integrate
919           rrd_nan_inf header
921 2007-11-15 14:35  oetiker
923         * src/rrd_open.c: Improve layout of documentation. -- Bernhard
924           Fischer
926 2007-11-15 14:34  oetiker
928         * src/rrd_update.c: * rrd_update(): Unify error path. *
929           parse_template(): Likewise. * allocate_data_structures(): Make
930           error strings use consistent punctuation. -- bernhard fischer
932 2007-11-15 14:32  oetiker
934         * src/pngsize.c: make sure this compiles with aix
936 2007-11-13 01:45  oetiker
938         * trunk/tutorial/lisa2007/m7am.odp: lisa update
940 2007-11-08 10:16  oetiker
942         * NEWS, bindings/ruby/main.c, doc/rrdruby.pod: fixed start end time
943           in ruby fetch and added step size -- Mike Perham mperham gmail
945 2007-11-06 21:27  oetiker
947         * doc/rrdbuild.pod: updated build instructions
949 2007-11-04 21:56  oetiker
951         * bindings/perl-piped/RRDp.pm: handle errors properly ... in RRDp
952           read call
954 2007-10-08 14:36  oetiker
956         * trunk/tutorial/lisa2007/m7am.odp,
957           trunk/tutorial/lisa2007/rrdtutorial.odp: fixed name for release
959 2007-10-08 14:36  oetiker
961         * trunk/tutorial/lisa2007/abstract-rrdtut.txt,
962           trunk/tutorial/lisa2007/rrdtutorial.odp: getting ready for release
964 2007-09-16 15:35  oetiker
966         * src/rrd_open.c: no reason to die when posixfadvise is not
967           sucessful
969 2007-09-11 06:28  oetiker
971         * doc/rrdcreate.pod, doc/rrdtune.pod, src/rrd_create.c,
972           src/rrd_dump.c, src/rrd_format.h, src/rrd_hw.c, src/rrd_info.c,
973           src/rrd_restore.c, src/rrd_tune.c: Allow to the the smoothing
974           window size other thatn the default 5%. -- Evan Miller emiller
975           imvu.com
977 2007-09-11 06:16  oetiker
979         * configure.ac, src/rrd_open.c: added msync before unmap
981 2007-09-08 05:23  oetiker
983         * CONTRIBUTORS, doc/rrdgraph_rpn.pod, src/rrd_graph.c,
984           src/rrd_graph.h: added STDEV aggregation function for VDEF. --
985           Patrick J Cherry patrick bytemark.co.uk
987 2007-09-07 22:53  oetiker
989         * Makefile.am, examples/Makefile.am, examples/perftest.pl.in: a few
990           leanups -- Bernhard Fischer
992 2007-09-06 09:06  oetiker
994         * src/rrd_open.c: added missing ;
996 2007-09-06 08:42  oetiker
998         * src/rrd_open.c: * mimic write() and read() even better -- Bernhard
999           Fischer
1001 2007-09-06 08:40  oetiker
1003         * src/rrd_open.c: rrd_open.c (rrd_read): Mimicing read() behaviour
1004           for EOF case and NULL buffer case. -- Bernhard Fischer
1006 2007-09-02 16:55  oetiker
1008         * doc/rrdgraph_graph.pod: fixed speling of horizon
1010 2007-08-29 06:43  oetiker
1012         * examples/perftest.pl.in: a better performance tester
1014 2007-08-16 07:31  oetiker
1016         * doc/rrdgraph_examples.pod: added holt winters example back into
1017           the examples documentation
1019 2007-08-14 21:59  oetiker
1021         * src/rrd_update.c: Fix for HoltWinters phase-shift bug described
1022           below. When one or more primary data point times were missed, the
1023           SEASONAL and DEVSEASONAL archives were marked as being up-to-date,
1024           so that they would not be written to. It was correct not to write
1025           to these archives, but the code failed to advance the pointers
1026           within the SEASONAL and DEVSEASONAL archives so that future
1027           updates would go to the correct location in the archives. Rather
1028           than mark these archives as up-to-date (by setting
1029           rra_step_cnt[rra_idx] = 0), my patch allocates a new "skip_update"
1030           array that is set to 1 for SEASONAL and DEVSEASONAL archives that
1031           have missed one or more primary data points. When an RRA is
1032           written to, the cur_row pointer advancement happens for all
1033           archives, but the skip_update array is checked just before
1034           actually writing out the changes. Please give it a whirl! -- Evan
1035           Miller emiller imvu.com
1037 2007-08-13 20:06  oetiker
1039         * src/rrd_update.c: Refactored rrd_update code in preparation of
1040           finding the HW update problem -- Evan Miller
1042 2007-08-07 15:02  oetiker
1044         * doc/rrdbuild.pod: updated build instructions for 1.3
1046 2007-08-03 23:46  oetiker
1048         * trunk/talks/rrdtool13/rrdtool13.odp: initial talk
1050 2007-08-03 21:27  oetiker
1052         * trunk/talks/rrdtool13/rrdtool13.odp: addded details
1054 2007-08-03 19:46  oetiker
1056         * svn2cl.xsl: prepare for the release of rrdtool-1.2.99907080300
1058 2007-08-03 19:45  oetiker
1060         * libraries, src/DejaVuSansMono-Roman.ttf, src/VeraMono.ttf: remove
1061           some things we do not need anymore in 1.3
1063 2007-08-03 19:43  oetiker
1065         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1066           doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h,
1067           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
1068           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
1069           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
1070           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
1071           src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
1072           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
1073           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
1074           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
1075           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
1076           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
1077           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
1078           src/rrdupdate.c: prepare for the release of
1079           rrdtool-1.2.99907080300
1081 2007-08-03 19:43  oetiker
1083         * configure.ac, rrdtool-1.3-release: prepare for 1.3 beta 1
1085 2007-08-03 19:26  oetiker
1087         * src/Makefile.am: continue with the revision numbering
1089 2007-08-03 19:17  oetiker
1091         * doc/rrdgraph_graph.pod: added notes on pango inline formatting
1093 2007-08-02 18:21  oetiker
1095         * trunk/talks/rrdtool13, trunk/talks/rrdtool13/rrdtool13.odp,
1096           trunk/talks/rrdtoolfast/monitoring-en.ppt,
1097           trunk/talks/rrdtoolfast/onlineusv-de.ppt: talk updates
1099 2007-08-01 15:29  oetiker
1101         * src/rrd_graph.c: only release cairo stuff if we ever initialized
1102           it.
1104 2007-08-01 15:28  oetiker
1106         * src/rrd_xport.c: fix for 64bit portability problem ... unsigned
1107           long is not int
1109 2007-07-31 04:53  oetiker
1111         * bindings/ruby/main.c: reindented
1113 2007-07-30 22:29  oetiker
1115         * trunk/tutorial/lisa2007/abstract-rrdtut.txt: added toppics
1117 2007-07-25 20:38  oetiker
1119         * src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c,
1120           src/rrd_format.h, src/rrd_graph.c, src/rrd_graph_helper.c,
1121           src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c,
1122           src/rrd_tool.h, src/rrd_tune.c: fixed indenting
1124 2007-07-25 20:38  oetiker
1126         * src/rrd_update.c: make sure we check input even when the previous
1127           update was a 'U' ... and some indenting fixes
1129 2007-07-24 20:35  oetiker
1131         * trunk/contrib/php4/rrdtool_logo.h: added missing header
1133 2007-07-22 15:51  oetiker
1135         * src/rrd_format.h: new consolidation functions must be added last
1136           or this will break binary compatibility
1138 2007-07-22 15:50  oetiker
1140         * src/rrd_update.c: don't force data out ... let cache management do
1141           this
1143 2007-07-22 09:47  oetiker
1145         * NEWS, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h,
1146           src/rrd_restore.c: Only create version 4 rrd files if the new
1147           holtwinters MHW.. CF is used.
1149 2007-07-21 19:55  oetiker
1151         * src/rrd_open.c: * remove some experimental code from rrd_open *
1152           rrd_dontneed will release all data except for header blocks and
1153           RRA hot blocks which are going to be updated withing 10 minutes.
1155 2007-07-21 19:53  oetiker
1157         * src/rrd_fetch.c: for now, do not release fetched data ... in the
1158           future we may call rrd_dontneed and let the users decied with an
1159           option if they want to keep the data in cache ...
1161 2007-07-21 19:52  oetiker
1163         * src/Makefile.am: the fonts are now taken from the system. we do
1164           not distribute them anympore
1166 2007-07-21 19:37  oetiker
1168         * NEWS: not on update rrd version
1170 2007-07-20 22:20  oetiker
1172         * src/rrd_format.h: we have a new holtwinders aggregation fucntion,
1173           so we have a new version ...
1175 2007-07-20 22:19  oetiker
1177         * configure.ac: check for fadvise all the time
1179 2007-07-20 22:16  oetiker
1181         * doc/rrdcreate.pod: better docs on the aggregate functions
1183 2007-07-18 22:02  oetiker
1185         * NEWS: added note on locale
1187 2007-07-18 21:59  oetiker
1189         * src/rrd_graph_helper.c: some more piechart removed
1191 2007-07-18 21:47  oetiker
1193         * src/rrd_create.c, src/rrd_graph.c, src/rrd_rpncalc.c,
1194           src/rrd_tune.c, src/rrd_update.c: make sure all ascii to float
1195           parsing uses LC_NUMERIC = C so that we do not stuble on locales
1196           confusing the , with a .
1198 2007-07-18 00:30  oetiker
1200         * src/rrd_create.c, src/rrd_open.c, src/rrd_tool.h,
1201           src/rrd_update.c: * rrd_open: rrd_close does not purge file from
1202           cache * rrd_open: new function rrd_dontneed for purging un-needed
1203           pages from core * rrd_open: in linux at least only fadivse
1204           DONTNEED has the power to purge pages from cache, so letst call
1205           madvise as well as fadvise * rrd_create: uses open/write/close
1206           now, flushes file to disk and keeps only hot pages in core *
1207           rrd_update: keeps only hot pages in core * configure enables
1208           FADVISE even when mmap is in use
1210 2007-07-17 21:46  oetiker
1212         * src/rrd_open.c, src/rrd_resize.c: added comment on float cookie
1214 2007-07-16 06:37  oetiker
1216         * bindings/ruby/main.c: fix for fetch in ruby bindings and support
1217           for info added.
1219 2007-07-14 13:26  oetiker
1221         * trunk/status/2007-07-14.txt: added report
1223 2007-07-12 20:33  oetiker
1225         * doc/rrdtutorial.pod: improve wording
1227 2007-07-12 20:33  oetiker
1229         * configure.ac: fix tcl build settup
1231 2007-07-12 20:33  oetiker
1233         * trunk/tutorial/emanics/rrd-exercises.tex,
1234           trunk/tutorial/emanics/rrdtutorial.odp,
1235           trunk/tutorial/linuxforum2007/rrdtutorial.odp: monor updates
1237 2007-07-11 23:08  oetiker
1239         * src/rrd_create.c: usr rrd_free for freeing the rrd structs ...
1240           vito caputo
1242 2007-07-10 05:31  oetiker
1244         * trunk/tutorial/emanics/rrd-exercises.tex: fixed linebreak
1246 2007-07-09 20:18  oetiker
1248         * trunk/tutorial/emanics/rrd-exercises.tex: remove the 3.5h comment
1250 2007-07-06 14:05  oetiker
1252         * trunk/tutorial/emanics, trunk/tutorial/emanics/rrd-exercises.tex,
1253           trunk/tutorial/emanics/rrdtutorial.odp: initial emanics versions
1255 2007-07-05 15:19  oetiker
1257         * src/rrd_graph_helper.c: prevent potential segfaults on boxes where
1258           time_t is not long
1260 2007-06-24 11:42  oetiker
1262         * trunk/tutorial/lisa2007/abstract-rrdtut.txt: add halfday
1264 2007-06-24 11:41  oetiker
1266         * trunk/tutorial/lisa2007/abstract-rrdtut.txt: fritz fix
1268 2007-06-19 06:26  oetiker
1270         * trunk/tutorial/lisa2007: updated for lisa
1272 2007-06-18 18:25  oetiker
1274         * src/rrd_cgi.c, src/rrd_graph.c, src/rrd_tune.c, src/rrd_xport.c:
1275           fix indentation
1277 2007-06-18 16:05  oetiker
1279         * configure.ac, src/parsetime.c, src/rrd_cgi.c, src/rrd_create.c,
1280           src/rrd_fetch.c, src/rrd_first.c, src/rrd_getopt.c,
1281           src/rrd_getopt1.c, src/rrd_graph.c, src/rrd_open.c,
1282           src/rrd_restore.c, src/rrd_thread_safe.c, src/rrd_tune.c,
1283           src/rrd_update.c, src/rrd_xport.c: Bernhard Fischer: - move
1284           several static struct option out of loops and makes them
1285           non-static - moves some functions from old-style definitions into
1286           new-style definitions
1288 2007-06-16 23:20  oetiker
1290         * CONTRIBUTORS: Bernhard is not Benrard
1292 2007-06-16 05:32  oetiker
1294         * trunk/contrib/php4/config.m4, trunk/contrib/php4/configure,
1295           trunk/contrib/php4/ltconfig, trunk/contrib/php4/php_rrdtool.h,
1296           trunk/contrib/php4/rrdtool.c: lets have just a single rrdtool
1297           extension annd not two ... -- Jarod Wilson <jwilson@redhat.com>
1299 2007-06-15 21:49  oetiker
1301         * NEWS: notes on evans contribs
1303 2007-06-15 21:41  oetiker
1305         * rrdtool.spec: rrdtool.spec from Jarod "redhat" Wilson
1307 2007-06-15 08:09  oetiker
1309         * CONTRIBUTORS: updated contributors
1311 2007-06-15 08:01  oetiker
1313         * NEWS: added note on TEXTALIGN
1315 2007-06-15 07:59  oetiker
1317         * doc/rrdcreate.pod, doc/rrdtune.pod, src/Makefile.am,
1318           src/rrd_create.c, src/rrd_dump.c, src/rrd_format.c,
1319           src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c,
1320           src/rrd_hw_math.c, src/rrd_hw_math.h, src/rrd_hw_update.c,
1321           src/rrd_hw_update.h, src/rrd_info.c, src/rrd_restore.c,
1322           src/rrd_tune.c, src/rrd_update.c: There are two popular variants
1323           of the Holt-Winters forecasting method; RRDtool supports the
1324           "additive" method, which means that seasonal variation is simply
1325           added to the baseline. For our application, it would be more
1326           appropriate to use the "multiplicative" Holt-Winters method, where
1327           seasonal variation is a coefficient multiplied by the baseline.
1328           Quick example to illustrate the difference: if the average doubles
1329           season-over-season, the additive method would predict the delta
1330           between min and max to be constant, whereas the multiplicative
1331           method would predict the delta to double as well. Attached is a
1332           patch against trunk to support the multiplicative method. I've
1333           done this with a new consolidation function, MHWPREDICT, which is
1334           essentially interchangeable with HWPREDICT. There is a noticeable
1335           improvement in prediction deviations for certain types of
1336           functions; the attachments show HWPREDICT and MHWPREDICT
1337           predictions for a function with an x*sin(x) component. Because
1338           HWPREDICT and MHWPREDICT differ only in their equations, I've
1339           factored out their math into rrd_hw_math.c. The appropriate
1340           smoothing functions are passed to the update functions in a
1341           container of function pointers, which are called where
1342           appropriate. Thus the additive and multiplicative methods use the
1343           same update functions, and the right equations are evaluated
1344           without having flag checks everywhere. This approach, I think,
1345           makes the algorithms quite clear, with minimal duplicate code. I
1346           have moved update_hwpredict, update_seasonal, update_devpredict,
1347           update_devseasonal, and update_failures into a separate file,
1348           rrd_hw_update.c, with some slight refactoring related to
1349           rrd_hw_math.c. I ran some regression tests against trunk to make
1350           sure I didn't break anything with the existing HWPREDICT code.
1351           MHWPREDICT uses the same deviation smoothing and failure detection
1352           algorithms as HWPREDICT. Some helpful references on the
1353           multiplicative Holt-Winters method:
1354           http://www.it.iitb.ac.in/~praj/acads/seminar/04329008_ExponentialSmoothing.pdf
1355           (a student's quick overview of additive vs. multiplicative HW)
1356           http://ideas.repec.org/p/msh/ebswps/1999-1.html (paper on
1357           variations to the multiplicative Holt-Winters, including variance
1358           calculations; FYI, my implementation uses "Model 1") My employer
1359           and the owner of this patch (IMVU, Inc.) is happy to license it
1360           under the same terms as RRDtool, i.e. give it to the project. --
1361           Evan Miller emiller imvu.com
1363 2007-06-15 06:43  oetiker
1365         * src/rrd.h: oops missed to update the in memory output interface
1366           here
1368 2007-06-15 06:28  oetiker
1370         * src/rrd.h, src/rrd_graph.c, src/rrd_graph.h: added interface to
1371           get rendered image via a pointer to allocated memory ... Evan
1372           Miller emmiller gmail.com
1374 2007-06-15 06:12  oetiker
1376         * configure.ac: improve fontnaming
1378 2007-06-14 20:30  oetiker
1380         * bindings/ruby/main.c, src/rrd_graph.c, src/rrd_graph_helper.c,
1381           src/rrd_rpncalc.c: fixed indentation
1383 2007-06-14 20:28  oetiker
1385         * doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph.h,
1386           src/rrd_graph_helper.c: added TEXTALIGN command to change the
1387           default text alignment
1389 2007-06-13 16:53  oetiker
1391         * bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c: fixed tcl
1392           includes
1394 2007-06-13 16:51  oetiker
1396         * bindings/ruby/main.c: be more helpful when raising rb_eTypeError
1397           in string_arr string_arr_new(VALUE rb_strings). This patch
1398           indicates which index is in error as well as the type you are
1399           erroneously passing. -- anonymous
1401 2007-06-12 20:36  oetiker
1403         * src/rrd_update.c: Bernhard Fischer: - fix nulling the updvals -
1404           cosmetic change to move the option struct out of the loop. - need
1405           to operate on a copy of optarg
1407 2007-06-11 19:45  oetiker
1409         * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: added
1410           TRENDNAN function -- Timo Stripf
1412 2007-06-11 19:45  oetiker
1414         * src/rrd_graph.c: allow output to stdout -- Timo Stripf
1416 2007-06-11 16:49  oetiker
1418         * NEWS: added more news
1420 2007-06-11 16:34  oetiker
1422         * doc/rrdgraph.pod, src/rrd_graph.c: fixed indentation, added
1423           documentation note on gridfitting.
1425 2007-06-11 16:33  oetiker
1427         * src/rrd_graph.c: fix arrow locations
1429 2007-06-11 16:20  oetiker
1431         * src/rrd_graph.c: disable gridfitting for vector formats
1433 2007-06-11 16:14  oetiker
1435         * src/rrd_graph.c, src/rrd_graph.h: make pdf output work
1437 2007-06-11 15:32  oetiker
1439         * NEWS: added detail
1441 2007-06-11 15:11  oetiker
1443         * NEWS, configure.ac, doc/rrdgraph.pod, src/Makefile.am,
1444           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h,
1445           src/rrd_graph_helper.c: --font-render-mode is back, and there is
1446           also --graph-render-mode now. It allows to enable mono graphs that
1447           look strikingly like rrdtool 1.0.x --tobi
1449 2007-06-11 13:36  oetiker
1451         * NEWS, src/rrd_update.c: Bernhard Fischer: - NEWS mention the new
1452           file accessors - rrd_update.c: remove unused some cruft
1454 2007-06-11 10:09  oetiker
1456         * src/rrd_update.c: Bernhard Fischer: - fix maintaining our file-pos
1457           when we have to wrap the rra_ptr in update(). - no need to update
1458           the header-data a second time for the mmap case.
1460 2007-06-11 00:23  oetiker
1462         * NEWS: updated news
1464 2007-06-11 00:22  oetiker
1466         * configure.ac, doc/rrdgraph.pod, src/Makefile.am: * added some
1467           documentation * updated version number
1469 2007-06-10 23:55  oetiker
1471         * acinclude.m4, configure.ac, src/Makefile.am, src/art_rgba_svp.c,
1472           src/art_rgba_svp.h, src/rrd_afm.c, src/rrd_afm.h,
1473           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_gfx.c,
1474           src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h,
1475           src/rrd_graph_helper.c: switched graphics library from arts to
1476           cairo+pango
1478 2007-06-04 11:15  oetiker
1480         * configure.ac, src/Makefile.am: Bernhard Fischer: - new configure
1481           option --enable-static-programs
1483 2007-06-01 19:11  oetiker
1485         * src/rrd_open.c, src/rrd_resize.c: Bernhard: - implement resize
1486           SHRINK for FD (mmap is to be done) - indent
1488 2007-06-01 17:59  oetiker
1490         * src/rrd_graph.c: --full-size-mode with and without --no-legend
1491           should work now -- Matthew Chambers
1493 2007-06-01 17:35  oetiker
1495         * src/rrd_open.c, src/rrd_resize.c: Bernhard - fill the file with
1496           DNAN and add the remaining data in after the fact ...
1498 2007-06-01 17:34  oetiker
1500         * src/rrd_open.c, src/rrd_resize.c: Bernhard Fischer - implement
1501           resize, growing part. truncation is to be done.
1503 2007-06-01 09:10  oetiker
1505         * src/rrd_cgi.c, src/rrd_graph_helper.c, src/rrd_open.c: Bernhard
1506           Fischer - use 'z' length modifier when printing size_t - add a
1507           cast to __rrd_read and document why it is there - add RANDOM hint
1508           for the header
1510 2007-05-31 18:47  oetiker
1512         * src/rrd_open.c: Bernhard: - plug tiny mem-leak in error path of
1513           rrd_close where freeing the rrd_file was forgotten. - improve two
1514           error messages - use CHECK_MADVISE_OVERLAPS per default
1516 2007-05-30 19:56  oetiker
1518         * src/rrd_open.c, src/rrd_update.c: fix rrd_write -- Bernhard
1519           Fischer
1521 2007-05-30 12:41  oetiker
1523         * src/rrd_fetch.c, src/rrd_first.c, src/rrd_graph.c,
1524           src/rrd_graph.h, src/rrd_info.c, src/rrd_lastupdate.c,
1525           src/rrd_open.c, src/rrd_resize.c: fix indenting ... again
1527 2007-05-30 12:39  oetiker
1529         * src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c,
1530           src/rrd_first.c, src/rrd_info.c, src/rrd_last.c,
1531           src/rrd_lastupdate.c, src/rrd_open.c, src/rrd_resize.c,
1532           src/rrd_tune.c, src/rrd_update.c: From Bernhard Fischer -
1533           rrd_close(): call close on the file and use rrd_close consistently
1534           - clean up some error paths. The fadvise error path is leaking
1535           memory (see XXX in these spots).
1537 2007-05-30 09:28  oetiker
1539         * trunk/contrib/php4/examples/rrd_fetch.php,
1540           trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c:
1541           make this work on recent php4 versions -- Bernhard Fischer
1543 2007-05-30 05:23  oetiker
1545         * CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h:
1546           switch for rrd_graph to specify the outer-size of the graph and
1547           not just the size of the canvas: --full-size-mode --
1548           matthew.chambers vanderbilt.edu
1550 2007-05-29 21:29  oetiker
1552         * configure.ac, examples/perftest.pl.in, src/rrd_hw.c,
1553           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_open.c,
1554           src/rrd_resize.c, src/rrd_tool.c, src/rrd_tune.c,
1555           src/rrd_update.c: More updates from Bernhard Fischer - flag
1556           rrd_resize's old file with RRD_COPY - cleanup error-handling
1557           pathes in rrd_update and fix a few typos in comments -
1558           rrd_close(): implement printing mincore results for the rrd if
1559           DEBUG=2 was defined - rrd_open(): madvise start addresses need to
1560           be page-aligned; implement alternative path to the fine-grained
1561           (i.e. exact) madvise by flagging just the first two pages as
1562           needed (see TWO_PAGES). Implement alternative path that records
1563           the last madvise()ed area to avoid redundant calls to madvise() on
1564           identical areas (due to page-alignment constraints) -- see
1565           CHECK_MADVISE_OVERLAPS. Implement path for USE_DIRECT_IO. -
1566           configure: add check for O_DIRECT flag to open(2). Add option
1567           --enable-direct-io. Add _GNU_SOURCE to CFLAGS to silence warnings
1568           about chroot which is marked LEGACY since SUSv2 and is a non POSIX
1569           extension. Make checks for posix_fadvise() dependant on
1570           --disable-mmap, since we do not need fadvise for the mmap case.
1572 2007-05-25 15:24  oetiker
1574         * src/rrd_stat.c: tobis old cruft removal program ...
1576 2007-05-25 13:14  oetiker
1578         * src/rrd_dump.c, src/rrd_fetch.c, src/rrd_open.c, src/rrd_resize.c,
1579           src/rrd_update.c: updates from Bernhard Fischer rep dot nop gmail
1580           com - add some more rrd_sterror calls to failure paths. - make
1581           rrdtool updatev work like 1.2.23 (i.e. multiple values are still
1582           broken, but at least updating a single value works; see
1583           http://oss.oetiker.ch/rrdtool-trac/ticket/8) - indent touched
1584           files.
1586 2007-05-25 13:12  oetiker
1588         * .indent.pro, Makefile.am, configure.ac, examples/perftest.pl.in,
1589           src/rrd_dump.c, src/rrd_fetch.c, src/rrd_open.c, src/rrd_resize.c,
1590           src/rrd_tool.h, src/rrd_update.c: Updates from Bernhard Fischer
1591           rep dot nop gmail com - fix typo in rrd_fetch where rrd_read
1592           result was checked against an incorrect size. - in rrd_fetch, drop
1593           rrd_head_size in favour of rrd_file->header_len - in rrd_fetch,
1594           make the message "post fetch" unambiguous (now past vs. post). -
1595           change usage of param rdwr of rrd_open: allow for RRD_READONLY,
1596           RRD_READWRITE, RRD_CREAT, RRD_READAHEAD; adjust callers
1597           accordingly: + rrd_resize needs CREAT + rrd_dump may want
1598           READAHEAD - implement FD based I/O in rrd_open, rrd_read,
1599           rrd_write, rrd_seek. - in rrd_update, unify write_RRA_row(). -
1600           sort | uniq the -T in .indent.pro (info_t was duplicated) - add
1601           stub of an option to use O_DIRECT to the configury - in
1602           Makefile.am, simplify the "indent" invocation of find: My find may
1603           not support "-o" resp. "-or" nor braces. Using -name "*.[ch]"
1604           works everywhere, AFAIK.
1606 2007-05-24 08:26  oetiker
1608         * configure.ac: use proper preprocessor directives for the
1609           config-checks. -- tobi
1611 2007-05-24 07:21  oetiker
1613         * configure.ac: fixed version number for development
1615 2007-05-24 06:16  oetiker
1617         * .indent.pro, Makefile.am, bindings/python/rrd_extra.h,
1618           bindings/python/rrdtoolmodule.c, bindings/ruby/main.c,
1619           bindings/tcl/tclrrd.c, libraries/afm/test-afm.c, src/.indent.pro,
1620           src/hash_32.c, src/parsetime.c, src/rrd.h, src/rrd_afm.c,
1621           src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c, src/rrd_gfx.c,
1622           src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph_helper.c,
1623           src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c, src/rrd_open.c,
1624           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.h,
1625           src/rrd_update.c, src/rrd_xport.c, win32/config.h: indent all the
1626           rest of the code, and add some typedefs to indent.pro there is now
1627           a indent makefile target
1629 2007-05-23 21:40  oetiker
1631         * src/gdpng.c: removed superfluouse code
1633 2007-05-23 21:39  oetiker
1635         * src/.indent.pro: added more indenting rules
1637 2007-05-23 21:33  oetiker
1639         * src/.indent.pro, src/art_rgba_svp.c, src/art_rgba_svp.h,
1640           src/fnv.h, src/gdpng.c, src/hash_32.c, src/parsetime.c,
1641           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
1642           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
1643           src/rrd_create.c, src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c,
1644           src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c,
1645           src/rrd_format.h, src/rrd_getopt.c, src/rrd_getopt.h,
1646           src/rrd_getopt1.c, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
1647           src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_hw.c,
1648           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
1649           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_nan_inf.c,
1650           src/rrd_nan_inf.h, src/rrd_not_thread_safe.c, src/rrd_open.c,
1651           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
1652           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
1653           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
1654           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
1655           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c, src/strftime.c,
1656           src/strftime.h, src/win32comp.c: reindented everything according
1657           to .indent.pro
1659 2007-05-23 20:57  oetiker
1661         * .indent.pro, src/.indent.pro: profile must be in the source
1662           directory to work
1664 2007-05-23 20:57  oetiker
1666         * .indent.pro: tabs be gone!
1668 2007-05-23 20:42  oetiker
1670         * configure.ac, src/Makefile.am, src/rrd.h, src/rrd_dump.c,
1671           src/rrd_fetch.c, src/rrd_first.c, src/rrd_hw.c, src/rrd_hw.h,
1672           src/rrd_info.c, src/rrd_last.c, src/rrd_lastupdate.c,
1673           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
1674           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_tool.h,
1675           src/rrd_tune.c, src/rrd_update.c, src/unused.h: * progress in
1676           moving all the fileaccess over to a wrapper system that can do fd
1677           based and mmap based fileaccess transparently ... * small fixes
1678           left and right to improve code quality and stability. -- Bernhard
1679           Fischer rep dot nop gmail com
1681 2007-05-23 16:10  oetiker
1683         * .indent.pro: we are going to use indent from now on to keep code
1684           indenting consistent throughout the project
1686 2007-05-23 16:08  oetiker
1688         * .: new trunk based on current 1.2
1690 2007-05-23 16:07  oetiker
1692         * .: restarting trynk for 1.2
1694 2007-05-22 11:03  oetiker
1696         * trunk/talks/rrdtoolfast/onlineusv-de.ppt: initial
1698 2007-05-22 09:27  oetiker
1700         * trunk/talks/rrdtoolfast/fasttalk.ppt,
1701           trunk/talks/rrdtoolfast/samfs-de.ppt: renamed
1703 2007-04-10 13:49  oetiker
1705         * trunk/status/2007-04-10.txt: added sponsors
1707 2007-04-10 13:29  oetiker
1709         * trunk/status/2007-04-10.txt: second reading ...
1711 2007-04-10 13:14  oetiker
1713         * trunk/status, trunk/status/2007-04-10.txt: status report initial
1714           version
1716 2007-03-19 22:01  oetiker
1718         * trunk/articles/rrdtool-infoweek-2007-03.doc: infoweek artikel
1719           initial
1721 2007-03-19 14:24  oetiker
1723         * trunk/articles, trunk/articles/rrdtool-infoweek-2007-03.doc:
1724           initial
1726 2007-03-02 06:38  oetiker
1728         * trunk/talks/rrdtoolfast/monitoring-en.ppt: added english version
1730 2007-02-20 06:53  oetiker
1732         * trunk/tutorial/linuxforum2007/rrdtutorial.odp: ready for
1733           presentation at linuxforum
1735 2007-01-31 08:29  oetiker
1737         * trunk/talks/rrdtoolfast/fasttalk.ppt: updated for samfs
1739 2007-01-30 08:36  oetiker
1741         * trunk/talks/rrdtoolfast/fasttalk.ppt: added fasttalk for samfs
1743 2007-01-30 08:34  oetiker
1745         * trunk/talks, trunk/talks/rrdtoolfast: initial
1747 2007-01-22 17:20  oetiker
1749         * trunk/tutorial, trunk/tutorial/linuxforum2007,
1750           trunk/tutorial/linuxforum2007/abstract-rrdtut.txt,
1751           trunk/tutorial/linuxforum2007/rrdtutorial.odp,
1752           trunk/tutorial/linuxforum2007/tobi-2006.jpg: initial
1754 2006-02-13 14:40  oetiker
1756         * NEWS: removed extra line from top
1758 2005-04-04 22:15  oetiker
1760         * trunk/meta/plan-1.2.txt: plan for 1.2 is now in the 1.2 branche
1762 2005-04-03 12:44  oetiker
1764         * trunk/meta/plan-1.2.txt: verified operation on debian
1766 2005-04-03 12:44  oetiker
1768         * README, configure.ac: update build instructions and configure
1769           output.
1771 2005-04-03 11:44  oetiker
1773         * doc/rrdgraph_graph.src, src/rrd_graph_helper.c: paramters in SHIFT
1774           are separated by : like everywhere else
1776 2005-04-03 11:36  oetiker
1778         * doc/rrdgraph_graph.src, src/rrd_graph.c, src/rrd_graph.h,
1779           src/rrd_graph_helper.c: the piechart code does not produce release
1780           ready results ... hide it behind WITH_PIECHART define
1782 2005-04-03 11:11  oetiker
1784         * src/rrd_gfx.c: improve png writing speed by lowering the
1785           compression
1787 2005-04-03 11:11  oetiker
1789         * src/rrd_graph.c: make sure the font path is shorter than the
1790           buffer
1792 2005-04-03 10:10  oetiker
1794         * CONTRIBUTORS, src/rrd_graph.c, src/rrd_graph.h: fix graph layout
1795           ... especially consider text propperties propperly
1797 2005-04-03 09:37  oetiker
1799         * src/rrd_graph_helper.c: the legend string of a PRINT command gets
1800           renderd later by runnning it through printf.
1802 2005-04-03 09:35  oetiker
1804         * configure.ac, src/rrd_update.c: MMAP support for rrdtool this is
1805           suposed to speed-up uptime 4 times. -- Radoslaw Karas
1806           <rkaras@tyndall.ie>
1808 2005-03-20 21:17  oetiker
1810         * bindings/Makefile.am: revert to last working version
1812 2005-03-20 21:11  oetiker
1814         * bindings/Makefile.am: fix quoting
1816 2005-03-20 21:00  oetiker
1818         * bindings/Makefile.am: quote sed expression
1820 2005-03-20 20:59  oetiker
1822         * doc/rrdgraph.src, doc/rrdgraph_graph.src: document tabbing support
1823           by adding in the textformatting notes document --tabwidth argument
1824           document AXIS color
1826 2005-03-20 20:58  oetiker
1828         * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: * allow
1829           configuration of the default tab width * added new configurable
1830           color AXIS * made tabbing support work with legend elements * use
1831           propper font for the legend: LEGEND * fix apperance by makeing
1832           grid more transparent * draw axis over the graph not under it.
1834 2005-03-20 20:56  oetiker
1836         * src/rrd_gfx.c, src/rrd_gfx.h: added tabbig support
1838 2005-03-20 20:55  oetiker
1840         * configure.ac: include the thread defs after they have been found
1841           not before
1843 2005-03-20 20:54  oetiker
1845         * trunk/meta/plan-1.2.txt: sync with reality
1847 2005-03-13 16:34  oetiker
1849         * bindings/perl-shared/RRDs.xs: propperly integrate rrd_first
1851 2005-03-13 16:13  oetiker
1853         * MakeMakefile: autotools still run after configure this is not good
1854           ... run autoreconf at the end of MakeMakefile. Maybe this will
1855           help
1857 2005-03-13 16:09  oetiker
1859         * configure.ac: set install patch to version
1861 2005-03-13 16:08  oetiker
1863         * MakeMakefile: re-run autotools to make sure dependent dates are
1864           correct
1866 2005-03-13 16:00  oetiker
1868         * MakeMakefile: reintroduce final header regen
1870 2005-03-13 15:57  oetiker
1872         * MakeMakefile: still trying to get the order of calling autotools
1873           right
1875 2005-03-13 15:54  oetiker
1877         * MakeMakefile: create aclocal.m4 before libtoolize
1879 2005-03-13 15:51  oetiker
1881         * MakeMakefile: make the headers first
1883 2005-03-13 15:16  oetiker
1885         * doc/rrdfirst.pod: add the documentation for first
1887 2005-03-13 15:14  oetiker
1889         * src/Makefile.am: ntconfig is no more
1891 2005-03-13 15:12  oetiker
1893         * src/rrd_first.c: missed the actual code for first
1895 2005-03-12 17:06  oetiker
1897         * bindings/perl-shared/RRDs.xs, doc/Makefile.am, src/Makefile.am,
1898           src/rrd.h, src/rrd_tool.c: rrd_first code contributed by Burton
1899           Strauss <Burton@ntopSupport.com>
1901 2005-03-10 17:04  oetiker
1903         * trunk/meta/plan-1.2.txt: updated plan ...
1905 2005-03-10 17:03  oetiker
1907         * README, acinclude.m4, bindings/Makefile.am, configure.ac,
1908           examples/4charts.pl.in, examples/bigtops.pl.in,
1909           examples/cgi-demo.cgi.in, examples/minmax.pl.in,
1910           examples/piped-demo.pl.in, examples/shared-demo.pl.in,
1911           examples/stripes.pl.in, src/rrd.h, src/rrd_last.c, src/rrd_tool.h:
1912           * Updated perl compile system. It now uses Makefile.PL for
1913           everything, but gets it to install the perl module in
1914           @prefix@/lib/perl such that you can use the same use lib line for
1915           whatever platform and perlversion you install into this directory.
1916           They all live neatly next to each other. * fixed examples to work
1917           with new perl install system. Added a few exec_prefix lines where
1918           appropriate * fixed piped demo * fixed VeraMono.ttf file. This
1919           somehow got damaged by cvs ... * added thread defines to normal
1920           compile run, so that _r functions to not through errors. * tested
1921           compilation and installation
1923 2005-03-04 23:53  oetiker
1925         * acinclude.m4, configure.ac: revamped configure system ... lots
1926           more stuff is in acinclude now still a bit of a mess, but better
1927           than before ... if configure does not find the dependent libraries
1928           and header it will not try to get help from pkg-config. If you
1929           know where your libraries are it is best to just use CPPFLAGS and
1930           LDFLAGS to specify their location.
1932 2005-03-04 00:12  oetiker
1934         * MakeMakefile, acinclude.m4, bindings/Makefile.am, configure.ac,
1935           src/Makefile.am: Big autotool update: * Upgraded to the latest
1936           version of autoconf, automake and libtool * replaced pthread
1937           detection code in configure with a more effective one * added a
1938           test to see if special solaris defines are required for ctime_r to
1939           behave posixly correct. * Fixed lots of warnings from autotools *
1940           started adding support for pkg-config ... this will eventually
1941           make the whole library finding much simpler
1943 2005-03-04 00:05  oetiker
1945         * trunk/meta/plan-1.2.txt: added warning cleanup
1947 2005-03-03 13:56  oetiker
1949         * trunk/meta/plan-1.2.txt: added notes about including stuff
1951 2005-03-03 13:48  oetiker
1953         * trunk/meta/plan-1.2.txt: spelled
1955 2005-03-03 13:46  oetiker
1957         * trunk/meta/plan-1.2.txt: initial
1959 2005-03-03 13:34  oetiker
1961         * trunk/contrib/php4/.cvsignore, trunk/meta,
1962           trunk/meta/plan-1.2.txt, ., .cvsignore, bindings/.cvsignore,
1963           bindings/perl-piped/.cvsignore, bindings/perl-shared/.cvsignore,
1964           bindings/tcl/.cvsignore, doc/.cvsignore, examples/.cvsignore,
1965           libraries/.cvsignore, src/.cvsignore: ignorelists are a propperty
1966           of an svn directory not a file
1968 2005-03-03 13:21  oetiker
1970         * branches/gnu, branches/gpl, trunk/CVSROOT, trunk/rrdtool: post
1971           cvs2svn conversion cleanup
1973 2005-02-27 22:00  oetiker
1975         * src/rrd_cgi.c: do not complain when setting environemnt variable
1976           sucessfully. -- hunter@mimuw.edu.pl
1978 2005-02-13 16:13  oetiker
1980         * CONTRIBUTORS, bindings/perl-shared/RRDs.xs, bindings/tcl/tclrrd.c,
1981           src/rrd.h, src/rrd_cgi.c, src/rrd_graph.c, src/rrd_graph.h,
1982           src/rrd_tool.c: let rrd_graph return the actual value range it
1983           picked ... -- Henrik Stoerner <henrik@hswn.dk>
1985 2005-01-28 14:02  oetiker
1987         * src/rrd_hw.c: fix for memory leak. Rene Gallati <security ..
1988           draxinusom.ch>
1990 2005-01-03 22:25  oetiker
1992         * TODO: update todo
1994 2004-10-25 22:22  oetiker
1996         * doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h: *
1997           fore-rules-legend option -- author name missing
1999 2004-10-25 22:21  oetiker
2001         * src/rrd_tool.c: fixed segmentation falt problem in rrd_tool --
2002           Yasuhiro Sumi <yasuhiro.sumi@hde.co.jp>
2004 2004-10-21 19:21  oetiker
2006         * src/rrd_tool.c: fix return codes in the error case -- Haroon
2007           Rafique <haroon.rafique@utoronto.ca>
2009 2004-09-24 21:11  oetiker
2011         * CONTRIBUTORS, doc/rrdgraph_data.src, doc/rrdgraph_rpn.src,
2012           src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
2013           src/rrd_resize.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2014           src/rrd_xport.c: misc fixed and TREND and reduce functionality by
2015           -- David M. Grimes <dgrimes@navisite.com>
2017 2004-08-24 05:26  oetiker
2019         * CONTRIBUTORS, doc/rrdgraph_rpn.src, src/rrd_graph.c,
2020           src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_rpncalc.c,
2021           src/rrd_rpncalc.h, src/rrd_xport.c: CDEF operators SHIFT, SQRT,
2022           SORT, and REV (reverse). See documentation for what they do. This
2023           included removal of redundant code in the rrd_xport path, replaced
2024           with a call to rrd_graph_script(). -- David M. Grimes
2025           <dgrimes@navisite.com>
2027 2004-08-09 08:38  oetiker
2029         * doc/rrdcgi.pod: added note on escaping :
2031 2004-08-08 21:54  oetiker
2033         * src/rrd_cgi.c: port forward of fixes from the stable version of
2034           rrd_cgi
2036 2004-08-07 23:46  oetiker
2038         * src/rrd_graph.c: when moving the data pointers we should take into
2039           account how fahr off they are. Found by David M. Grimes
2040           <dgrimes@navisite.com>
2042 2004-08-05 21:24  oetiker
2044         * bindings/perl-piped/MANIFEST, bindings/perl-shared/MANIFEST:
2045           removed nonexisting files from manifest
2047 2004-07-30 00:30  jake
2049         * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.ppd,
2050           bindings/perl-shared/ntmake.pl, bindings/perl-shared/rrdpl.dsp,
2051           bindings/perl-shared/rrdpl.dsw, confignt/config.h, src/rd_cgi.dsp,
2052           src/rrd.dsp, src/rrd.dsw, src/rrd.vcproj, src/rrd_afm.c,
2053           src/rrd_cgi.dsp, src/rrd_cgi.vcproj, src/rrd_restore.c,
2054           src/rrdtool.dsp, src/rrdtool.dsw, src/rrdtool.sln,
2055           src/rrdtool.suo, src/rrdtool.vcproj: Fix the Win32 build for
2056           executable and perl-shared library. See NT-BUILD-TIPS.txt for step
2057           by step instructions. Remove VC++ project files not being
2058           maintained by anyone.
2060 2004-07-14 10:55  oetiker
2062         * CONTRIBUTORS: added Peter Speck
2064 2004-06-26 09:03  oetiker
2066         * rrdtool.spec: allow building rpm from cvs where there is not
2067           ChangeLog (this gets generated when the distribution tar is built)
2068           -- Tobi and Mike Slifcak
2070 2004-06-23 20:36  oetiker
2072         * src/rrd_graph.c: It's quie enough that the title is placed on the
2073           top of the graph, there's no need to emphasize it more. --
2074           Stanislav Sinyagin <ssinyagin@yahoo.com>
2076 2004-06-23 08:39  oetiker
2078         * src/Makefile.am: reverted ... $< does not work
2080 2004-06-22 22:09  oetiker
2082         * src/Makefile.am: The "$^" variable is GNU make-specific, and fails
2083           to compile under FreeBSD 4.10. Please change it to $<, which is
2084           more compatible. -- Stanislav Sinyagin <ssinyagin@yahoo.com>
2086 2004-06-17 22:09  oetiker
2088         * src/rrd_graph.h: fixed type for text_prop_conv prototype
2090 2004-06-07 19:07  oetiker
2092         * debian/changelog, debian/control, debian/rules: Fix for debian
2093           freetype linking -- Peter Hirdina <Peter.Hirdina@gmx.net>
2095 2004-05-26 22:11  oetiker
2097         * src/fnv.h, src/parsetime.c, src/pngsize.c, src/rrd.h,
2098           src/rrd_afm.c, src/rrd_afm_data.c, src/rrd_afm_data.h,
2099           src/rrd_cgi.c, src/rrd_gfx.c, src/rrd_graph.c,
2100           src/rrd_graph_helper.c, src/rrd_last.c, src/rrd_open.c,
2101           src/rrd_resize.c, src/rrd_restore.c, src/rrd_tool.c,
2102           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c:
2103           reduce compiler warnings. Many small fixes. -- Mike Slifcak
2104           <slif@bellsouth.net>
2106 2004-05-26 22:10  oetiker
2108         * rrdtool.spec: improve redhat/fedora building -- Mike Slifcak
2110 2004-05-26 22:09  oetiker
2112         * debian/rules: update debian build instructions -- Mike Slifcak
2114 2004-05-25 22:08  oetiker
2116         * examples/shared-demo.pl.in: The counter was the only variable
2117           which needed to be an integer. -- Mike Slifcak
2119 2004-05-25 22:07  oetiker
2121         * rrdtool.spec: The rrdtool RPM package was depending on the
2122           rrdtool-perl package. These changes move the examples, which are
2123           primarily perl scripts, in with the rrdtool-perl RPM package,
2124           thereby de-coupling the rest of the RRDtool from Perl. Perhaps
2125           this is silliness ? If there is no need for rrdtool separate from
2126           the Perl modules, let me know, then I'll just create an rrdtool
2127           and an rrdtool-devel RPM package (that would be a cleaner build
2128           and scripting, anyway). -- Mike Slifcak
2130 2004-05-25 22:03  oetiker
2132         * doc/Makefile.am, doc/rrdtool-dump.dtd, doc/rrdtool-xport.dtd:
2133           added dtd descriptsion s or rrdtool xml output -- Wolfgang Schrimm
2134           <wolfgang{dot}schrimm{at}urz{dot}uni-heidelberg{dot}de>
2136 2004-05-25 21:06  oetiker
2138         * bindings/perl-shared/RRDs.xs: added dump and restore ... Mike
2139           Schilli <b2b@perlmeister.com>
2141 2004-05-25 21:01  oetiker
2143         * CONTRIBUTORS: added some contributors
2145 2004-05-25 21:00  oetiker
2147         * doc/rrdupdate.pod: fixed time stamp in example -- Mike Slifcak
2149 2004-05-25 20:59  oetiker
2151         * rrdtool.spec: more fixes for rpm spec -- Mike Slifcak
2153 2004-05-25 20:58  oetiker
2155         * doc/rrdtutorial.pod: single word fix -- Mike Slifcak
2157 2004-05-25 20:57  oetiker
2159         * src/rrd_xport.c: Clear out previous legend array contents before
2160           freeing legend array. Problem could manifest under extreme
2161           resource limits. Not tested. -- Mike Slifcak
2163 2004-05-25 20:55  oetiker
2165         * doc/rrdcreate.pod: subordinate term was improperly formed -- Mike
2166           Slifcak
2168 2004-05-25 20:53  oetiker
2170         * src/rrd_create.c, src/rrd_dump.c: prevent small leak when
2171           resources are exhausted -- Mike Slifcak
2173 2004-05-25 20:52  oetiker
2175         * THREADS, doc/rrdthreads.pod, doc/rrdtutorial.pod,
2176           doc/rrdupdate.pod, src/rrd_cgi.c, src/rrd_resize.c,
2177           src/rrd_restore.c, src/rrd_tool.c, src/rrd_update.c: fix spelling
2178           and syntax, especially in messages that are printed -- Mike
2179           Slifcak
2181 2004-05-25 20:51  oetiker
2183         * src/rrd_cgi.c, src/rrd_dump.c, src/rrd_restore.c, src/rrd_tool.c,
2184           src/rrd_update.c: Update displayed copyright messages to be
2185           consistent. -- Mike Slifcak
2187 2004-05-25 20:51  oetiker
2189         * doc/Makefile.am: don't process the old rrdgraph single file
2190           document -- Mike Slifcak
2192 2004-05-25 20:50  oetiker
2194         * rrdtool.spec: fix rpm rules -- Mike Slifcak
2196 2004-05-25 20:50  oetiker
2198         * debian/control: fixed debian dependencies -- Mike Slifcak
2200 2004-05-25 16:51  oetiker
2202         * src/rrd_rpncalc.c: The expression's head was first checking for
2203           LT, and then for LTIME, and the latter was never reached. --
2204           Stanislav Sinyagin <ssinyagin@yahoo.com>
2206 2004-05-19 05:11  oetiker
2208         * doc/rrd-beginners.pod: integrated from debian
2210 2004-05-18 18:54  oetiker
2212         * src/parsetime.c: its 365 days in a year .... -- Mike Slifcak
2214 2004-05-18 18:53  oetiker
2216         * CONTRIBUTORS, NEWS, README, TODO, bindings/perl-piped/README,
2217           bindings/perl-piped/RRDp.pm, bindings/perl-piped/t/base.t,
2218           bindings/perl-shared/RRDs.pm, bindings/tcl/README,
2219           doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rpntutorial.pod,
2220           doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod,
2221           doc/rrdfetch.pod, doc/rrdgraph-old.pod, doc/rrdgraph.src,
2222           doc/rrdgraph_data.src, doc/rrdgraph_examples.src,
2223           doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/rrdinfo.pod,
2224           doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdthreads.pod,
2225           doc/rrdtool.pod, doc/rrdtune.pod, doc/rrdtutorial.es.pod,
2226           doc/rrdtutorial.pod, doc/rrdupdate.pod, src/parsetime.c,
2227           src/rrd_fetch.c, src/rrd_format.c, src/rrd_gfx.c, src/rrd_graph.c:
2228           big spell checking patch -- slif@bellsouth.net
2230 2004-05-18 18:51  oetiker
2232         * src/rrd_restore.c: make force option work
2234 2004-05-18 18:51  oetiker
2236         * doc/Makefile.am: added beginners guide off debian --
2237           slif@bellsouth.net
2239 2004-05-18 18:49  oetiker
2241         * configure.ac, examples/4charts.pl.in, examples/Makefile.am,
2242           examples/shared-demo.pl.in, examples/stripes.pl.in: add 4chars and
2243           fix two examples -- Mike Slifcak <slif@bellsouth.net>
2245 2004-05-18 18:40  oetiker
2247         * debian, debian/README.Debian, debian/build_freetype.sh,
2248           debian/changelog, debian/control, debian/copyright,
2249           debian/librrd0-dev.files, debian/librrd0.files,
2250           debian/librrd0.postinst, debian/librrd0.postrm,
2251           debian/librrd0.shlibs, debian/librrdp-perl.files,
2252           debian/librrds-perl.files, debian/rrdtool-tcl.files,
2253           debian/rrdtool.files, debian/rules, debian/watch: initial debian
2254           build system added -- Mike Slifcak <slif@bellsouth.net>
2256 2004-05-18 18:36  oetiker
2258         * src/Makefile.am: fix library numbering -- Mike Slifcak
2260 2004-05-18 18:25  oetiker
2262         * doc/Makefile.am: better cleaning -- Mike Slifcak
2264 2004-05-12 21:57  oetiker
2266         * bindings/Makefile.am, doc/Makefile.am: locate the mkinstalldirs
2267           script at top level accept "configure --mandir=" settings -- Mike
2268           Slifcak <slif@bellsouth.net>
2270 2004-05-04 21:01  oetiker
2272         * doc/rrdgraph_rpn.src, src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added
2273           the ATAN function. This is being used to convert a DS for each
2274           vector component of wind direction into a single direction for
2275           graphing.
2276           CDEF:avdir=yavg,xavg,/,ATAN,57.296,*,xavg,0,LT,180,0,IF,+,DUP,0,LT,360,0,IF,+
2277           -- Daniel Shiels <dan@marge.tofubar.com>
2279 2004-05-04 20:54  oetiker
2281         * rrdtool.spec: updated spec file -- Chris Adams
2282           <cmadams@hiwaay.net>
2284 2004-05-04 05:25  oetiker
2286         * MakeMakefile: die only after all the version checks are done and
2287           not for each one -- Alex van den Bogaerdt <alex@ergens.op.het.net>
2289 2004-05-03 14:05  oetiker
2291         * Makefile.am, configure.ac, src/Makefile.am: * Allows rrdtool 1.1.x
2292           (2004-04-29) to compile on freebsd. * Add configure options
2293           --disable-rrdcgi disable building of rrdcgi --disable-pthread
2294           disable multithread support -- Stanislav Sinyagin
2295           <ssinyagin@yahoo.com>
2297 2004-05-02 21:10  oetiker
2299         * configure.ac, src/rrd_graph.c: See the patch, attached. It changes
2300           the default angle to 90, and allows one to change it from
2301           configure command line: ./configure RRDGRAPH_YLEGEND_ANGLE=270.0
2302           -- Stanislav Sinyagin <ssinyagin@yahoo.com>
2304 2004-04-18 10:21  oetiker
2306         * src/rrd_restore.c: fixed O_BINARY
2308 2004-03-23 21:34  oetiker
2310         * src/rrd_restore.c: make sure fole is opened binary on restore ...
2311           to make things work on windows -- "Girod, Laurent"
2312           <Laurent.Girod@pmintl.com>
2314 2004-03-21 11:40  oetiker
2316         * doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h,
2317           src/rrd_tool.c: Added --only-graph option -- Piotr Kodzis
2318           <Piotr.Kodzis@inteligo.pl>
2320 2004-03-14 20:58  oetiker
2322         * MakeMakefile, acinclude.m4, bindings/Makefile.am,
2323           bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.pm,
2324           bindings/perl-shared/t/base.t, configure.ac, doc/Makefile.am: make
2325           MakeMaker work on debian and fix some leftovers from the library
2326           rip-out transition -- Tobi
2328 2004-01-19 23:41  oetiker
2330         * src/VeraMono.ttf, src/compile_afm.pl: initial
2332 2004-01-19 23:39  oetiker
2334         * config: kill
2336 2004-01-19 23:39  oetiker
2338         * config/Makefile.am: remove
2340 2004-01-19 23:37  oetiker
2342         * libraries/cgilib-0.4: kill it
2344 2004-01-19 23:35  oetiker
2346         * libraries/Makefile.am, libraries/cgilib-0.4/Makefile.am,
2347           libraries/cgilib-0.4/cgi.5, libraries/cgilib-0.4/cgi.c,
2348           libraries/cgilib-0.4/cgi.h, libraries/cgilib-0.4/cgiDebug.3,
2349           libraries/cgilib-0.4/cgiGetValue.3,
2350           libraries/cgilib-0.4/cgiHeader.3, libraries/cgilib-0.4/cgiInit.3,
2351           libraries/cgilib-0.4/cgiRedirect.3,
2352           libraries/cgilib-0.4/cgilib.dsp, libraries/cgilib-0.4/cgilib.dsw,
2353           libraries/cgilib-0.4/cgilib.vcproj,
2354           libraries/cgilib-0.4/cgitest.c, libraries/cgilib-0.4/jumpto.c,
2355           libraries/cgilib-0.4/readme, libraries/freetype-2.0.5-import.txt,
2356           libraries/libart_lgpl-2.3.7, libraries/libpng-1.2.0,
2357           libraries/libpng-1.2.0-import.txt, libraries/zlib-1.1.4: killem
2359 2004-01-19 23:27  oetiker
2361         * libraries/freetype-2.0.5: all must go
2363 2004-01-19 23:17  oetiker
2365         * MakeMakefile, Makefile.am, NEWS, README, bindings/Makefile.am,
2366           bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.xs,
2367           bindings/tcl/Makefile.am, configure.ac, doc/rrdcgi.pod,
2368           libraries/Makefile.am: misc fixes to get rrdtool working without
2369           included libraries.
2371 2004-01-19 23:16  oetiker
2373         * src/Makefile.am, src/rrd_gfx.h: modifications for 'no more local
2374           libaries'
2376 2004-01-15 18:14  oetiker
2378         * bindings/perl-shared/RRDs.pm, bindings/perl-shared/RRDs.xs:
2379           addition of RRDs::times -- Christophe Kalt <kalt@taranis.org>
2381 2003-12-26 16:54  oetiker
2383         * src/rrd_graph.c: using --riggid it is possible to get a case where
2384           minval is bigger than maxval ... this breaks the horizontal grid
2385           ...
2387 2003-11-27 06:31  oetiker
2389         * bindings/perl-shared/RRDs.xs: Stop RRDs for segfaulting on invalid
2390           graph input -- Ian Holsman <Ian.Holsman@cnet.com>
2392 2003-11-27 06:30  oetiker
2394         * src/rrd_cgi.c: make rrd_cgi build again ... Ian Holsman
2395           <rrd.developers@holsman.net>
2397 2003-11-23 12:55  oetiker
2399         * doc/rrdcgi.pod, src/rrd_cgi.c: New recursive parser for rrdcgi by
2400           Arend-Jan Wijtzes <ajwytzes@wise-guys.nl>
2402 2003-11-19 07:06  oetiker
2404         * src/rrd_gfx.c: Adding attributions: * xml fix was by Ian Holsman
2405           <rrd.developers@holsman.net> * font rotation was by Chris
2406           Turbeville <turbo@verio.net>
2408 2003-11-19 06:58  oetiker
2410         * src/rrd_gfx.c: fixed svg generation
2412 2003-11-17 11:43  oetiker
2414         * src/rrd_restore.c: more correct usage added -- Eldad Zack
2415           <eldad@stoneshaft.ath.cx>
2417 2003-11-14 23:10  oetiker
2419         * src/rrd_cgi.c: handle NULL pointers gracefully
2421 2003-11-12 22:14  oetiker
2423         * bindings/perl-shared/RRDs.xs, src/rrd.h, src/rrd_cgi.c,
2424           src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: allow to pass an
2425           open filehandle into rrd_graph as an extra argument
2427 2003-11-12 22:13  oetiker
2429         * src/rrd_create.c: make create much faster .. -- David M. Grimes
2430           <dgrimes@navisite.com>
2432 2003-11-11 21:19  oetiker
2434         * doc/rrdrestore.pod, src/rrd_restore.c, src/rrd_tool.c: Allow to
2435           force overwrite when restoring from xml to rrd. -- Eldad Zack
2436           <eldad@stoneshaft.ath.cx>
2438 2003-11-11 19:46  oetiker
2440         * src/fnv.h, src/parsetime.c, src/rrd.h, src/rrd_cgi.c,
2441           src/rrd_create.c, src/rrd_fetch.c, src/rrd_graph.c,
2442           src/rrd_graph_helper.c, src/rrd_update.c, src/rrd_xport.c:
2443           replaced time_value with rrd_time_value as MacOS X introduced a
2444           struct of that name in their standard headers
2446 2003-11-11 19:38  oetiker
2448         * src/rrd_update.c: rrd files should NOT change size ever ... bulk
2449           update code wa buggy. -- David M. Grimes <dgrimes@navisite.com>
2451 2003-11-04 22:20  oetiker
2453         * src/rrd_tool.c: 20 chars max in a ds name -- Kuba Filipowicz
2454           <amo@axit.pl>
2456 2003-10-26 19:29  oetiker
2458         * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: added rotation ...
2460 2003-09-04 13:16  oetiker
2462         * src/rrd_update.c: should not assigne but compare ... grrrrr
2464 2003-09-02 21:58  oetiker
2466         * src/rrd_update.c: be pickier about what we accept in rrd_update.
2467           Complain if things do not work out
2469 2003-08-28 21:48  oetiker
2471         * configure.ac: make sure we get only 1 flag -- Chris Turbeville
2472           <turbo@verio.net>
2474 2003-07-28 21:59  oetiker
2476         * bindings/Makefile.am, libraries/freetype-2.0.5/Makefile.am,
2477           src/Makefile.am: I was just taking a look at the development
2478           RRDtool build (I'm looking forward to SVG support), and had a few
2479           problems with an out-of-tree build. I find using a separate build
2480           directory makes things much easier to manage, especially when
2481           building for multiple architectures. I've attached the minor
2482           patches for the progress that I made (I couldn't get the Perl
2483           modules to work, but the main binaries seem okay), and would be
2484           grateful if you could commit them (or something like them!). --
2485           Joseph Walton <joe@kafsemo.org>
2487 2003-07-24 14:51  jake
2489         * src/rrd_graph.h: Allow hyphen character in DEF_NAM_FMT to match
2490           DS_NAM_FMT.
2492 2003-07-16 23:41  jake
2494         * confignt/config.h, libraries/cgilib-0.4/cgilib.vcproj,
2495           libraries/freetype-2.0.5/freetype.vcproj,
2496           libraries/libart_lgpl-2.3.7/libart.vcproj,
2497           libraries/libpng-1.2.0/png.vcproj,
2498           libraries/zlib-1.1.4/zlib.vcproj, src/rrd.vcproj,
2499           src/rrd_cgi.vcproj, src/rrd_graph.c, src/rrdtool.sln,
2500           src/rrdtool.vcproj: Updated MS Visual C++ files from 7.0 to 7.1.
2501           Add code to rrd_graph.c: rrd_graph_init() to use %windir%
2502           environment variable to find the default font at runtime.
2504 2003-07-15 00:58  jake
2506         * src/rrd_rpncalc.h: Moved OP_COUNT to the end of the enumeration.
2508 2003-05-20 20:51  oetiker
2510         * doc/rrdcgi.pod, src/rrd_cgi.c: I've made a patch to rrdcgi to add
2511           <RRD::TIME::STRFTIME ...> which allows you to re-format start and
2512           end-time at-style times using strftime. This allows easy timespans
2513           in the graph (e.g. -2weeks) to be formatted into more usual times.
2514           -- "Erskine, Thomas" <terskine@NRCan.gc.ca>
2516 2003-05-03 15:41  oetiker
2518         * src/rrd_create.c: small patch to rrd_create.c that corrects
2519           problem with the version number of the newly created files. --
2520           Sasha Mikheev <sasha@avalon-net.co.il>
2522 2003-04-29 21:56  oetiker
2524         * src/rrd_open.c: readline in rrd_open.c reads the file in 8 KB
2525           blocks, and calls realloc for each block. realloc is very slow in
2526           Mac OS X for huge blocks, e.g. when restoring databases from huge
2527           xml files. This patch finds the size of the file, and starts out
2528           with malloc'ing the full size. -- Peter Speck <speck@ruc.dk>
2530 2003-04-29 19:37  oetiker
2532         * doc/rrdfetch.pod: added comment on iso
2534 2003-04-29 19:14  jake
2536         * MakeMakefile, doc/rrdupdate.pod, src/rrd_update.c: Change updatev
2537           RRA return from index_number to cf_nam, pdp_cnt. Also revert
2538           accidental addition of -I to aclocal MakeMakefile.
2540 2003-04-26 05:11  oetiker
2542         * src/rrd_restore.c: only restore V2 and larger.
2544 2003-04-25 18:35  jake
2546         * MakeMakefile, bindings/perl-shared/RRDs.pm,
2547           bindings/perl-shared/RRDs.xs, doc/rrdtool.pod, doc/rrdupdate.pod,
2548           src/rrd.h, src/rrd_create.c, src/rrd_info.c, src/rrd_tool.c,
2549           src/rrd_tool.h, src/rrd_update.c: Alternate update interface,
2550           updatev. Returns info about CDPs written to disk as result of
2551           update. Output format is similar to rrd_info, a hash of
2552           key-values.
2554 2003-04-23 22:47  oetiker
2556         * src/rrd_restore.c: fixed version checks to only complain if xml
2557           version is > than current RRD version
2559 2003-04-11 19:43  oetiker
2561         * doc/rrdcreate.pod, doc/rrdgraph-old.pod, doc/rrdgraph_rpn.src,
2562           src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2563           src/rrd_rpncalc.h, src/rrd_tool.c: New special value COUNT which
2564           allows calculations based on the position of a value within a data
2565           set. Bug fix in rrd_rpncalc.c. PREV returned erroneus value for
2566           the second value. Bug fix in rrd_restore.c. Bug causing seek error
2567           when accesing an RRD restored from an xml that holds an RRD
2568           version <3. -- Ruben Justo <ruben@ainek.com>
2570 2003-04-04 20:51  oetiker
2572         * src/rrd_gfx.c: I think I found a very small bug in rrd graph PDF
2573           output : the is_stream member of pdf_buffer is not initialized,
2574           making bad PDF sometimes (I found a case where is_stream was != 0
2575           for the font initialization). -- lhoudard@netcourrier.com
2577 2003-04-01 22:52  jake
2579         * THREADS, bindings/perl-shared/ntmake.pl, src/rrd.dsp, src/rrd.h,
2580           src/rrd.vcproj, src/rrd_graph.c, src/rrd_nan_inf.c,
2581           src/rrd_not_thread_safe.c, src/rrd_thread_safe_nt.c,
2582           src/rrd_tool.h, src/rrdtool.dsp: Fix Win32 build. VC++ 6.0 and 7.0
2583           now use the thread-safe code.
2585 2003-03-31 21:22  oetiker
2587         * src/rrd_format.h, src/rrd_open.c, src/rrd_update.c: enables
2588           RRDtool updates with microsecond or in case of windows millisecond
2589           precision. This is needed to reduce time measurement error when
2590           archive step is small. (<30s) -- Sasha Mikheev
2591           <sasha@avalon-net.co.il>
2593 2003-03-25 22:29  oetiker
2595         * bindings/perl-shared/ntmake.pl: use the environment variable
2596           VCINSTALLDIR -- Ian Holsman <rrd.developers@holsman.net>
2598 2003-03-24 22:08  oetiker
2600         * src/rrd_thread_safe.c: strerror should not turn us recursive here
2601           ... -- Peter Stamfest <peter@stamfest.at>
2603 2003-03-24 22:05  oetiker
2605         * src/rrd_not_thread_safe.c: strerror must not become recursive --
2606           Peter Stamfest <peter@stamfest.at>
2608 2003-03-12 20:39  oetiker
2610         * doc/rrdresize.pod: remove ^M
2612 2003-03-10 00:30  oetiker
2614         * src/rrd_diff.c: handle cases with two negative numbers -- Sasha
2615           Mikheev <sasha@avalon-net.co.il>
2617 2003-03-08 18:44  oetiker
2619         * src/rrd_graph.c: don't display legends for [HV]RULEs out of graph
2620           bounds (rrdgraph) -- Christophe Kalt <kalt@taranis.org>
2622 2003-03-01 22:25  oetiker
2624         * src/rrd_tool.c: realy suppress size output when talking to stdout.
2625           Patch from Mat Zimmerman @ debian
2627 2003-02-24 18:26  oetiker
2629         * examples/piped-demo.pl.in: fix for : in piped demo
2631 2003-02-22 21:57  oetiker
2633         * doc/rrdthreads.pod: Initial checkin -- Peter Stamfest
2634           <peter@stamfest.at>
2636 2003-02-22 21:57  oetiker
2638         * doc/Makefile.am, src/Makefile.am, src/rrd_error.c: a patch to
2639           avoid a memory leak and a Makefile.am patch to distribute all
2640           required source files -- Peter Stamfest <peter@stamfest.at>
2642 2003-02-21 22:40  oetiker
2644         * examples/piped-demo.pl.in: colons must be escaped
2646 2003-02-20 21:48  oetiker
2648         * libraries/libpng-1.2.0/Makefile.am, src/Makefile.am: make the
2649           threading work and compile, fix linking to libpng and update the
2650           timestaps int the files
2652 2003-02-20 21:27  oetiker
2654         * src/Makefile.am, src/rrd_thread_safe.c, src/rrd_tool.c: updated
2655           copyrigh dates removed error.h from threaded variant added
2656           compiletime to rrdtool
2658 2003-02-16 12:32  oetiker
2660         * src/rrd_restore.c: if output is - there is not need to deref the
2661           handler
2663 2003-02-16 12:31  oetiker
2665         * src/parsetime.c: expect seems to exist on some systems in the
2666           system inc files
2668 2003-02-13 07:05  oetiker
2670         * Makefile.am, THREADS, configure.ac, src/Makefile.am,
2671           src/parsetime.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c,
2672           src/rrd_dump.c, src/rrd_error.c, src/rrd_format.c,
2673           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_info.c,
2674           src/rrd_is_thread_safe.h, src/rrd_last.c,
2675           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_restore.c,
2676           src/rrd_rpncalc.c, src/rrd_stat.c, src/rrd_thread_safe.c,
2677           src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c: Find attached
2678           the patch I promised to send to you. Please note that there are
2679           three new source files (src/rrd_is_thread_safe.h,
2680           src/rrd_thread_safe.c and src/rrd_not_thread_safe.c) and the
2681           introduction of librrd_th. This library is identical to librrd,
2682           but it contains support code for per-thread global variables
2683           currently used for error information only. This is similar to how
2684           errno per-thread variables are implemented. librrd_th must be
2685           linked alongside of libpthred There is also a new file "THREADS",
2686           holding some documentation. -- Peter Stamfest <peter@stamfest.at>
2688 2003-02-12 07:06  oetiker
2690         * CONTRIBUTORS, bindings/Makefile.am, bindings/perl-shared/MANIFEST,
2691           libraries/Makefile.am, src/Makefile.am: improved dist target --
2692           Peter Stamfest <peter@stamfest.at>
2694 2003-02-11 10:16  oetiker
2696         * doc/rrdgraph_graph.src: removed lg we do not allow this in the
2697           code at th moment
2699 2003-02-05 18:16  oetiker
2701         * src/rrd_resize.c: rrd resize SHRINK was broken :-) -- Scott Mace
2702           <smace@intt.ORG>
2704 2003-01-31 06:46  oetiker
2706         * src/rrd_graph.c: The NaN check should only use lastgdes when
2707           following a STACK -- Scott Mace <smace@intt.ORG>
2709 2003-01-30 21:39  oetiker
2711         * src/rrd_graph.c: fix stak+nan error ... Scott Mace
2712           <smace@intt.ORG>
2714 2003-01-29 07:17  oetiker
2716         * src/rrd_graph.c: fixed the processing of
2717           TICK:vname#color:frac:legend -- Scott Mace <smace@intt.ORG>
2719 2003-01-25 22:50  oetiker
2721         * CONTRIBUTORS, examples/4charts.pl.in, src/rrd_graph.c,
2722           src/rrd_graph.h: added function (--no-minor) to turn off minor
2723           gridlines on graphs -- Travis Brown <tebrown@csh.rit.edu>
2725 2003-01-16 23:27  oetiker
2727         * src/rrd_fetch.c: fix border condition in rra selection of
2728           rrd_fetch -- Stanislav Sinyagin <ssinyagin@yahoo.com>
2730 2003-01-15 19:24  oetiker
2732         * doc/rrdcreate.pod, doc/rrdgraph-old.pod, doc/rrdgraph.src,
2733           doc/rrdgraph_graph.src, src/rrd_graph.c: * single letter variants
2734           for all graph options -- James Overbeck <grendel@gmo.jp>
2736 2002-12-14 22:30  oetiker
2738         * configure.ac: fix rrdtool compile on solaris where CC for perl is
2739           "gcc -B/usr/ccs/bin/" -- Russell Van Tassell
2740           <russell@loosenut.com>
2742 2002-11-29 11:57  oetiker
2744         * doc/rrdtool.pod: note on info added
2746 2002-11-19 22:33  oetiker
2748         * doc/rrdgraph-old.pod, doc/rrdgraph_graph.src, src/rrd_graph.c:
2749           added g as valid string format value
2751 2002-11-18 23:37  oetiker
2753         * configure.ac: check for -OPT:IEEE_NaN_inf=ON on SGI C compiler --
2754           Albert Chin-A-Young <china@thewrittenword.com>
2756 2002-11-03 15:07  oetiker
2758         * MakeMakefile: fixed
2760 2002-10-24 21:17  oetiker
2762         * src/rrd_cgi.c: added patch for apache 2 compatibility
2764 2002-10-07 06:22  oetiker
2766         * MakeMakefile: keep up with the jhonses
2768 2002-10-07 06:21  oetiker
2770         * src/rrd_graph.c: -z does not take an option -- Tomoyuki Murakami
2771           <tomoyuki@pobox.com>
2773 2002-09-02 18:41  oetiker
2775         * src/rrd_graph.c: fixed leak in VDEF_PERCENT handlin -- Perry Stoll
2776           <perry_stoll@yahoo.com>
2778 2002-08-01 05:42  oetiker
2780         * src/rrd_graph.c: fix for segfault condition in print_calc -- Paul
2781           Clifford <paul.clifford@bbc.co.uk>
2783 2002-07-31 05:42  oetiker
2785         * doc/rrdfetch.pod: improved fetch explanation --
2786           Nenad.Antic@era.ericsson.se
2788 2002-07-13 18:35  oetiker
2790         * src/rrd_graph.h, src/rrd_rpncalc.c, src/rrd_rpncalc.h: fixed
2791           DEF_NAM_FMT definition added double include protection the
2792           rrd_graph.h and rrd_rpncalc.h
2794 2002-07-12 11:20  oetiker
2796         * src/rrd_rpncalc.c: fixed PREV parsing ... Gonzalo Augusto Arana
2797           Tagle <garana@uolsinectis.com.ar>
2799 2002-07-06 15:45  oetiker
2801         * src/rrd_rpncalc.h: new operators must be added at the END of the
2802           sequence ...
2804 2002-07-05 18:57  oetiker
2806         * doc/cdeftutorial.pod, doc/rrdgraph_rpn.src, src/rrd_graph.c,
2807           src/rrd_rpncalc.c, src/rrd_rpncalc.h: new operand on rrdgraph
2808           CDEFs: PREV(xxxx) -- Gonzalo Augusto Arana Tagle
2809           <garana@uolsinectis.com.ar>
2811 2002-07-05 18:47  oetiker
2813         * bindings/perl-shared/RRDs.pm: explain tzset
2815 2002-07-02 10:35  oetiker
2817         * src/rrd_nan_inf.c: fixed DINF for win32
2819 2002-06-29 15:33  alex
2821         * doc/rrdgraph.src, doc/rrdgraph_data.src, doc/rrdgraph_graph.src:
2822           Changed DEF:...
2824 2002-06-29 15:24  alex
2826         * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: Changed
2827           parsing again. Added a DEBUG prefix to all grapher commands
2829 2002-06-29 14:55  alex
2831         * src/rrd_graph_helper.h: Not needed anymore
2833 2002-06-27 19:34  alex
2835         * src/rrd_graph.c, src/rrd_graph.h: DEF now takes "--start" and
2836           "--end" LINEx, AREA and such now take parameter "STACK"
2838 2002-06-23 23:13  alex
2840         * doc/rrdgraph_data.src, doc/rrdgraph_examples.src: Updated docs for
2841           the "DEF ... :step=nnnn" case
2843 2002-06-23 22:29  alex
2845         * src/Makefile.am, src/rrd_fetch.c, src/rrd_graph.c,
2846           src/rrd_resize.c: Added "step=1800" and such to "DEF" Cleaned some
2847           of the signed vs. unsigned problems
2849 2002-06-23 22:28  alex
2851         * src/rrd_format.h, src/rrd_nan_inf.c, src/rrd_nan_inf.h: In stead
2852           of a zillion warnings, only one place gives a warning for DNAN
2854 2002-06-20 00:21  jake
2856         * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.xs,
2857           bindings/perl-shared/ntmake.pl, confignt/config.h,
2858           libraries/freetype-2.0.5/freetype.dsp,
2859           libraries/libart_lgpl-2.3.7/libart.dsp,
2860           libraries/libpng-1.2.0/png.dsp, libraries/zlib-1.1.4/zlib.dsp,
2861           src/rrd.dsp, src/rrd_open.c, src/rrd_tool.h, src/rrdtool.dsp,
2862           src/rrdtool.ncb: More Win32 build changes; thanks to Kerry
2863           Calvert.
2865 2002-06-14 12:15  oetiker
2867         * doc/rrdresize.pod: better explanations -- "Shipway, Steve"
2868           <steve.shipway@eds.com>
2870 2002-05-22 15:25  jake
2872         * doc/rrdtune.pod: Changed intercept to slope for beta parameter in
2873           rrdtune doc.
2875 2002-05-22 05:35  oetiker
2877         * bindings/perl-shared/ntmake.pl,
2878           libraries/cgilib-0.4/cgilib.vcproj,
2879           libraries/freetype-2.0.5/freetype.vcproj,
2880           libraries/libart_lgpl-2.3.7/libart.vcproj,
2881           libraries/libpng-1.2.0/png.vcproj,
2882           libraries/zlib-1.1.4/zlib.vcproj, src/rrd.vcproj,
2883           src/rrd_cgi.vcproj, src/rrdtool.ncb, src/rrdtool.sln,
2884           src/rrdtool.suo, src/rrdtool.vcproj: VC++ .NET (7.0) project files
2885           -- Eric Chamberlain <echamber@socrates.Berkeley.EDU>
2887 2002-05-16 19:18  oetiker
2889         * configure.ac: added -W ... lets have some more warnings ... with
2890           gcc 3.1 985
2892 2002-05-15 06:14  oetiker
2894         * libraries/afm/compile_afm.pl, src/rrd_afm_data.c: afm fixes --
2895           Peter Speck <speck@ruc.dk>
2897 2002-05-14 21:52  jake
2899         * NT-BUILD-TIPS.txt, confignt/config.h,
2900           libraries/libart_lgpl-2.3.7/libart.dsp, src/rrd.dsp,
2901           src/rrd_tool.c, src/rrdtool.dsp: Fix Win32 Build compatibility.
2903 2002-05-14 21:48  oetiker
2905         * src/rrd_restore.c: double free fixed
2907 2002-05-14 05:28  oetiker
2909         * configure.ac, src/rrd_tool.c: make opendir readdir chdir chroot
2910           and thus the serverfunctionality a conditional compile depending
2911           on the presence of the necessary function calls.
2913 2002-05-11 09:09  oetiker
2915         * configure.ac, src/rrd_tool.c, src/rrd_tool.h: make dirent
2916           sys/types and sys/stat autoconfable ....
2918 2002-05-08 20:34  oetiker
2920         * doc/rrdtool.pod, src/rrd_tool.c, src/rrd_tool.h: Add funtionality
2921           to rrdtool to run it as a 'server' -- Hartmut.Vogler@epost.de
2923 2002-05-07 21:58  oetiker
2925         * CONTRIBUTORS, bindings/perl-shared/RRDs.xs, doc/Makefile.am,
2926           doc/rrdtool.pod, doc/rrdxport.pod, examples/shared-demo.pl.in,
2927           src/Makefile.am, src/rrd.h, src/rrd_graph.c, src/rrd_graph.h,
2928           src/rrd_tool.c, src/rrd_xport.c, src/rrd_xport.h: new command
2929           rrdtool xport integrated -- Wolfgang Schrimm
2930           <Wolfgang.Schrimm@urz.uni-heidelberg.de>
2932 2002-05-02 13:23  oetiker
2934         * doc/rrdcreate.pod: typo fixed
2936 2002-04-29 17:11  oetiker
2938         * src/rrd_graph.c: badformat parser fixed ... for good this time I
2939           hope
2941 2002-04-28 19:13  oetiker
2943         * src/rrd_graph.c: inserted PRINT checker at the wrong point ...
2945 2002-04-28 14:14  oetiker
2947         * src/rrd_graph.c: It's nice and simple, the error checker for the
2948           PRINT stuff which is passed to printf() is not allowing certain
2949           valid printf() style operations which make text alignment much
2950           more fun. -- Richard A Steenbergen <ras@e-gerbil.net>
2952 2002-04-24 21:04  oetiker
2954         * examples/cgi-demo.cgi, libraries/libart_lgpl-2.3.7/art_config.h,
2955           src/rrd_graph.c: fixed setlocale issues
2957 2002-04-24 20:54  oetiker
2959         * configure.ac, doc/rrdgraph.src: fixed adress for wishlist
2961 2002-04-24 20:49  oetiker
2963         * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: Patch for
2964           supporting PDF as output format
2966 2002-04-24 20:49  oetiker
2968         * src/rrd_graph.c, src/rrd_graph.h: Modification of rrd_graph.c/h so
2969           it uses dashes for gridlines much like rrdtool 1.0 Avoids drawing
2970           minor vertical gridlines where a major gridline is to avoid
2971           artifacts from having the grey line beneath the red one. Patches
2972           src/rrd_graph.c and src/rrd_graph.h -- Peter Speck <speck@ruc.dk
2974 2002-04-24 20:48  oetiker
2976         * src/rrd_gfx.c: Improvement of svg/eps dash code so it adjusts
2977           dash-lengths for round caps. -- Peter Speck <speck@ruc.dk>
2979 2002-04-24 20:43  oetiker
2981         * src/rrd_graph.c: fixed setlocale issues
2983 2002-04-16 05:00  oetiker
2985         * doc/rrdgraph.src: doc for gridfit by peter
2987 2002-04-15 21:29  oetiker
2989         * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h: Evenly-spaced
2990           y-axis gridlines. I had to split horizontal_grid() into
2991           calc_horizontal_grid and draw_horizontal_grid as the calculated
2992           info is needed in the adjustment code. My previous patch had the
2993           problem that it adjusted the y-axis too late, e.g. after the data
2994           lines was drawn. The result of the calc is stored in struct
2995           ygrid_scale_t which image_desc_t has as a member. --no-gridfit is
2996           implemented. The round-to-integer coordinates for png is moved to
2997           the libart code in rrd_gfx. The 'close path' code is cleaned up so
2998           the node list is left unchanged if you want to save the same graph
2999           in multiple formats in one run. The rounding is done on the scaled
3000           coordinates (zoom). I have made a simple version for logarithmic y
3001           scales as such a scale might have 5 gridlines with 4 difference
3002           spacings. This version only uses y = 10^x values for modifying the
3003           scale. -- Peter Speck <speck@ruc.dk>
3005 2002-04-09 21:35  oetiker
3007         * doc/rrdcgi.pod: remove boguos description of goodfor and refresh
3009 2002-04-09 21:34  oetiker
3011         * bindings/perl-shared/RRDs.xs: removed tzset as it is in rrd_graph
3012           now
3014 2002-04-09 21:34  oetiker
3016         * configure.ac, src/rrd_graph.c: added tzset and setlocale to
3017           rrd_graph
3019 2002-04-07 22:07  oetiker
3021         * src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
3022           src/rrd_afm_data.h: added missing files from peters patch
3024 2002-04-07 20:20  oetiker
3026         * configure.ac, doc/rrdgraph.src, examples/4charts.pl.in,
3027           examples/bigtops.pl, examples/piped-demo.pl,
3028           examples/shared-demo.pl, examples/stripes.pl,
3029           libraries/Makefile.am, libraries/afm, libraries/afm/COPYRIGHT.txt,
3030           libraries/afm/Courier-Bold.afm,
3031           libraries/afm/Courier-BoldOblique.afm,
3032           libraries/afm/Courier-Oblique.afm, libraries/afm/Courier.afm,
3033           libraries/afm/Helvetica-Bold.afm,
3034           libraries/afm/Helvetica-BoldOblique.afm,
3035           libraries/afm/Helvetica-Oblique.afm, libraries/afm/Helvetica.afm,
3036           libraries/afm/Makefile.am, libraries/afm/Symbol.afm,
3037           libraries/afm/Times-Bold.afm, libraries/afm/Times-BoldItalic.afm,
3038           libraries/afm/Times-Italic.afm, libraries/afm/Times-Roman.afm,
3039           libraries/afm/ZapfDingbats.afm, libraries/afm/compile_afm.pl,
3040           libraries/afm/glyphlist.txt, libraries/afm/test-afm.c,
3041           libraries/libart_lgpl-2.3.7/Makefile.in,
3042           libraries/libpng-1.2.0/Makefile.in, src/Makefile.am,
3043           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_tool.c: 3
3044           patches, #3 depends on #1 as EPS uses AFM for stringwidth too.
3045           src/rrd_afm.[ch], src/rrd_afm_data.[ch] and changes to
3046           rrd_gfx.[ch] to use AFM for stringwidth in SVG output.
3047           libraries/afm with .afm files for the standard 14 postscript fonts
3048           and perl script to create src/rrd_afm_data.c Includes small test
3049           program to show examples of calculated stringwidth and actual
3050           stringwidth. Adds EPS output support. Modifies rrd_tool.c as
3051           rrd_graph() changes the argv pointer, and rrd_tool then always
3052           wrote the 200x100 output line to the file (which probably doesn't
3053           do anything for png images, but eps files fail having it after the
3054           %%EOF marker). -- Peter Speck <speck@ruc.dk>
3056 2002-04-06 12:40  alex
3058         * src/rrd_graph.c: Different default font when WIN32 is defined
3060 2002-04-06 12:25  alex
3062         * NT-BUILD-TIPS.txt, bindings/perl-shared/Makefile.PL,
3063           bindings/perl-shared/RRDs.pm, bindings/perl-shared/ntmake.pl,
3064           bindings/perl-shared/t/base.t, doc/Makefile.am,
3065           doc/cdeftutorial.pod, doc/rrdgraph-old.pod,
3066           doc/rrdgraph_graph.src, doc/rrdtutorial.es.pod,
3067           examples/cgi-demo.cgi, examples/cgi-demo.cgi.in,
3068           examples/piped-demo.pl, examples/piped-demo.pl.in,
3069           examples/shared-demo.pl, examples/shared-demo.pl.in,
3070           src/rrd_cgi.c, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
3071           src/rrd_graph.h, src/rrd_tool.h: Removed references to GIF Changed
3072           y0 and such into Y0 and so
3074 2002-04-05 23:51  jake
3076         * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.xs,
3077           bindings/perl-shared/ntmake.pl, confignt, confignt/config.h,
3078           libraries/freetype-2.0.5/freetype.dsp,
3079           libraries/libart_lgpl-2.3.7/libart.dsp,
3080           libraries/libpng-1.2.0/png.dsp, libraries/zlib-1.1.4/zlib.dsp,
3081           src/ntconfig.h, src/rrd.dsp, src/rrd_gfx.c, src/rrd_graph.c,
3082           src/rrd_tool.h, src/rrdtool.dsp, src/rrdtool.dsw: Updated/added
3083           MVSC++ 6.0 project files for compilation of rrd.lib and
3084           rrdtool.exe on Win32. Changes for RRDs compilation on Win32. Moved
3085           src/ntconfig.h to confignt/config.h.
3087 2002-04-03 14:52  oetiker
3089         * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h: As
3090           gfx_canvas_t now has excatly the same lifespan as image_desc_t,
3091           I've made 'gfx_canvas_t canvas' a member of image_desc_t and
3092           dropped it as a separate parameter in all function calls.
3093           imgformat, interlaced and zoom are moved to gfx_canvas_t. I have
3094           dropped my old fontlib-enum as imgformat contains that
3095           information. The gfx_render_xxx switch is moved to rrd_gfx so
3096           rrd_graph is (almost) only bothered with image formats in cmd line
3097           parsing. gfx_close_path is added. gfx_new_dashed_line is added
3098           with 2 new arguments: length of a dash and length between dashes.
3099           gfx_new_line is still there for plain lines. Having dash-length ==
3100           0 creates normal line. rrd_graph.c is not updated for dashed
3101           lines. It's not decided how one should specify which and how lines
3102           are dashed. An extension of the color specification? svg is
3103           updated for dashes and opacity, but libart code is not. I've fixed
3104           indent in SVG, all lines had a space before func decl. etc. Misc
3105           small fixes, e.g. sscanf of gfx_color_t, position of x-axis arrow.
3106           --- Peter Speck <speck@ruc.dk>
3108 2002-04-03 05:32  oetiker
3110         * src/rrd_restore.c: i suck. sorry. add ,0666 to the open(). -- Paul
3111           Vixie <paul@vix.com>
3113 2002-04-02 21:32  oetiker
3115         * bindings/perl-shared/RRDs.xs: added call to tzset to activate TZ
3116           settings -- Paul A Vixie <vixie@vix.com>
3118 2002-04-02 21:31  oetiker
3120         * src/rrd_restore.c: aded missing fcntl.h
3122 2002-04-02 19:37  oetiker
3124         * src/rrd_restore.c: rrd restore should not burn down existing files
3125           -- Paul Vixie <paul@vix.com>
3127 2002-04-01 18:32  oetiker
3129         * NEWS: merged svg update
3131 2002-04-01 18:31  oetiker
3133         * src/rrd_diff.c: "!" takes a higher preference than "||" this means
3134           rrd_update N:: would segfault -- Oliver Cook <ollie@uk.clara.net>
3136 2002-03-28 17:33  jake
3138         * MakeMakefile: Added comment suggesting use of -I flag with
3139           aclocal.
3141 2002-03-26 07:02  oetiker
3143         * doc/rrdgraph.src, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.h:
3144           added SVG support -- Peter Speck <speck@ruc.dk>
3146 2002-03-23 20:41  alex
3148         * src/rrd_graph.c: Better positioning of the pie when it is alone on
3149           the canvas
3151 2002-03-23 20:01  alex
3153         * NEWS: Modified rrd_graph
3155 2002-03-23 19:59  alex
3157         * src/rrd_graph.c, src/rrd_graph.h: Changes in rrd_graph; see NEWS
3159 2002-03-23 09:05  oetiker
3161         * doc/rrdcgi.pod, doc/rrdgraph.src, doc/rrdtutorial.pod: removed
3162           reference to GIF
3164 2002-03-23 09:01  oetiker
3166         * src/Makefile.am, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c:
3167           remove all traces of GIF and make PNG the default
3169 2002-03-23 08:53  oetiker
3171         * src/rrd_graph.c: Move CDEF start pointers if start of cdef is a
3172           step ahead of the start of the data -- Ashok Mandala
3173           <chakri063@yahoo.com>
3175 2002-03-21 22:39  oetiker
3177         * src/rrd_graph.c: fixed color area in legend and fixed color area
3178           in 3d border
3180 2002-03-21 12:00  alex
3182         * src/rrd_graph.c, src/rrd_graph.h: Pie charts didn't have
3183           anti-aliasing; building them clockwise seems to solve this
3184           problem.
3186 2002-03-20 22:48  oetiker
3188         * src/rrd_rpncalc.c: fixed longstanding bug affection CDEFS where
3189           values from rrds with different resolutions got mixed ..
3191 2002-03-17 22:40  alex
3193         * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: Changed the way
3194           circle sections are drawn.
3196 2002-03-13 02:58  alex
3198         * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: New, hopefully
3199           better, implementation of PART drawing
3201 2002-03-12 07:19  oetiker
3203         * libraries/zlib-1.1.3: realy remove zlibe 1.1.3 dir
3205 2002-03-12 07:18  oetiker
3207         * MakeMakefile, configure.ac, examples/bigtops.pl,
3208           examples/piped-demo.pl, examples/shared-demo.pl,
3209           examples/stripes.pl: updated
3211 2002-03-12 07:17  oetiker
3213         * libraries/libart_lgpl-2.3.7,
3214           libraries/libart_lgpl-2.3.7/.cvsignore: ignore generated files
3216 2002-03-12 07:16  oetiker
3218         * libraries/libart_lgpl-2.3.7/libart_lgpl_2.la,
3219           libraries/zlib-1.1.4, libraries/zlib-1.1.4/.cvsignore,
3220           libraries/zlib-1.1.4/Makefile, libraries/zlib-1.1.4/Makefile.in:
3221           missing bits
3223 2002-03-12 06:43  oetiker
3225         * configure.ac: updated to zlib 1.1.4
3227 2002-03-12 06:42  oetiker
3229         * libraries/zlib-1.1.3/ChangeLog, libraries/zlib-1.1.3/FAQ,
3230           libraries/zlib-1.1.3/INDEX, libraries/zlib-1.1.3/Makefile.am,
3231           libraries/zlib-1.1.3/README, libraries/zlib-1.1.3/README.rrdtool,
3232           libraries/zlib-1.1.3/adler32.c,
3233           libraries/zlib-1.1.3/algorithm.txt,
3234           libraries/zlib-1.1.3/compress.c, libraries/zlib-1.1.3/crc32.c,
3235           libraries/zlib-1.1.3/deflate.c, libraries/zlib-1.1.3/deflate.h,
3236           libraries/zlib-1.1.3/descrip.mms, libraries/zlib-1.1.3/example.c,
3237           libraries/zlib-1.1.3/gzio.c, libraries/zlib-1.1.3/infblock.c,
3238           libraries/zlib-1.1.3/infblock.h, libraries/zlib-1.1.3/infcodes.c,
3239           libraries/zlib-1.1.3/infcodes.h, libraries/zlib-1.1.3/inffast.c,
3240           libraries/zlib-1.1.3/inffast.h, libraries/zlib-1.1.3/inffixed.h,
3241           libraries/zlib-1.1.3/inflate.c, libraries/zlib-1.1.3/inftrees.c,
3242           libraries/zlib-1.1.3/inftrees.h, libraries/zlib-1.1.3/infutil.c,
3243           libraries/zlib-1.1.3/infutil.h, libraries/zlib-1.1.3/maketree.c,
3244           libraries/zlib-1.1.3/minigzip.c, libraries/zlib-1.1.3/trees.c,
3245           libraries/zlib-1.1.3/trees.h, libraries/zlib-1.1.3/uncompr.c,
3246           libraries/zlib-1.1.3/zconf.h, libraries/zlib-1.1.3/zlib.3,
3247           libraries/zlib-1.1.3/zlib.dsp, libraries/zlib-1.1.3/zlib.dsw,
3248           libraries/zlib-1.1.3/zlib.h, libraries/zlib-1.1.3/zutil.c,
3249           libraries/zlib-1.1.3/zutil.h, libraries/zlib-1.1.4,
3250           libraries/zlib-1.1.4/ChangeLog, libraries/zlib-1.1.4/FAQ,
3251           libraries/zlib-1.1.4/INDEX, libraries/zlib-1.1.4/Make_vms.com,
3252           libraries/zlib-1.1.4/Makefile, libraries/zlib-1.1.4/Makefile.am,
3253           libraries/zlib-1.1.4/Makefile.am~,
3254           libraries/zlib-1.1.4/Makefile.in,
3255           libraries/zlib-1.1.4/Makefile.riscos, libraries/zlib-1.1.4/README,
3256           libraries/zlib-1.1.4/adler32.c,
3257           libraries/zlib-1.1.4/algorithm.txt,
3258           libraries/zlib-1.1.4/compress.c, libraries/zlib-1.1.4/crc32.c,
3259           libraries/zlib-1.1.4/deflate.c, libraries/zlib-1.1.4/deflate.h,
3260           libraries/zlib-1.1.4/descrip.mms, libraries/zlib-1.1.4/example.c,
3261           libraries/zlib-1.1.4/gzio.c, libraries/zlib-1.1.4/infblock.c,
3262           libraries/zlib-1.1.4/infblock.h, libraries/zlib-1.1.4/infcodes.c,
3263           libraries/zlib-1.1.4/infcodes.h, libraries/zlib-1.1.4/inffast.c,
3264           libraries/zlib-1.1.4/inffast.h, libraries/zlib-1.1.4/inffixed.h,
3265           libraries/zlib-1.1.4/inflate.c, libraries/zlib-1.1.4/inftrees.c,
3266           libraries/zlib-1.1.4/inftrees.h, libraries/zlib-1.1.4/infutil.c,
3267           libraries/zlib-1.1.4/infutil.h, libraries/zlib-1.1.4/maketree.c,
3268           libraries/zlib-1.1.4/minigzip.c, libraries/zlib-1.1.4/trees.c,
3269           libraries/zlib-1.1.4/trees.h, libraries/zlib-1.1.4/uncompr.c,
3270           libraries/zlib-1.1.4/zconf.h, libraries/zlib-1.1.4/zlib.3,
3271           libraries/zlib-1.1.4/zlib.h, libraries/zlib-1.1.4/zlib.html,
3272           libraries/zlib-1.1.4/zutil.c, libraries/zlib-1.1.4/zutil.h:
3273           replace zlib 1.1.3 with zlib 1.1.4
3275 2002-03-10 23:08  alex
3277         * doc/rrdgraph_graph.src, src/rrd_graph.c, src/rrd_graph.h: Pie
3278           chart support added to rrdtool graph
3280 2002-03-10 22:49  oetiker
3282         * MakeMakefile: added quotes to echo
3284 2002-03-10 16:22  alex
3286         * src/rrd_rpncalc.c: Realigned function rpn_calc() Stack checking
3287           now done using a macro
3289 2002-03-10 14:58  alex
3291         * doc/rrdgraph.src, doc/rrdgraph_rpn.src: Fixed some typos/errors
3292           Updated for the NE and ISINF operators in RPN
3294 2002-03-10 14:53  alex
3296         * src/rrd_graph.c: Using the font option resulted in a segfault.
3297           Needs more care, the current change is just a hack
3299 2002-03-10 14:48  alex
3301         * src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added NE and ISINF operands
3302           to RPN
3304 2002-03-10 12:28  oetiker
3306         * MakeMakefile: better version check
3308 2002-03-08 22:14  alex
3310         * doc/rrdtutorial.pod: Needed to escape a wildcard
3312 2002-03-08 22:11  alex
3314         * doc/rrdtutorial.pod: Fixed some typos
3316 2002-02-18 21:52  oetiker
3318         * MakeMakefile, examples/bigtops.pl: added autotools version check
3319           to MakeMakefiles
3321 2002-02-09 06:21  oetiker
3323         * src/rrd_gfx.c: do propper error checking and release memmory when
3324           it is not required anymore
3326 2002-02-08 18:40  oetiker
3328         * src/rrd_cgi.c: allow rrd_cgi to deal with umlauts -- Alexander
3329           Schwartz <alexander.schwartz@gmx.net>
3331 2002-02-03 08:10  oetiker
3333         * doc/rrdcreate.pod: fixed spelling
3335 2002-02-02 14:36  oetiker
3337         * src/rrd_graph.c: fixed data pointer storage
3339 2002-02-01 20:34  oetiker
3341         * src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd_cgi.c,
3342           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3343           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3344           src/rrd_format.c, src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c,
3345           src/rrd_last.c, src/rrd_open.c, src/rrd_resize.c,
3346           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_stat.c,
3347           src/rrd_tool.c, src/rrd_tune.c, src/rrd_update.c: fixed version
3348           number and date/time
3350 2002-02-01 20:29  oetiker
3352         * libraries/libart_lgpl-2.3.7/Makefile,
3353           libraries/libpng-1.2.0/Makefile, src/rrd_graph.c: *** empty log
3354           message ***
3356 2002-01-31 22:44  oetiker
3358         * acinclude.m4: this file and all the external libraries
3359           configurability was contributed by mat zimmermann
3361 2002-01-31 22:43  oetiker
3363         * acinclude.m4, configure.ac, examples/minmax.pl,
3364           libraries/Makefile.am, src/Makefile.am, src/rrd_graph.c: allow use
3365           of libraries already installed on the system
3367 2002-01-31 11:56  oetiker
3369         * src/parsetime.c: make "18:00 yesterday" work Pavel Mores
3370           <pvl@uh.cz>
3372 2002-01-31 07:23  oetiker
3374         * src/rrd_graph.c: weeknumber is not %V which is more appropriate
3375           than %W
3377 2002-01-31 06:36  oetiker
3379         * MakeMakefile: copy ltmain.sh
3381 2002-01-17 20:31  oetiker
3383         * libraries/libpng-1.0.9: this also
3385 2002-01-17 20:30  oetiker
3387         * config/libtool, libraries/gd1.3, libraries/libpng-1.0.9/ANNOUNCE,
3388           libraries/libpng-1.0.9/CHANGES, libraries/libpng-1.0.9/INSTALL,
3389           libraries/libpng-1.0.9/KNOWNBUG, libraries/libpng-1.0.9/LICENSE,
3390           libraries/libpng-1.0.9/Makefil,
3391           libraries/libpng-1.0.9/Makefile.am, libraries/libpng-1.0.9/README,
3392           libraries/libpng-1.0.9/README.rrdtool,
3393           libraries/libpng-1.0.9/TODO, libraries/libpng-1.0.9/Y2KINFO,
3394           libraries/libpng-1.0.9/example.c, libraries/libpng-1.0.9/libpng.3,
3395           libraries/libpng-1.0.9/libpng.txt,
3396           libraries/libpng-1.0.9/libpngpf.3, libraries/libpng-1.0.9/png.5,
3397           libraries/libpng-1.0.9/png.c, libraries/libpng-1.0.9/png.dsp,
3398           libraries/libpng-1.0.9/png.dsw, libraries/libpng-1.0.9/png.h,
3399           libraries/libpng-1.0.9/pngasmrd.h,
3400           libraries/libpng-1.0.9/pngbar.jpg,
3401           libraries/libpng-1.0.9/pngbar.png,
3402           libraries/libpng-1.0.9/pngconf.h,
3403           libraries/libpng-1.0.9/pngerror.c,
3404           libraries/libpng-1.0.9/pnggccrd.c,
3405           libraries/libpng-1.0.9/pngget.c, libraries/libpng-1.0.9/pngmem.c,
3406           libraries/libpng-1.0.9/pngnow.png,
3407           libraries/libpng-1.0.9/pngpread.c,
3408           libraries/libpng-1.0.9/pngread.c, libraries/libpng-1.0.9/pngrio.c,
3409           libraries/libpng-1.0.9/pngrtran.c,
3410           libraries/libpng-1.0.9/pngrutil.c,
3411           libraries/libpng-1.0.9/pngset.c, libraries/libpng-1.0.9/pngtest.c,
3412           libraries/libpng-1.0.9/pngtest.png,
3413           libraries/libpng-1.0.9/pngtrans.c,
3414           libraries/libpng-1.0.9/pngvcrd.c, libraries/libpng-1.0.9/pngwio.c,
3415           libraries/libpng-1.0.9/pngwrite.c,
3416           libraries/libpng-1.0.9/pngwtran.c,
3417           libraries/libpng-1.0.9/pngwutil.c: this is not needed anymore
3419 2002-01-17 20:28  oetiker
3421         * libraries/gd1.3/.cvsignore: killing remains
3423 2002-01-16 23:11  oetiker
3425         * MakeMakefile: added places for download
3427 2002-01-15 22:58  oetiker
3429         * ., .cvsignore, config, config/.cvsignore: ignore irrelevant things
3431 2002-01-15 22:53  oetiker
3433         * libraries/freetype-2.0.5, libraries/freetype-2.0.5/.cvsignore,
3434           libraries/libart_lgpl-2.3.7,
3435           libraries/libart_lgpl-2.3.7/.cvsignore, libraries/libpng-1.2.0,
3436           libraries/libpng-1.2.0/.cvsignore: added new .cvsignore files
3438 2002-01-15 22:51  oetiker
3440         * CONTRIBUTORS, MakeMakefile, Makefile.am, NEWS, config/acconfig.h,
3441           config/aclocal.m4, config/config.guess, config/config.h.in,
3442           config/config.sub, config/install-sh, config/ltconfig,
3443           config/ltmain.sh, config/missing, config/mkinstalldirs,
3444           config/stamp-h, config/stamp-h.in, configure.ac, configure.in,
3445           doc/rrdgraph.src, doc/rrdgraph_graph.src, examples/4charts.pl.in,
3446           examples/bigtops.pl, examples/bigtops.pl.in,
3447           examples/cgi-demo.cgi, examples/minmax.pl, examples/minmax.pl.in,
3448           examples/piped-demo.pl, examples/piped-demo.pl.in,
3449           examples/shared-demo.pl, examples/shared-demo.pl.in,
3450           examples/stripes.pl, examples/stripes.pl.in,
3451           libraries/Makefile.am, libraries/cgilib-0.4/Makefile.am,
3452           libraries/freetype-2.0.5, libraries/freetype-2.0.5-import.txt,
3453           libraries/freetype-2.0.5/Makefile.am,
3454           libraries/freetype-2.0.5/README,
3455           libraries/freetype-2.0.5/ahangles.c,
3456           libraries/freetype-2.0.5/ahglobal.c,
3457           libraries/freetype-2.0.5/ahglyph.c,
3458           libraries/freetype-2.0.5/ahhint.c,
3459           libraries/freetype-2.0.5/ahmodule.c,
3460           libraries/freetype-2.0.5/ahoptim.c,
3461           libraries/freetype-2.0.5/autohint.c,
3462           libraries/freetype-2.0.5/cff.c,
3463           libraries/freetype-2.0.5/cffdrivr.c,
3464           libraries/freetype-2.0.5/cffgload.c,
3465           libraries/freetype-2.0.5/cffload.c,
3466           libraries/freetype-2.0.5/cffobjs.c,
3467           libraries/freetype-2.0.5/cffparse.c,
3468           libraries/freetype-2.0.5/cidgload.c,
3469           libraries/freetype-2.0.5/cidload.c,
3470           libraries/freetype-2.0.5/cidobjs.c,
3471           libraries/freetype-2.0.5/cidparse.c,
3472           libraries/freetype-2.0.5/cidriver.c,
3473           libraries/freetype-2.0.5/ftbase.c,
3474           libraries/freetype-2.0.5/ftbbox.c,
3475           libraries/freetype-2.0.5/ftcache.c,
3476           libraries/freetype-2.0.5/ftcalc.c,
3477           libraries/freetype-2.0.5/ftcchunk.c,
3478           libraries/freetype-2.0.5/ftcglyph.c,
3479           libraries/freetype-2.0.5/ftcimage.c,
3480           libraries/freetype-2.0.5/ftcmanag.c,
3481           libraries/freetype-2.0.5/ftcsbits.c,
3482           libraries/freetype-2.0.5/ftdebug.c,
3483           libraries/freetype-2.0.5/ftextend.c,
3484           libraries/freetype-2.0.5/ftglyph.c,
3485           libraries/freetype-2.0.5/ftgrays.c,
3486           libraries/freetype-2.0.5/ftinit.c,
3487           libraries/freetype-2.0.5/ftlist.c,
3488           libraries/freetype-2.0.5/ftlru.c,
3489           libraries/freetype-2.0.5/ftmac.c, libraries/freetype-2.0.5/ftmm.c,
3490           libraries/freetype-2.0.5/ftnames.c,
3491           libraries/freetype-2.0.5/ftobjs.c,
3492           libraries/freetype-2.0.5/ftoutln.c,
3493           libraries/freetype-2.0.5/ftraster.c,
3494           libraries/freetype-2.0.5/ftrend1.c,
3495           libraries/freetype-2.0.5/ftsmooth.c,
3496           libraries/freetype-2.0.5/ftstream.c,
3497           libraries/freetype-2.0.5/ftsynth.c,
3498           libraries/freetype-2.0.5/ftsystem.c,
3499           libraries/freetype-2.0.5/fttrigon.c,
3500           libraries/freetype-2.0.5/include,
3501           libraries/freetype-2.0.5/include/Makefile.am,
3502           libraries/freetype-2.0.5/include/ahangles.h,
3503           libraries/freetype-2.0.5/include/aherrors.h,
3504           libraries/freetype-2.0.5/include/ahglobal.h,
3505           libraries/freetype-2.0.5/include/ahglyph.h,
3506           libraries/freetype-2.0.5/include/ahhint.h,
3507           libraries/freetype-2.0.5/include/ahloader.h,
3508           libraries/freetype-2.0.5/include/ahmodule.h,
3509           libraries/freetype-2.0.5/include/ahoptim.h,
3510           libraries/freetype-2.0.5/include/ahtypes.h,
3511           libraries/freetype-2.0.5/include/cffdrivr.h,
3512           libraries/freetype-2.0.5/include/cfferrs.h,
3513           libraries/freetype-2.0.5/include/cffgload.h,
3514           libraries/freetype-2.0.5/include/cffload.h,
3515           libraries/freetype-2.0.5/include/cffobjs.h,
3516           libraries/freetype-2.0.5/include/cffparse.h,
3517           libraries/freetype-2.0.5/include/cfftoken.h,
3518           libraries/freetype-2.0.5/include/ciderrs.h,
3519           libraries/freetype-2.0.5/include/cidgload.h,
3520           libraries/freetype-2.0.5/include/cidload.h,
3521           libraries/freetype-2.0.5/include/cidobjs.h,
3522           libraries/freetype-2.0.5/include/cidparse.h,
3523           libraries/freetype-2.0.5/include/cidriver.h,
3524           libraries/freetype-2.0.5/include/cidtoken.h,
3525           libraries/freetype-2.0.5/include/fnterrs.h,
3526           libraries/freetype-2.0.5/include/freetype,
3527           libraries/freetype-2.0.5/include/freetype/Makefile.am,
3528           libraries/freetype-2.0.5/include/freetype/cache,
3529           libraries/freetype-2.0.5/include/freetype/cache/Makefile.am,
3530           libraries/freetype-2.0.5/include/freetype/cache/ftcchunk.h,
3531           libraries/freetype-2.0.5/include/freetype/cache/ftcglyph.h,
3532           libraries/freetype-2.0.5/include/freetype/cache/ftcimage.h,
3533           libraries/freetype-2.0.5/include/freetype/cache/ftcmanag.h,
3534           libraries/freetype-2.0.5/include/freetype/cache/ftcsbits.h,
3535           libraries/freetype-2.0.5/include/freetype/cache/ftlru.h,
3536           libraries/freetype-2.0.5/include/freetype/config,
3537           libraries/freetype-2.0.5/include/freetype/config/Makefile.am,
3538           libraries/freetype-2.0.5/include/freetype/config/ftconfig.h,
3539           libraries/freetype-2.0.5/include/freetype/config/ftheader.h,
3540           libraries/freetype-2.0.5/include/freetype/config/ftmodule.h,
3541           libraries/freetype-2.0.5/include/freetype/config/ftoption.h,
3542           libraries/freetype-2.0.5/include/freetype/freetype.h,
3543           libraries/freetype-2.0.5/include/freetype/ftbbox.h,
3544           libraries/freetype-2.0.5/include/freetype/ftcache.h,
3545           libraries/freetype-2.0.5/include/freetype/ftchapters.h,
3546           libraries/freetype-2.0.5/include/freetype/fterrors.h,
3547           libraries/freetype-2.0.5/include/freetype/ftglyph.h,
3548           libraries/freetype-2.0.5/include/freetype/ftimage.h,
3549           libraries/freetype-2.0.5/include/freetype/ftlist.h,
3550           libraries/freetype-2.0.5/include/freetype/ftmac.h,
3551           libraries/freetype-2.0.5/include/freetype/ftmm.h,
3552           libraries/freetype-2.0.5/include/freetype/ftmoderr.h,
3553           libraries/freetype-2.0.5/include/freetype/ftmodule.h,
3554           libraries/freetype-2.0.5/include/freetype/ftoutln.h,
3555           libraries/freetype-2.0.5/include/freetype/ftrender.h,
3556           libraries/freetype-2.0.5/include/freetype/ftsizes.h,
3557           libraries/freetype-2.0.5/include/freetype/ftsnames.h,
3558           libraries/freetype-2.0.5/include/freetype/ftsynth.h,
3559           libraries/freetype-2.0.5/include/freetype/ftsystem.h,
3560           libraries/freetype-2.0.5/include/freetype/fttrigon.h,
3561           libraries/freetype-2.0.5/include/freetype/fttypes.h,
3562           libraries/freetype-2.0.5/include/freetype/internal,
3563           libraries/freetype-2.0.5/include/freetype/internal/Makefile.am,
3564           libraries/freetype-2.0.5/include/freetype/internal/autohint.h,
3565           libraries/freetype-2.0.5/include/freetype/internal/cfftypes.h,
3566           libraries/freetype-2.0.5/include/freetype/internal/fnttypes.h,
3567           libraries/freetype-2.0.5/include/freetype/internal/ftcalc.h,
3568           libraries/freetype-2.0.5/include/freetype/internal/ftdebug.h,
3569           libraries/freetype-2.0.5/include/freetype/internal/ftdriver.h,
3570           libraries/freetype-2.0.5/include/freetype/internal/ftextend.h,
3571           libraries/freetype-2.0.5/include/freetype/internal/ftmemory.h,
3572           libraries/freetype-2.0.5/include/freetype/internal/ftobjs.h,
3573           libraries/freetype-2.0.5/include/freetype/internal/ftstream.h,
3574           libraries/freetype-2.0.5/include/freetype/internal/internal.h,
3575           libraries/freetype-2.0.5/include/freetype/internal/pcftypes.h,
3576           libraries/freetype-2.0.5/include/freetype/internal/psaux.h,
3577           libraries/freetype-2.0.5/include/freetype/internal/psnames.h,
3578           libraries/freetype-2.0.5/include/freetype/internal/sfnt.h,
3579           libraries/freetype-2.0.5/include/freetype/internal/t1types.h,
3580           libraries/freetype-2.0.5/include/freetype/internal/tttypes.h,
3581           libraries/freetype-2.0.5/include/freetype/t1tables.h,
3582           libraries/freetype-2.0.5/include/freetype/ttnameid.h,
3583           libraries/freetype-2.0.5/include/freetype/tttables.h,
3584           libraries/freetype-2.0.5/include/freetype/tttags.h,
3585           libraries/freetype-2.0.5/include/ft2build.h,
3586           libraries/freetype-2.0.5/include/ftcerror.h,
3587           libraries/freetype-2.0.5/include/ftgrays.h,
3588           libraries/freetype-2.0.5/include/ftraster.h,
3589           libraries/freetype-2.0.5/include/ftrend1.h,
3590           libraries/freetype-2.0.5/include/ftsmerrs.h,
3591           libraries/freetype-2.0.5/include/ftsmooth.h,
3592           libraries/freetype-2.0.5/include/pcf.h,
3593           libraries/freetype-2.0.5/include/pcfdriver.h,
3594           libraries/freetype-2.0.5/include/pcferror.h,
3595           libraries/freetype-2.0.5/include/pcfutil.h,
3596           libraries/freetype-2.0.5/include/psauxerr.h,
3597           libraries/freetype-2.0.5/include/psauxmod.h,
3598           libraries/freetype-2.0.5/include/psmodule.h,
3599           libraries/freetype-2.0.5/include/psnamerr.h,
3600           libraries/freetype-2.0.5/include/psobjs.h,
3601           libraries/freetype-2.0.5/include/pstables.h,
3602           libraries/freetype-2.0.5/include/rasterrs.h,
3603           libraries/freetype-2.0.5/include/sfdriver.h,
3604           libraries/freetype-2.0.5/include/sferrors.h,
3605           libraries/freetype-2.0.5/include/sfobjs.h,
3606           libraries/freetype-2.0.5/include/t1afm.h,
3607           libraries/freetype-2.0.5/include/t1decode.h,
3608           libraries/freetype-2.0.5/include/t1driver.h,
3609           libraries/freetype-2.0.5/include/t1errors.h,
3610           libraries/freetype-2.0.5/include/t1gload.h,
3611           libraries/freetype-2.0.5/include/t1load.h,
3612           libraries/freetype-2.0.5/include/t1objs.h,
3613           libraries/freetype-2.0.5/include/t1parse.h,
3614           libraries/freetype-2.0.5/include/t1tokens.h,
3615           libraries/freetype-2.0.5/include/ttcmap.h,
3616           libraries/freetype-2.0.5/include/ttdriver.h,
3617           libraries/freetype-2.0.5/include/tterrors.h,
3618           libraries/freetype-2.0.5/include/ttgload.h,
3619           libraries/freetype-2.0.5/include/ttinterp.h,
3620           libraries/freetype-2.0.5/include/ttload.h,
3621           libraries/freetype-2.0.5/include/ttobjs.h,
3622           libraries/freetype-2.0.5/include/ttpload.h,
3623           libraries/freetype-2.0.5/include/ttpost.h,
3624           libraries/freetype-2.0.5/include/ttsbit.h,
3625           libraries/freetype-2.0.5/include/winfnt.h,
3626           libraries/freetype-2.0.5/license.txt,
3627           libraries/freetype-2.0.5/pcf.c,
3628           libraries/freetype-2.0.5/pcfdriver.c,
3629           libraries/freetype-2.0.5/pcfread.c,
3630           libraries/freetype-2.0.5/pcfutil.c,
3631           libraries/freetype-2.0.5/psaux.c,
3632           libraries/freetype-2.0.5/psauxmod.c,
3633           libraries/freetype-2.0.5/psmodule.c,
3634           libraries/freetype-2.0.5/psnames.c,
3635           libraries/freetype-2.0.5/psobjs.c,
3636           libraries/freetype-2.0.5/raster.c,
3637           libraries/freetype-2.0.5/sfdriver.c,
3638           libraries/freetype-2.0.5/sfnt.c,
3639           libraries/freetype-2.0.5/sfobjs.c,
3640           libraries/freetype-2.0.5/smooth.c,
3641           libraries/freetype-2.0.5/t1afm.c,
3642           libraries/freetype-2.0.5/t1decode.c,
3643           libraries/freetype-2.0.5/t1driver.c,
3644           libraries/freetype-2.0.5/t1gload.c,
3645           libraries/freetype-2.0.5/t1load.c,
3646           libraries/freetype-2.0.5/t1objs.c,
3647           libraries/freetype-2.0.5/t1parse.c,
3648           libraries/freetype-2.0.5/test_bbox.c,
3649           libraries/freetype-2.0.5/test_trig.c,
3650           libraries/freetype-2.0.5/truetype.c,
3651           libraries/freetype-2.0.5/ttcmap.c,
3652           libraries/freetype-2.0.5/ttdriver.c,
3653           libraries/freetype-2.0.5/ttgload.c,
3654           libraries/freetype-2.0.5/ttinterp.c,
3655           libraries/freetype-2.0.5/ttload.c,
3656           libraries/freetype-2.0.5/ttobjs.c,
3657           libraries/freetype-2.0.5/ttpload.c,
3658           libraries/freetype-2.0.5/ttpost.c,
3659           libraries/freetype-2.0.5/ttsbit.c,
3660           libraries/freetype-2.0.5/type1.c,
3661           libraries/freetype-2.0.5/type1cid.c,
3662           libraries/freetype-2.0.5/winfnt.c, libraries/libart_lgpl-2.3.7,
3663           libraries/libart_lgpl-2.3.7/AUTHORS,
3664           libraries/libart_lgpl-2.3.7/COPYING,
3665           libraries/libart_lgpl-2.3.7/ChangeLog,
3666           libraries/libart_lgpl-2.3.7/INSTALL,
3667           libraries/libart_lgpl-2.3.7/Makefile,
3668           libraries/libart_lgpl-2.3.7/Makefile.am,
3669           libraries/libart_lgpl-2.3.7/Makefile.in,
3670           libraries/libart_lgpl-2.3.7/NEWS,
3671           libraries/libart_lgpl-2.3.7/README,
3672           libraries/libart_lgpl-2.3.7/art_affine.c,
3673           libraries/libart_lgpl-2.3.7/art_affine.h,
3674           libraries/libart_lgpl-2.3.7/art_alphagamma.c,
3675           libraries/libart_lgpl-2.3.7/art_alphagamma.h,
3676           libraries/libart_lgpl-2.3.7/art_bpath.c,
3677           libraries/libart_lgpl-2.3.7/art_bpath.h,
3678           libraries/libart_lgpl-2.3.7/art_config.h,
3679           libraries/libart_lgpl-2.3.7/art_filterlevel.h,
3680           libraries/libart_lgpl-2.3.7/art_gray_svp.c,
3681           libraries/libart_lgpl-2.3.7/art_gray_svp.h,
3682           libraries/libart_lgpl-2.3.7/art_misc.c,
3683           libraries/libart_lgpl-2.3.7/art_misc.h,
3684           libraries/libart_lgpl-2.3.7/art_pathcode.h,
3685           libraries/libart_lgpl-2.3.7/art_pixbuf.c,
3686           libraries/libart_lgpl-2.3.7/art_pixbuf.h,
3687           libraries/libart_lgpl-2.3.7/art_point.h,
3688           libraries/libart_lgpl-2.3.7/art_rect.c,
3689           libraries/libart_lgpl-2.3.7/art_rect.h,
3690           libraries/libart_lgpl-2.3.7/art_rect_svp.c,
3691           libraries/libart_lgpl-2.3.7/art_rect_svp.h,
3692           libraries/libart_lgpl-2.3.7/art_rect_uta.c,
3693           libraries/libart_lgpl-2.3.7/art_rect_uta.h,
3694           libraries/libart_lgpl-2.3.7/art_render.c,
3695           libraries/libart_lgpl-2.3.7/art_render.h,
3696           libraries/libart_lgpl-2.3.7/art_render_gradient.c,
3697           libraries/libart_lgpl-2.3.7/art_render_gradient.h,
3698           libraries/libart_lgpl-2.3.7/art_render_svp.c,
3699           libraries/libart_lgpl-2.3.7/art_render_svp.h,
3700           libraries/libart_lgpl-2.3.7/art_rgb.c,
3701           libraries/libart_lgpl-2.3.7/art_rgb.h,
3702           libraries/libart_lgpl-2.3.7/art_rgb_a_affine.c,
3703           libraries/libart_lgpl-2.3.7/art_rgb_a_affine.h,
3704           libraries/libart_lgpl-2.3.7/art_rgb_affine.c,
3705           libraries/libart_lgpl-2.3.7/art_rgb_affine.h,
3706           libraries/libart_lgpl-2.3.7/art_rgb_affine_private.c,
3707           libraries/libart_lgpl-2.3.7/art_rgb_affine_private.h,
3708           libraries/libart_lgpl-2.3.7/art_rgb_bitmap_affine.c,
3709           libraries/libart_lgpl-2.3.7/art_rgb_bitmap_affine.h,
3710           libraries/libart_lgpl-2.3.7/art_rgb_pixbuf_affine.c,
3711           libraries/libart_lgpl-2.3.7/art_rgb_pixbuf_affine.h,
3712           libraries/libart_lgpl-2.3.7/art_rgb_rgba_affine.c,
3713           libraries/libart_lgpl-2.3.7/art_rgb_rgba_affine.h,
3714           libraries/libart_lgpl-2.3.7/art_rgb_svp.c,
3715           libraries/libart_lgpl-2.3.7/art_rgb_svp.h,
3716           libraries/libart_lgpl-2.3.7/art_rgba.c,
3717           libraries/libart_lgpl-2.3.7/art_rgba.h,
3718           libraries/libart_lgpl-2.3.7/art_svp.c,
3719           libraries/libart_lgpl-2.3.7/art_svp.h,
3720           libraries/libart_lgpl-2.3.7/art_svp_intersect.c,
3721           libraries/libart_lgpl-2.3.7/art_svp_intersect.h,
3722           libraries/libart_lgpl-2.3.7/art_svp_ops.c,
3723           libraries/libart_lgpl-2.3.7/art_svp_ops.h,
3724           libraries/libart_lgpl-2.3.7/art_svp_point.c,
3725           libraries/libart_lgpl-2.3.7/art_svp_point.h,
3726           libraries/libart_lgpl-2.3.7/art_svp_render_aa.c,
3727           libraries/libart_lgpl-2.3.7/art_svp_render_aa.h,
3728           libraries/libart_lgpl-2.3.7/art_svp_vpath.c,
3729           libraries/libart_lgpl-2.3.7/art_svp_vpath.h,
3730           libraries/libart_lgpl-2.3.7/art_svp_vpath_stroke.c,
3731           libraries/libart_lgpl-2.3.7/art_svp_vpath_stroke.h,
3732           libraries/libart_lgpl-2.3.7/art_svp_wind.c,
3733           libraries/libart_lgpl-2.3.7/art_svp_wind.h,
3734           libraries/libart_lgpl-2.3.7/art_uta.c,
3735           libraries/libart_lgpl-2.3.7/art_uta.h,
3736           libraries/libart_lgpl-2.3.7/art_uta_ops.c,
3737           libraries/libart_lgpl-2.3.7/art_uta_ops.h,
3738           libraries/libart_lgpl-2.3.7/art_uta_rect.c,
3739           libraries/libart_lgpl-2.3.7/art_uta_rect.h,
3740           libraries/libart_lgpl-2.3.7/art_uta_svp.c,
3741           libraries/libart_lgpl-2.3.7/art_uta_svp.h,
3742           libraries/libart_lgpl-2.3.7/art_uta_vpath.c,
3743           libraries/libart_lgpl-2.3.7/art_uta_vpath.h,
3744           libraries/libart_lgpl-2.3.7/art_vpath.c,
3745           libraries/libart_lgpl-2.3.7/art_vpath.h,
3746           libraries/libart_lgpl-2.3.7/art_vpath_bpath.c,
3747           libraries/libart_lgpl-2.3.7/art_vpath_bpath.h,
3748           libraries/libart_lgpl-2.3.7/art_vpath_dash.c,
3749           libraries/libart_lgpl-2.3.7/art_vpath_dash.h,
3750           libraries/libart_lgpl-2.3.7/art_vpath_svp.c,
3751           libraries/libart_lgpl-2.3.7/art_vpath_svp.h,
3752           libraries/libart_lgpl-2.3.7/gen_art_config.c,
3753           libraries/libart_lgpl-2.3.7/install-sh,
3754           libraries/libart_lgpl-2.3.7/libart-2.0.pc.in,
3755           libraries/libart_lgpl-2.3.7/libart-config.in,
3756           libraries/libart_lgpl-2.3.7/libart-features.c,
3757           libraries/libart_lgpl-2.3.7/libart-features.h,
3758           libraries/libart_lgpl-2.3.7/libart-features.h.in,
3759           libraries/libart_lgpl-2.3.7/libart.h,
3760           libraries/libart_lgpl-2.3.7/libart_lgpl_2.la,
3761           libraries/libart_lgpl-2.3.7/missing,
3762           libraries/libart_lgpl-2.3.7/mkinstalldirs,
3763           libraries/libart_lgpl-2.3.7/stamp-h.in,
3764           libraries/libart_lgpl-2.3.7/testart.c,
3765           libraries/libart_lgpl-2.3.7/testuta.c, libraries/libpng-1.2.0,
3766           libraries/libpng-1.2.0-import.txt,
3767           libraries/libpng-1.2.0/ANNOUNCE, libraries/libpng-1.2.0/CHANGES,
3768           libraries/libpng-1.2.0/INSTALL, libraries/libpng-1.2.0/KNOWNBUG,
3769           libraries/libpng-1.2.0/LICENSE, libraries/libpng-1.2.0/Makefile,
3770           libraries/libpng-1.2.0/Makefile.am,
3771           libraries/libpng-1.2.0/Makefile.in, libraries/libpng-1.2.0/README,
3772           libraries/libpng-1.2.0/TODO, libraries/libpng-1.2.0/Y2KINFO,
3773           libraries/libpng-1.2.0/example.c, libraries/libpng-1.2.0/libpng.3,
3774           libraries/libpng-1.2.0/libpng.txt,
3775           libraries/libpng-1.2.0/libpngpf.3, libraries/libpng-1.2.0/png.5,
3776           libraries/libpng-1.2.0/png.c, libraries/libpng-1.2.0/png.h,
3777           libraries/libpng-1.2.0/pngasmrd.h,
3778           libraries/libpng-1.2.0/pngbar.jpg,
3779           libraries/libpng-1.2.0/pngbar.png,
3780           libraries/libpng-1.2.0/pngconf.h,
3781           libraries/libpng-1.2.0/pngerror.c,
3782           libraries/libpng-1.2.0/pnggccrd.c,
3783           libraries/libpng-1.2.0/pngget.c, libraries/libpng-1.2.0/pngmem.c,
3784           libraries/libpng-1.2.0/pngnow.png,
3785           libraries/libpng-1.2.0/pngpread.c,
3786           libraries/libpng-1.2.0/pngread.c, libraries/libpng-1.2.0/pngrio.c,
3787           libraries/libpng-1.2.0/pngrtran.c,
3788           libraries/libpng-1.2.0/pngrutil.c,
3789           libraries/libpng-1.2.0/pngset.c, libraries/libpng-1.2.0/pngtest.c,
3790           libraries/libpng-1.2.0/pngtest.png,
3791           libraries/libpng-1.2.0/pngtrans.c,
3792           libraries/libpng-1.2.0/pngvcrd.c, libraries/libpng-1.2.0/pngwio.c,
3793           libraries/libpng-1.2.0/pngwrite.c,
3794           libraries/libpng-1.2.0/pngwtran.c,
3795           libraries/libpng-1.2.0/pngwutil.c, src/Makefile.am,
3796           src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
3797           src/rrd_graph.h, src/rrd_tool.c, src/rrd_tool.h: The BIG graph
3798           update * Replace libgd with libart * Added freetype * Updated zlib
3799           and libpng * rrd_gfx.c intrduced as libart wrapper * LINE takes
3800           now a float as argument * rrdtool uses truetype for fonts * thanks
3801           to libart there is now full alpha transparenc and antialiasing. *
3802           the new option --font lets customize the font and size for various
3803           graph elements * Updated to -> libtool 1.4.2 automake 2.12
3804           autoconf 2.52 * new --zoom commandline option for zoom ans
3805           shrinking -- tobias oetiker
3807 2002-01-04 01:11  alex
3809         * src/rrd_graph.c, src/rrd_graph.h: Reworked rrd_graph_script()
3811 2001-12-24 06:51  alex
3813         * src/rrd_fetch.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c:
3814           A patch of size 44Kbytes... in short: Found and repaired the
3815           off-by-one error in rrd_fetch_fn(). As a result I had to remove
3816           the hacks in rrd_fetch_fn(), rrd_tool.c, vdef_calc(), data_calc(),
3817           data_proc() and reduce_data(). There may be other places which I
3818           didn't find so be careful. Enhanced debugging in rrd_fetch_fn(),
3819           it shows the RRA selection process. Added the ability to print
3820           VDEF timestamps. At the moment it is a hack, I needed it now to
3821           fix the off-by-one error. If the format string is "%c" (and
3822           nothing else!), the time will be printed by both ctime() and as a
3823           long int. Moved some code around (slightly altering it) from
3824           rrd_graph() initializing now in rrd_graph_init() options parsing
3825           now in rrd_graph_options() script parsing now in
3826           rrd_graph_script()
3828 2001-12-22 02:49  alex
3830         * src/rrd_graph.c: Somehow eight lines were missing from function
3831           rrd_graph(). Also fixed minor bug in vdef_calc().
3833 2001-12-17 12:48  oetiker
3835         * src/rrd_fetch.c: fix overflow error ...
3837 2001-12-11 22:55  jake
3839         * src/rrd_info.c: Fixed uninitialized ptr causing seg fault invoking
3840           info for COMPUTE data sources.
3842 2001-11-18 08:41  oetiker
3844         * src/rrd_cgi.c: return "" instead of NULL for <RRD::GETENV
3845           UNKNOWN_VARIABLE> -- Michael <sysadmin@qsl.net>
3847 2001-11-17 16:57  oetiker
3849         * bindings/Makefile.am: fixed path to mkinstalldirs -- Laurent
3850           Saehyun Kim&#65533;<LKim@xo.com>
3852 2001-09-08 18:25  oetiker
3854         * doc/cdeftutorial.pod, doc/rrdtutorial.pod: spelling updates by
3855           Martin Schulze <joey@finlandia.infodrom.north.de>
3857 2001-08-22 22:29  jake
3859         * doc/rrdtune.pod, src/rrd_create.c, src/rrd_hw.c, src/rrd_hw.h,
3860           src/rrd_rpncalc.c, src/rrd_tool.c, src/rrd_tune.c: Contents of
3861           this patch: (1) Adds/revises documentation for rrd tune in
3862           rrd_tool.c and pod files. (2) Moves some initialization code from
3863           rrd_create.c to rrd_hw.c. (3) Adds another pass to smoothing for
3864           SEASONAL and DEVSEASONAL RRAs. This pass computes the coefficients
3865           as deviations from an average; the average is added the baseline
3866           coefficient of HWPREDICT. Statistical texts suggest this to
3867           preserve algorithm stability. It will not invalidate RRD files
3868           created and smoothed with the old code. (4) Adds the
3869           aberrant-reset flag to rrd tune. This operation, which is
3870           specified for a single data source, causes the holt-winters
3871           algorithm to forget everthing it has learned and start over. (5)
3872           Fixes a few out-of-date code comments.
3874 2001-08-13 18:58  oetiker
3876         * src/rrd_graph.c: spell fix for si units (only in comments)
3878 2001-07-28 22:34  alex
3880         * doc/rrdgraph.pod, doc/rrdgraph_data.pod,
3881           doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
3882           doc/rrdgraph_rpn.pod: Removing rrdgraph*.pod from the cvs
3884 2001-07-28 22:21  alex
3886         * doc/Makefile.am, doc/name.inc, doc/rrdgraph.pod,
3887           doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src: Edited Makefile.am
3888           and the rrdgraph_*.src files. By mistake the previous update was
3889           made on the rrdgraph_*.pod files however they are not to be
3890           edited. This is now corrected.
3892 2001-07-26 02:27  alex
3894         * src/rrd_graph_helper.c, src/rrd_graph_helper.h: Supporting
3895           functions for rrd_graph. Functions that are used frequently and/or
3896           from different places should be added here in stead of repeating
3897           them in rrd_graph.c over and over again.
3899 2001-07-26 02:25  alex
3901         * src/rrd_graph.h: Moved most typedefs etc. from rrd_graph.c to this
3902           file
3904 2001-07-26 02:22  alex
3906         * src/rrd_graph.c: Added VDEF TOTAL Moved most typedefs etc. to
3907           rrd_graph.h
3909 2001-07-26 02:19  alex
3911         * src/Makefile.am: Added rrd_graph_helper
3913 2001-07-26 02:15  alex
3915         * doc/rrdgraph_rpn.pod: Updated for VDEF TOTAL
3917 2001-07-26 02:11  alex
3919         * NEWS: Announce of VDEF in rrd_graph
3921 2001-07-21 18:17  alex
3923         * doc/rrdgraph_graph.pod, src/rrd_graph.c: Made PRINT and GPRINT
3924           aware of VDEF statements
3926 2001-07-20 22:34  oetiker
3928         * doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
3929           doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod: missing
3930           documentation ... -- Alex van den Bogaerdt
3931           <alex@slot.hollandcasino.nl>
3933 2001-07-20 22:34  oetiker
3935         * src/rrd_datalang.c: only a comment
3937 2001-07-20 22:33  oetiker
3939         * src/rrd_graph.c: small fixes -- Alex van den Bogaerdt
3940           <alex@slot.hollandcasino.nl>
3942 2001-07-18 22:30  oetiker
3944         * src/rrd_graph.c, src/rrd_rpncalc.c: VDEF and VRULE are comig along
3945           -- Alex van den Bogaerdt <alex@slot.hollandcasino.nl>
3947 2001-06-05 13:42  oetiker
3949         * doc/rrdupdate.pod: spell fix
3951 2001-05-09 05:31  oetiker
3953         * NEWS, doc/rrdcreate.pod, src/rrd_update.c: Bug fix: when update of
3954           multiple PDP/CDP RRAs coincided with interpolation of multiple
3955           PDPs an incorrect value was stored as the CDP. Especially evident
3956           for GAUGE data sources. Minor changes to rrdcreate.pod. -- Jake
3957           Brutlag <jakeb@corp.webtv.net>
3959 2001-03-31 15:21  oetiker
3961         * Makefile.am: added 'all' dependancy to site-perl-install rule as
3962           many seem to skip this step when instaling cricket ... probably an
3963           incomplete cricket doku.
3965 2001-03-15 19:43  oetiker
3967         * PROJECTS: added PROJECTS file
3969 2001-03-11 12:03  oetiker
3971         * src/rrd_rpncalc.c, src/rrd_rpncalc.h: reindented
3973 2001-03-11 11:49  oetiker
3975         * src/rrd_create.c: reindented the cource for better readability
3977 2001-03-10 23:54  oetiker
3979         * NEWS, doc/rrdcreate.pod, doc/rrdinfo.pod, doc/rrdtune.pod,
3980           doc/rrdupdate.pod, src/Makefile.am, src/rrd_create.c,
3981           src/rrd_dump.c, src/rrd_format.c, src/rrd_format.h,
3982           src/rrd_graph.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
3983           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3984           src/rrd_tool.h, src/rrd_update.c: Support for COMPUTE data sources
3985           (CDEF data sources). Removes the RPN parser and calculator from
3986           rrd_graph and puts then in a new file, rrd_rpncalc.c. Changes to
3987           core files rrd_create and rrd_update. Some clean-up of aberrant
3988           behavior stuff, including a bug fix. Documentation update
3989           (rrdcreate.pod, rrdupdate.pod). Change xml format. -- Jake Brutlag
3990           <jakeb@corp.webtv.net>
3992 2001-03-07 21:21  oetiker
3994         * NEWS, doc, doc/.cvsignore, doc/Makefile.am, doc/name.inc,
3995           doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph.src,
3996           doc/rrdgraph_data.src, doc/rrdgraph_examples.src,
3997           doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/see_also.inc,
3998           src/rrd_tune.c: complete rewrite of rrdgraph documentation. This
3999           also includs info on upcomming/planned changes to the rrdgraph
4000           interface and functionality -- Alex van den Bogaerdt
4001           <alex@slot.hollandcasino.nl>
4003 2001-03-04 14:06  oetiker
4005         * trunk/CVSROOT/history: want to keep a history of events
4007 2001-03-04 13:50  oetiker
4009         * NEWS: fidex jackes adderss
4011 2001-03-04 13:12  oetiker
4013         * doc/rrdcreate.pod: added note on counter vs derive -- Don BAARDA
4014           <don.baarda@baesystems.com>
4016 2001-03-04 13:01  oetiker
4018         * NEWS, doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdtool.pod,
4019           doc/rrdtune.pod, src/Makefile.am, src/fnv.h, src/hash_32.c,
4020           src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h,
4021           src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c, src/rrd_open.c,
4022           src/rrd_restore.c, src/rrd_tool.h, src/rrd_tune.c,
4023           src/rrd_update.c, src/rrdupdate.c: Aberrant Behavior Detection
4024           support. A brief overview added to rrdtool.pod. Major updates to
4025           rrd_update.c, rrd_create.c. Minor update to other core files. This
4026           is backwards compatible! But new files using the Aberrant stuff
4027           are not readable by old rrdtool versions. See
4028           http://cricket.sourceforge.net/aberrant/rrd_hw.htm -- Jake Brutlag
4029           <jakeb@corp.webtv.net>
4031 2001-03-04 13:00  oetiker
4033         * examples, examples/.cvsignore: another do not report Makefile and
4034           Makefile.in
4036 2001-03-04 12:51  oetiker
4038         * src/memtest.c: this file has no purpose
4040 2001-03-04 12:32  oetiker
4042         * src/rrdupdate.c: rrdupdate is a generated file it has no place in
4043           cvs
4045 2001-03-04 11:31  oetiker
4047         * ., .cvsignore, CHANGES, bindings, bindings/.cvsignore,
4048           bindings/perl-piped, bindings/perl-piped/.cvsignore,
4049           bindings/perl-shared, bindings/perl-shared/.cvsignore,
4050           bindings/tcl, bindings/tcl/.cvsignore, config, config.log,
4051           config.status, config/.cvsignore, doc, doc/.cvsignore, libraries,
4052           libraries/.cvsignore, libraries/cgilib-0.4,
4053           libraries/cgilib-0.4/.cvsignore, libraries/gd1.3,
4054           libraries/gd1.3/.cvsignore, libraries/libpng-1.0.9,
4055           libraries/libpng-1.0.9/.cvsignore, libraries/zlib-1.1.3,
4056           libraries/zlib-1.1.3/.cvsignore, libtool, src, src/.cvsignore:
4057           repository cleanup
4059 2001-03-04 11:14  oetiker
4061         * doc/rrdupdate.pod, src/rrd_tool.c, src/rrd_update.c: added
4062           at-style-time@value:value syntax to rrd_update -- Dave Bodenstab
4063           <imdave@mcs.net>
4065 2001-03-04 10:29  oetiker
4067         * src/rrd_open.c: fixed filedescriptor leak -- Mike Franusich
4068           <mike@franusich.com>
4070 2001-03-02 22:48  oetiker
4072         * configure.in, libraries/zlib-1.1.3/Makefile.am: added test for
4073           hpux. if matched, compile zlib with -fpic instead of -fPIC
4075 2001-03-01 21:37  oetiker
4077         * configure.in: added check for the presence of the compiler used to
4078           build perl modules
4080 2001-02-25 23:18  oetiker
4082         * config/config.h, configure, doc/test1.ps, doc/test2.ps: they do
4083           not belong into cvs ad they are autogenerated
4085 2001-02-25 22:57  oetiker
4087         * doc/Makefile.am: Fixed ln for modules
4089 2001-02-25 22:53  oetiker
4091         * Makefile.am: fixed compile order ... src before bindings
4093 2001-02-25 22:30  oetiker
4095         * trunk/contrib, trunk/contrib/README, trunk/contrib/add_ds,
4096           trunk/contrib/add_ds/README, trunk/contrib/add_ds/add_ds.pl,
4097           trunk/contrib/add_ds/batch.pl, trunk/contrib/killspike,
4098           trunk/contrib/killspike/README,
4099           trunk/contrib/killspike/killspike.pl,
4100           trunk/contrib/killspike/killspike.pl.in, trunk/contrib/log2rrd,
4101           trunk/contrib/log2rrd/README, trunk/contrib/log2rrd/log2rrd.pl,
4102           trunk/contrib/log2rrd/log2rrd.pl.in, trunk/contrib/php3,
4103           trunk/contrib/php3/INSTALL, trunk/contrib/php3/Makefile,
4104           trunk/contrib/php3/README, trunk/contrib/php3/USAGE,
4105           trunk/contrib/php3/VERSION, trunk/contrib/php3/examples,
4106           trunk/contrib/php3/examples/rrd_create.php,
4107           trunk/contrib/php3/examples/rrd_fetch.php,
4108           trunk/contrib/php3/examples/rrd_graph.php,
4109           trunk/contrib/php3/examples/rrd_last.php,
4110           trunk/contrib/php3/examples/rrd_update.php,
4111           trunk/contrib/php3/php3_rrdtool.c,
4112           trunk/contrib/php3/php3_rrdtool.h, trunk/contrib/php4,
4113           trunk/contrib/php4/.cvsignore, trunk/contrib/php4/INSTALL,
4114           trunk/contrib/php4/Makefile.in, trunk/contrib/php4/README,
4115           trunk/contrib/php4/USAGE, trunk/contrib/php4/acinclude.m4,
4116           trunk/contrib/php4/aclocal.m4, trunk/contrib/php4/build,
4117           trunk/contrib/php4/build/dynlib.mk,
4118           trunk/contrib/php4/build/fastgen.sh,
4119           trunk/contrib/php4/build/library.mk,
4120           trunk/contrib/php4/build/ltlib.mk,
4121           trunk/contrib/php4/build/program.mk,
4122           trunk/contrib/php4/build/rules.mk,
4123           trunk/contrib/php4/build/shtool, trunk/contrib/php4/config.guess,
4124           trunk/contrib/php4/config.m4, trunk/contrib/php4/config.sub,
4125           trunk/contrib/php4/configure, trunk/contrib/php4/configure.in,
4126           trunk/contrib/php4/dynlib.m4, trunk/contrib/php4/examples,
4127           trunk/contrib/php4/examples/rrd_create.php,
4128           trunk/contrib/php4/examples/rrd_fetch.php,
4129           trunk/contrib/php4/examples/rrd_graph.php,
4130           trunk/contrib/php4/examples/rrd_last.php,
4131           trunk/contrib/php4/examples/rrd_update.php,
4132           trunk/contrib/php4/install-sh, trunk/contrib/php4/ltconfig,
4133           trunk/contrib/php4/ltmain.sh, trunk/contrib/php4/missing,
4134           trunk/contrib/php4/mkinstalldirs,
4135           trunk/contrib/php4/php_config.h.in,
4136           trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c,
4137           trunk/contrib/rrd-file-icon, trunk/contrib/rrd-file-icon/README,
4138           trunk/contrib/rrd-file-icon/rrd.png, trunk/contrib/rrdexplorer,
4139           trunk/contrib/rrdexplorer/README.txt,
4140           trunk/contrib/rrdexplorer/map.cgi,
4141           trunk/contrib/rrdexplorer/png.cgi, trunk/contrib/rrdfetchnames,
4142           trunk/contrib/rrdfetchnames/README,
4143           trunk/contrib/rrdfetchnames/rrdfetchnames.pl,
4144           trunk/contrib/rrdlastds, trunk/contrib/rrdlastds/README,
4145           trunk/contrib/rrdlastds/rrdlastds.pl, trunk/contrib/rrdproc,
4146           trunk/contrib/rrdproc/README, trunk/contrib/rrdproc/rrdproc.c,
4147           trunk/contrib/rrdview, trunk/contrib/rrdview/README,
4148           trunk/contrib/rrdview/rrdview.cgi, trunk/contrib/snmpstats,
4149           trunk/contrib/snmpstats/README,
4150           trunk/contrib/snmpstats/SNMPstats.pl, trunk/contrib/trytime,
4151           trunk/contrib/trytime/.deps,
4152           trunk/contrib/trytime/.deps/trytime.P,
4153           trunk/contrib/trytime/Makefile, trunk/contrib/trytime/Makefile.am,
4154           trunk/contrib/trytime/Makefile.in, trunk/contrib/trytime/README,
4155           trunk/contrib/trytime/trytime.c, trunk/website,
4156           trunk/website/.img, trunk/website/.img/.imgdot-1x1-transp.gif,
4157           trunk/website/.pics, trunk/website/.pics/CAIDAlogo.120.gif,
4158           trunk/website/.pics/CAIDAlogo.120.png,
4159           trunk/website/.pics/CAIDAlogo.gif,
4160           trunk/website/.pics/CAIDAlogo.png,
4161           trunk/website/.pics/CAIDAlogo.spons.png,
4162           trunk/website/.pics/CAIDAlogo.xpm,
4163           trunk/website/.pics/CAIDAlogo2.gif,
4164           trunk/website/.pics/CAIDAlogo_small.gif,
4165           trunk/website/.pics/b.gif, trunk/website/.pics/b.png,
4166           trunk/website/.pics/background.xcf, trunk/website/.pics/bbo.gif,
4167           trunk/website/.pics/bbo.png, trunk/website/.pics/bco.gif,
4168           trunk/website/.pics/bco.png, trunk/website/.pics/border.gif,
4169           trunk/website/.pics/bro.gif, trunk/website/.pics/bro.png,
4170           trunk/website/.pics/ecke.gif, trunk/website/.pics/logo-apache.gif,
4171           trunk/website/.pics/logo-apache.small.gif,
4172           trunk/website/.pics/logo-extra.gif,
4173           trunk/website/.pics/logo-linux.gif,
4174           trunk/website/.pics/logo-wml.gif, trunk/website/.pics/rrddemo.gif,
4175           trunk/website/.pics/rrdlogdemo.gif,
4176           trunk/website/.pics/rrdtool.gif, trunk/website/.pics/rrdtool.xar,
4177           trunk/website/.pics/unten.gif, trunk/website/.ttf,
4178           trunk/website/.ttf/futurab.ttf, trunk/website/.ttf/futurabc.ttf,
4179           trunk/website/.ttf/futurabi.ttf, trunk/website/.ttf/futurah.ttf,
4180           trunk/website/.ttf/futurahi.ttf, trunk/website/.ttf/futurak.ttf,
4181           trunk/website/.ttf/futural.ttf, trunk/website/.ttf/futuralc.ttf,
4182           trunk/website/.ttf/futurali.ttf, trunk/website/.ttf/futuram.ttf,
4183           trunk/website/.ttf/futuramc.ttf, trunk/website/.ttf/futurami.ttf,
4184           trunk/website/.ttf/futuran.ttf, trunk/website/.ttf/futurani.ttf,
4185           trunk/website/.ttf/futuraxk.ttf, trunk/website/.ttf/futurbci.ttf,
4186           trunk/website/.ttf/futurlci.ttf, trunk/website/.ttf/futurmci.ttf,
4187           trunk/website/.ttf/futurxkc.ttf, trunk/website/.ttf/futurxki.ttf,
4188           trunk/website/.ttf/futuxkci.ttf, trunk/website/.ttf/trebuc.ttf,
4189           trunk/website/.ttf/trebucbd.ttf, trunk/website/.ttf/trebucbi.ttf,
4190           trunk/website/.ttf/trebucit.ttf, trunk/website/.ttf/zinjaron.ttf,
4191           trunk/website/.wml, trunk/website/.wml/navbar.inc,
4192           trunk/website/.wml/nestednavbar.inc,
4193           trunk/website/.wml/template.inc, trunk/website/.wml/tobis.inc,
4194           trunk/website/.wmlrc, trunk/website/compiling.wml,
4195           trunk/website/contributors.wml, trunk/website/developers.wml,
4196           trunk/website/download.wml, trunk/website/frontends,
4197           trunk/website/frontends/bigsister.wml,
4198           trunk/website/frontends/bronc.wml,
4199           trunk/website/frontends/cricket.wml,
4200           trunk/website/frontends/flowscan.wml,
4201           trunk/website/frontends/fwgold.wml,
4202           trunk/website/frontends/hoth.wml,
4203           trunk/website/frontends/index.wml,
4204           trunk/website/frontends/nmis.wml, trunk/website/frontends/nrg.wml,
4205           trunk/website/frontends/ntop.wml,
4206           trunk/website/frontends/orca.wml,
4207           trunk/website/frontends/remstats.wml,
4208           trunk/website/frontends/rrgrapher.wml,
4209           trunk/website/frontends/slamon.wml, trunk/website/gallery,
4210           trunk/website/gallery/alex-01.bash,
4211           trunk/website/gallery/alex-01.png,
4212           trunk/website/gallery/alex-01.wml,
4213           trunk/website/gallery/bkw-01.gif, trunk/website/gallery/bkw-01.pl,
4214           trunk/website/gallery/bkw-01.wml,
4215           trunk/website/gallery/blair-01-a.png,
4216           trunk/website/gallery/blair-01-b.png,
4217           trunk/website/gallery/blair-01-c.png,
4218           trunk/website/gallery/blair-01-d.png,
4219           trunk/website/gallery/blair-01-e.png,
4220           trunk/website/gallery/blair-01-f.png,
4221           trunk/website/gallery/blair-01.wml,
4222           trunk/website/gallery/chris-01.wml,
4223           trunk/website/gallery/chris-01temp.png,
4224           trunk/website/gallery/chris-01wind.png,
4225           trunk/website/gallery/colleen-01.gif,
4226           trunk/website/gallery/colleen-01.wml,
4227           trunk/website/gallery/edvard-01.png,
4228           trunk/website/gallery/edvard-01.wml,
4229           trunk/website/gallery/index.wml,
4230           trunk/website/gallery/jeff-01.png,
4231           trunk/website/gallery/jeff-01.wml,
4232           trunk/website/gallery/neal-01.png,
4233           trunk/website/gallery/neal-01.wml,
4234           trunk/website/gallery/simon-01.png,
4235           trunk/website/gallery/simon-01.wml,
4236           trunk/website/gallery/steve-01.gif,
4237           trunk/website/gallery/steve-01.wml, trunk/website/index.wml,
4238           trunk/website/license.wml, trunk/website/mailinglists.wml,
4239           trunk/website/manual, trunk/website/manual/bin_dec_hex.wml,
4240           trunk/website/manual/cdeftutorial.wml,
4241           trunk/website/manual/index.wml,
4242           trunk/website/manual/rpntutorial.wml,
4243           trunk/website/manual/rrdcgi.wml,
4244           trunk/website/manual/rrdcreate.wml,
4245           trunk/website/manual/rrddump.wml,
4246           trunk/website/manual/rrdfetch.wml,
4247           trunk/website/manual/rrdgraph.wml,
4248           trunk/website/manual/rrdinfo.wml,
4249           trunk/website/manual/rrdlast.wml,
4250           trunk/website/manual/rrdresize.wml,
4251           trunk/website/manual/rrdrestore.wml,
4252           trunk/website/manual/rrdtune.wml,
4253           trunk/website/manual/rrdtutorial.es.wml,
4254           trunk/website/manual/rrdtutorial.wml,
4255           trunk/website/manual/rrdupdate.wml, trunk/website/news.wml,
4256           trunk/website/perlbind, trunk/website/perlbind/RRDp.wml,
4257           trunk/website/perlbind/RRDs.wml, trunk/website/perlbind/index.wml,
4258           trunk/website/rrdcgi.wml, trunk/website/screen.wml,
4259           trunk/website/site-sync, trunk/website/tutorial,
4260           trunk/website/tutorial/bin_dec_hex.wml,
4261           trunk/website/tutorial/cdeftutorial.wml,
4262           trunk/website/tutorial/index.wml,
4263           trunk/website/tutorial/rpntutorial.wml,
4264           trunk/website/tutorial/rrdtutorial.es.wml,
4265           trunk/website/tutorial/rrdtutorial.ps,
4266           trunk/website/tutorial/rrdtutorial.wml: Initial revision
4268 2001-02-25 22:25  oetiker
4270         * ., 00README, CHANGES, CONTRIBUTORS, COPYING, COPYRIGHT,
4271           MakeMakefile, Makefile.am, NT-BUILD-TIPS.txt, README, TODO,
4272           bindings, bindings/Makefile.am, bindings/perl-piped,
4273           bindings/perl-piped/MANIFEST, bindings/perl-piped/Makefile.PL,
4274           bindings/perl-piped/README, bindings/perl-piped/RRDp.pm,
4275           bindings/perl-piped/leaktest.pl, bindings/perl-piped/rrdpl.dsp,
4276           bindings/perl-piped/rrdpl.dsw, bindings/perl-piped/t,
4277           bindings/perl-piped/t/base.t, bindings/perl-shared,
4278           bindings/perl-shared/MANIFEST, bindings/perl-shared/Makefile.PL,
4279           bindings/perl-shared/README, bindings/perl-shared/RRDs.pm,
4280           bindings/perl-shared/RRDs.xs, bindings/perl-shared/ntmake.pl,
4281           bindings/perl-shared/rrdpl.dsp, bindings/perl-shared/rrdpl.dsw,
4282           bindings/perl-shared/t, bindings/perl-shared/t/base.t,
4283           bindings/tcl, bindings/tcl/Makefile.am, bindings/tcl/README,
4284           bindings/tcl/ifOctets.tcl, bindings/tcl/tclrrd.c, config,
4285           config.log, config.status, config/Makefile.am, config/acconfig.h,
4286           config/aclocal.m4, config/config.guess, config/config.h,
4287           config/config.h.in, config/config.sub, config/install-sh,
4288           config/libtool, config/libtool/libtool.m4, config/ltconfig,
4289           config/ltmain.sh, config/missing, config/mkinstalldirs,
4290           config/stamp-h, config/stamp-h.in, configure, configure.in, doc,
4291           doc/Makefile.am, doc/bin_dec_hex.pod, doc/cdeftutorial.pod,
4292           doc/rpntutorial.pod, doc/rrdcgi.pod, doc/rrdcreate.pod,
4293           doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdgraph.pod,
4294           doc/rrdinfo.pod, doc/rrdlast.pod, doc/rrdresize.pod,
4295           doc/rrdrestore.pod, doc/rrdtool.pod, doc/rrdtune.pod,
4296           doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod,
4297           doc/test1.ps, doc/test2.ps, examples, examples/4charts.pl.in,
4298           examples/Makefile.am, examples/bigtops.pl, examples/bigtops.pl.in,
4299           examples/cgi-demo.cgi, examples/cgi-demo.cgi.in,
4300           examples/minmax.pl, examples/minmax.pl.in, examples/piped-demo.pl,
4301           examples/piped-demo.pl.in, examples/shared-demo.pl,
4302           examples/shared-demo.pl.in, examples/stripes.pl,
4303           examples/stripes.pl.in, libraries, libraries/Makefile.am,
4304           libraries/cgilib-0.4, libraries/cgilib-0.4/Makefile.am,
4305           libraries/cgilib-0.4/cgi.5, libraries/cgilib-0.4/cgi.c,
4306           libraries/cgilib-0.4/cgi.h, libraries/cgilib-0.4/cgiDebug.3,
4307           libraries/cgilib-0.4/cgiGetValue.3,
4308           libraries/cgilib-0.4/cgiHeader.3, libraries/cgilib-0.4/cgiInit.3,
4309           libraries/cgilib-0.4/cgiRedirect.3,
4310           libraries/cgilib-0.4/cgilib.dsp, libraries/cgilib-0.4/cgilib.dsw,
4311           libraries/cgilib-0.4/cgitest.c, libraries/cgilib-0.4/jumpto.c,
4312           libraries/cgilib-0.4/readme, libraries/gd1.3,
4313           libraries/gd1.3/Makefile.am, libraries/gd1.3/README.rrdtool,
4314           libraries/gd1.3/demoin.gif, libraries/gd1.3/gd.c,
4315           libraries/gd1.3/gd.dsp, libraries/gd1.3/gd.dsw,
4316           libraries/gd1.3/gd.h, libraries/gd1.3/gddemo.c,
4317           libraries/gd1.3/gdfontg.c, libraries/gd1.3/gdfontg.h,
4318           libraries/gd1.3/gdfontl.c, libraries/gd1.3/gdfontl.h,
4319           libraries/gd1.3/gdfontmb.c, libraries/gd1.3/gdfontmb.h,
4320           libraries/gd1.3/gdfonts.c, libraries/gd1.3/gdfonts.h,
4321           libraries/gd1.3/gdfontt.c, libraries/gd1.3/gdfontt.h,
4322           libraries/gd1.3/gdlucidab10.c, libraries/gd1.3/gdlucidab10.h,
4323           libraries/gd1.3/gdlucidab12.c, libraries/gd1.3/gdlucidab12.h,
4324           libraries/gd1.3/gdlucidab14.c, libraries/gd1.3/gdlucidab14.h,
4325           libraries/gd1.3/gdlucidan10.c, libraries/gd1.3/gdlucidan10.h,
4326           libraries/gd1.3/gdlucidan12.c, libraries/gd1.3/gdlucidan12.h,
4327           libraries/gd1.3/gdlucidan14.c, libraries/gd1.3/gdlucidan14.h,
4328           libraries/gd1.3/giftogd.c, libraries/gd1.3/index.html,
4329           libraries/gd1.3/mathmake.c, libraries/gd1.3/mtables.c,
4330           libraries/gd1.3/readme.txt, libraries/gd1.3/webgif.c,
4331           libraries/libpng-1.0.9, libraries/libpng-1.0.9/ANNOUNCE,
4332           libraries/libpng-1.0.9/CHANGES, libraries/libpng-1.0.9/INSTALL,
4333           libraries/libpng-1.0.9/KNOWNBUG, libraries/libpng-1.0.9/LICENSE,
4334           libraries/libpng-1.0.9/Makefil,
4335           libraries/libpng-1.0.9/Makefile.am, libraries/libpng-1.0.9/README,
4336           libraries/libpng-1.0.9/README.rrdtool,
4337           libraries/libpng-1.0.9/TODO, libraries/libpng-1.0.9/Y2KINFO,
4338           libraries/libpng-1.0.9/example.c, libraries/libpng-1.0.9/libpng.3,
4339           libraries/libpng-1.0.9/libpng.txt,
4340           libraries/libpng-1.0.9/libpngpf.3, libraries/libpng-1.0.9/png.5,
4341           libraries/libpng-1.0.9/png.c, libraries/libpng-1.0.9/png.dsp,
4342           libraries/libpng-1.0.9/png.dsw, libraries/libpng-1.0.9/png.h,
4343           libraries/libpng-1.0.9/pngasmrd.h,
4344           libraries/libpng-1.0.9/pngbar.jpg,
4345           libraries/libpng-1.0.9/pngbar.png,
4346           libraries/libpng-1.0.9/pngconf.h,
4347           libraries/libpng-1.0.9/pngerror.c,
4348           libraries/libpng-1.0.9/pnggccrd.c,
4349           libraries/libpng-1.0.9/pngget.c, libraries/libpng-1.0.9/pngmem.c,
4350           libraries/libpng-1.0.9/pngnow.png,
4351           libraries/libpng-1.0.9/pngpread.c,
4352           libraries/libpng-1.0.9/pngread.c, libraries/libpng-1.0.9/pngrio.c,
4353           libraries/libpng-1.0.9/pngrtran.c,
4354           libraries/libpng-1.0.9/pngrutil.c,
4355           libraries/libpng-1.0.9/pngset.c, libraries/libpng-1.0.9/pngtest.c,
4356           libraries/libpng-1.0.9/pngtest.png,
4357           libraries/libpng-1.0.9/pngtrans.c,
4358           libraries/libpng-1.0.9/pngvcrd.c, libraries/libpng-1.0.9/pngwio.c,
4359           libraries/libpng-1.0.9/pngwrite.c,
4360           libraries/libpng-1.0.9/pngwtran.c,
4361           libraries/libpng-1.0.9/pngwutil.c, libraries/zlib-1.1.3,
4362           libraries/zlib-1.1.3/ChangeLog, libraries/zlib-1.1.3/FAQ,
4363           libraries/zlib-1.1.3/INDEX, libraries/zlib-1.1.3/Makefile.am,
4364           libraries/zlib-1.1.3/README, libraries/zlib-1.1.3/README.rrdtool,
4365           libraries/zlib-1.1.3/adler32.c,
4366           libraries/zlib-1.1.3/algorithm.txt,
4367           libraries/zlib-1.1.3/compress.c, libraries/zlib-1.1.3/crc32.c,
4368           libraries/zlib-1.1.3/deflate.c, libraries/zlib-1.1.3/deflate.h,
4369           libraries/zlib-1.1.3/descrip.mms, libraries/zlib-1.1.3/example.c,
4370           libraries/zlib-1.1.3/gzio.c, libraries/zlib-1.1.3/infblock.c,
4371           libraries/zlib-1.1.3/infblock.h, libraries/zlib-1.1.3/infcodes.c,
4372           libraries/zlib-1.1.3/infcodes.h, libraries/zlib-1.1.3/inffast.c,
4373           libraries/zlib-1.1.3/inffast.h, libraries/zlib-1.1.3/inffixed.h,
4374           libraries/zlib-1.1.3/inflate.c, libraries/zlib-1.1.3/inftrees.c,
4375           libraries/zlib-1.1.3/inftrees.h, libraries/zlib-1.1.3/infutil.c,
4376           libraries/zlib-1.1.3/infutil.h, libraries/zlib-1.1.3/maketree.c,
4377           libraries/zlib-1.1.3/minigzip.c, libraries/zlib-1.1.3/trees.c,
4378           libraries/zlib-1.1.3/trees.h, libraries/zlib-1.1.3/uncompr.c,
4379           libraries/zlib-1.1.3/zconf.h, libraries/zlib-1.1.3/zlib.3,
4380           libraries/zlib-1.1.3/zlib.dsp, libraries/zlib-1.1.3/zlib.dsw,
4381           libraries/zlib-1.1.3/zlib.h, libraries/zlib-1.1.3/zutil.c,
4382           libraries/zlib-1.1.3/zutil.h, libtool, rrdtool.spec, src,
4383           src/Makefile.am, src/gdpng.c, src/getopt.c, src/getopt.h,
4384           src/getopt1.c, src/gifsize.c, src/memtest.c, src/ntconfig.h,
4385           src/parsetime.c, src/parsetime.h, src/pngsize.c, src/rd_cgi.dsp,
4386           src/rrd.dsp, src/rrd.dsw, src/rrd.h, src/rrd_cgi.c,
4387           src/rrd_cgi.dsp, src/rrd_create.c, src/rrd_diff.c, src/rrd_dump.c,
4388           src/rrd_error.c, src/rrd_fetch.c, src/rrd_format.c,
4389           src/rrd_format.h, src/rrd_graph.c, src/rrd_info.c, src/rrd_last.c,
4390           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
4391           src/rrd_stat.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c,
4392           src/rrd_update.c, src/rrdtool.dsp, src/rrdtool.dsw,
4393           src/rrdupdate.c: Initial revision
4395 2001-02-25 16:09  oetiker
4397         * trunk/rrdtool, trunk/rrdtool/README: Initial revision
4399 2001-02-25 15:29  cvs
4401         * trunk/CVSROOT, trunk/CVSROOT/checkoutlist,
4402           trunk/CVSROOT/commitinfo, trunk/CVSROOT/config,
4403           trunk/CVSROOT/cvswrappers, trunk/CVSROOT/editinfo,
4404           trunk/CVSROOT/loginfo, trunk/CVSROOT/modules,
4405           trunk/CVSROOT/notify, trunk/CVSROOT/rcsinfo,
4406           trunk/CVSROOT/taginfo, trunk/CVSROOT/verifymsg: initial checkin
4408 2001-02-25 15:29  
4410         * branches, tags, trunk: New repository initialized by cvs2svn.