Code

Imported upstream version 1.2.28.
[pkg-rrdtool.git] / CHANGES
1 2008-07-23 13:45  oetiker
3         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
4           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
5           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
6           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
7           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
8           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
9           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
10           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
11           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
12           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
13           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
14           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
15           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
16           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
17           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
18           src/rrdupdate.c: prepare for the release of rrdtool-1.2.28
20 2008-07-23 13:45  oetiker
22         * netware/Makefile, src/rrd_tool.h, win32/Makefile: build fixes by
23           Guenter Knauf
25 2008-07-22 15:15  oetiker
27         * src/rrd_create.c, trunk/program/src/rrd_create.c: Fix for #167 -
28           rrdcreate is arguably missing a check for 'step>=1' for RRAs with
29           AVERAGE as a CF. I ran into this when specifying 0.6 as a step
30           value, assuming floats were also accepted. Patch attached here. --
31           Bogdan
33 2008-06-29 16:24  oetiker
35         * src/rrd_update.c: add filename to illegal update message -- he at
36           uninett.no
38 2008-06-19 13:18  oetiker
40         * bindings/python/rrdtoolmodule.c,
41           trunk/program/bindings/python/rrdtoolmodule.c: rrdtool.fetch is
42           returning an extra, bogus, data point. Attached is a patch to
43           correct this. - Gilad Raphaelli. Fix for #161
45 2008-06-08 16:25  oetiker
47         * bindings/python/rrdtoolmodule.c: The python bindings do not
48           currently support retrieval of the rpn expression in COMPUTE data
49           sources. Attached is a patch that duplicates functionality from
50           rrd_info.c to expose the correct data source attributes via the
51           python binding. It: * exposes the rpn expression in the 'cdef'
52           element for DST_CDEF data source types * exposes the heartbeat,
53           min, and max only to the other data source types
55 2008-06-08 16:23  oetiker
57         * src/pngsize.c, trunk/program/src/pngsize.c: fix for ticket #121
58           jmpbuf on aix is a problem it seems, maybe this makes it better.
60 2008-06-06 16:38  oetiker
62         * src/rrd_graph.c, trunk/program/src/rrd_graph.c: fix for --font bug
63           (font names wer not being picked up at all). Bug reported by
64           Dmitry B. Bigunayk
66 2008-06-01 20:31  oetiker
68         * src/rrd_not_thread_safe.c: fliped order of rrd_context entries to
69           match up with what was defined in rrd.h (based on debuan bug
70           450578
72 2008-05-31 12:28  oetiker
74         * src/rrd_graph.c, trunk/program/src/rrd_graph.c: make sure vdef
75           calcs only calc as far as originally requested.
77 2008-05-12 15:33  oetiker
79         * doc/rrdcreate.pod, src/rrd_update.c,
80           trunk/program/doc/rrdcreate.pod, trunk/program/src/rrd_update.c:
81           Fixed handling of unknown data at PDP build time. There was a long
82           standing (even documented) missfeature in rrdtool which caused
83           uknown-data to be accepted as long as it was less than the mrhb.
84           This was never the intended behaviour and had interesting side
85           effects (http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you
86           have a 60 Second step with 59s unknown data and 1 second of known
87           data the whole become known data as long as the mrhb was > step.
88           The intended behaviour was that a step should become unknown as
89           soon as it contains more than 50% of unknown data. The patch fixes
90           both the documentation and the code.
92 2008-05-04 18:54  oetiker
94         * src/rrd_getopt.c, src/rrd_getopt1.c: make studio 11 happy ...
95           http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38555
97 2008-04-16 15:50  oetiker
99         * doc/rrdgraph.pod, trunk/program/doc/rrdgraph.pod: fixed 2. x-grid
100           example ... since the lable is valid for the whole day, it must be
101           86400 wide. --tobi
103 2008-04-12 09:21  oetiker
105         * src/parsetime.c, trunk/program/src/parsetime.c: do not mess with
106           dst status after running localtime, the system gets confused
107           otherwhise when it comes to times during the switch over periode
108           as DST changes to non DST. -- tobi
110 2008-03-25 22:37  oetiker
112         * examples/Makefile.am: make out-of-tree builds possible for the
113           examples directory too.
115 2008-02-25 07:11  oetiker
117         * src/rrd_fetch.c, trunk/program/src/rrd_fetch.c: Ignore RRA-end
118           when comparing. coverage.
120 2008-02-24 14:30  oetiker
122         * src/rrd_restore.c: added for for invalid number of ds entries
124 2008-02-21 07:21  oetiker
126         * configure.ac: make ruby obej destdir
128 2008-02-19 12:56  oetiker
130         * src/rrd_create.c, src/rrd_info.c, src/rrd_restore.c,
131           trunk/program/src/rrd_create.c, trunk/program/src/rrd_info.c,
132           trunk/program/src/rrd_restore.c: Generate a random cur_row for
133           each RRA during create/restore operations. This effectively
134           randomizes the block crossings among RRDs created around the same
135           time. Previously, RRDs that were created/restored en masse would
136           cross block boundaries simultaneously, which is sub-optimal. Also,
137           this patch enables the user to see the RRA's cur_row pointer via
138           rrdinfo. This was useful during debugging. -- kevin brintnall
139           kbrint qwest.net
141 2008-02-17 10:09  oetiker
143         * rrdtool-1.2-release: prepare for the release of rrdtool-1.2.27
145 2008-02-17 10:08  oetiker
147         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
148           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
149           src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
150           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
151           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
152           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
153           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
154           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
155           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
156           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
157           src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
158           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
159           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
160           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
161           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
162           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for
163           1.2.27 release
165 2008-02-14 07:25  oetiker
167         * doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdgraph_graph.pod,
168           doc/rrdgraph_rpn.pod, doc/rrdtutorial.pod: fixes for better web
169           rendering
171 2008-02-04 18:17  oetiker
173         * COPYRIGHT: added ZPL 2.1 to floss exception
175 2008-02-01 06:52  oetiker
177         * src/rrd_graph.c, trunk/program/src/rrd_graph.c: fixed parsing of
178           fontnames with embeded spaces
180 2008-01-14 16:47  oetiker
182         * bindings/tcl/tclrrd.c, configure.ac, src/rrd_cgi.c: * fix fadvice
183           and madvice inclusion ... again * fix rrdcgi warning * fix
184           warnings in tcl bindings -- Peter Breitenlohner peb mppmu.mpg.de
186 2008-01-12 18:36  oetiker
188         * src/rrd_graph.c: weekday and time are too tight
190 2007-12-08 22:17  oetiker
192         * configure.ac: fixing the solaris build
194 2007-11-23 18:18  oetiker
196         * netware/Makefile, src/rrd_update.c, win32/Makefile: updates for
197           netware and mingw32 ... allows for crosscompilation
199 2007-11-22 12:33  oetiker
201         * src/rrd_update.c: make update compile for mingw32 3.4.5
203 2007-11-21 10:51  oetiker
205         * configure.ac: fixedspellingfor netbsd
207 2007-11-21 06:57  oetiker
209         * bindings/perl-shared/Makefile.PL, configure.ac, src/rrd_tool.h,
210           src/rrd_update.c: * improve portability of compile environment to
211           netbsd and solaris
213 2007-11-20 00:15  oetiker
215         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
216           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
217           src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
218           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
219           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
220           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
221           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
222           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
223           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
224           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
225           src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
226           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
227           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
228           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
229           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
230           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
231           release of rrdtool-1.2.26
233 2007-11-19 23:40  oetiker
235         * src/rrd_graph.c: when checking if min and max were equal, the
236           action aplied was not working for negative values of min and max.
238 2007-11-19 23:40  oetiker
240         * configure.ac, src/rrd_tool.h: strings was not included ev if it
241           was around
243 2007-11-19 16:50  oetiker
245         * src/rrd_gfx.c: fix pointer in png image
247 2007-11-14 13:53  oetiker
249         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
250           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
251           src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
252           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
253           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
254           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
255           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
256           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
257           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
258           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
259           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
260           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
261           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
262           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
263           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
264           release of rrdtool-1.2.25
266 2007-11-14 13:53  oetiker
268         * src/pngsize.c: make aix users happy and compile there too
270 2007-11-14 13:53  oetiker
272         * src/rrd_open.c: don't exit when fadvise does not work .. after all
273           we can live without it ...
275 2007-11-13 02:21  oetiker
277         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
278           doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c, src/pngsize.c,
279           src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
280           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
281           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
282           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
283           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
284           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
285           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
286           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
287           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
288           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
289           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
290           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
291           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
292           src/rrdupdate.c: prepare for the release of rrdtool-1.2.24
294 2007-11-13 02:18  oetiker
296         * configure.ac: updated for 1.2.24
298 2007-11-13 02:16  oetiker
300         * src/rrd_create.c: revert the dontneed fadvise patch this is only
301           for 1.3
303 2007-11-13 02:13  oetiker
305         * src/rrd_fetch.c: revert the dontneed patch ... this is for 1.3
306           exclusively
308 2007-11-08 10:13  oetiker
310         * bindings/ruby/main.c: must use int2num to prevent overflows --
311           Mike Perham mperham gmail.com
313 2007-09-02 16:47  oetiker
315         * doc/rrdgraph_graph.pod: horizontal is the correct spelling
317 2007-08-01 15:25  oetiker
319         * src/rrd_xport.c: fixed 64bit portability error ... unigned long is
320           not equal to int
322 2007-07-25 20:32  oetiker
324         * src/rrd_update.c: check if intput is integer in any case not only
325           when the previouse value wave != U
327 2007-07-16 06:34  oetiker
329         * bindings/ruby/main.c: fixed rrd_featch and added rrd_info to ruby
330           bindings
332 2007-07-12 20:33  oetiker
334         * doc/rrdtutorial.pod: improved wording
336 2007-07-11 23:06  oetiker
338         * src/rrd_create.c: stop rrd_create from leaking on failure ... vito
339           caputo
341 2007-07-05 15:14  oetiker
343         * src/rrd_graph_helper.c: fix potential segfault ... if time_t is
344           not a %li 5~
346 2007-07-05 15:14  oetiker
348         * bindings/tcl/Makefile.am: fix tcl build system
350 2007-06-15 21:41  oetiker
352         * rrdtool.spec: rrdtool.spec from Jarod "redhat" Wilson
354 2007-06-13 16:50  oetiker
356         * bindings/ruby/main.c: be more helpful when raising rb_eTypeError
357           in string_arr string_arr_new(VALUE rb_strings). This patch
358           indicates which index is in error as well as the type you are
359           erroneously passing. --anonymous
361 2007-05-30 11:26  oetiker
363         * src/rrd_update.c: dropping cache after update does not help (in
364           this implementation)
366 2007-05-22 20:46  oetiker
368         * configure.ac: fixed spelling
370 2007-05-22 20:44  oetiker
372         * configure.ac, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c: *
373           better tests for madvise, fadvise and fdatasync * fix inclusion of
374           fcntl.h * clenups for configure.ac -- Bernhard Fischer rep dot nop
375           gmail com
377 2007-05-19 05:47  oetiker
379         * configure.ac: update defines according to manual pageentry
381 2007-05-18 16:40  oetiker
383         * configure.ac, src/rrd_update.c: added madvise MADV_RANDOM is
384           rrd_update uses mmap
386 2007-05-18 11:56  oetiker
388         * configure.ac, src/rrd_create.c, src/rrd_fetch.c, src/rrd_update.c:
389           * dropping in rrd_update is probably overkill since we may be
390           dropping too much. * in create we have to flush before dropping. *
391           read fcntl.h after defining the __USE_XOPEN2K * fix drop code in
392           fetch ...
394 2007-05-17 11:38  oetiker
396         * configure.ac, src/rrd_create.c, src/rrd_fetch.c, src/rrd_open.c,
397           src/rrd_update.c: now the fadvise code actually compiles ... let
398           the testing begin.
400 2007-05-17 08:44  oetiker
402         * examples/perftest.pl.in: new better ? performance test ... work in
403           progress
405 2007-05-17 08:44  oetiker
407         * configure.ac, src/Makefile.am, src/rrd_create.c, src/rrd_fetch.c,
408           src/rrd_open.c, src/rrd_update.c: added posix_fadvise support
409           (untested) ... this should help performance by stopping read-ahead
410           and droping buffer cache for all rrd data except the file header
411           portion. Newly created files are fdsynced to disk and released
412           from cache after creation, to soften the blow on buffer cache by
413           creating new rrds.
415 2007-05-16 20:35  oetiker
417         * src/rrd_open.c: remove tabs and replace with 8 spaces
419 2007-05-15 08:39  oetiker
421         * bindings/Makefile.am: use libdir instead of exec_prefix/lib ...
422           maybe someone wants their libraries in another place
424 2007-05-15 08:36  oetiker
426         * bindings/Makefile.am, bindings/python/setup.py: yet another
427           attempt to make the python build environment REALY cool
429 2007-05-09 15:26  oetiker
431         * bindings/Makefile.am, bindings/python/setup.py: make sure the
432           python extension gets the final resting place of the rrdlibrary
433           compiled in ...
435 2007-05-08 15:10  oetiker
437         * bindings/Makefile.am: ruby complained about finding a previous
438           copy of the rrdtool extension ... very odd thing actually ...
439           adding RUBYARCHDIR= seems to help ...
441 2007-05-06 19:38  oetiker
443         * src/rrd_graph.c: don't use round since it is c99 ... use
444           floor(x+0.5) for positive numbers instead.
446 2007-05-06 08:50  oetiker
448         * src/rrd_hw.c: print the name of the HW cf in debug mode -- Helge
449           Oldach
451 2007-05-03 12:49  oetiker
453         * src/rrd_graph.c: added some more rounding for int to float
454           comparisons
456 2007-05-03 12:43  oetiker
458         * src/rrd_graph.c: Testing an double and an integer for equality is
459           bound to produce odd results on times. Don't do it! --
460           rrdtool@oldach.net
462 2007-05-02 18:06  oetiker
464         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
465           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
466           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
467           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
468           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
469           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
470           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
471           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
472           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
473           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
474           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
475           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
476           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
477           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
478           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
479           src/rrdupdate.c: prepare for the release of rrdtool-1.2.23
481 2007-05-02 18:05  oetiker
483         * bindings/Makefile.am: fix python install for virgin systems
485 2007-05-02 15:31  oetiker
487         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
488           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
489           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
490           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
491           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
492           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
493           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
494           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
495           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
496           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
497           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
498           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
499           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
500           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
501           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
502           src/rrdupdate.c: prepare for the release of rrdtool-1.2.22
504 2007-05-02 15:31  oetiker
506         * README, bindings/perl-shared/RRDs.ppd,
507           bindings/perl-shared/ntmake.pl, debian/copyright, debian/watch,
508           doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/see_also.inc:
509           fixed old urls in code
511 2007-05-02 15:23  oetiker
513         * bindings/Makefile.am: fix python for staged installs
515 2007-05-02 05:08  oetiker
517         * bindings/tcl/tclrrd.c: fixed path to rrd_format.h in tcl bindings
519 2007-05-01 20:41  oetiker
521         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
522           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
523           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
524           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
525           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
526           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
527           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
528           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
529           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
530           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
531           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
532           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
533           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
534           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
535           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
536           src/rrdupdate.c: prepare for the release of rrdtool-1.2.21
538 2007-05-01 20:40  oetiker
540         * src/rrd_graph.c: if the graph goes 'down' minval must be hanged
541           instead
543 2007-05-01 16:36  oetiker
545         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
546           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
547           src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
548           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
549           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
550           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
551           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
552           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
553           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
554           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
555           src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
556           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
557           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
558           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
559           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
560           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
561           release of rrdtool-1.2.20
563 2007-05-01 16:24  oetiker
565         * netware/Makefile, win32/Makefile: updated win32 and netware
566           Makefiles -- Guenter Knauf
568 2007-05-01 16:23  oetiker
570         * src/rrd_create.c, src/rrd_update.c: added some const casts
572 2007-05-01 16:19  oetiker
574         * doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: added
575           --alt-autoscale-min (see --alt-autoscale-max) -- Helge Oldach
577 2007-04-10 05:43  oetiker
579         * src/rrd_graph.c: untabified rrd_graph.c
581 2007-04-10 05:41  oetiker
583         * src/rrd_graph.c: use the shorthand for vidx ...
585 2007-04-10 05:27  oetiker
587         * src/rrd_graph.c, src/rrd_graph.h: the rrd_graph_check_vname
588           function is not used anywhere in the code ...
590 2007-04-06 07:28  oetiker
592         * src/rrd_gfx.c: release font resources after thy have been used ...
593           -- Travis Spencer
595 2007-04-02 06:21  oetiker
597         * doc/rrdthreads.pod, src/fnv.h, src/hash_32.c, src/rrd.h,
598           src/rrd_create.c, src/rrd_fetch.c, src/rrd_format.c,
599           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.h,
600           src/rrd_update.c: new function rrd_fetch_r() (and make the strings
601           const char* instead of char*). The only difference between
602           rrd_fetch_r() and rrd_fetch_fn() is that rrd_fetch_r() receives
603           the consolidation function as a string (instead of an enum cf_en)
604           and is thread-safe -- Sam Umbach
606 2007-04-02 06:18  oetiker
608         * src/rrd_restore.c: make xml2rrd more robust on invalid input --
609           Florian Forster
611 2007-03-29 19:08  oetiker
613         * doc/rrdruby.pod: added vardef
615 2007-03-15 21:10  oetiker
617         * src/rrd_tool.c: fix the snprintf call for vtag ... it was using
618           the wrong size -- kili
620 2007-03-15 21:03  oetiker
622         * src/rrd_thread_safe.c: fixed strerror_r usage ... #85
624 2007-03-11 13:08  oetiker
626         * Makefile.am, bindings/Makefile.am, doc/Makefile.am,
627           examples/Makefile.am, netware/Makefile, win32/Makefile,
628           win32/rrd.dsp, win32/rrdtool.dsp: fix netware and win32 makefiles
629           for new getopt names
631 2007-03-11 13:04  oetiker
633         * src/art_rgba_svp.h, src/fnv.h, src/gdpng.c, src/hash_32.c,
634           src/parsetime.c, src/parsetime.h, src/pngsize.c, src/rrd.h,
635           src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
636           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
637           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
638           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
639           src/rrd_format.c, src/rrd_format.h, src/rrd_getopt.c,
640           src/rrd_getopt.h, src/rrd_getopt1.c, src/rrd_gfx.c, src/rrd_gfx.h,
641           src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
642           src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
643           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
644           src/rrd_nan_inf.c, src/rrd_nan_inf.h, src/rrd_not_thread_safe.c,
645           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
646           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
647           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
648           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
649           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
650           src/rrdupdate.c, src/strftime.c, src/strftime.h, src/unused.h,
651           src/win32comp.c: enable ID keyword in all source files
653 2007-03-11 12:57  oetiker
655         * examples/Makefile.am: do not use gnuisms in Makefile rules ($<)
657 2007-03-11 12:41  oetiker
659         * netware/Makefile: use Guenters latest Netware Makefile ...
661 2007-03-10 17:44  oetiker
663         * configure.ac: axe the double quotes on $perlcc in configure to
664           allow for program names with arguments.
666 2007-03-10 17:36  oetiker
668         * src/rrd_update.c: integers can be negative ... fixed the test for
669           this in rrd_update -- rians cc usu edu
671 2007-03-03 11:03  oetiker
673         * Makefile.am, bindings/ruby/extconf.rb, configure.ac: * build
674           extensions last since this seems to be most likely to fail * do
675           more testing before building the ruby extension
677 2007-02-24 17:23  oetiker
679         * src/rrd_dump.c, src/rrd_info.c, src/rrd_tune.c: fix memmory
680           problem in rrd_dump.c
682 2007-02-14 18:54  oetiker
684         * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: new
685           operator ABS added --
687 2007-02-14 18:48  oetiker
689         * src/Makefile.am, src/getopt.c, src/getopt.h, src/getopt1.c,
690           src/rrd_getopt.c, src/rrd_getopt.h, src/rrd_getopt1.c,
691           src/rrd_tool.h: renamed getopt to rrd_getopt to avoid confusion on
692           some systems ...
694 2007-02-14 18:47  oetiker
696         * src/rrd_tool.c: cosmetic fix for usage message -- günter knauff
698 2007-02-14 18:46  oetiker
700         * Makefile.am: added new win32 component to the release tarball
702 2007-02-14 18:46  oetiker
704         * src/get_ver.awk, win32/rrd.dsp, win32/rrd_config.h.msvc,
705           win32/rrdtool.dsp: updates to the windows build system by guenter
706           knauff
708 2007-02-14 06:53  oetiker
710         * doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: allow
711           --units-length to reserve label space even when --y-grid=none is
712           in effect [#75], tobi
714 2007-02-14 06:33  oetiker
716         * src/parsetime.c: parsing absolute time should not send us 30,000
717           years into the future -- Tatsuki Makino tatsuki_makino hotmail.com
719 2007-02-14 06:31  oetiker
721         * src/rrd_cgi.c: Printstrftime on rrd_cgi.c returns an illegal
722           value. It causes segmentation fault error. -- Tatsuki Makino
723           tatsuki_makino hotmail.com
725 2007-02-09 22:19  oetiker
727         * netware/Makefile, src/rrd_tool.h, win32/Makefile: more build
728           patches from Günter Knauf
730 2007-02-08 06:01  oetiker
732         * netware/Makefile, win32/Makefile: updates for Win32 and NW
733           Makefiles -- Guenter Knauf
735 2007-02-08 05:54  oetiker
737         * src/Makefile.am: added get_ver.awk to release
739 2007-02-08 05:51  oetiker
741         * configure.ac: there is no Makefile.in for python anymore!
743 2007-02-07 21:35  oetiker
745         * src/rrd_gfx.c: DPRINTF may not be the ideal define ... use
746           something more RRDish ... like RRDPRINTF
748 2007-02-07 21:35  oetiker
750         * Makefile.am, configure.ac: use setup.py for python install and
751           build work instad of trying todo it on our own
753 2007-02-07 21:31  oetiker
755         * bindings/Makefile.am: added Makefile targets for python
757 2007-02-07 21:30  oetiker
759         * bindings/python/Makefile.am, bindings/python/Setup.in,
760           bindings/python/setup.py: python does no get built externally
762 2007-02-02 18:22  oetiker
764         * COPYRIGHT: added IBM Public License to the list of Exceptions
766 2007-02-02 12:19  oetiker
768         * src/rrd_gfx.c, src/rrd_rpncalc.c: increasse portability (no //
769           comment, no ... arguments for cpp)
771 2007-02-01 22:00  oetiker
773         * bindings/tcl/tclrrd.c: we should use the headers from the local
774           rrdtool setup and not the system ones!
776 2007-02-01 05:51  oetiker
778         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
779           configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
780           src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
781           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
782           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
783           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
784           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
785           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
786           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
787           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
788           src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
789           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
790           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
791           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
792           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
793           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
794           release of rrdtool-1.2.19
796 2007-02-01 05:45  oetiker
798         * bindings/python/Makefile.am: libtool builds shared libraries
799           anyway, no need for extra LDFLAGS that bite non GNU ld versions
801 2007-01-29 16:47  oetiker
803         * src/rrd_tool.c: resolve snprintf overflow warning by using sizeof
804           -- Anna Bernathova suse cz
806 2007-01-23 20:54  oetiker
808         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
809           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
810           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
811           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
812           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
813           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
814           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
815           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
816           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
817           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
818           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
819           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
820           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
821           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
822           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
823           src/rrdupdate.c: prepare for the release of rrdtool-1.2.18
825 2007-01-23 20:52  oetiker
827         * src/rrd_fetch.c: the change from R920 to fetch was not helping ...
828           no low res got prefered in non full coverage situations ..
830 2007-01-23 17:30  oetiker
832         * src/rrd_graph.c: another control sequence that got lost ...
834 2007-01-23 08:28  oetiker
836         * src/rrd_graph_helper.c: read up to full potential length of
837           gdp->rrd
839 2007-01-22 16:34  oetiker
841         * doc/rrdgraph_graph.pod: added missing B formatting instruction
843 2007-01-22 10:49  oetiker
845         * rrdtool-1.2-release: create non version link
847 2007-01-22 10:33  oetiker
849         * src/rrd_graph.c: prepare for the release of rrdtool-1.2.17
851 2007-01-22 10:29  oetiker
853         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
854           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
855           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
856           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
857           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
858           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
859           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
860           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
861           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
862           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
863           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
864           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
865           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
866           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
867           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
868           src/rrdupdate.c: prepare for the release of rrdtool-1.2.17
870 2007-01-22 10:28  oetiker
872         * doc/rrdgraph_graph.pod, src/rrd_graph.c: introduced \n as an alias
873           for \l since people seem to be using it despite the documentation
874           not talking about this ... so now it is official and I bet there
875           will soon be people asking why this was only working at the end of
876           a line. -- tobi
878 2007-01-21 22:22  oetiker
880         * doc/rrdgraph_examples.pod: removed mentiones of \n ...
882 2007-01-20 22:54  oetiker
884         * bindings/Makefile.am: prepare for the release of rrdtool-1.2.16
886 2007-01-20 22:48  oetiker
888         * bindings/Makefile.am: prepare for the release of rrdtool-1.2.16
890 2007-01-20 22:22  oetiker
892         * bindings/Makefile.am: prepare for the release of rrdtool-1.2.16
894 2007-01-20 20:19  oetiker
896         * rrdtool-1.2-release: prepare for the release of rrdtool-1.2.16
898 2007-01-20 20:17  oetiker
900         * rrdtool-1.2-release: prepare for the release of rrdtool-1.2.16
902 2007-01-20 20:16  oetiker
904         * rrdtool-1.2-release: prepare for the release of rrdtool-1.2.16
906 2007-01-20 20:03  oetiker
908         * bindings/tcl/tclrrd.c: this did not compile after integrating the
909           new fetchlast command -- Andy Riebs
911 2007-01-20 16:41  oetiker
913         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
914           configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
915           src/Makefile.am, src/gdpng.c, src/pngsize.c, src/rrd.h,
916           src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
917           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
918           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
919           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
920           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
921           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
922           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
923           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
924           src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
925           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
926           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
927           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
928           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
929           src/rrdupdate.c: prepare for the release of rrdtool-1.2.16
931 2007-01-20 16:39  oetiker
933         * Makefile.am, configure.ac, rrdtool-1.2-release: get ready for
934           1.2.16 release
936 2007-01-18 23:43  oetiker
938         * doc/rrdlastupdate.pod: aargh another missing bit from lastupdate
939           added ...
941 2007-01-17 23:35  oetiker
943         * netware/Makefile, src/rrd_lastupdate.c, win32/Makefile: finish
944           integration of lastupdate commmand ...
946 2007-01-17 21:31  oetiker
948         * acinclude.m4, bindings/tcl/tclrrd.c, doc/Makefile.am,
949           src/Makefile.am, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c:
950           New functions lastupdate to efficiently get the last values fed
951           into the rrd ... this also changes that the last values get stored
952           even for ABSOLUTE and GAUGE data sources ... -- andy.riebs hp.com
954 2006-12-16 16:14  oetiker
956         * src/rrd_error.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c:
957           add missing \0 to the end of several strncpy strings
959 2006-12-16 16:13  oetiker
961         * src/rrd_update.c: replace malloc/strncpy by strdup add \0 to the
962           end of several strncpy strings add missing free fix error string
963           rendering :... makes no sense here
965 2006-12-16 16:11  oetiker
967         * src/rrd.h: move headers around to make more sense
969 2006-12-16 16:10  oetiker
971         * src/rrd_not_thread_safe.c: init the context on first call
973 2006-12-16 16:05  oetiker
975         * src/rrd_graph.h: make sure there is ample space in the static
976           strings
978 2006-12-16 16:04  oetiker
980         * src/rrd_graph.c: oops 99 is the last item
982 2006-12-16 16:02  oetiker
984         * src/rrd_graph.c: it is sufficient to set the last item to 0
986 2006-12-16 16:02  oetiker
988         * src/Makefile.am: getopt is required for rrdupdate too (there are
989           platforms where this is not in libc ... eg solaris)
991 2006-12-16 16:01  oetiker
993         * src/rrdupdate.c: we have 2006 now
995 2006-12-16 15:56  oetiker
997         * src/rrd_not_thread_safe.c: it makes no sense allocating an array
998           and then asiging it to a fixed string ... this caused stuff to
999           crash badly as long error strings were assigned.
1001 2006-12-11 19:11  oetiker
1003         * doc/rrdbuild.pod: added note on alternate CFLAGS for Forte
1005 2006-12-07 19:51  oetiker
1007         * src/rrd_graph.c: c is a valid formatting character
1009 2006-11-19 11:15  oetiker
1011         * src/rrd_graph.c: fixed typo
1013 2006-11-06 06:53  oetiker
1015         * src/rrd_fetch.c: when fetching, don't pick a higher res rra just
1016           because it's coverage at the 'end' of the requested range is
1017           better ... -- Sebastian Pachuta seba123 seba123.webd.pl
1019 2006-10-27 14:03  oetiker
1021         * examples/perftest.pl.in: use integer time
1023 2006-10-26 22:26  oetiker
1025         * configure.ac, examples/Makefile.am, examples/perftest.pl.in: added
1026           perftest tool
1028 2006-10-25 17:19  oetiker
1030         * src/Makefile.am: do not distribute windows files anymore ...
1032 2006-10-25 17:18  oetiker
1034         * Makefile.am: distribute win32 and netware build files too
1036 2006-10-25 17:17  oetiker
1038         * MakeMakefile: do not remove Makefiles from win32 and netware build
1039           dirs
1041 2006-10-25 17:12  oetiker
1043         * MakeMakefile, bindings/Makefile.am, bindings/ruby/main.c: fix
1044           build procedure for ruby (clean target) don't run autoreconf at
1045           the end of MakeMakefiles as this has a tendency todo the wrong
1046           things
1048 2006-10-25 16:39  oetiker
1050         * MakeMakefile: added path to sepp
1052 2006-10-25 16:30  oetiker
1054         * MakeMakefile: aclocal expects a space after -I ...
1056 2006-10-25 16:24  oetiker
1058         * MakeMakefile: tell aclocal where to find its config ...
1060 2006-10-25 16:11  oetiker
1062         * MakeMakefile: aclocal show know where it's stuff is ...
1064 2006-10-22 21:20  oetiker
1066         * src/parsetime.c: make time paring more robust ... it can now deal
1067           with time date date time time date + xxx date time + xxx
1069 2006-10-22 21:09  oetiker
1071         * src/rrd_graph.c: check if valid control codes are in use
1073 2006-10-22 16:01  oetiker
1075         * bindings/ruby/test.rb: fixed ruby demo
1077 2006-10-22 16:01  oetiker
1079         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm: fixed
1080           address
1082 2006-10-03 07:52  oetiker
1084         * src/rrdupdate.c: added missing file
1086 2006-09-28 12:38  oetiker
1088         * doc/rrdruby.pod: fixed doc regarding site install
1090 2006-09-27 21:48  oetiker
1092         * bindings/Makefile.am, bindings/ruby, bindings/ruby/CHANGES,
1093           bindings/ruby/README, bindings/ruby/extconf.rb,
1094           bindings/ruby/main.c, bindings/ruby/test.rb, configure.ac: added
1095           ruby bindings ... thanks to Loïs LHERBIER lois.lherbier covadis.ch
1097 2006-09-27 21:46  oetiker
1099         * src/Makefile.am, src/rrd_update.c: make rrdupdate realy light as
1100           it was intended in the first place -- Peter Breitenlohner peb
1101           mppmu.mpg.de
1103 2006-09-27 21:45  oetiker
1105         * src/parsetime.c: tod can come after the date as well as before the
1106           date
1108 2006-09-18 05:45  oetiker
1110         * netware/Makefile: fix faild netware makefile merge -- Guenter
1111           Knauf
1113 2006-09-17 21:08  oetiker
1115         * src/rrd_update.c: make mvs stop complaining about uninitialized
1116           variables ... -- norman wheeler bigpond.com
1118 2006-09-17 21:05  oetiker
1120         * doc/rrd-beginners.pod: fixed spelling -- Peter Breitenlohner
1122 2006-09-17 20:46  oetiker
1124         * configure.ac, examples/Makefile.am: fix generation of cgi-demo.cgi
1125           -- Peter Breitenlohner peb mppmu.mpg.de
1127 2006-09-17 20:31  oetiker
1129         * MakeMakefile, bindings/Makefile.am, bindings/perl-shared/RRDs.xs,
1130           configure.ac, netware/Makefile, src/getopt.c, src/getopt1.c,
1131           src/rrd_afm.c, src/rrd_tool.h, win32/Makefile: make rrdtool use
1132           rrd_config.h instead of config.h since this is just bound to lead
1133           to confusion when the wrong config.h gets sourced -- Guenter Knauf
1134           fix clean target in bindings directory
1136 2006-09-10 19:30  oetiker
1138         * win32/rrd.dsp, win32/rrd.vcproj, win32/rrdtool.dsp,
1139           win32/rrdtool.dsw, win32/rrdtool.plg: the msvc files need dos file
1140           endings ...
1142 2006-09-10 19:26  oetiker
1144         * src/rrd_rpncalc.c: we want an int, so lets tell the compiler to
1145           make it not complain
1147 2006-09-10 19:20  oetiker
1149         * netware/Makefile, win32/Makefile: netware und win32 fixes from
1150           guenter
1152 2006-09-05 19:55  oetiker
1154         * doc/rrdfetch.pod: we do not need an extra echo there
1156 2006-09-05 18:34  oetiker
1158         * confignt, netware, netware/Makefile, src/Makefile.NetWare,
1159           src/Makefile.Win32, src/rrd.dsp, src/rrd.vcproj, src/rrd_afm.c,
1160           src/rrd_dump.c, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_tool.h,
1161           src/rrdtool.dsp, src/rrdtool.dsw, src/rrdtool.sln,
1162           src/rrdtool.vcproj, src/win32comp.c, win32, win32/Makefile,
1163           win32/config.h, win32/rrd.dsp, win32/rrd.vcproj,
1164           win32/rrdtool.dsp, win32/rrdtool.dsw, win32/rrdtool.plg,
1165           win32/rrdtool.vcproj: put all the architecture specific stuff in
1166           separate subdirectories ... one for netwara and one for win32 --
1167           Guenter Knauf
1169 2006-09-05 18:19  oetiker
1171         * src/gifsize.c: noone needs this anymore
1173 2006-09-04 21:10  oetiker
1175         * src/rrd_graph.c: in logarithmic mode minval must not be <= 0
1177 2006-08-24 04:14  oetiker
1179         * doc/cdeftutorial.pod: add more submission encuragement -- alex
1181 2006-08-21 11:41  oetiker
1183         * NT-BUILD-TIPS.txt, WIN32-BUILD-TIPS.txt, src/Makefile.NetWare,
1184           src/Makefile.Win32: updated windows build instructions from
1185           guenter
1187 2006-08-16 06:07  oetiker
1189         * src/rrd_graph.c: contain a potential problem with log grid
1190           painting Bug #54
1192 2006-08-15 05:51  oetiker
1194         * src/rrd_first.c: do not loose filedescriptors when rrd_first
1195           errors out
1197 2006-08-15 05:44  oetiker
1199         * src/rrd_graph_helper.c: catch empty XXXX: commands in graph
1201 2006-08-15 05:24  oetiker
1203         * Makefile.am, WIN32-BUILD-TIPS.txt: windows is not NT anymore ...
1204           lets call it WIN32
1206 2006-08-13 16:41  oetiker
1208         * src/get_ver.awk: use unix fileendings here!
1210 2006-08-13 16:40  oetiker
1212         * src/Makefile.NetWare, src/Makefile.Win32: new version added by
1213           Guenter Knauf
1215 2006-08-13 16:25  oetiker
1217         * src/rrd.h, src/rrd_version.c: added new rrdstrversion function --
1218           Guenter Knauf
1220 2006-08-13 16:22  oetiker
1222         * src/rrd_graph.c, src/strftime.c, src/strftime.h: use th OS
1223           provided timezone names for %Z this should make things more
1224           flexile will only work on windows, but since we are using
1225           strftime.c on windows only this should not be a problem -- Guenter
1226           Knauf
1228 2006-08-13 16:13  oetiker
1230         * src/rrd_graph.c: include strftime.h for windows builds -- Guenter
1231           Knauff
1233 2006-08-13 16:10  oetiker
1235         * src/rrd_tool.h: removed mscv defines to confignt/config.h
1236           completely -- Guenter Knauf
1238 2006-08-13 16:09  oetiker
1240         * confignt/config.h: working windows config.h
1242 2006-08-13 16:07  oetiker
1244         * src/rrd_tool.c: can't define new variables in the middle of the
1245           code (unless everyone was using c99 which is not the case)
1247 2006-08-13 15:21  oetiker
1249         * src/rrd_graph.c: added special labeling for LONGTERM graphs --
1250           Paul Boven p.boven sara.nl
1252 2006-08-10 07:46  oetiker
1254         * acinclude.m4: it seems some headers have nan predefined ... so
1255           lets just use other variable names
1257 2006-08-04 15:06  oetiker
1259         * acinclude.m4: copy of the solaris isnan hack from configure.ac
1261 2006-08-03 22:21  oetiker
1263         * configure.ac: solaris 10 has isnan defined as a sun forte builtin
1264           ... gcc can not deal with this this will replace isnan with an
1265           fpclass expression hopefully working around the problem
1267 2006-08-02 15:05  oetiker
1269         * bindings/python/rrdtoolmodule.c: fixing python bindings ... Jarod
1270           Wilson jwilson redhat.com
1272 2006-08-01 13:08  oetiker
1274         * doc/rrdxport.pod, src/rrd_tool.c, src/rrd_xport.c: unknownaszero
1275           was not a good idea ... bye bye
1277 2006-07-31 22:48  oetiker
1279         * doc/rrdxport.pod, src/rrd_tool.c, src/rrd_xport.c: new options
1280           --enumds and --unknwonaszero for xport
1282 2006-07-14 12:11  oetiker
1284         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1285           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
1286           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
1287           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
1288           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
1289           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
1290           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
1291           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
1292           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
1293           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
1294           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
1295           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
1296           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
1297           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
1298           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h: prepare for
1299           the release of rrdtool-1.2.15
1301 2006-07-14 12:06  oetiker
1303         * src/rrd_tool.c: we were leaking directory handles ...
1305 2006-07-14 11:34  oetiker
1307         * doc/rrdbuild.pod: remove an excess =over
1309 2006-07-14 11:32  oetiker
1311         * doc/rrdbuild.pod: added missing =over
1313 2006-07-14 11:12  oetiker
1315         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1316           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
1317           src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
1318           src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
1319           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
1320           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
1321           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
1322           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
1323           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
1324           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
1325           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
1326           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
1327           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
1328           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
1329           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
1330           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
1331           rrdtool-1.2.14
1333 2006-07-14 09:47  oetiker
1335         * src/rrd_graph.c: do not reset im->gdes[i].step blindly. We
1336           initialize it to im->step at allocation time already ... the fix
1337           in r291 was over the top. -- niels weaklogic.com
1339 2006-07-14 08:56  oetiker
1341         * doc/rrdtool.pod, src/rrd_tool.c: added pwd command for remote
1342           server reset errno to zero before each loop -- Damien.Stuart
1343           usi.net
1345 2006-07-13 08:44  oetiker
1347         * src/Makefile.NetWare, src/Makefile.Win32: fixed makefiles without
1348           libcgi ... guenter knauf
1350 2006-07-07 22:37  oetiker
1352         * CONTRIBUTORS, bindings/python/rrdtoolmodule.c: added first
1353           function to python bindings ... -- Ulf Lilleengen lulf pvv.ntnu.no
1355 2006-07-05 22:00  oetiker
1357         * src/Makefile.NetWare, src/Makefile.Win32: we have no cgilib
1358           anymore ....
1360 2006-07-04 21:04  oetiker
1362         * src/rrd_restore.c: let rrdtool understand <?xml ...?> headers in
1363           rrdtool restore input
1365 2006-06-18 21:21  oetiker
1367         * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added
1368           AVG function to CDEF language. Martin Sperl martin sperl.org
1370 2006-06-15 22:16  oetiker
1372         * doc/rrdbuild.pod: fixed libpng link
1374 2006-06-15 07:44  oetiker
1376         * doc/rrdbuild.pod: added hint for RHEL
1378 2006-06-13 21:20  oetiker
1380         * rrdtool.spec: added missing tcl files
1382 2006-06-07 21:01  oetiker
1384         * doc/cdeftutorial.pod: fix calc of fahrenheit ...
1386 2006-06-06 13:25  oetiker
1388         * doc/rrdbuild.pod: additional AIX hints from zoran.majcenic inet.hr
1390 2006-06-06 08:16  oetiker
1392         * rrdtool.spec: new, working rrdtool.spec file from Jarod Wilson
1393           jwilson redhat.com
1395 2006-05-27 05:44  oetiker
1397         * bindings/python/rrdtoolmodule.c: python uses the name of the
1398           module for loding, so this should better match up -- Duncan Webb
1399           duncan dwebb ch
1401 2006-05-25 15:13  oetiker
1403         * doc/rrdbuild.pod: addeed AIX instructions
1405 2006-05-23 06:52  oetiker
1407         * src/rrd_graph.c: adjust label spacing to make sure labels don't
1408           overlap for the default font.
1410 2006-05-21 22:14  oetiker
1412         * doc/rrdgraph_data.pod: add note about variable name picking as
1413           suggested by alex
1415 2006-05-21 22:07  oetiker
1417         * src/Makefile.NetWare, src/Makefile.Win32: another Makefile update
1418           from guenter
1420 2006-05-21 22:06  oetiker
1422         * src/Makefile.NetWare, src/Makefile.Win32: tiny updates to netware
1423           and win32 makefiles -- Guenter Knauf
1425 2006-05-21 21:53  oetiker
1427         * doc/rrd-beginners.pod: fixed type hte->the
1429 2006-05-21 21:47  oetiker
1431         * src/rrd_graph.c: make vdef time part available in the data_calc
1432           stage so that the legend printer can decide properly
1434 2006-05-21 21:15  oetiker
1436         * doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph.h,
1437           src/rrd_graph_helper.c: new GPRINT option :strftime to print time
1438           associated with a VDEF value
1440 2006-05-21 20:20  oetiker
1442         * configure.ac: make configure test which flags gcc actually accepts
1443           ...
1445 2006-05-21 13:08  oetiker
1447         * doc/rrdgraph_graph.pod: don't deprecate HRULE anymore
1449 2006-05-21 12:37  oetiker
1451         * src/rrd_rpncalc.c: allow DS names starting with the same letters
1452           as operators
1454 2006-05-12 13:26  oetiker
1456         * src/Makefile.am: we wan't to dist thread_save_nt too
1458 2006-05-11 11:11  oetiker
1460         * src/rrd_nan_inf.c: make DNAN and DINF faster by caching the result
1461           of the first calculation -- pascal.gloor spale.com
1463 2006-05-11 07:37  oetiker
1465         * bindings/perl-shared/Makefile.PL: tell Makefile.PL how to store an
1466           rpath under aix
1468 2006-05-10 20:51  oetiker
1470         * src/rrd_graph.c: improved scaling for --logarithmic mode ... --
1471           beat.zahnd space.unibe.ch
1473 2006-05-09 18:46  oetiker
1475         * src/rrd_create.c: don't panic if the user forgets to specify the
1476           name of the rrd file
1478 2006-05-07 10:46  oetiker
1480         * src/rrd_graph.c: make legend spacing more reliable. handle the
1481           fact that some graph comands do not contribute to the legend --
1482           tobi
1484 2006-05-06 13:29  oetiker
1486         * doc/Makefile.am: lets have index.html -- Peter Breitenlohner <peb
1487           mppmu.mpg.de>
1489 2006-05-06 13:28  oetiker
1491         * src/rrd.h, src/rrd_dump.c: Avoid gcc warning (discards qualifier)
1492           in tclrrd.c -- Peter Breitenlohner <peb mppmu.mpg.de>
1494 2006-05-06 13:28  oetiker
1496         * src/rrd_graph.c: Avoid gcc warning ("static not first") -- Peter
1497           Breitenlohner <peb mppmu.mpg.de>
1499 2006-05-06 13:24  oetiker
1501         * configure.ac: Avoid gcc warnings about use of "long long" -- Peter
1502           Breitenlohner <peb mppmu.mpg.de>
1504 2006-05-06 13:21  oetiker
1506         * bindings/tcl/Makefile.am: Use tclpkgdir instead of pkglibdir in
1507           order to avoid automake warning -- Peter Breitenlohner <peb
1508           mppmu.mpg.de>
1510 2006-05-06 13:20  oetiker
1512         * bindings/python/Makefile.am: The rrdtoolmodule.so should be
1513           installed in pyexecdir instead of pythondir (they differ if
1514           prefix!=exec_prefix) -- Peter Breitenlohner <peb mppmu.mpg.de>
1516 2006-05-04 20:41  oetiker
1518         * src/Makefile.am, src/rrd_error.c, src/rrd_restore.c,
1519           src/rrd_rpncalc.c: fix for debian bug 359071 ... reporting the
1520           long cdef in the error message was too much ... plus some other
1521           small cleanups in this context
1523 2006-05-04 13:26  oetiker
1525         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1526           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
1527           src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
1528           src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
1529           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
1530           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
1531           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
1532           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
1533           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
1534           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
1535           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
1536           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
1537           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
1538           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
1539           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
1540           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
1541           rrdtool-1.2.13
1543 2006-05-04 13:24  oetiker
1545         * PROJECTS, README, acinclude.m4, configure.ac, doc/rrdbuild.pod,
1546           doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod,
1547           doc/rrdfetch.pod, doc/rrdgraph-old.pod, doc/rrdgraph.pod,
1548           doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
1549           doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdinfo.pod,
1550           doc/rrdrestore.pod, doc/rrdtool.pod, doc/rrdtune.pod,
1551           doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: fix my
1552           mail address
1554 2006-05-04 13:12  oetiker
1556         * src/rrd_create.c, src/rrd_open.c, src/rrd_restore.c: fewer double
1557           frees ... -- slamb slamb.org
1559 2006-05-04 13:02  oetiker
1561         * src/rrd_restore.c: * fixed argument parsing for long options * no
1562           more doublefree on abort * enable restore of xml dumps created
1563           with rrdtool 1.0.x
1565 2006-05-04 12:11  oetiker
1567         * src/rrd_fetch.c: if end % step == 0 we should still fetch a full
1568           step ... no need for special handling
1570 2006-05-04 07:48  oetiker
1572         * src/rrd_update.c: updated handling of subsecond resolution in
1573           connection with unknown data ... bugreport #38 pointed out that
1574           the old handling where the seconds were rounded could lead to
1575           cases where the data stored was higher than the data input ... now
1576           I always floor the unknown seconds and this will lead to the same
1577           or lower data but not higher ... -- tobi
1579 2006-05-02 20:52  oetiker
1581         * src/rrd_graph.c: variables should be defined at the bein of the
1582           block ... else we loose portability!
1584 2006-04-29 08:57  oetiker
1586         * doc/rrdbuild.pod: fixed spelling
1588 2006-04-27 06:37  oetiker
1590         * CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h:
1591           new units=si option -- wim.heirmann elis.urgent.be
1593 2006-04-25 21:00  oetiker
1595         * src/rrd_gfx.c: compile without multibyte support
1597 2006-04-25 20:59  oetiker
1599         * src/Makefile.am: lets have proper dependencies
1601 2006-04-24 15:14  oetiker
1603         * src/rrd_graph.c: make sure things are initialised ...
1605 2006-04-18 05:29  oetiker
1607         * rrdtool.spec: shared should be share !
1609 2006-04-17 20:25  oetiker
1611         * src/rrd_graph.c: Add a second label to the Y axis if there is only
1612           going to be one -- Jason A. Smith smithj4 X bnl.gov
1614 2006-04-14 10:17  oetiker
1616         * acinclude.m4, doc/rrdbuild.pod: no more people links!
1618 2006-04-14 09:22  oetiker
1620         * bindings/python/setup.py, debian/copyright, rrdtool.spec: remove
1621           people references
1623 2006-04-07 14:37  oetiker
1625         * doc/rrdbuild.pod: add solaris hint to bild procedure
1627 2006-04-04 18:46  oetiker
1629         * CONTRIBUTORS, src/rrd_tool.c: allow for input lines of arbitrary
1630           length in rrdtool pipe mode -- roger.meier terreactive.ch
1632 2006-04-01 15:36  oetiker
1634         * CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h,
1635           src/rrd_tool.c: watermartk feature for rrdgraph by Ronan Mullally
1637 2006-03-26 14:36  oetiker
1639         * src/rrd_rpncalc.c: vnames can be up to MAX_VNAME_LEN long ... not
1640           only 30 chars ... -- Ulf Harnhammar metaur telia.com
1642 2006-03-26 14:29  oetiker
1644         * src/rrd_graph.c: potential bufferoverflow throught large windir
1645           avoided
1647 2006-03-14 14:59  oetiker
1649         * NEWS: added note on the fact that no OK will be printed in rrdtool
1650           pipe mode if an error occures.
1652 2006-03-14 07:11  oetiker
1654         * doc/rrdtool.pod: RRDtool in remote mode will either print an ERROR
1655           line or an OK line not both.
1657 2006-03-13 23:21  oetiker
1659         * src/rrd_tool.c: in pipe mode, make rrd_tool send errors to STDOUT
1660           (most of the time) -- tobi
1662 2006-03-06 07:15  oetiker
1664         * src/rrd_graph.c: at least freebsd will not do utf8 bits properly
1665           without this
1667 2006-03-03 23:11  oetiker
1669         * doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph_helper.c: *
1670           simplify code for STACK function ... there were two code paths
1671           (new as well as legacy from 1.0.x) * make TICK work for negative
1672           fractions
1674 2006-03-03 23:10  oetiker
1676         * configure.ac: remove ~ from my wishlist address ...
1678 2006-03-03 23:10  oetiker
1680         * src/rrd_gfx.c: make this compile even when HAVE_MBSTOWCS is not
1681           set
1683 2006-02-23 07:26  oetiker
1685         * src/rrd_fetch.c: separate matching of full and partial match
1686           evaluation for better result stability. The fetch result was
1687           dependent on the RRA ordering before. -- Jo Rhett jrhett
1688           svcolo.com
1690 2006-02-20 06:20  oetiker
1692         * doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod: YYYYMMDDhhmm is
1693           not supported ... only YYYYMMDD
1695 2006-02-08 11:35  oetiker
1697         * doc/rrdcgi.pod, src/rrd_cgi.c: OS and COPYRIGHT removed from the
1698           rrdcgi INTERNAL function since we do not have this info
1700 2006-02-06 19:49  oetiker
1702         * doc/rrdcgi.pod, src/rrd_cgi.c: new rrdcgi function RRD::INTERNAL
1703           for accessing VERSION, COPYRIGHT, COMPILETIME, OS -- Guenter Knauf
1704           gk gknw.de
1706 2006-02-06 19:46  oetiker
1708         * COPYRIGHT, rrdtool-1.2-release, src/rrd_tool.c: we have 2006 now
1709           so let's show it
1711 2006-01-29 23:28  oetiker
1713         * src/Makefile.NetWare, src/Makefile.Win32: more makefile cleanup
1714           from Guenter Knauf gk gknw.de
1716 2006-01-25 19:09  oetiker
1718         * bindings/perl-piped/RRDp.pm: allow RRDp to catch errors
1720 2006-01-22 12:02  oetiker
1722         * doc/rrdcreate.pod: clarified the documentation of xff -- Michael
1723           Bunk mb computer-leipzig.com
1725 2006-01-22 11:00  oetiker
1727         * doc/rrdgraph_rpn.pod: the operator in the example is * not + --
1728           Nick Sharp njsharp bigpond.net.au
1730 2006-01-15 13:31  oetiker
1732         * bindings/perl-shared/RRDs.xs: make sure we pickup the correct
1733           config.h ... -- Blair Zajac blair orcaware.com
1735 2006-01-15 12:31  oetiker
1737         * src/rrd_tool.c: make sure the image size only gets printed from
1738           rrd_tool when --imageinfo is NOT set.
1740 2006-01-15 12:25  oetiker
1742         * src/rrd_graph.c: make sure gcc does not thing gridind may be
1743           undefined
1745 2006-01-15 11:12  oetiker
1747         * doc/rrdcreate.pod: HWPREDICT without reference number will
1748           implicitly create the other Holt-Winters RRAs.
1750 2006-01-15 09:03  oetiker
1752         * src/Makefile.NetWare, src/Makefile.Win32, src/rrd_tool.h: updated
1753           NetWare and Cygwin Builds
1755 2006-01-15 08:55  oetiker
1757         * src/rrd_graph.c: make sure gridind is defined under all conditions
1759 2006-01-14 09:10  oetiker
1761         * CONTRIBUTORS, bindings/perl-shared/RRDs.pm, bindings/tcl/tclrrd.c,
1762           doc/rrddump.pod, src/rrd.h, src/rrd_dump.c: add perlbindings and
1763           optional export filename to rrd_dump -- Nicola Worthington nicolaw
1764           arwen.tfb.net
1766 2006-01-05 20:39  oetiker
1768         * bindings/Makefile.am, bindings/perl-shared/Makefile.PL: let the
1769           building of the perl extension be more reliable ...
1771 2006-01-05 20:07  oetiker
1773         * src/rrd_gfx.c: remove redundant if statement in rrd_gfx pdf code
1774           ... -- NormW
1776 2006-01-04 22:07  oetiker
1778         * src/Makefile.NetWare, src/Makefile.Win32, src/get_ver.awk,
1779           src/rrd_tool.h: Compile time improvments for NetWare and Win32 --
1780           Guenter Knauf gk.gknw.de
1782 2006-01-04 20:12  oetiker
1784         * src/rrd_gfx.c: make sure this actually compiles with HAVE_MBSTOWCS
1785           is not defined
1787 2005-12-30 14:36  oetiker
1789         * src/rrd_tool.c: only use getuid if it is actually available ...
1791 2005-12-26 16:01  oetiker
1793         * doc/rrdcreate.pod: added heartbeat grahics
1795 2005-12-19 12:28  oetiker
1797         * bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c, configure.ac: fix
1798           tcl issues ... build with pre tcl8.4 ... do not try to install
1799           into the tcl tree unless --enable-tcl-site is given -- tobi
1801 2005-12-18 20:30  oetiker
1803         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1804           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
1805           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
1806           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
1807           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
1808           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
1809           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
1810           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
1811           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
1812           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
1813           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
1814           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
1815           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
1816           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
1817           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h: prepare for
1818           the release of rrdtool-1.2.12
1820 2005-12-18 20:29  oetiker
1822         * COPYRIGHT: added FLOSS exception from
1823           http://www.mysql.com/company/legal/licensing/foss-exception.html
1824           in order to not end up in license incompatibility hell -- tobi
1826 2005-11-30 09:19  oetiker
1828         * src/rrd_graph_helper.c: if called with --lazy we still want to
1829           PRINT ... -- Bartek Szady bszx from bszx.eu.org
1831 2005-11-28 21:59  oetiker
1833         * src/rrd_update.c: we should still consider the mrhb ...
1835 2005-11-20 10:16  oetiker
1837         * src/Makefile.Win32: improve win32 compilation -- Norm
1839 2005-11-18 20:38  oetiker
1841         * src/get_ver.awk: deal with versions ending in letters
1843 2005-11-16 13:14  oetiker
1845         * configure.ac: have indivitudal lines for generating output files,
1846           so that cygwin does not choke
1848 2005-11-14 23:07  oetiker
1850         * configure.ac: make mmap test a little saver
1852 2005-11-14 11:46  oetiker
1854         * configure.ac: cygwin can actually do mmap ... -- larryjadams with
1855           comcast.net
1857 2005-11-14 07:32  oetiker
1859         * src/rrd_update.c: guess the option should still be called template
1860           :-)
1862 2005-11-13 18:32  oetiker
1864         * acinclude.m4, configure.ac: improve screen apperance of configure
1865           output as suggested by Dale -- tobi
1867 2005-11-13 18:31  oetiker
1869         * bindings/python/Makefile.am: don't use clean: target ... automake
1870           wants this to be clean-local:
1872 2005-11-12 23:36  oetiker
1874         * src/rrd_gfx.c: add xmlns declaration to svg output -- R.P. Aditya
1875           <aditya with grot.org>
1877 2005-11-12 23:30  oetiker
1879         * bindings/Makefile.am: clean target was broken
1881 2005-11-12 23:10  oetiker
1883         * configure.ac, doc/rrdbuild.pod, src/Makefile.am, src/rrd_cgi.c: *
1884           integrate necessary cgi functionality into rrd_cgi.c so that
1885           libcgi is not required anymore ... -- D. Walsh <buildsmart at
1886           daleenterprise.com> * check if we have to include malloc/malloc.h
1887           to make malloc work ... -- tobi
1889 2005-11-07 19:12  oetiker
1891         * src/rrd_update.c: the variable template has to generic a name, it
1892           clashes with other things in some environments.
1894 2005-10-28 05:55  oetiker
1896         * doc/rrdbuild.pod: added openbsd note
1898 2005-10-24 20:55  oetiker
1900         * bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c: use multithreded
1901           version of librrd -- Oleg Derevenetz <oleg with vsi.ru>
1903 2005-10-11 17:09  oetiker
1905         * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
1906           src/rrd_rpncalc.c, src/rrd_rpncalc.h: improved error messages for
1907           rrd_graph commandline parsing -- Alex
1909 2005-10-11 16:51  oetiker
1911         * examples/minmax.pl.in: fix file generation
1913 2005-10-11 16:41  oetiker
1915         * examples/4charts.pl.in, examples/bigtops.pl.in,
1916           examples/minmax.pl.in, examples/shared-demo.pl.in,
1917           examples/stripes.pl.in: die on error! -- Alex
1919 2005-10-11 16:37  oetiker
1921         * examples/4charts.pl.in, examples/bigtops.pl.in,
1922           examples/minmax.pl.in: the images should be written to the current
1923           directory ... -- Alex
1925 2005-10-11 16:32  oetiker
1927         * configure.ac: do not complain about strict aliasing issues -- Alex
1929 2005-10-08 21:58  oetiker
1931         * bindings/tcl/tclrrd.c: allow rrd::graph to write directly to a tcl
1932           stream ... by Dave Bodenstab <dave with bodenstab.org>
1934 2005-10-07 07:48  oetiker
1936         * CONTRIBUTORS, bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c,
1937           configure.ac: updates for tcl bindings by -- Dave Bodenstab <dave
1938           on bodenstab.org>
1940 2005-10-07 07:48  oetiker
1942         * Makefile.am, favicon.ico: included favicon in distro
1944 2005-09-26 20:33  oetiker
1946         * src/rrd_gfx.c: plugged two memmory leaks happening when a
1947           requested font is not found.
1949 2005-09-23 23:06  oetiker
1951         * src/rrd_graph.c: hmpf its the gdef step we are talking about not
1952           the image step !
1954 2005-09-22 20:18  oetiker
1956         * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: do not
1957           'reload' data if you already have it!
1959 2005-09-22 20:17  oetiker
1961         * src/rrd_restore.c: the -r option should not expect an argument
1963 2005-09-19 07:42  oetiker
1965         * src/rrd_restore.c: do not free stuff that gets freed later anyway
1967 2005-09-18 18:28  oetiker
1969         * src/Makefile.NetWare: Netware Build Updates --- Guenter Knauf <gk
1970           with gknw.de>
1972 2005-09-18 16:59  oetiker
1974         * src/rrd_fetch.c: allocate memory for one more row ... fetch can
1975           not return 0 reows ...
1977 2005-09-18 15:39  oetiker
1979         * src/rrd_graph.c: comparing floating point numbers is dangerouse
1980           ... don't do this directly!
1982 2005-09-01 21:23  oetiker
1984         * src/rrd_tool.c: since we use firstdir even without CHROOT it
1985           should better be defined in any case -- Guenter Knauf
1987 2005-08-30 05:52  oetiker
1989         * src/rrd_graph.c, src/rrd_graph.h: When selecting the x-axis label
1990           take the length of the time shown in the graph into consideration
1991           just showing %H:%M in a two day presentation is a problem ... --
1992           LAUKENS Niels <Niels.LAUKENS .. VRT.BE>
1994 2005-08-28 07:33  oetiker
1996         * doc/rrdbuild.pod: fixed location of example scripts
1998 2005-08-27 21:29  oetiker
2000         * src/rrd_update.c: resolve subsecond resolution logging and
2001           handling of unknown values by starting off with an unknown value
2002           when building a pdp instead of starting out with 0 and then
2003           turning it into unknown later on if the number of uknown seconds
2004           is equal or larger than the interval ...
2006 2005-08-27 20:55  oetiker
2008         * examples/piped-demo.pl.in: the rrdtool binary one more level up
2009           the path ...
2011 2005-08-27 20:52  oetiker
2013         * examples/piped-demo.pl.in: update for new prefix setting
2015 2005-08-25 20:43  oetiker
2017         * src/rrd_resize.c: when resize converts a v1 rrd to v3 it should
2018           also change the version number in the head ...
2020 2005-08-23 21:18  oetiker
2022         * Makefile.am, src/Makefile.NetWare, src/Makefile.Win32,
2023           src/Makefile.am, src/get_ver.awk, src/rrd_afm.c, src/rrd_dump.c,
2024           src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrdtool.dsp,
2025           src/rrdtool.vcproj: fixes for compiling rrdtool with win32 mingw
2026           and netware -- Guenter Knauf <gk with gknw.de>
2028 2005-08-16 05:30  oetiker
2030         * doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
2031           doc/rrdgraph_rpn.pod: added notes about VDEF expressions not being
2032           general purpose
2034 2005-08-11 19:18  oetiker
2036         * src/rrd_tool.c: only bomb is there is no chroot and someone tries
2037           to use it.
2039 2005-08-04 05:08  oetiker
2041         * doc/rrdgraph_rpn.pod, src/rrd_graph.c, src/rrd_graph.h: New VDEF
2042           functions for least squares slope, intercept & correlation for
2043           simple forecasting -- Trent Burkard <tburkard with tangentis.com>
2045 2005-08-04 04:59  oetiker
2047         * src/rrd_update.c: fix rounding issues that prevented UNKNOWN to
2048           work as soon as subsecond resolution was used
2050 2005-08-04 04:58  oetiker
2052         * src/rrd_graph.c: avoid drawing lines where two points are in the
2053           same spot. this mai be confusing libart
2055 2005-08-02 15:54  oetiker
2057         * bindings/Makefile.am: make sure clean works even when the perl
2058           Makefile is broken
2060 2005-07-26 09:13  oetiker
2062         * src/rrd_graph.c: initialize font to empty string for deault font
2063           case.
2065 2005-07-25 14:12  oetiker
2067         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2068           doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c, src/gifsize.c,
2069           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
2070           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
2071           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
2072           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2073           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2074           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2075           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2076           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2077           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2078           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2079           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2080           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
2081           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2082           rrdtool-1.2.11
2084 2005-07-25 14:07  oetiker
2086         * configure.ac, src/Makefile.am: prepared for release
2088 2005-07-22 13:16  oetiker
2090         * src/rrd_tool.c: do not quit so easily when runing in interactive
2091           mode
2093 2005-07-22 13:16  oetiker
2095         * src/rrd_graph.c: init ytr after all the changes have happened
2097 2005-07-22 13:10  oetiker
2099         * src/rrd_graph.c: make --no-gridfit with --only-graph work
2101 2005-07-21 22:23  oetiker
2103         * src/rrd_graph.c: when stacking known on unknown, then we asume
2104           unknown was zero ...
2106 2005-07-20 07:20  oetiker
2108         * configure.ac: make sure gcc-4.0 does not optimize our tests away
2109           :-)
2111 2005-07-19 10:00  oetiker
2113         * src/rrd_graph.c: fixed some corner cases in drawing code to get
2114           the same results as before with way more performance
2116 2005-07-11 22:49  oetiker
2118         * src/rrd_graph.c: optimized drawing routines ... up to 6 times
2119           faster (in the case of smokeping)
2121 2005-07-07 10:27  oetiker
2123         * doc/rrdgraph.pod: colors start with # not :
2125 2005-07-04 18:49  oetiker
2127         * src/rrd_graph.c: make setting just the size and not the font work
2128           -- Havard Eidnes <he from uninett.no>
2130 2005-06-28 21:03  oetiker
2132         * bindings/Makefile.am, bindings/python/Makefile.am,
2133           bindings/tcl/Makefile.am, configure.ac, doc/Makefile.am,
2134           examples/Makefile.am: * the makefiles should not depend on gnumake
2135           features * make the perl module compilation environement
2136           configurable -- Stan Sinyagin ssinyagin on yahoo.com
2138 2005-06-25 05:24  oetiker
2140         * doc/rrdbuild.pod: added GNUMAKE and EGREP hints
2142 2005-06-20 09:15  oetiker
2144         * src/rrd_graph.c: x-axis labels should be aligned to their baseline
2145           alt-y-grid labels without fractionals should have no fractionals
2146           when printed
2148 2005-06-17 09:05  oetiker
2150         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2151           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2152           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2153           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2154           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2155           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2156           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2157           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2158           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2159           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2160           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2161           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2162           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2163           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2164           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h: prepare for
2165           the release of rrdtool-1.2.10
2167 2005-06-16 22:09  oetiker
2169         * src/rrd_graph.c: when building the sgridstep in alt-y-grid mode,
2170           take the --base into consideration.
2172 2005-06-13 21:56  oetiker
2174         * src/rrd_graph.c: simplify code for generating y axis labels a bit.
2176 2005-06-13 13:20  oetiker
2178         * src/rrd_gfx.c: wide chars should better be unsigned
2180 2005-06-13 12:56  oetiker
2182         * src/rrd_gfx.c: fall back to assuming latin1 encoding if mbtowchar
2183           conversion fails
2185 2005-06-13 05:43  oetiker
2187         * doc/rrdgraph_data.pod, src/rrd_graph_helper.c: allow for VNAMES
2188           starting with a number and add documentation -- Alex
2190 2005-06-13 05:43  oetiker
2192         * doc/rrdgraph.pod: add notes about small numbers for --alt-y-grid
2194 2005-06-12 20:01  oetiker
2196         * src/rrd_update.c: kill the last stored counter value if the
2197           updates comes after mrhb to make sure it does not get taken into
2198           account accedenly later on.
2200 2005-06-12 20:00  oetiker
2202         * src/rrd_graph.c: make --alt-y-grid work properly in many more
2203           cases than before
2205 2005-06-11 19:03  oetiker
2207         * src/rrd_open.c: be more careful when checking if a file is an
2208           rrdfile
2210 2005-06-11 06:17  oetiker
2212         * doc/Makefile.am: distribute all generated documentation install in
2213           share and not shared drop index.html link
2215 2005-06-11 06:14  oetiker
2217         * examples/Makefile.am: install examples in an rrdtool specific
2218           subdirectory if the prefix does not contain rrd -- Peter
2219           Breitenlohner
2221 2005-06-11 05:41  oetiker
2223         * bindings/Makefile.am, bindings/perl-piped/t/base.t: avoid problems
2224           when building with VPATH set and --disable-perl fix make test for
2225           perl-piped -- Peter Breitenlohner
2227 2005-06-11 05:40  oetiker
2229         * bindings/python/Makefile.am, doc/Makefile.am: let 'out-of tree'
2230           builds work for everythin but the perl module -- Peter
2231           Breitenlohner
2233 2005-06-11 05:37  oetiker
2235         * src/rrd_gfx.c: defined DPRINTF in a more compatible way -- Peter
2236           Breitenlohner
2238 2005-06-11 05:31  oetiker
2240         * acinclude.m4, configure.ac, src/Makefile.am: link libcgi only
2241           against rrd_cgi since it is only needed there -- Peter
2242           Breitenlohner
2244 2005-06-11 05:29  oetiker
2246         * acinclude.m4, configure.ac: Make sure librrd_th properly depends
2247           on libpthread. -- Peter Breitenlohner
2249 2005-06-11 05:27  oetiker
2251         * src/rrd_create.c: avoid gcc (3.4.3) warnings char format,
2252           different type arg -- Peter Breitenlohner
2254 2005-06-11 05:26  oetiker
2256         * bindings/tcl/Makefile.am, bindings/tcl/ifOctets.tcl,
2257           bindings/tcl/ifOctets.tcl.in, bindings/tcl/tclrrd.c, configure.ac:
2258           fix various problems with the tcl bindings -- Peter Breitenlohner
2260 2005-06-11 05:22  oetiker
2262         * CONTRIBUTORS: added peter breitenlohner
2264 2005-06-11 05:20  oetiker
2266         * src/rrd_cgi.c: remove various gcc (3.4.3) warnings such as
2267           discards qualifier all due to 'char **' vs. 'const char **'
2268           discrepancies. -- Peter Breitenlohner peb with mppmu.mpg.de
2270 2005-06-11 05:15  oetiker
2272         * src/rrd_first.c: re-innitializing sort of defeats the purpose
2274 2005-06-11 05:03  oetiker
2276         * src/rrd_open.c: be more carefull in checking for sucessful open
2278 2005-06-10 19:25  oetiker
2280         * doc/rrdgraph_data.pod: vnames MUST start with a letter
2282 2005-06-10 19:24  oetiker
2284         * src/rrd_gfx.c: kill another warning
2286 2005-06-10 18:44  oetiker
2288         * doc/rrdgraph.pod, src/rrd_graph.c: make --font more flexible: *
2289           TITLE:30: just alter the size of the title *
2290           DEFAULT:0:/tmp/funfont.ttf alter the font but not the size
2292 2005-06-10 08:42  oetiker
2294         * doc/rrdbuild.pod: added missing cd and replace one path with a
2295           variable
2297 2005-06-07 22:10  oetiker
2299         * src/rrd_afm.c, src/rrd_afm.h, src/rrd_gfx.c: make pdf/eps/svg
2300           formats utf8 aware too -- Peter Speck
2302 2005-06-06 05:32  oetiker
2304         * rrdtool.spec: sync up with Dag Wieers version from
2305           http://dag.wieers.com/packages/rrdtool/rrdtool.spec
2307 2005-06-05 22:23  oetiker
2309         * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: New
2310           functions for CDEF ATAN2 RAD2DEG and DEG2RAD -- Simon Melhuish
2311           <simon mailing from melhuish.info>
2313 2005-05-31 06:22  oetiker
2315         * doc/rrd-beginners.pod: fixed epoch
2317 2005-05-28 13:01  oetiker
2319         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2320           configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
2321           src/Makefile.am, src/gdpng.c, src/gifsize.c, src/pngsize.c,
2322           src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
2323           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
2324           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
2325           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2326           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2327           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2328           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2329           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2330           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2331           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2332           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2333           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
2334           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2335           rrdtool-1.2.9
2337 2005-05-28 12:53  oetiker
2339         * doc/rrdbuild.pod: add notes on building on Mac OS X
2341 2005-05-28 12:52  oetiker
2343         * src/rrd_gfx.c, src/rrd_update.c: kill a few warnings
2345 2005-05-28 12:52  oetiker
2347         * bindings/perl-shared/Makefile.PL: make the bindings work on os x
2349 2005-05-27 19:17  oetiker
2351         * doc/rrdgraph_data.pod: add note on variable names
2353 2005-05-27 19:12  oetiker
2355         * src/rrd_graph_helper.c: remove one more warning
2357 2005-05-27 19:12  oetiker
2359         * src/rrd_graph.h: there is realy no reason to have the vnames
2360           constraind so much
2362 2005-05-27 19:01  oetiker
2364         * src/rrd_gfx.c: only print ttf font errors when compiled with
2365           -DDEBUG
2367 2005-05-22 22:29  oetiker
2369         * src/rrd_gfx.c: don't go into an endless loop upon finding a bad
2370           character in a truetype font
2372 2005-05-20 06:20  oetiker
2374         * doc/rrdbuild.pod: go into rrdbuild too if we use tcsh
2376 2005-05-20 05:48  oetiker
2378         * rrdtool-1.2-release: initial checking
2380 2005-05-20 05:46  oetiker
2382         * doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rpntutorial.pod,
2383           doc/rrd-beginners.pod, doc/rrdbuild.pod, doc/rrdcgi.pod,
2384           doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod,
2385           doc/rrdfirst.pod, doc/rrdgraph-old.pod, doc/rrdgraph.pod,
2386           doc/rrdgraph_data.pod, doc/rrdgraph_graph.pod,
2387           doc/rrdgraph_rpn.pod, doc/rrdpython.pod, doc/rrdresize.pod,
2388           doc/rrdthreads.pod, doc/rrdtool.pod, doc/rrdtune.pod,
2389           doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod,
2390           doc/rrdxport.pod: remove extra whitespace at the end of lines
2392 2005-05-20 05:43  oetiker
2394         * doc/rrdbuild.pod: introduce builddir
2396 2005-05-20 05:14  oetiker
2398         * configure.ac: iconf is not needed so to not check for it
2400 2005-05-19 23:21  oetiker
2402         * src/Makefile.am, src/rrd_tool.c: added propper numeric version
2403           number to version
2405 2005-05-19 23:21  oetiker
2407         * configure.ac, src/rrd_gfx.c: add multibyte to wide char conversion
2408           ability. Now every string users input should should be handled
2409           propperly by rrdtool, whatever your locale says will work.
2411 2005-05-19 23:19  oetiker
2413         * src/rrd_create.c: windows at least stores null terminated char
2414           strings in dummychar1 -- Philippe
2416 2005-05-18 20:20  oetiker
2418         * bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c: make tcl compile
2419           again ... don't know if it will work though
2421 2005-05-18 19:43  oetiker
2423         * src/rrd.h: fix rrd_version prototype
2425 2005-05-18 19:41  oetiker
2427         * configure.ac, src/Makefile.am, src/rrd.h, src/rrd_gfx.c,
2428           src/rrd_is_thread_safe.h, src/rrd_tool.c, src/rrd_update.c,
2429           src/rrd_version.c: cleaned up version number code and added new
2430           function rrd_version -- partly by Burton Strauss
2432 2005-05-18 19:18  oetiker
2434         * bindings/perl-shared/Makefile.PL: help building perl on hpux
2436 2005-05-16 20:56  oetiker
2438         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2439           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2440           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2441           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2442           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2443           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2444           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2445           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2446           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2447           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2448           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2449           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2450           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2451           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2452           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2453           rrdtool-1.2.8
2455 2005-05-16 20:55  oetiker
2457         * bindings/Makefile.am, bindings/python/Makefile.am,
2458           bindings/tcl/Makefile.am, configure.ac: redo --disable-* options
2459           for python and tcl add some more quotes to protect potentially
2460           empty variables in tests which should make configure more robust.
2462 2005-05-16 20:04  oetiker
2464         * bindings/Makefile.am, configure.ac: if python stuff does not work,
2465           do not die, just do not compile python
2467 2005-05-16 20:02  oetiker
2469         * configure.ac: fix extra argument when testing for PERLCC problem
2470           -- Simon Leinen
2472 2005-05-16 12:18  oetiker
2474         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2475           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2476           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2477           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2478           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2479           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2480           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2481           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2482           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2483           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2484           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2485           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2486           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2487           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2488           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2489           rrdtool-1.2.7
2491 2005-05-16 12:14  oetiker
2493         * NEWS: added note about --alt-y-mrtg
2495 2005-05-16 10:12  oetiker
2497         * src/rrd_graph.c, src/rrd_graph_helper.c: fix the color square
2498           spacing so that it works regardles of the fontsize and with
2499           transparend backgrounds.
2501 2005-05-16 09:01  oetiker
2503         * src/rrd_graph.c: added alt-y-mrtg option as a dummy so that old
2504           apps who use it do not crash when doing so.
2506 2005-05-16 06:33  oetiker
2508         * doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: reintroduced
2509           the FRAME color ... somehow it was lost from 1.0.x
2511 2005-05-15 14:16  oetiker
2513         * src/rrd_graph.c: make transparent backgrounds work propperly
2515 2005-05-14 21:57  oetiker
2517         * src/getopt.c, src/rrd_afm.c, src/rrd_cgi.c, src/rrd_graph.c,
2518           src/rrd_nan_inf.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2519           src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c:
2520           it seems that _WIN32 is more commonly defined thatn WIN32 on win32
2521           ... (gifford.hesketh on gmail.com)
2523 2005-05-14 17:32  oetiker
2525         * src/rrd_restore.c: added a note to dump old rrd files with a
2526           current rrdtool dump to get the upgraded on the fly. Adding 001
2527           support should not be all that tough though. Any takers ?
2529 2005-05-14 15:07  oetiker
2531         * src/rrd_open.c: check cookie read for success
2533 2005-05-14 09:35  oetiker
2535         * src/rrd_graph.c: if the y value is out of bounds, make it just a
2536           wee bit larger or smaller than the bound so that the code can
2537           detect this by comparing it with the bound, but make it so small
2538           that it is not visible.
2540 2005-05-12 22:27  oetiker
2542         * acinclude.m4: one sed is quite enough
2544 2005-05-12 22:22  oetiker
2546         * acinclude.m4: [ must be quoted by [ ...
2548 2005-05-12 22:12  oetiker
2550         * acinclude.m4: add global option
2552 2005-05-12 22:06  oetiker
2554         * acinclude.m4: fox sed line for unsetting header cache
2556 2005-05-12 22:03  oetiker
2558         * acinclude.m4, configure.ac: make sure the header gets tested twice
2560 2005-05-12 22:03  oetiker
2562         * doc/rrdpython.pod: add notes on python error, and install location
2564 2005-05-12 11:32  oetiker
2566         * src/rrd_graph.c: allow 3/4 component color rrdtool graph --color
2567           too -- Alex
2569 2005-05-12 11:28  oetiker
2571         * src/rrd_graph.c: make the areas a little bigger still for propper
2572           overlapping
2574 2005-05-12 11:22  oetiker
2576         * src/rrd_create.c: make parsing of DS arguments more robust and
2577           give more sensible error messages. -- Alex
2579 2005-05-12 08:38  oetiker
2581         * src/rrd_graph.c: make the areas that makeup the graphs a little
2582           larger, so that they overlap a bit and do not exhibit white lines
2583           when touching each other.
2585 2005-05-12 05:48  oetiker
2587         * bindings/python/Makefile.am, bindings/python/Makefile.in,
2588           bindings/python/rrdtoolmodule.c: some more warning fixes
2590 2005-05-12 05:41  oetiker
2592         * bindings/python/rrd_format.h, bindings/python/rrdtoolmodule.c: add
2593           unused to prevent warnings about self
2595 2005-05-11 18:31  oetiker
2597         * doc/rrdpython.pod: intial python bindings documentation
2599 2005-05-11 12:09  oetiker
2601         * doc/rrdcreate.pod: fix wording for min/max ... they are not
2602           optional
2604 2005-05-10 20:19  oetiker
2606         * bindings/python/rrdtoolmodule.c: second installment with warning
2607           fixes from alan
2609 2005-05-10 18:52  oetiker
2611         * CONTRIBUTORS, Makefile.am, acinclude.m4, bindings/Makefile.am,
2612           bindings/python, bindings/python/ACKNOWLEDGEMENT,
2613           bindings/python/AUTHORS, bindings/python/COPYING,
2614           bindings/python/Makefile.am, bindings/python/Makefile.in,
2615           bindings/python/README, bindings/python/Setup.in,
2616           bindings/python/rrd_extra.h, bindings/python/rrd_format.h,
2617           bindings/python/rrdtoolmodule.c, bindings/python/setup.py,
2618           configure.ac, rrdtool.spec: python bindings add -- Alan Milligan
2619           alan from balclutha.org
2621 2005-05-10 18:35  oetiker
2623         * src/rrd_gfx.c: fix for character escaping in EPS -- Peter Speck
2625 2005-05-10 06:07  oetiker
2627         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2628           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2629           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2630           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2631           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2632           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2633           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2634           src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph_helper.c,
2635           src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
2636           src/rrd_is_thread_safe.h, src/rrd_last.c,
2637           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2638           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2639           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2640           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2641           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2642           rrdtool-1.2.6
2644 2005-05-10 06:06  oetiker
2646         * src/rrd_gfx.c: I guess the pdf entities want to be escaped chars
2647           not just control caracters with a prepended backslash ...
2649 2005-05-10 05:18  oetiker
2651         * src/rrd_afm.c: we should not use C++ comments in c files
2653 2005-05-10 04:14  oetiker
2655         * src/Makefile.am: we should distribute unused.h if we use it :-)
2657 2005-05-09 20:15  oetiker
2659         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2660           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
2661           src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
2662           src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
2663           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
2664           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
2665           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2666           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2667           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2668           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2669           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2670           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2671           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2672           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2673           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
2674           src/rrd_xport.h: prepare for the release of rrdtool-1.2.5
2676 2005-05-09 20:13  oetiker
2678         * src/art_rgba_svp.c, src/rrd_afm.c, src/rrd_gfx.c,
2679           src/rrd_update.c, src/rrd_xport.c, src/unused.h: silence warnings
2680           for UNUSED variables without changeing the funtion interfaces --
2681           Alex
2683 2005-05-09 19:32  oetiker
2685         * src/rrd_graph.c: allow decimal positions y axis labels as soon as
2686           the max entry is < 10
2688 2005-05-09 19:11  oetiker
2690         * src/rrd_graph.c, src/rrd_graph_helper.c: fix rendering of the
2691           color spots especially when proportional fonts are in use.
2693 2005-05-09 14:01  oetiker
2695         * src/rrd_afm.c, src/rrd_afm.h, src/rrd_gfx.c: EPS/SVG/PDF code ...
2696           more comments and better font finder including removal of
2697           hardcoded SVG font. -- Peter Speck speck from vitality.dk
2699 2005-05-09 13:22  oetiker
2701         * src/rrd_afm.c, src/rrd_gfx.c: * switch to courier if the font is
2702           unknown * fix font positioning
2704 2005-05-09 05:39  oetiker
2706         * bindings/perl-shared/Makefile.PL: perls $^O is set to linux not
2707           Linux
2709 2005-05-08 22:02  oetiker
2711         * src/rrd_gfx.c: svg/pdf/eps rendering improvements. There are still
2712           issues though ... -- peter speck
2714 2005-05-08 21:25  oetiker
2716         * libraries/afm/compile_afm.pl, src/rrd_afm.c, src/rrd_afm.h,
2717           src/rrd_afm_data.c, src/rrd_afm_data.h: added support for getting
2718           ascent/descent size info for ps fonts -- Peter Speck
2720 2005-05-08 20:15  oetiker
2722         * src/art_rgb_affine_private.h, src/art_rgba_rgba_affine.c,
2723           src/art_rgba_rgba_affine.h: we do not actually need these files
2724           ... goodbye
2726 2005-05-08 16:59  oetiker
2728         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2729           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
2730           src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
2731           src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
2732           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
2733           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
2734           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2735           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2736           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2737           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2738           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2739           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2740           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2741           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2742           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
2743           src/rrd_xport.h: prepare for the release of rrdtool-1.2.4
2745 2005-05-08 16:22  oetiker
2747         * src/rrd_graph.c: * adjust spacing at the left border of the graph.
2748           use less white space * increasse minimal grid spacing and label
2749           spacing
2751 2005-05-08 16:02  oetiker
2753         * src/rrd_graph.c: increase minimal vertical spacing for y-axis
2754           lables
2756 2005-05-08 16:01  oetiker
2758         * src/rrd_graph.c: shorten space for y-axis labels a bit
2760 2005-05-08 15:40  oetiker
2762         * src/rrd_tool.c: remove the premature fox for the unused parameter
2763           in xport
2765 2005-05-08 15:30  oetiker
2767         * README: sync with reality
2769 2005-05-08 15:19  oetiker
2771         * src/rrd_tool.c: be more portable with shorter strings
2773 2005-05-08 15:18  oetiker
2775         * src/Makefile.am: we do not use the affine functions
2777 2005-05-08 15:07  oetiker
2779         * configure.ac, src/rrd_graph_helper.c: removed extra $ from from
2780           PERLCC test
2782 2005-05-08 08:20  oetiker
2784         * doc/rrdbuild.pod: fix rendering errors by removing single spaces
2786 2005-05-07 23:54  oetiker
2788         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2789           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2790           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2791           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2792           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2793           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2794           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2795           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2796           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2797           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2798           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2799           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2800           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2801           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2802           src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2803           rrdtool-1.2.3
2805 2005-05-07 23:26  oetiker
2807         * src/art_rgba_rgba_affine.c, src/art_rgba_rgba_affine.h: fix some
2808           more y0, y1 complaints
2810 2005-05-07 23:26  oetiker
2812         * src/rrd_graph_helper.c: When encountering an empty legend, do NOT
2813           make space for drawing the color spats in front of it.
2815 2005-05-07 15:57  oetiker
2817         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2818           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2819           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2820           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2821           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2822           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2823           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2824           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2825           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2826           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2827           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2828           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2829           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2830           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2831           src/rrd_xport.c, src/rrd_xport.h: prep for 1.2.2 release
2833 2005-05-07 15:51  oetiker
2835         * src/Makefile.am: increment library revision
2837 2005-05-07 15:45  oetiker
2839         * src/art_rgba_svp.c, src/rrd_gfx.c, src/rrd_gfx.h: fix these
2840           annoying y0 warnings.
2842 2005-05-07 15:45  oetiker
2844         * src/rrd_graph.c: add rrdtool attribution string back using a
2845           transparent version of the font color
2847 2005-05-07 15:23  oetiker
2849         * doc/Makefile.am, doc/rrdbuild.pod, doc/rrdgraph_graph.pod: added
2850           build instructions
2852 2005-05-07 10:38  oetiker
2854         * src/rrd_gfx.c: fix for rotation code in pdf,eps,svg formats --
2855           Peter Speck <speck from vitality.dk>
2857 2005-05-07 10:34  oetiker
2859         * src/rrd_graph.c, src/rrd_rpncalc.c: fix handling of PREV(x)
2860           command
2862 2005-05-06 23:00  oetiker
2864         * src/rrd_graph.c: * added RRDTOOL/TOBI OETIKER back in * in riggid
2865           mode, cut data and 'min' and 'max' not two above * gibt ytop0 a
2866           default value
2868 2005-05-06 22:59  oetiker
2870         * src/rrd_tool.c: fixed documentation strings for rrdgraph
2872 2005-05-06 22:03  oetiker
2874         * doc/rrdgraph.pod: added doc for new slope-mode
2876 2005-05-06 21:52  oetiker
2878         * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h: since the drawing
2879           code is now much simpler we do not need to perturbe the points or
2880           rewind the graph anymore this saves quite some time ...
2882 2005-05-06 15:44  oetiker
2884         * src/rrd_graph_helper.c: * allow for 3(4) letter color names *
2885           better debugging code * fix tick, line, stack parsing -- Alex van
2886           den Bogaerdt <alex with ergens.op.het.net>
2888 2005-05-06 15:24  oetiker
2890         * src/rrd_graph.c: if stacking on nothing we should not try to
2891           figure out WHAT we stacked on since this will result in a segfault
2892           ... -- Alex van den Bogaerdt <alex at ergens.op.het.net>
2894 2005-05-05 22:15  oetiker
2896         * doc/rrdgraph_graph.pod: clarify LINE/AREA syntax -- Alex van den
2897           Bogaerdt alex with ergens.op.het.net
2899 2005-05-05 09:07  oetiker
2901         * src/rrd_create.c: better not to write into argv elements ...
2902           Henrik Stoerner <henrik from hswn.dk>
2904 2005-05-03 20:23  oetiker
2906         * src/rrd_tool.c: do not die upon wront input when in remote mode
2908 2005-05-03 18:10  oetiker
2910         * doc/Makefile.am: install documentation into
2911           $PREFIX/shared/doc/rrdtool-$VERSION/{txt,html} but drop the
2912           rrdtool-$VERSION/ bit if $PREFIX matches on rrd assuming that the
2913           tool is being installed into a custom directory anyway.
2915 2005-05-03 17:24  oetiker
2917         * doc/rrdgraph.pod, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c:
2918           new options to tune how fontsmoothing works: -R/--font-render-mode
2919           {normal,light,mono} and -B/--font-smoothing-threshold size -- John
2920           yffffffff4271ef37 at f4n.org
2922 2005-05-03 17:22  oetiker
2924         * NT-BUILD-TIPS.txt: note about win32comp
2926 2005-05-02 20:27  oetiker
2928         * confignt/config.h, src/win32comp.c: files that help getting that
2929           native windows port going -- Philippe.Simonet with swisscom.com
2931 2005-05-02 19:47  oetiker
2933         * src/rrd_gfx.c: when walking the bytes use the pitch not the width
2935 2005-05-02 19:33  oetiker
2937         * src/strftime.c: pow is alreay used as a function ... so lets call
2938           it power instead
2940 2005-05-02 19:32  oetiker
2942         * src/rrd_graph_helper.c: no infinite line width please
2944 2005-05-01 22:07  oetiker
2946         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2947           configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
2948           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
2949           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
2950           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
2951           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2952           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2953           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2954           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2955           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2956           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2957           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2958           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2959           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
2960           src/rrd_xport.h: prep for 1.2.1 release
2962 2005-05-01 22:04  oetiker
2964         * src/rrd_graph.c: add some more vertical space above the graph if
2965           no title is available
2967 2005-05-01 21:24  oetiker
2969         * src/rrd_gfx.c: use the pen to determine string length, do not look
2970           at the realy length, or space will get ignored.
2972 2005-05-01 21:16  oetiker
2974         * src/DejaVuSansMono-Roman.ttf, src/Makefile.am, src/rrd_graph.c:
2975           DejaVuSansMono-Roman is a variant of VeraMono with lots of added
2976           unicode glyphes ... check out http://dejavu.sourceforge.net
2978 2005-05-01 20:49  oetiker
2980         * src/rrd_graph.c: fix spaceing ... more space for the title and
2981           more space the the left of the yaxis lable
2983 2005-05-01 13:19  oetiker
2985         * src/rrd_gfx.c: the multibyte support tried did not work ...
2986           takeing it out again
2988 2005-05-01 13:18  oetiker
2990         * configure.ac: update tested library version
2992 2005-05-01 11:02  oetiker
2994         * src/pngsize.c: undef jmpbuf to make compile work on AIX 5.1
2996 2005-05-01 11:00  oetiker
2998         * src/Makefile.am: increasse revision of shared library number since
2999           the library source code has changed
3001 2005-05-01 11:00  oetiker
3003         * src/rrd_gfx.c: add wide character support
3005 2005-05-01 10:42  oetiker
3007         * src/rrd_graph.c: do not make the graph wider if the title does not
3008           fit ... this is wagging the dog the graph is not ABOUT the title
3010 2005-05-01 10:37  oetiker
3012         * doc/rrdgraph_graph.pod: fix description of VRULE
3014 2005-05-01 10:23  oetiker
3016         * bindings/perl-shared/RRDs.xs, src/rrd_cgi.c, src/rrd_create.c,
3017           src/rrd_fetch.c, src/rrd_first.c, src/rrd_graph.c,
3018           src/rrd_restore.c, src/rrd_tool.c, src/rrd_tune.c,
3019           src/rrd_update.c, src/rrd_xport.c: reset optind opterr inside the
3020           function calls ...
3022 2005-05-01 10:22  oetiker
3024         * doc/rrdgraph_graph.pod: fixed documentation regarding floating
3025           point line width
3027 2005-05-01 10:20  oetiker
3029         * src/rrd_graph_helper.c: relax parsing of LINE commands LINE: is
3030           valid as well as LINE<double>: eg. LINE1.2323:
3032 2005-05-01 09:16  oetiker
3034         * src/rrd_gfx.c: allow for characters over 127
3036 2005-04-30 09:56  oetiker
3038         * doc/rrdgraph_graph.pod: added notes on escaping colons in COMMENT
3039           and put deprecated forms of command to the back and not to the
3040           front
3042 2005-04-30 09:51  oetiker
3044         * src/rrd_open.c, src/rrd_update.c: always open with rb/wb when it
3045           is a binary file ... unix and windows will work alike with this
3046           ...
3048 2005-04-30 09:48  oetiker
3050         * src/rrdupdate.c: this file is not required ...
3052 2005-04-30 09:41  oetiker
3054         * src/rrd_open.c: even better lets have rb for CYGWIN too ... one
3055           never knows it is windows after all.
3057 2005-04-30 09:40  oetiker
3059         * src/rrd_open.c: oops inverted code here ... windows needs rb unix
3060           not
3062 2005-04-30 09:38  oetiker
3064         * confignt/config.h, src/rrd_graph.c: let rrd_graph honor the font
3065           name (RRD_DEFAULT_FONT) defined in confignt/config.h
3067 2005-04-26 22:08  oetiker
3069         * doc/rrdtool.pod: use pod syntax not html syntax in pod :-)
3071 2005-04-26 22:04  oetiker
3073         * doc/cdeftutorial.pod, doc/rrd-beginners.pod, doc/rrdcreate.pod,
3074           doc/rrdgraph.pod: more fixes by fritz
3076 2005-04-26 05:33  oetiker
3078         * CONTRIBUTORS: obfuscate email addresses
3080 2005-04-26 05:30  oetiker
3082         * doc/rrdtool.pod: * remove jakes old address * add security warning
3084 2005-04-25 22:55  oetiker
3086         * doc/rpntutorial.pod: remove pdf link
3088 2005-04-25 22:18  oetiker
3090         * src/parsetime.c: use time_t to improve portability to 64bit
3091           systems -- John R Mocho <jmocho in royaldc.com>
3093 2005-04-25 21:01  oetiker
3095         * NEWS: added new state
3097 2005-04-25 20:45  oetiker
3099         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3100           configure.ac, doc/rrdgraph_graph.pod, rrdtool.spec, src/gdpng.c,
3101           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
3102           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
3103           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3104           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3105           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3106           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
3107           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
3108           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
3109           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3110           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3111           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
3112           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3113           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prep for 1.2.0
3114           release
3116 2005-04-25 19:07  oetiker
3118         * doc/rpntutorial.pod, doc/rrdcgi.pod, doc/rrdfetch.pod,
3119           doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
3120           doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdtutorial.pod:
3121           resolved all XXX situations
3123 2005-04-25 17:31  oetiker
3125         * doc/bin_dec_hex.pod, doc/rpntutorial.pod, doc/rrdcgi.pod,
3126           doc/rrdfetch.pod, doc/rrdgraph_data.pod,
3127           doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
3128           doc/rrdgraph_rpn.pod, doc/rrdtool.pod, doc/rrdtune.pod,
3129           doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: another
3130           batch of fixes from fritz
3132 2005-04-24 22:21  oetiker
3134         * CONTRIBUTORS: fixed contributiors listing
3136 2005-04-24 17:23  oetiker
3138         * doc/rrddump.pod, doc/rrdfirst.pod, doc/rrdinfo.pod,
3139           doc/rrdlast.pod, doc/rrdresize.pod, doc/rrdrestore.pod,
3140           doc/rrdthreads.pod, doc/rrdtool-xport.dtd, doc/rrdtutorial.pod:
3141           big patch-up for the 1.2. Documents Revisited by Fritz Zaucker
3143 2005-04-22 18:35  oetiker
3145         * NEWS, bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3146           configure.ac, rrdtool.spec, src/Makefile.am, src/gdpng.c,
3147           src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
3148           src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
3149           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3150           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3151           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3152           src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
3153           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
3154           src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
3155           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3156           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3157           src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
3158           src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3159           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc9
3160           release
3162 2005-04-19 21:09  oetiker
3164         * doc/rrddump.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
3165           doc/rrdgraph_graph.pod, doc/rrdinfo.pod, doc/rrdresize.pod: fix
3166           titles
3168 2005-04-19 21:05  oetiker
3170         * doc/bin_dec_hex.pod: fixed title
3172 2005-04-18 22:39  oetiker
3174         * doc/Makefile.am, doc/cdeftutorial.pod, doc/rrd-beginners.pod,
3175           doc/rrdgraph.pod, doc/rrdgraph.src, doc/rrdgraph_data.pod,
3176           doc/rrdgraph_data.src, doc/rrdgraph_examples.pod,
3177           doc/rrdgraph_examples.src, doc/rrdgraph_graph.pod,
3178           doc/rrdgraph_graph.src, doc/rrdgraph_rpn.pod,
3179           doc/rrdgraph_rpn.src, doc/rrdinfo.pod, doc/rrdlast.pod,
3180           doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdtune.pod,
3181           doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: src
3182           moved back to pod. this include thing was a neat idea but it just
3183           adds another twist to things which is not necessary. fixed some
3184           pod errors
3186 2005-04-18 22:13  oetiker
3188         * doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod,
3189           doc/rrdfetch.pod, doc/rrdfirst.pod, doc/rrdgraph.src,
3190           doc/rrdgraph_data.src, doc/rrdgraph_examples.src,
3191           doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/rrdtool.pod:
3192           misc fixes for better display
3194 2005-04-18 11:07  oetiker
3196         * doc/rrdgraph_graph.src, branches/1.2/website,
3197           branches/1.2/website/bin, branches/1.2/website/doc,
3198           branches/1.2/website/tut: fixed format
3200 2005-04-17 22:43  oetiker
3202         * doc/bin_dec_hex.pod, doc/rrd-beginners.pod, doc/rrdcgi.pod,
3203           doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod,
3204           doc/rrdfirst.pod, doc/rrdgraph.src, doc/rrdgraph_data.src,
3205           doc/rrdgraph_examples.src, doc/rrdgraph_graph.src,
3206           doc/rrdgraph_rpn.src, doc/rrdinfo.pod, doc/rrdlast.pod,
3207           doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdthreads.pod,
3208           doc/rrdtune.pod, doc/rrdupdate.pod, doc/rrdxport.pod: fixed many
3209           pod bugs while creating the new website
3211 2005-04-17 17:29  oetiker
3213         * doc/rrdgraph.src: make sure argument descriptions comply with Bold
3214           = fixed and Italics = variable
3216 2005-04-17 16:26  oetiker
3218         * doc/rrdcreate.pod: fix use of =item commands
3220 2005-04-17 16:25  oetiker
3222         * doc/Makefile.am: allow to build pods (for website)
3224 2005-04-13 22:00  oetiker
3226         * src/rrd_graph.c: * draw the axis last to have them always on top *
3227           use a smaller font for labeling the axis
3229 2005-04-13 19:53  oetiker
3231         * src/rrd_gfx.c: have better default compression
3233 2005-04-13 19:53  oetiker
3235         * src/rrd_graph.c: tune fontsizes and spacing to be more in line
3236           with rrdtool 1.0
3238 2005-04-12 21:52  oetiker
3240         * src/rrd_graph.c: prep for 1.2rc8 release
3242 2005-04-12 21:10  oetiker
3244         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3245           configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3246           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3247           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3248           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3249           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3250           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3251           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3252           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3253           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3254           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3255           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3256           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3257           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3258           src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc8 release
3260 2005-04-12 20:56  oetiker
3262         * src/rrd_graph.c, src/rrd_graph.h: * better fix for units-exponent
3263           issue ... now the whole scaling happens only at print time ...
3264           this is more stable -- tobi * remove the newline from ctime (%c)
3265           in VDEF -- alex
3267 2005-04-11 23:23  oetiker
3269         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3270           configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3271           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3272           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3273           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3274           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3275           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3276           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3277           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3278           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3279           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3280           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3281           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3282           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3283           src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc7 release
3285 2005-04-11 23:22  oetiker
3287         * doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h,
3288           src/rrd_tool.c: * adjusted element spacing within the graph *
3289           re-intruduced --units-length option * stabilized --units-exponent
3290           option by jumping to alt-y-grid mode once the default autogrid can
3291           not cope with the data anymore.
3293 2005-04-11 23:20  oetiker
3295         * NEWS: added note about incompatible changes
3297 2005-04-11 12:29  oetiker
3299         * NEWS: started change log
3301 2005-04-11 12:17  oetiker
3303         * doc/rrdgraph_rpn.src: added notes on INF
3305 2005-04-11 09:51  oetiker
3307         * src/Makefile.am, src/art_rgb_affine_private.h,
3308           src/art_rgba_rgba_affine.c, src/art_rgba_rgba_affine.h,
3309           src/art_rgba_svp.c, src/art_rgba_svp.h, src/rrd_gfx.c,
3310           src/rrd_gfx.h, src/rrd_graph.c: * we are now creating true RGBA
3311           pngs * removed all memory leeks from rrd_gfx
3313 2005-04-10 22:02  oetiker
3315         * NEWS: started updating for 1.2 release
3317 2005-04-10 18:11  oetiker
3319         * doc/rrdresize.pod: clarified output -- alex
3321 2005-04-10 18:10  oetiker
3323         * doc/name.inc, doc/rrdgraph.src, doc/rrdgraph_data.src,
3324           doc/rrdgraph_examples.src, doc/rrdgraph_graph.src,
3325           doc/rrdgraph_rpn.src: get the docs ready for the 1.2 release.
3326           remove notes about things that never got implemented. -- alex
3328 2005-04-10 18:05  oetiker
3330         * src/rrd_graph.c: do not draw AREAS that have no hight (done
3331           right). draw an arrow on the positiv y axis.
3333 2005-04-10 15:35  oetiker
3335         * doc/rrdtutorial.pod: updated for 1.2 release -- alex
3337 2005-04-10 14:00  oetiker
3339         * src/rrd_gfx.c: fixed typo -- alex
3341 2005-04-10 13:57  oetiker
3343         * doc/rrdcgi.pod: G<gt> does not exist E<gt> does
3345 2005-04-10 12:12  oetiker
3347         * doc/rrdcreate.pod, doc/rrdxport.pod, src/rrd_graph_helper.c,
3348           src/rrd_tool.c: fixed spelling and working -- Alex van den
3349           Bogaerdt alex at ergens.op.het.net
3351 2005-04-10 11:53  oetiker
3353         * NT-BUILD-TIPS.txt, confignt/config.h, src/strftime.c,
3354           src/strftime.h: added extra strftime.[ch] which supports ISO 8601
3355           week numbers, together with instructions in the NT-BUILD-TIPPS
3356           file
3358 2005-04-10 11:33  oetiker
3360         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3361           configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3362           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3363           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3364           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3365           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3366           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3367           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3368           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3369           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3370           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3371           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3372           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3373           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3374           src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc6 release
3376 2005-04-10 11:31  oetiker
3378         * src/rrd_graph.c: remove excess comment
3380 2005-04-10 11:30  oetiker
3382         * configure.ac, src/Makefile.am: make --disable-perl work allow
3383           configuration of the default font at configure time
3385 2005-04-10 11:29  oetiker
3387         * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c: revamped
3388           drawing routines to be less complex and more stable. be kind to
3389           libart
3391 2005-04-10 09:38  oetiker
3393         * src/rrd_graph.c: allow --color arguments with RRGGBB and not only
3394           RRGGBBAA
3396 2005-04-10 09:16  oetiker
3398         * bindings/perl-shared/Makefile.PL: everyone has other names for
3399           their shared libraries, so lets drop the dependency
3401 2005-04-10 09:15  oetiker
3403         * bindings/perl-shared/RRDs.pm: mention updatev in the synopsis
3405 2005-04-09 14:21  oetiker
3407         * TODO: we do have 95%
3409 2005-04-07 21:35  oetiker
3411         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3412           configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3413           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3414           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3415           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3416           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3417           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3418           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3419           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3420           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3421           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3422           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3423           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3424           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3425           src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc5 release
3427 2005-04-07 21:31  oetiker
3429         * src/rrd_graph.c: fix implementation of --only-graph
3431 2005-04-07 21:31  oetiker
3433         * src/rrd_gfx.c: make libart happy by NOT adjusting coordinates and
3434           by using the ART_WIND_RULE_NONZERO winding rule
3436 2005-04-07 21:30  oetiker
3438         * src/rrd_tool.c: return propper exit codes
3440 2005-04-07 20:07  oetiker
3442         * src/rrd_graph.h: fix bitpatterns of extraflags so that they do not
3443           interfear
3445 2005-04-06 23:58  oetiker
3447         * bindings/Makefile.am: prep for 1.2rc4 release
3449 2005-04-06 23:24  oetiker
3451         * Makefile.am, bindings/Makefile.am, bindings/perl-piped/RRDp.pm,
3452           bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.pm,
3453           configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3454           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3455           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3456           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3457           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3458           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3459           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3460           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3461           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3462           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3463           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3464           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3465           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3466           src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc4 release
3468 2005-04-06 23:18  oetiker
3470         * doc/rrdgraph.src: document RRD_DEFAULT_FONT environment variable
3472 2005-04-06 22:40  oetiker
3474         * src/rrd_afm.c, src/rrd_cgi.c, src/rrd_graph.c, src/rrd_nan_inf.c,
3475           src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3476           src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c,
3477           src/rrdupdate.c: make sure WIN32 sections do NOT kick in for
3478           cygwin compiles
3480 2005-04-05 22:49  oetiker
3482         * src/rrd_gfx.c: only unwind the areas, the lines should be fine by
3483           themselves!
3485 2005-04-05 20:32  oetiker
3487         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3488           configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3489           src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3490           src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3491           src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3492           src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3493           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3494           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3495           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3496           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3497           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3498           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3499           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3500           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3501           src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc3 release
3503 2005-04-05 20:17  oetiker
3505         * src/rrd_gfx.c, src/rrd_graph.c: * fix transparency rendering by
3506           rewinding the paths propperly * fix x-axis label drawing by
3507           considering label precision
3509 2005-04-05 19:14  oetiker
3511         * src/VeraMono.ttf: new originaly copy
3513 2005-04-05 19:12  oetiker
3515         * src/VeraMono.ttf: fixed propperties to have a RAW font
3517 2005-04-04 21:56  oetiker
3519         * configure.ac: make configure work even when no prefix is specified
3521 2005-04-04 21:40  oetiker
3523         * src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
3524           src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
3525           src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
3526           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
3527           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3528           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3529           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3530           src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3531           src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3532           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3533           src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3534           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3535           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3536           src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc2 release
3538 2005-04-04 21:22  oetiker
3540         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3541           configure.ac, rrdtool.spec: prepared for 1.2rc2 release
3543 2005-04-04 21:21  oetiker
3545         * configure.ac: prepared for 1.2rc1 release
3547 2005-04-04 21:12  oetiker
3549         * acinclude.m4, configure.ac: prepared for 1.2rc1 release
3551 2005-04-04 21:07  oetiker
3553         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm:
3554           prepared for 1.2rc1 release
3556 2005-04-04 21:05  oetiker
3558         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm:
3559           prepared for 1.2rc1 release
3561 2005-04-04 20:56  oetiker
3563         * configure.ac: fixed prefix detection code again
3565 2005-04-04 20:53  oetiker
3567         * configure.ac: fixed autoprefix
3569 2005-04-04 20:48  oetiker
3571         * configure.ac: fixed config script for prefixing
3573 2005-04-04 20:37  oetiker
3575         * 00README, COPYRIGHT, NEWS, PROJECTS, README, TODO, acinclude.m4,
3576           configure.ac, rrdtool.spec: get ready for 1.2
3578 2005-04-04 19:55  oetiker
3580         * branches/1.2: branche for 1.2