fix off by 1 error
[rrdtool.git] / CHANGES
1 RRDtool 1.4.3 - 2010-03-22
2 ==========================
3 New Features
4
5 * rrdcached: Log to stderr (in addition to syslog) when running in foreground.
6   -- Sebastian Harl
7
8 * rrdcached: Added -m command line option. This option may be used to specify
9   the file permissions of a UNIX socket. The option affects the following
10   sockets only, i.e., it's possible to specify different modes for different
11   sockets. -- Sebastian Harl
12
13 * rrdcached: Added -s option so set group permissions of the UNIX domain
14   socket. Obviously this will only work if rrdcached is running as root which in
15   my case it has to be (as upstart can't currently monitor non-root
16   daemons). As you may have RRD data sources (data loggers) and RRD
17   consumers (e.g. CGI scripts) that both need to talk to the cache
18   daemon one solution is to set the group permissions of the socket.
19
20   This offer some flexibility over trying to get every RRD user/daemon
21   running under the same user context. -- Alex Bennee  ajb pitcairn.cambridgebroadband.com
22
23 * rrdcached: Let -s affect the following sockets only. This way, it's possible
24   to specify different groups for different sockets. -- Sebastian Harl
25
26 * rrd_create: added --no-overwrite option. It prevents rrdtool from
27   clobbering existing rrd files. -- Chris - LINX
28
29 * ruby bindings: rb_rrd_xport function  -- Pavel Pachkovskij pavel.pachkovskij azati.com
30
31 * use locale settings and _NL_TIME_WEEK_1STDAY to determine the first
32   day of the week. Works on Linux at least -- Tobi Oetiker
33
34 * rrd_graph: \u to backup one line for special legend placement tricks 
35   -- tobi oetiker
36
37 * rrd_update: new (better) checker for incoming COUNTER or DERIVED data. -- Florian
38
39 Bug Fixes
40
41 * rrdcached: Do not put any code in assert(). -- Sebastian Harl
42
43 * add 'm' as a shortcut for 'zoom' in rrd_graph as it was in 1.3 
44   -- Sebastian Harl
45   
46 * rrd_update: fix for max calculation ... the MAX value of the current
47   consolidation interval was pre-initialized with the MAX value from the
48   previous interval (an over optimization). -- Tobi Oetiker
49
50 * build: additional dependencies on Makefile to make sure bindings makefiles
51   get rebuild after reconfig -- Tobi Oetiker
52
53 * ruby bindings: reset rrd_state for grapv in ruby bindings -- Sven Engelhardt
54
55 * rrd_cgi: make sure that (argv-1)[0] points to something sensible ... 
56   hack to undo the damage caused by a senseless optimization. see bug #251
57   -- tobi oetiker
58
59 * rrd_graph: fix right aligned text -- tobi oetiker
60
61 * python bindings: pass DESTDIR to setup.py as --root=<DESTDIR> iff a DESTDIR
62   was given. --- Bernhard Reutner-Fischer
63
64 * rrd_graph: backward compatibility fix - only draw the new type of marker
65   in the graph legend when called with --dynamic-labels -- tobi oetiker
66
67 * rrd_restore: portability fix - sizeof(time_t) is 4 byte not 32 bit -- tobi oetiker
68
69 * rrd_xport: The end of the export range should not be adjusted DOWN but UP to hit the
70   next matching step interval or the response will be one row short. -- tobi oetiker
71
72 * rrd_graph: the end time itself is not part of a time range ... this fixes the segfault
73   reported in #248 -- tobi oetiker
74
75 * rrd_restore: teach rrd_restore to be able to read the #text value of <a></a> ... this
76   fixes problems with blank last_ds entries ... as reported in #247. -- tobi oetiker
77
78 * rrd_update: be more diligent in checking the input arguments for rrdtool  update and
79   complain if they are wrong. fix for #243 (and more) -- tobi oetiker
80
81 ----- Older Changelog --------------------
82
83 2009-11-15 11:54  oetiker
84
85         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
86           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
87           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
88           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
89           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
90           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
91           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
92           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
93           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
94           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
95           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
96           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
97           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
98           src/rrdupdate.c: prepare for the release of rrdtool-1.4.2
99
100 2009-11-15 11:53  oetiker
101
102         * doc/librrd.pod, doc/rrdcached.pod: fix pod syntax
103
104 2009-11-15 10:51  oetiker
105
106         * branches/1.3/program/src/rrd_tool.c, src/rrd_tool.c: Switch
107           LC_NUMERIC to C prior to creating rrd_xport output. This makes
108           sure that numbers are always output with a . and not with a ,
109
110 2009-10-30 22:49  oetiker
111
112         * src/rrd_daemon.c: clarify rrd_daemon code with JOURNAL_REPLAY
113           macro -- kevin
114
115 2009-10-28 05:15  oetiker
116
117         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
118           doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h,
119           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
120           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
121           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
122           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
123           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
124           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
125           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
126           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
127           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
128           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
129           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
130           src/rrdupdate.c: prepare for the release of rrdtool-1.4.1
131
132 2009-10-28 05:15  oetiker
133
134         * configure.ac: updated versions to account for rrd cached fix
135
136 2009-10-28 05:14  oetiker
137
138         * src/rrd_daemon.c: Avoid unnecessary string handling for UPDATE
139           commands in rrd_deaemon for 20x speed increasse. Only copy as many
140           bytes as necessary. During journal replay, avoid unnecessary copy
141           (string is discarded). Bug reported by Thorsten von Eicken Patched
142           by kevin brintnall
143
144 2009-10-27 21:44  oetiker
145
146         * src/rrd_tool.c: we have 2009 now
147
148 2009-10-27 21:40  oetiker
149
150         * NEWS: added links to documentation
151
152 2009-10-27 17:55  oetiker
153
154         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
155           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
156           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
157           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
158           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
159           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
160           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
161           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
162           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
163           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
164           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
165           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
166           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
167           src/rrdupdate.c: set version to 1.4.0 for all files
168
169 2009-10-27 17:51  oetiker
170
171         * rrdtool-1.3-release, rrdtool-1.4-release: create build script for
172           1.4 release
173
174 2009-10-27 17:49  oetiker
175
176         * Makefile.am, configure.ac, src/rrd_client.c, src/rrd_graph.h,
177           src/rrd_restore.c: * remove intl from build process ... someone
178           who does actually need it should fix this ... * make the code work
179           on solaris 10 (tested on opencsw server farm. thanks!)
180
181 2009-10-27 17:04  oetiker
182
183         * src/rrd_client.c, src/rrd_graph.h, src/rrd_restore.c: more solaris
184           10 portability changes ....
185
186 2009-10-27 16:18  oetiker
187
188         * configure.ac, src/rrd_dump.c, src/rrd_graph.c, src/rrd_restore.c,
189           src/rrd_tool.c: remove HAVE_LOCALE_H and HAVE_TIME_H and
190           HAVE_SETLOCALE since they have not been used consistantly anyway
191
192 2009-10-27 16:12  oetiker
193
194         * configure.ac: if we use HAVE_TIME_H we should have a check for
195           this in configure ...
196
197 2009-10-27 13:57  oetiker
198
199         * NEWS: updated for 1.4 release
200
201 2009-10-27 13:54  oetiker
202
203         * src/rrd_graph.c: simplify rrd_graph LC_NUMERIC fix so that all
204           call paramters are affected by it.
205
206 2009-10-27 13:13  oetiker
207
208         * doc/rrdgraph.pod, src/rrd_graph.c: allow the grid on:off pattern
209           to be configured
210
211 2009-10-27 13:07  oetiker
212
213         * src/rrd_restore.c: needs locale.h to compile
214
215 2009-10-23 15:58  oetiker
216
217         * configure.ac, src: optional software is expected to live in /opt,
218           so lets follow this custom ... /usr/local is really old school.
219
220 2009-10-22 23:22  oetiker
221
222         * src/rrd_tool.c: fix memory handling when argument separation in
223           pipe mode fails. fix for #230
224
225 2009-10-20 19:23  oetiker
226
227         * src/rrd_restore.c: set locale to C while restoring
228
229 2009-10-15 08:42  oetiker
230
231         * doc/rrdtutorial.pod: another typo fixed by Justin T Pryzby
232
233 2009-10-15 04:47  oetiker
234
235         * src/Makefile.am: Removed left-over occurrence of LIB_LIBINTL --
236           sebastian
237
238 2009-10-14 08:04  oetiker
239
240         * bindings/perl-piped/RRDp.pm, doc/rpntutorial.pod,
241           doc/rrd-beginners.pod, doc/rrdbuild.pod, doc/rrdcached.pod,
242           doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdflushcached.pod,
243           doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
244           doc/rrdgraph_graph.pod, doc/rrdgraph_libdbi.pod,
245           doc/rrdgraph_rpn.pod, doc/rrdpython.pod, doc/rrdruby.pod,
246           doc/rrdtool.pod, doc/rrdtutorial.pod: Fixed various typos in the
247           manpages. Debian bug #550919. -- Justin T. Pryzby
248
249 2009-10-11 16:00  oetiker
250
251         * src/rrd_client.c, src/rrd_client.h: load rrd_config.h before
252           rrd_client.h since its content is expected to be present --
253           Florian Forster
254
255 2009-10-04 21:16  oetiker
256
257         * src/rrd_flushcached.c: Fix potential memory leak in
258           rrd_flushcached during failure. -- kevin
259
260 2009-10-04 12:18  oetiker
261
262         * CONTRIBUTORS: sebastian was missing from the contributors list
263
264 2009-10-04 12:00  oetiker
265
266         * src/rrd_graph.c: Do not mess with the locale settings. The main
267           program takes care of that (rrd_tool.c calls setlocale(LC_ALL,"")
268           already. We do call setlocale on LC_NUMERIC a few times to get
269           predictable number formats when parsing strings into floats, but
270           apart from that the code is written in a portable manner and can
271           take whatever the local system supports.
272
273 2009-10-04 11:48  oetiker
274
275         * src/rrd_tool.c: * comment on the reson for calling setlocale * to
276           not force the message encoding ... messages should be encoded in
277           the current locale
278
279 2009-10-04 11:37  oetiker
280
281         * src/rrd_client.c, src/rrd_daemon.c: rrd_client, rrd_daemon: Do not
282           require hostnames to contain a dot. Non-FQDN (e.g. "localhost")
283           are now supported as well. Anything that does not start with '['
284           should be (and is now) treated as <name>[:<port>]. -- Sebastian
285           Harl
286
287 2009-10-04 11:36  oetiker
288
289         * src/rrd_client.c: rrd_client: Improved error handling / reporting.
290           * Report getaddrinfo() errors using gai_strerror(). * Replaced
291           "Internal error" with a more verbose error message, if available.
292           -- Sebastian Harl
293
294 2009-10-04 11:35  oetiker
295
296         * src/rrd_client.c: rrd_client: Do not rewrite path names when
297           accessing remote daemons. When talking to a local daemon (thru a
298           UNIX socket), relative path names are resolved to absolute path
299           names to allow for transparent integration into existing solutions
300           (as requested by Tobi). However, when talking to a remote daemon,
301           absolute path names are not allowed, since path name translation
302           is done by the server (relative to the base directory). --
303           Sebastian Harl
304
305 2009-10-04 11:34  oetiker
306
307         * src/rrd_flushcached.c: rrdflushcached: Do not free 'opt_daemon'
308           before checking the connection. -- Sebastian Harl
309
310 2009-10-04 11:33  oetiker
311
312         * src/rrd_fetch.c: rrdfetch: Print a usage summary if not enough
313           parameters have been given. -- Sebastian Harl
314
315 2009-10-04 11:32  oetiker
316
317         * src/rrd_daemon.c: rrdcached: Handle journal replay in
318           socket_permission_check(). -- Sebastian Harl
319
320 2009-10-04 11:30  oetiker
321
322         * src/rrd_daemon.c: rrdcached: Create the base directory on startup.
323           -- Sebastian Harl
324
325 2009-10-04 11:29  oetiker
326
327         * src/rrd_daemon.c: rrdcached: Improved the "base-dir symlink
328           check". The daemon checks if the specified base directory contains
329           symlinks by comparing the canonicalized path name (by realpath())
330           with the path name specified on the command line. The GNU libc's
331           implementation of realpath() removed trailing slashes ('/') from
332           the pathname. Thus, specifying a base directory with a trailing
333           slash results in rrdcached aborting, complaining about an invalid
334           base directory, which is quite annoying imho. Now, trailing
335           slashes are removed before comparing the two path names. --
336           Sebastian Harl
337
338 2009-10-04 11:28  oetiker
339
340         * src/rrd_daemon.c: rrdcached: Improved an error message. --
341           Sebastian Harl
342
343 2009-10-04 11:27  oetiker
344
345         * src/rrd_daemon.c: rrdcached: Create the pidfile and (UNIX) socket
346           directories as well. Those files may be located in a subdirectory
347           of, e.g., /var/run/. To avoid the need to manually create (and
348           recreate, e.g. in case /var/run/ is on a tmpfs) that subdirectory,
349           let the daemon handle the creation of those directories. --
350           Sebastian Harl
351
352 2009-10-01 18:54  oetiker
353
354         * src/rrd_fetch_libdbi.c, src/rrd_tool.h: rrd_fetch_libdbi: Fixed
355           some compiler warnings. While at it, declared some private helper
356           functions as static. -- Sebastian Harl
357
358 2009-09-28 16:21  oetiker
359
360         * doc/librrd.pod: Moved rrd_dump_cb_r() to section "CORE FUNCTIONS"
361           since this is not a utility function but rather part of RRDtool's
362           core. -- Sebastian Harl
363
364 2009-09-28 16:16  oetiker
365
366         * doc/Makefile.am: Moved the 'librrd' manpage to section 3 --
367           Sebastian Harl
368
369 2009-09-28 16:16  oetiker
370
371         * doc/librrd.pod: documentation for rrd_mkdir_p added -- Sebastian
372           Harl
373
374 2009-09-28 16:16  oetiker
375
376         * src/rrd_daemon.c: free config_pid_file after using it for the last
377           time ... Else, the daemon might either segfault or leave the PID
378           file around. -- Sebastian Harl
379
380 2009-09-28 16:15  oetiker
381
382         * src/rrd_daemon.c: try to create missing journal directories rather
383           than abort with an error. -- Sebastian Harl
384
385 2009-09-28 16:13  oetiker
386
387         * src/librrd.sym.in.in, src/rrd.h, src/rrd_utils.c: added
388           rrd_mkdir_p - This function may be used to recursively create some
389           directory, similar to "mkdir -p" on the command-line. -- Sebastian
390           Harl
391
392 2009-09-24 19:21  oetiker
393
394         * src/rrd_restore.c: adjusted copyright wording according to
395           sebastians suggestions
396
397 2009-09-15 12:21  oetiker
398
399         * trunk/tutorial/lisa2009/rrd-by-example/body.tex: adapted for 2009
400
401 2009-09-15 12:20  oetiker
402
403         * trunk/tutorial/lisa2009/abstract-rrdexample.txt,
404           trunk/tutorial/lisa2009/abstract-rrdtut.txt: initial
405
406 2009-09-15 12:17  oetiker
407
408         * trunk/tutorial/lisa2009, trunk/tutorial/lisa2009/rrd-intro.odp:
409           initial
410
411 2009-09-01 08:49  oetiker
412
413         * NEWS, src/rrd_graph.c: show element type in legend
414
415 2009-08-25 09:01  oetiker
416
417         * configure.ac, src/rrd_client.h, src/rrd_daemon.c: detect if
418           stdint.h is available. if not, use inttypes. this should fix #239
419           and make compilation on solaris 9 work.
420
421 2009-08-24 12:04  oetiker
422
423         * debian/README, debian/README.Debian, debian/build_freetype.sh,
424           debian/changelog, debian/control, debian/copyright,
425           debian/librrd0-dev.files, debian/librrd0.files,
426           debian/librrd0.postinst, debian/librrd0.postrm,
427           debian/librrd0.shlibs, debian/librrdp-perl.files,
428           debian/librrds-perl.files, debian/rrdtool-tcl.files,
429           debian/rrdtool.files, debian/rules, debian/watch: replae with
430           pointer
431
432 2009-08-24 12:02  oetiker
433
434         * src/rrd_config_bottom.h: call fpclass only once when replacing
435           isnan for solaris
436
437 2009-08-22 22:03  oetiker
438
439         * MakeMakefile: remove misspellt keyword ...
440
441 2009-08-21 05:03  oetiker
442
443         * m4/acinclude.m4, src/rrd_config_bottom.h: make sure all elements
444           required in the definition of isinf are defined in their turn
445
446 2009-08-20 22:02  oetiker
447
448         * src/rrd_graph.c, src/rrd_tool.c: Trim trailing whitespace, reoder
449           getopt_long per shortopt char; Fix -D while at it -- Bernhard
450           Reutner-Fischer
451
452 2009-08-19 15:24  oetiker
453
454         * NEWS, doc/rrdgraph.pod, src, src/rrd_graph.c, src/rrd_graph.h,
455           src/rrd_tool.c: The attached patch allows to $ rrdtool graph
456           --border=0 to disable the 3d border around the image. -- Bernhard
457           Reutner-Fischer rep.dot.nop gmail.com
458
459 2009-08-19 07:44  oetiker
460
461         * src/rrd_graph.c: yes this should not matter, but I think it is the
462           right thing todo ...
463
464 2009-08-17 21:34  oetiker
465
466         * src/rrd_dump.c, src/rrd_tune.c: added missing prototypes
467
468 2009-08-17 21:31  oetiker
469
470         * CONTRIBUTORS, doc/librrd.pod, src/librrd.sym.in.in, src/rrd.h,
471           src/rrd_dump.c: Added a call back interface to rrd_dump to be able
472           to call the function from c. See librrd.pod for documentation. --
473           Benny Baumann BenBE geshi.org
474
475 2009-08-16 22:22  oetiker
476
477         * doc/rrdcached.pod, src/rrd_daemon.c: From: Florian Forster
478           <octo@leeloo.lan.home.verplant.org> This patch introduces
479           per-socket, per-command permissions to the RRD caching daemon,
480           RRDCacheD. This allows administrators to limit access to the
481           daemon in a fine-grained manner. The patch removes the command
482           line option `-L' and introduces `-P' instead. The option must
483           appear *before* the `-l' option and the given permissions are set
484           for all following sockets or another `-P' option. For example:
485           rrdcached -P FLUSH,PENDING -l 10.2.3.4 -P UPDATE -l
486           unix:/some/path Allow `FLUSH' and `PENDING' commands to clients
487           connected via IPv4 networking and `UPDATE' to clients connected
488           via a UNIX domain socket only. There are a couple of exceptions: -
489           The commands `HELP' and `QUIT' are always allowed. - If the
490           command `BATCH' is allowed, the command `.' is automatically
491           allowed, too. By default, i. e. if no `-P' option is specified,
492           all commands will be allowed. As a shortcut to reset the behavior
493           to the default behavior, you can use the slightly hackish `-P ""'
494           syntax. Signed-off-by: Florian Forster
495           <octo@leeloo.lan.home.verplant.org>
496
497 2009-08-16 22:05  oetiker
498
499         * configure.ac: with my Debian Testing box I had to apply the
500           following small changes to the `configure.ac' file in order to
501           make `autoconf' happy. Don't know what the problem precisely is ?
502           m4 and its square parenthesis is too high for me ;) -- Florian
503
504 2009-08-16 22:00  oetiker
505
506         * autogen.sh: there is no config directory ... so lets not search
507           for it in autogen.sh
508
509 2009-08-11 14:00  oetiker
510
511         * branches/1.3/program/src/rrd_restore.c, src/rrd_restore.c: fix
512           freeing order when generating error messages. found by Dmitry V.
513           Krivenok
514
515 2009-08-10 11:47  oetiker
516
517         * m4/acinclude.m4: include math.h when testing IEEE
518
519 2009-08-08 14:06  oetiker
520
521         * branches/1.3/program/doc/rrd-beginners.pod, doc/rrd-beginners.pod:
522           remove extra \ in perl example
523
524 2009-08-08 09:38  oetiker
525
526         * src/rrd_daemon.c: The journal files are time-stamped and replayed
527           in order. This allows systems with 32-bit signed off_t to write
528           more than 2GB of journal entries per flush interval. --kevin
529
530 2009-08-08 09:36  oetiker
531
532         * doc/rrdgraph.pod: add some shell proggramming advice ... Bernhard
533           Reutner-Fischer
534
535 2009-08-08 09:34  oetiker
536
537         * src/rrd_daemon.c: Remove PID file later in the cleanup process
538           --kevin
539
540 2009-08-08 09:29  oetiker
541
542         * src/rrd_daemon.c: Increment the DataSetsWritten counter before
543           freeing the RRD values. --kevin
544
545 2009-08-08 09:28  oetiker
546
547         * src/rrd_daemon.c: The current method may have caused flushes (and
548           journal rotations) more often than necessary. The problem was
549           introduced in r1600. --kevin
550
551 2009-08-08 09:27  oetiker
552
553         * src/rrd_daemon.c: Two-phase shutdown for rrdcached ensures that
554           values are flushed. Previously, it was possible for the queue
555           threads to exit before the flush thread completed queueing values.
556           If running with -F, rrdcached may have crashed due to assertion
557           failure before writing all values. -- kevin
558
559 2009-08-07 06:04  oetiker
560
561         * branches/1.3/program/bindings/python/rrdtoolmodule.c,
562           bindings/python/rrdtoolmodule.c: include PACKAGE_VERSION as
563           version number for python module to fix #236
564
565 2009-08-03 18:51  oetiker
566
567         * branches/1.3/program/src/rrd_info.c, src/rrd_info.c: in rrd > 1.3
568           it's called rrd_info_push ... and not just info_push ...
569
570 2009-08-03 18:45  oetiker
571
572         * branches/1.2/program/src/rrd_info.c,
573           branches/1.3/program/src/rrd_info.c, src/rrd_info.c: Show the
574           index of each data source in the rrd_info output. Patch for #231
575           provided by Glenn Herteg, GroundWork Open Source, Inc.
576
577 2009-07-30 07:57  oetiker
578
579         * NEWS: new news
580
581 2009-07-30 07:56  oetiker
582
583         * src/rrd_tune.c: rrd_tune HW Update Allow to set the smoothing
584           window (alpha, beta, gamma) to zero. I'm using rrdtool 1.3.8 with
585           abberant behavior detection from the Brutlag method. I need to use
586           a week seasonality and no smoothing for the SEASONAL and
587           DEVSEASONAL. So I use rrdtune in order to set the smoothing window
588           to 0.0. This calls the set_hwarg(). But this method is also used
589           to tune the alpha, beta and gamma that can't be set to 0.0 So when
590           I tune my smoothing window size to 0.0, it returns -1 due to the
591           if(window<=0.0) then do nothing. I join here a small correction
592           with a differnent method used to set only the smoothing window
593           size and allowing it to be zero. -- sylvain.luiset gmail.com
594
595 2009-07-28 16:49  oetiker
596
597         * configure.ac: update conditional silent-rules
598
599 2009-07-14 12:00  oetiker
600
601         * src/rrd_daemon.c: Handle race condition for "UPDATE" with new
602           files. Problem found by Sebastian Harl. Patch by Kevin.
603
604 2009-07-12 06:28  oetiker
605
606         * src/rrd_daemon.c: Do not trust cache tree pointers after releasing
607           the cache lock. It's possible that a "FORGET" was issued in the
608           mean time. -- kevin
609
610 2009-07-10 05:52  oetiker
611
612         * src/rrd_daemon.c: destroy flush condition variable
613
614 2009-07-10 05:51  oetiker
615
616         * src/rrd_graph.c: Move <libgen.h> include so we know whether we
617           HAVE_LIBGEN_H -- kevin
618
619 2009-07-09 20:14  oetiker
620
621         * doc/Makefile.am, src/rrd_thread_safe.c: Silence automake
622           portability warnings caused by multiple inference rules. -- kevin
623           brintnall
624
625 2009-07-05 08:41  oetiker
626
627         * configure.ac, src/rrd_restore.c, win32/rrd_config.h.msvc: check
628           for the size of time_t and behave accordingly
629
630 2009-07-04 14:51  oetiker
631
632         * src/rrd_restore.c: be more careful when converting to string to
633           time_t ... test if time_t is long long
634
635 2009-06-10 19:05  oetiker
636
637         * bindings/lua/compat-5.1r5/compat-5.1.c,
638           bindings/lua/compat-5.1r5/compat-5.1.h,
639           bindings/lua/compat-5.1r5/compat-5.1.lua: add the real license ...
640
641 2009-06-10 12:17  oetiker
642
643         * branches/1.3/program/doc/bin_dec_hex.pod,
644           branches/1.3/program/doc/rrdtutorial.es.pod, doc/bin_dec_hex.pod,
645           doc/rrdtutorial.es.pod: fix bad pdf links
646
647 2009-06-09 19:22  oetiker
648
649         * bindings/lua/compat-5.1r5/compat-5.1.c,
650           bindings/lua/compat-5.1r5/compat-5.1.h,
651           bindings/lua/compat-5.1r5/compat-5.1.lua: added compat 5.1 license
652           copied from website
653
654 2009-06-08 05:12  oetiker
655
656         * branches/1.3/program/configure.ac, configure.ac: make config.h a
657           symlink to rrd_config.h so that intl/Makefile is happy
658
659 2009-06-08 04:56  oetiker
660
661         * branches/1.3/program/MakeMakefile,
662           branches/1.3/program/configure.ac, MakeMakefile, configure.ac:
663           Relax automake requirements and make 1.11 features optional --
664           kevin brintnall
665
666 2009-06-07 20:48  oetiker
667
668         * bindings/perl-shared/RRDs.xs, bindings/python/rrdtoolmodule.c,
669           bindings/ruby/main.c: fix some missing rrd_flushcached instances
670           -- kevin
671
672 2009-06-07 14:46  oetiker
673
674         * bindings/tcl/tclrrd.c: switch to the rrd_flushcached interface
675
676 2009-06-07 14:45  oetiker
677
678         * src/rrd_cgi.c: consider fgets return value
679
680 2009-06-07 14:33  oetiker
681
682         * intl, po/Makefile.in.in: do not try to mess with autopoints files
683
684 2009-06-07 14:27  oetiker
685
686         * src/rrd_open.c: check return value from write
687
688 2009-06-07 14:19  oetiker
689
690         * src/rrd_daemon.c: check return values of dup and ftruncate
691
692 2009-06-07 14:12  oetiker
693
694         * src/rrd_fetch.c, src/rrd_flushcached.c, src/rrd_info.c: fix some
695           warnings
696
697 2009-06-07 13:57  oetiker
698
699         * intl, intl/Makefile.in: added a copy to svn since it is changed
700           from the original
701
702 2009-06-07 13:53  oetiker
703
704         * po/Makefile.in.in: changed from original version, so include it
705           ...
706
707 2009-06-07 13:42  oetiker
708
709         * Makefile.am, autogen.sh: include libtool with the distro
710
711 2009-06-07 11:36  oetiker
712
713         * configure.ac: another ID tag
714
715 2009-06-07 11:35  oetiker
716
717         * Makefile.am, README: more id tags added
718
719 2009-06-07 11:34  oetiker
720
721         * COPYRIGHT: updated for release
722
723 2009-06-07 11:34  oetiker
724
725         * COPYRIGHT, TODO: updated for release
726
727 2009-06-07 11:20  oetiker
728
729         * CONTRIBUTORS: added $Id:$
730
731 2009-06-07 11:16  oetiker
732
733         * NEWS: initial news
734
735 2009-06-02 13:55  oetiker
736
737         * branches/1.3/program/doc/rrdupdate.pod, doc/rrdupdate.pod: Mention
738           that negative time values should be separated by '--' in
739           rrdupdate.pod -- Sebastian Harl
740
741 2009-06-02 05:55  oetiker
742
743         * trunk/talks/op5-09, trunk/talks/op5-09/3days-solar-graph.pdf,
744           trunk/talks/op5-09/active-acache-management.pdf,
745           trunk/talks/op5-09/active-acache-management.xar,
746           trunk/talks/op5-09/beamercolorthemetobi.sty,
747           trunk/talks/op5-09/body.tex, trunk/talks/op5-09/cache-flow.pdf,
748           trunk/talks/op5-09/cache-flow.xar,
749           trunk/talks/op5-09/cache-importance.pdf,
750           trunk/talks/op5-09/cache-importance.xar,
751           trunk/talks/op5-09/charles.png,
752           trunk/talks/op5-09/energy_graph.png,
753           trunk/talks/op5-09/handouts.tex,
754           trunk/talks/op5-09/n20e-daily.png,
755           trunk/talks/op5-09/nmn09_200.jpg, trunk/talks/op5-09/pings.png,
756           trunk/talks/op5-09/presentation.tex,
757           trunk/talks/op5-09/readahead-fix.pdf,
758           trunk/talks/op5-09/readahead-fix.xar,
759           trunk/talks/op5-09/systembelastung.png,
760           trunk/talks/op5-09/update-schematics.pdf,
761           trunk/talks/op5-09/update-schematics.xar: initial
762
763 2009-06-01 14:01  oetiker
764
765         * branches/1.3/program/m4/acinclude.m4, m4/acinclude.m4: Make
766           rrdtool compile on GNU/kFreeBSD. Fix for Debian bug 494874. Patch
767           by Petr Salinger.
768
769 2009-06-01 13:58  oetiker
770
771         * branches/1.3/program/src/rrd_update.c, src/rrd_update.c: make
772           negative update times work as diescribed in the documentation (-5
773           is NOW-5seconds) this takes care of debian bug 332766
774
775 2009-05-28 05:25  oetiker
776
777         * src/rrd_open.c: madvise hints may not be ORed since they are
778           enumerated ... #224
779
780 2009-05-27 16:23  oetiker
781
782         * configure.ac: back to 0.14.4
783
784 2009-05-27 16:21  oetiker
785
786         * Makefile.am, configure.ac: get the latest gettext
787
788 2009-05-27 16:03  oetiker
789
790         * src/Makefile.am: added gettext.h to dist
791
792 2009-05-27 15:00  oetiker
793
794         * src/gettext.h: added missing gettext.h
795
796 2009-05-27 14:59  oetiker
797
798         * po/LINGUAS, po/de.po: we don't have any translations ... so do not
799           pretend
800
801 2009-05-27 14:31  oetiker
802
803         * autogen.sh, configure.ac: reduce gettext version requirements
804
805 2009-05-27 14:14  oetiker
806
807         * MakeMakefile: fix path
808
809 2009-05-27 13:39  oetiker
810
811         * MakeMakefile, Makefile.am, acinclude.m4, autogen.sh,
812           bindings/Makefile.am, configure.ac, doc/Makefile.am,
813           m4/acinclude.m4, po/ChangeLog, po/Makevars, src/Makefile.am,
814           src/rrd_i18n.h: the get ready for 1.4rc patch * updated to
815           automake 1.11 with silet build, with this warnings stand out much
816           better in the build process. use make V=1 to see all as before *
817           switched from intltoolize to autopoint for gettext support * moved
818           m4 bits into their own subdirectory --tobi
819
820 2009-05-27 13:11  oetiker
821
822         * src/rrd_graph.c, src/rrd_graph.h: Only include libgen.h when we
823           have it. use pbbasename if we do not. Also fixes #223.
824
825 2009-05-26 15:25  oetiker
826
827         * doc/rrdtool.pod: update flush to flushcached
828
829 2009-05-26 15:24  oetiker
830
831         * bindings/lua/rrdlua.c, bindings/perl-shared/RRDs.pm,
832           bindings/perl-shared/RRDs.xs, bindings/python/rrdtoolmodule.c,
833           bindings/ruby/main.c, bindings/tcl/tclrrd.c: bindings should
834           invoke new rrd_flushcached (instead of rrd_cmd_flush) -- kevin
835
836 2009-05-26 15:20  oetiker
837
838         * src/rrd_restore.c: "ulong" is not portable. must be unsigned long
839           -- kevin
840
841 2009-05-26 08:55  oetiker
842
843         * doc/Makefile.am: update flush document name
844
845 2009-05-26 07:14  oetiker
846
847         * src/Makefile.am: rename rrd_flush.c to rrd_flushcached.c in
848           Makefile.am
849
850 2009-05-26 07:13  oetiker
851
852         * doc/rrdflush.pod, doc/rrdflushcached.pod, src/librrd.sym.in.in,
853           src/rrd.h, src/rrd_flush.c, src/rrd_flushcached.c, src/rrd_open.c,
854           src/rrd_tool.c: resolve the "flush inconsistency": * rrd_flush (a
855           leftover from when rrdtool was using stream based io) is turned
856           into a no-op but still exported to preserve library compatibility.
857           * rrd_cmd_flush (the implementation of "rrdtool flush") is renamed
858           to rrd_flushcached along with its command line invocation which is
859           now rrdtool flushcached --tobi
860
861 2009-05-25 22:23  oetiker
862
863         * src/rrd_restore.c: While restoring, rrd_restore uses between 30
864           and 40 times as much memory as the size of the rrd file to be
865           restored. This is due to the use of libxml2 for parsing the the
866           whole file prior to turning it into rrd structs. This patch
867           switches rrd_restore to using the xmlTextReader interface for
868           incremental consumtion of xml files. This reduces the memory
869           requirements to about twice the size of the rrd file which should
870           be quite manageable for most cases. The parsing is about 25% less
871           efficient than with the original libxml2 version of rrd_restore.
872           This could be in part due to the more liberal use of malloced
873           memory. Optimizing this is for another day though. --tobi
874
875 2009-05-25 06:05  oetiker
876
877         * branches/1.3/program/src/rrd_open.c, src/rrd_open.c: only include
878           utime.h when necessary
879
880 2009-05-24 10:31  oetiker
881
882         * branches/1.3/program/configure.ac,
883           branches/1.3/program/src/rrd_info.c,
884           branches/1.3/program/src/rrd_open.c,
885           branches/1.3/program/src/rrd_update.c, configure.ac,
886           src/rrd_info.c, src/rrd_open.c, src/rrd_update.c: * in 1.3:
887           Changed types used in rrd_file_t from off_t to size_t to prevent:
888           warning: comparison between signed and unsigned * Misc other off_t
889           -> size_t changes to prevent signed warning * in 1.3: Added
890           rrd_dump_opt_r declaration to prevent undef warning * Explicit
891           cast to time_t of check in rrd_fetch to prevent signed warning *
892           Added vasprintf path to sprintf_alloc to prevent excessive
893           mallocing * in 1.3: fixed STRERROR_R_CHAR_P undef warning patch by
894           Steven Hartland killing multiplay.co.uk
895
896 2009-05-22 14:54  oetiker
897
898         * src/rrd_update.c: reset errno right befor the call I want to test
899
900 2009-05-22 13:55  oetiker
901
902         * src/rrd_update.c: inline is something for the compiler to figure
903           ...
904
905 2009-05-22 11:32  oetiker
906
907         * branches/1.3/program/src/rrd_update.c, src/rrd_update.c: fix error
908           messages on the road to fix #222
909
910 2009-05-21 05:20  oetiker
911
912         * doc/rrdgraph.pod: fix text organisation
913
914 2009-05-18 14:23  oetiker
915
916         * branches/1.3/program/bindings/python/rrdtoolmodule.c,
917           bindings/python/rrdtoolmodule.c: integrated fix for debian bug
918           #529291 as supplied by Anders Hammarquist
919
920 2009-05-11 21:25  oetiker
921
922         * branches/1.3/program/configure.ac,
923           branches/1.3/program/src/rrd_getopt.c, configure.ac,
924           src/rrd_getopt.c: fix rrd_getops use of external variables (optarg
925           and friends) ... most prominently is kills a segfault when using
926           rrdtool perl bindings on solaris ... thanks to Ihsan Dogan for
927           helping with tracking this down and providing access to sparc
928           solaris boxes.
929
930 2009-04-29 06:52  oetiker
931
932         * branches/1.3/program/CONTRIBUTORS,
933           branches/1.3/program/doc/rrdgraph_data.pod, CONTRIBUTORS,
934           doc/rrdgraph_data.pod: added some remarks on CDEF versus VDEF to
935           the docs -- Pablo Sanchez
936
937 2009-04-20 06:48  oetiker
938
939         * doc/Makefile.am, doc/librrd.pod, src/librrd.sym.in.in, src/rrd.h,
940           src/rrd_daemon.c, src/rrd_utils.c: This patch includes utility
941           functions to support dynamically sized arrays. This simplifies the
942           code that manages some of the dynamic structures inside rrdcached.
943           A few data types have been changed to size_t. -- kevin
944
945 2009-04-20 06:46  oetiker
946
947         * doc/rrdinfo.pod, src/rrd_format.c, src/rrd_info.c, src/rrd_open.c,
948           src/rrd_tool.h: introduced header_property in info output --
949           Daniel.Pocock barclayscapital.com
950
951 2009-04-17 09:53  oetiker
952
953         * branches/1.3/program/src/rrd_tool.c, src/rrd_tool.c: add
954           documentation for graph-render-mode
955
956 2009-04-15 07:05  oetiker
957
958         * branches/1.3/program/src/rrd_restore.c, src/rrd_restore.c: fix
959           comments and error messages in rrd_restore patch
960
961 2009-04-15 07:02  oetiker
962
963         * branches/1.3/program/src/rrd_restore.c, src/rrd_restore.c: Fix
964           casting issues in rrd_restore. The bug manifested when compiled on
965           sparc v9 as explained in #218. Patch based in input provided by
966           poster of #218.
967
968 2009-04-14 13:55  oetiker
969
970         * branches/1.2/program/bindings/ruby/main.c,
971           branches/1.3/program/bindings/ruby/main.c, bindings/ruby/main.c:
972           make ruby bindings compile with newer ruby versions ... fix for
973           #217 patch provided by rrd trac user.
974
975 2009-04-14 07:51  oetiker
976
977         * branches/1.3/program/bindings/perl-piped/RRDp.pm,
978           bindings/perl-piped/RRDp.pm: Generate an error message when using
979           RRDp with graph - this can not work reliably. (Debian Bug#251701)
980           -- Sebastian Harl
981
982 2009-04-14 06:10  oetiker
983
984         * src/Makefile.am, src/librrd.sym.in.in, src/rrd.h,
985           src/rrd_daemon.c, src/rrd_open.c, src/rrd_restore.c,
986           src/rrd_utils.c: rrd_random() is a wrapper around random() that
987           ensures the PRNG is seeded exactly ONCE per process. rrd_utils.c
988           is introduced for functions that do not have a better home.
989           --kevin
990
991 2009-04-10 08:52  oetiker
992
993         * src/rrd_daemon.c: This patch consolidates several aspects of the
994           command handling in rrdcached: * all commands, help, and context
995           information is reduced to a single data structure. * all checks
996           for command validity (context and permission) are handled in the
997           main dispatch routine This removes duplicate help/syntax text, and
998           long if..elseif..else chains. It facilitates the addition of new
999           commands. -- kevin
1000
1001 2009-04-09 15:07  oetiker
1002
1003         * src/rrd_daemon.c: The bookkeeping of all threads is not necessary,
1004           since we cannot pthread_join() them anyway. We only need to know
1005           when the last one has exited. -- kevin
1006
1007 2009-04-09 15:05  oetiker
1008
1009         * doc/rrdcached.pod: added missing docs -- kevin
1010
1011 2009-04-09 15:04  oetiker
1012
1013         * branches/1.3/program/doc/rrdtutorial.pod, doc/rrdtutorial.pod:
1014           added missing newline -- by sebastian harl
1015
1016 2009-04-07 17:33  oetiker
1017
1018         * trunk/talks/swinog18/body.tex,
1019           trunk/talks/swinog18/presentation.tex: minor adjustments
1020
1021 2009-04-07 07:23  oetiker
1022
1023         * m4: make sure an empty m4 is in the checkout
1024
1025 2009-04-07 06:37  oetiker
1026
1027         * branches/1.3/program/doc/rrdgraph.pod,
1028           branches/1.3/program/src/rrd_graph.c, NEWS, doc/rrdgraph.pod,
1029           src/rrd_graph.c: fix for #213 restore old behaviour of --lazy.
1030           Even in lazy mode all the data calculation elements are run. The
1031           main time saving comes from the fact that the graph is not being
1032           drawn and the image does not have to be compressed.
1033
1034 2009-04-07 06:03  oetiker
1035
1036         * branches/1.3/program/src/rrd_dump.c, src/rrd_dump.c: make sure
1037           rrd_dump outputs numbers with C locale so that . does not suddenly
1038           become , this fixes #212
1039
1040 2009-04-06 14:49  oetiker
1041
1042         * CONTRIBUTORS, bindings/python/rrdtoolmodule.c, doc/rrdpython.pod:
1043           I thought that it would be nice to be able to pass parameters to
1044           python bindings as a list (array) of strings. -- Vytautas
1045           Zdanavicius vytaszd at yahoo.com
1046
1047 2009-04-06 14:14  oetiker
1048
1049         * src/rrd_dump.c: use %lld with (long long) conversion when printing
1050           time.
1051
1052 2009-04-06 14:12  oetiker
1053
1054         * branches/1.3/program/src/rrd_update.c, src/rrd_update.c: printf
1055           for time_t with %lli can easily cause a segfault since on many
1056           platforms time_t is only 32bit ... by adding (long long) to the
1057           time value this gets fixed.
1058
1059 2009-04-06 14:08  oetiker
1060
1061         * src/rrd_graph.c: lets have an error message when creating the
1062           graph fails
1063
1064 2009-04-06 12:02  oetiker
1065
1066         * trunk/talks/goopen-09/active-acache-management.pdf,
1067           trunk/talks/goopen-09/active-acache-management.xar,
1068           trunk/talks/goopen-09/beamercolorthemetobi.sty,
1069           trunk/talks/goopen-09/body.tex,
1070           trunk/talks/goopen-09/cache-flow.pdf,
1071           trunk/talks/goopen-09/cache-flow.xar,
1072           trunk/talks/goopen-09/cache-importance.pdf,
1073           trunk/talks/goopen-09/cache-importance.xar,
1074           trunk/talks/goopen-09/charles.png,
1075           trunk/talks/goopen-09/energy_graph.png,
1076           trunk/talks/goopen-09/handouts.tex,
1077           trunk/talks/goopen-09/n20e-daily.png,
1078           trunk/talks/goopen-09/pings.png,
1079           trunk/talks/goopen-09/presentation.tex,
1080           trunk/talks/goopen-09/readahead-fix.pdf,
1081           trunk/talks/goopen-09/readahead-fix.xar,
1082           trunk/talks/goopen-09/systembelastung.png,
1083           trunk/talks/goopen-09/update-schematics.pdf,
1084           trunk/talks/goopen-09/update-schematics.xar: go open presentation
1085           checkin
1086
1087 2009-03-30 18:33  oetiker
1088
1089         * trunk/talks/swinog18/active-acache-management.xar: sync xara file
1090
1091 2009-03-30 18:31  oetiker
1092
1093         * trunk/talks/swinog18,
1094           trunk/talks/swinog18/active-acache-management.pdf,
1095           trunk/talks/swinog18/active-acache-management.xar,
1096           trunk/talks/swinog18/beamercolorthemetobi.sty,
1097           trunk/talks/swinog18/body.tex,
1098           trunk/talks/swinog18/cache-flow.pdf,
1099           trunk/talks/swinog18/cache-flow.xar,
1100           trunk/talks/swinog18/cache-importance.pdf,
1101           trunk/talks/swinog18/cache-importance.xar,
1102           trunk/talks/swinog18/handouts.tex,
1103           trunk/talks/swinog18/presentation.tex,
1104           trunk/talks/swinog18/readahead-fix.pdf,
1105           trunk/talks/swinog18/readahead-fix.xar,
1106           trunk/talks/swinog18/update-schematics.pdf,
1107           trunk/talks/swinog18/update-schematics.xar: initial
1108
1109 2009-03-21 10:45  oetiker
1110
1111         * src/rrd_hw.c: remove excess flush calls ...
1112
1113 2009-03-21 09:56  oetiker
1114
1115         * src/librrd.sym.in.in, src/rrd.h: remove flush symbol
1116
1117 2009-03-21 09:53  oetiker
1118
1119         * src/rrd_hw.c, src/rrd_open.c: the call to rrd_flush has appeared
1120           when rrd_open was fleshed out. It used to be an fflush call which
1121           is something entirely different than the current rrd_flush
1122           implementation with fdatasync was ... we can safely drop this and
1123           gain performance for holt winters in the process ... -- tobi
1124
1125 2009-03-18 17:12  oetiker
1126
1127         * CONTRIBUTORS, NEWS, doc/rrdgraph.pod, src/rrd_graph.c,
1128           src/rrd_graph.h: New rrd_graph functions for legend placement
1129           control added -- Patch by Melchior Rabe rrdtool mrab.de
1130
1131 2009-03-08 11:12  oetiker
1132
1133         * src/rrd_flush.c: rrd_flush.c: Provide a more useful error message.
1134           by Sebastian Harl
1135
1136 2009-03-08 08:02  oetiker
1137
1138         * branches/1.2/program/WIN32-BUILD-TIPS.txt,
1139           branches/1.2/program/bindings/Makefile.am,
1140           branches/1.2/program/bindings/perl-shared/MANIFEST,
1141           branches/1.2/program/bindings/perl-shared/ntmake-build,
1142           branches/1.2/program/bindings/perl-shared/ntmake.PL,
1143           branches/1.3/program/WIN32-BUILD-TIPS.txt,
1144           branches/1.3/program/bindings/Makefile.am,
1145           branches/1.3/program/bindings/perl-shared/MANIFEST,
1146           branches/1.3/program/bindings/perl-shared/ntmake-build,
1147           branches/1.3/program/bindings/perl-shared/ntmake.PL,
1148           WIN32-BUILD-TIPS.txt, bindings/Makefile.am,
1149           bindings/perl-shared/MANIFEST, bindings/perl-shared/ntmake-build,
1150           bindings/perl-shared/ntmake.PL: Renaming ntmake.pl to ntmake.PL
1151           (r1742) had unforseen side effects. At least on freebsd ntmake.PL
1152           gets called automatically during build. This is not desired. I
1153           renamed the file to ntmake-build sinc it gets called explicilty on
1154           windows anyway. Reported by Kevin modified by Tobi
1155
1156 2009-03-07 10:31  oetiker
1157
1158         * NEWS, bindings/lua/rrdlua.c, bindings/perl-shared/RRDs.pm,
1159           bindings/perl-shared/RRDs.xs, bindings/python/rrdtoolmodule.c,
1160           bindings/ruby/main.c, bindings/tcl/tclrrd.c, doc/rrdflush.pod,
1161           src/rrd_flush.c: This 2-patch series exposes 'flush' methods to
1162           the various language bindings.
1163
1164 2009-03-06 17:30  oetiker
1165
1166         * trunk/talks/goopen-09, trunk/talks/goopen-09/abstract.txt,
1167           trunk/talks/goopen-09/bio.txt: initial
1168
1169 2009-03-06 05:51  oetiker
1170
1171         * branches/1.3/program/src/rrd_xport.c, src/rrd_xport.c: there were
1172           two lines of debug info printed by rrd_xport, messing up the xml
1173           code. Fix by Alejandro Galue.
1174
1175 2009-03-06 05:39  oetiker
1176
1177         * configure.ac, src/rrd_thread_safe.c: Even though POSIX/XSI
1178           requires "strerror_r" to return an "int", some systems (e.g. the
1179           GNU libc) return a "char *" _and_ ignore the second argument (user
1180           provided buffer). The configure script now checks for that
1181           behavior using AC_FUNC_STRERROR_R. rrd_strerror() in
1182           rrd_thread_safe.c has been updated to (hopefully) handle all
1183           possible cases. Previously, rrd_strerror() would have returned
1184           "strerror_r failed. sorry!" in mostly any cases when using glibc,
1185           since "if (strerror_r())" had been used to check for errors which
1186           evaluates to true if a (non-NULL) pointer was returned. Now, we,
1187           at least, return the error number in case anything else fails.
1188           Thanks to Alessandro Iurlano for reporting this issue after
1189           spotting it in collectd <http://collectd.org>. patch by Sebastian
1190           Harl
1191
1192 2009-03-06 05:30  oetiker
1193
1194         * src/rrd_daemon.c: Make sure we use correct sizes for vsnprintf
1195           (sizeof) and strncpy (sizeof-1). -- kevin
1196
1197 2009-02-21 09:43  oetiker
1198
1199         * branches/1.2/program/doc/bin_dec_hex.pod,
1200           branches/1.2/program/doc/cdeftutorial.pod,
1201           branches/1.2/program/doc/rrdgraph.pod,
1202           branches/1.2/program/doc/rrdgraph_data.pod,
1203           branches/1.2/program/doc/rrdgraph_examples.pod,
1204           branches/1.2/program/doc/rrdgraph_graph.pod,
1205           branches/1.2/program/doc/rrdgraph_rpn.pod,
1206           branches/1.2/program/doc/rrdresize.pod,
1207           branches/1.2/program/doc/rrdtutorial.es.pod,
1208           branches/1.2/program/doc/rrdtutorial.pod,
1209           branches/1.3/program/doc/bin_dec_hex.pod,
1210           branches/1.3/program/doc/cdeftutorial.pod,
1211           branches/1.3/program/doc/rrdgraph.pod,
1212           branches/1.3/program/doc/rrdgraph_data.pod,
1213           branches/1.3/program/doc/rrdgraph_examples.pod,
1214           branches/1.3/program/doc/rrdgraph_graph.pod,
1215           branches/1.3/program/doc/rrdgraph_rpn.pod,
1216           branches/1.3/program/doc/rrdresize.pod,
1217           branches/1.3/program/doc/rrdtutorial.es.pod,
1218           branches/1.3/program/doc/rrdtutorial.pod, doc/bin_dec_hex.pod,
1219           doc/cdeftutorial.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
1220           doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
1221           doc/rrdgraph_rpn.pod, doc/rrdresize.pod, doc/rrdtutorial.es.pod,
1222           doc/rrdtutorial.pod: Misc documentation fixes by Alex van den
1223           Bogaerdt
1224
1225 2009-02-21 09:23  oetiker
1226
1227         * doc/rrdgraph.pod, doc/rrdgraph_rpn.pod: Documentation fixes by
1228           Bernhard Reutner-Fischer
1229
1230 2009-01-25 22:39  oetiker
1231
1232         * branches/1.3/program/doc/rrdgraph.pod, doc/rrdgraph.pod: added doc
1233           on new graphv graph_start und graph_end info variables
1234
1235 2009-01-25 22:02  oetiker
1236
1237         * branches/1.2/program/src/rrd_dump.c,
1238           branches/1.2/program/src/rrd_first.c,
1239           branches/1.3/program/src/rrd_dump.c,
1240           branches/1.3/program/src/rrd_first.c,
1241           branches/1.3/program/src/rrd_graph.c, src/rrd_dump.c,
1242           src/rrd_first.c, src/rrd_graph.c: fix type conversion error (on
1243           windows) unsigned/signed affecting timestamps on rrd_dump.
1244
1245 2009-01-25 21:52  oetiker
1246
1247         * branches/1.2/program/bindings/Makefile.am,
1248           branches/1.2/program/bindings/perl-shared/ntmake.PL,
1249           branches/1.2/program/bindings/perl-shared/ntmake.pl,
1250           branches/1.3/program/bindings/Makefile.am,
1251           branches/1.3/program/bindings/perl-shared/ntmake.PL,
1252           branches/1.3/program/bindings/perl-shared/ntmake.pl,
1253           bindings/Makefile.am, bindings/perl-shared/ntmake.PL,
1254           bindings/perl-shared/ntmake.pl: rename ntmake.pl to ntmake.PL so
1255           that it does not get installed
1256
1257 2009-01-25 18:38  oetiker
1258
1259         * src/rrd_tool.c: define cwd where we need it and not outside
1260
1261 2009-01-14 08:14  oetiker
1262
1263         * branches/1.3/program/src/rrd_graph.c, src/rrd_graph.c: In
1264           rrd_graph: the width/height values are written into
1265           rrd_infoval_t's u_cnt but read out of u_int (u_long vs. int). This
1266           breaks on LP64BE. Patch by Rafal Boni rafal pobox.com
1267
1268 2009-01-14 07:22  oetiker
1269
1270         * NEWS, doc/rrdgraph_rpn.pod, src/rrd_graph.c, src/rrd_graph.h:
1271           added percentnan (VDEF PERCENT variant that ignores NAN) -- patch
1272           by Martin Sperl
1273
1274 2009-01-13 07:37  oetiker
1275
1276         * trunk/talks/opentuesday/rrd-intro.odp: make the talk ready
1277
1278 2009-01-09 15:42  oetiker
1279
1280         * trunk/status2: seems to wrok
1281
1282 2009-01-09 15:41  oetiker
1283
1284         * trunk/status2: test
1285
1286 2009-01-09 15:40  oetiker
1287
1288         * trunk/status/x: test
1289
1290 2009-01-06 16:32  oetiker
1291
1292         * branches/1.3/program/src/rrd_resize.c, src/rrd_resize.c: with MMAP
1293           enabled rrd resize GROW was broken ... this fixes it ...
1294
1295 2009-01-06 15:45  oetiker
1296
1297         * branches/1.2/program/src/rrd_graph.c,
1298           branches/1.3/program/src/rrd_graph.c, src/rrd_graph.c: TICK with
1299           negative numbers should 'start from the top of the graph' looking
1300           down ... now it does.
1301
1302 2009-01-06 14:54  oetiker
1303
1304         * branches/1.2/program/src/rrd_cgi.c,
1305           branches/1.3/program/src/rrd_cgi.c, src/rrd_cgi.c: fix for
1306           segfault in rrd_cgi: caused by freeing a invalid address when
1307           printing an error message.
1308
1309 2008-12-26 08:05  oetiker
1310
1311         * branches/1.3/program/configure.ac,
1312           branches/1.3/program/src/rrd_graph.h, configure.ac,
1313           src/rrd_graph.h: Include libgen.h to get prototype for basename in
1314           a POSIX conformant way. Fix for #202.
1315
1316 2008-12-26 08:03  oetiker
1317
1318         * branches/1.3/program/doc/rrdbuild.pod, doc/rrdbuild.pod:
1319           improvements for build docs by Zorzoli, Pablo
1320
1321 2008-12-22 21:23  oetiker
1322
1323         * branches/1.3/program/src/rrd_fetch.c, src/rrd_fetch.c: should free
1324           memory after a successful fetch too ...
1325
1326 2008-12-22 21:23  oetiker
1327
1328         * branches/1.3/program/bindings/perl-shared/RRDs.pm,
1329           bindings/perl-shared/RRDs.pm: documentation fixes
1330
1331 2008-12-22 07:21  oetiker
1332
1333         * branches/1.3/program/doc/rrdgraph.pod, doc/rrdgraph.pod: Fix for
1334           POD error by Sebasian Harl
1335
1336 2008-12-22 07:20  oetiker
1337
1338         * branches/1.3/program/doc/bin_dec_hex.pod,
1339           branches/1.3/program/doc/rpntutorial.pod,
1340           branches/1.3/program/doc/rrdbuild.pod,
1341           branches/1.3/program/doc/rrdcgi.pod,
1342           branches/1.3/program/doc/rrdgraph-old.pod,
1343           branches/1.3/program/doc/rrdgraph.pod,
1344           branches/1.3/program/doc/rrdgraph_data.pod,
1345           branches/1.3/program/doc/rrdgraph_examples.pod,
1346           branches/1.3/program/doc/rrdgraph_graph.pod,
1347           branches/1.3/program/doc/rrdtool.pod,
1348           branches/1.3/program/doc/rrdtutorial.pod, doc/bin_dec_hex.pod,
1349           doc/rpntutorial.pod, doc/rrdbuild.pod, doc/rrdcgi.pod,
1350           doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
1351           doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
1352           doc/rrdgraph_libdbi.pod, doc/rrdtool.pod, doc/rrdtutorial.pod:
1353           Fixes some typos by Sebastian Harl.
1354
1355 2008-12-19 14:26  oetiker
1356
1357         * branches/1.3/program/src/Makefile.am,
1358           branches/1.3/program/src/plbasename.c,
1359           branches/1.3/program/src/plbasename.h,
1360           branches/1.3/program/src/rrd_graph.c,
1361           branches/1.3/program/src/rrd_update.c,
1362           branches/1.3/program/win32/rrdlib.vcproj, src/Makefile.am,
1363           src/plbasename.c, src/plbasename.h, src/rrd_graph.c,
1364           src/rrd_update.c, win32/rrdlib.vcproj: win32 fixes by Stefan .
1365           Ludewig . exitgames . com * added portable plbasename since
1366           basename is not available on stock win32 * rrd_update was using %d
1367           to show a timestamp ... %lli is better since it also will show
1368           64bit time_t correctly.
1369
1370 2008-12-18 23:56  oetiker
1371
1372         * branches/1.3/program/Makefile.am, Makefile.am: fix extra dist to
1373           include missing win32 files
1374
1375 2008-12-11 14:31  oetiker
1376
1377         * branches/1.2/program/src/rrd_fetch.c,
1378           branches/1.3/program/src/rrd_fetch.c, src/rrd_fetch.c: fixed
1379           another seek issue ...
1380
1381 2008-12-11 10:01  oetiker
1382
1383         * branches/1.2/program/rrdtool.spec,
1384           branches/1.3/program/rrdtool.spec, rrdtool.spec: The spec file for
1385           building the rrdtool as an RPM that comes with the release is not
1386           "friendly" to older versions of RHEL and derivatives. -- Martin
1387           Sperl <rrdtool@martin.sperl.org>
1388
1389 2008-12-11 09:59  oetiker
1390
1391         * doc/Makefile.am: include luapod into distro
1392
1393 2008-12-10 13:18  oetiker
1394
1395         * branches/1.3/program/src/rrd_restore.c, src/rrd_restore.c: On some
1396           architectures, strtod does not turn "NaN" into 'Not A Number
1397           (NAN)' se we better provide our own code here.
1398
1399 2008-12-10 12:42  oetiker
1400
1401         * NEWS, doc/rrddump.pod, src/rrd_dump.c: rrdtool dump is now
1402           backward compatible with rrdtool 1.3 dump again. Default is
1403           --header=dtd and --no-header is an alias for --header=none
1404
1405 2008-12-10 08:29  oetiker
1406
1407         * NEWS: minichange
1408
1409 2008-12-09 18:30  oetiker
1410
1411         * branches/1.3/program/doc/rrdgraph.pod,
1412           branches/1.3/program/src/rrd_graph.c,
1413           branches/1.3/program/src/rrd_graph.h,
1414           branches/1.3/program/src/rrd_tool.c, doc/rrdgraph.pod,
1415           src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: * forward ported
1416           right axis patch from 1.2 branche * fixed --full-size-mode sizing
1417           issue when used in combination with --title the work in the axis
1418           patch has been sponsored by VoltWerk.
1419
1420 2008-12-08 16:07  oetiker
1421
1422         * branches/1.3/program/bindings/ruby/main.c,
1423           branches/1.3/program/bindings/ruby/test.rb, bindings/ruby/main.c,
1424           bindings/ruby/test.rb: Fix for last method in ruby bindings --
1425           Hiroyuki Ikezoe
1426
1427 2008-12-05 15:39  oetiker
1428
1429         * branches/1.3/program/bindings/perl-shared/Makefile.PL,
1430           bindings/perl-shared/Makefile.PL: integrate osx build hints as
1431           indicated in #192
1432
1433 2008-12-05 15:23  oetiker
1434
1435         * src/rrd_open.c: deleted a bit much from rrd_open ... merged back
1436           in
1437
1438 2008-12-05 15:18  oetiker
1439
1440         * branches/1.3/program/acinclude.m4,
1441           branches/1.3/program/configure.ac,
1442           branches/1.3/program/src/rrd_open.c, acinclude.m4, configure.ac,
1443           src/rrd_open.c: check for broken implementations of msync /
1444           MS_ASYNC where the mtime does not get updated. warn and explicitly
1445           call utime in rrd_open when a file is opened rw.
1446
1447 2008-12-05 10:23  oetiker
1448
1449         * examples/rrdcached/Makefile.am: added rrdcached examples to
1450           extra_dist to make sure they get distributed
1451
1452 2008-12-04 16:01  oetiker
1453
1454         * branches/1.3/program/src/rrd_graph.c, src/rrd_graph.c: Legends
1455           should NOT be placed in reverse order when using --full-size-mode
1456           ... this fixed #198.
1457
1458 2008-12-04 15:49  oetiker
1459
1460         * src/rrd_fetch.c: add de-referencing to step in fetch check
1461
1462 2008-12-04 15:48  oetiker
1463
1464         * src/rrd.h: fix merg error with win32 port
1465
1466 2008-12-04 09:03  oetiker
1467
1468         * branches/1.2/program/src/rrd_graph_helper.c,
1469           branches/1.3/program/src/rrd_graph_helper.c,
1470           src/rrd_graph_helper.c: Catch CDEF:tot= and raise and error to fix
1471           #199. Thanks to Jeron Massar for reporting this.
1472
1473 2008-12-04 07:02  oetiker
1474
1475         * branches/1.3/program/CONTRIBUTORS,
1476           branches/1.3/program/WIN32-BUILD-TIPS.txt,
1477           branches/1.3/program/src/rrd_tool.c,
1478           branches/1.3/program/win32/rrd.sln,
1479           branches/1.3/program/win32/rrdtool.vcproj, CONTRIBUTORS,
1480           WIN32-BUILD-TIPS.txt, src/rrd_tool.c, win32/rrd.sln,
1481           win32/rrdtool.vcproj: Update to WIN32-BUILD-TIPS.txt and VC
1482           project files so that the rrdtool.exe can be built too. -- Stefan
1483           Ludewig Stefan.Ludewig exitgames.com
1484
1485 2008-12-03 11:08  oetiker
1486
1487         * branches/1.2/program/src/rrd_fetch.c,
1488           branches/1.3/program/src/rrd_fetch.c, src/rrd_fetch.c: When
1489           fetching data from 'past' an rra, rrd_fetch was seeking past the
1490           rrd file. This did cause seek errors in some setups. Fixed. Thanks
1491           to Daniel Pocock for finding the problem.
1492
1493 2008-12-03 09:54  oetiker
1494
1495         * configure.ac, examples/Makefile.am,
1496           examples/rrdcached/Makefile.am: integrated rrdcached examples into
1497           build process
1498
1499 2008-12-03 08:47  oetiker
1500
1501         * examples/rrdcached, examples/rrdcached/RRDCached.pm,
1502           examples/rrdcached/rrdcached-size.pl: add rrdcached examples --
1503           kevin
1504
1505 2008-12-02 12:35  oetiker
1506
1507         * branches/1.2/program/doc/rrdbuild.pod,
1508           branches/1.3/program/doc/rrdbuild.pod, doc/rrdbuild.pod: fixed
1509           solaris build instructions
1510
1511 2008-12-01 11:05  oetiker
1512
1513         * doc/Makefile.am: added libdbi doc to extradist
1514
1515 2008-11-24 16:08  oetiker
1516
1517         * trunk/status/2008-11-24.txt: updates by fritz
1518
1519 2008-11-24 14:20  oetiker
1520
1521         * trunk/status/2008-11-24.txt: slightly revised
1522
1523 2008-11-24 14:00  oetiker
1524
1525         * trunk/status/2008-11-24.txt: initial
1526
1527 2008-11-20 13:04  oetiker
1528
1529         * doc/rrdgraph_libdbi.pod, src/rrd_fetch_libdbi.c: Attached a patch
1530           for the rrd-tool LIBDBI integration with the following
1531           improvements: a) correct error handling in case of libdbi being
1532           unable to load the driver was producing segmentation faults. b)
1533           better parsing of datasources * until now timestamp fields had to
1534           be integer and had to contain a unix timestamp - now you can now
1535           also use DateTime fields (you still need to specify it, as the
1536           time-range needs to be defined correctly) * data fields are now no
1537           longer limited to (var)char or DOUBLE fields - FLOAT, INTEGER,...
1538           are now also supported. c) there is a bug with at least LIBDBI
1539           0.8.1 in conjunction with mysql that can result in segmentation
1540           faults when BINARY/BLOB fields are accessed - rrdtool will now
1541           tell you about this fact before dying ;) d) also the value of
1542           rrdderivemaxstep only gets applied if derive has been selected
1543           correctly. e) "GROUP BY timestamp" has been removed from SQL
1544           statement. f) "ORDER BY timestamp" will be added only in the case
1545           of fetching "derived" data. -- Martin Sperl
1546
1547 2008-11-18 17:19  oetiker
1548
1549         * CONTRIBUTORS, src/rrd.h, src/rrd_client.h, src/rrd_create.c,
1550           src/rrd_daemon.c, src/rrd_diff.c, src/rrd_error.c,
1551           src/rrd_fetch.c, src/rrd_first.c, src/rrd_format.c,
1552           src/rrd_getopt.c, src/rrd_getopt.h, src/rrd_getopt1.c,
1553           src/rrd_graph.c, src/rrd_graph.h, src/rrd_hw.c, src/rrd_hw_math.c,
1554           src/rrd_hw_update.c, src/rrd_info.c, src/rrd_open.c,
1555           src/rrd_parsetime.c, src/rrd_resize.c, src/rrd_restore.c,
1556           src/rrd_rpncalc.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
1557           src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c, win32/config.h,
1558           win32/rrdlib.vcproj: win32 portability patch and
1559           win32/rrdlib.vcproj file for the source -- christof wegmann
1560           Christof.Wegmann with exitgames.com some fixes to make the result
1561           work on unix again ...
1562
1563 2008-11-18 08:37  oetiker
1564
1565         * trunk/contrib/php4/rrdtool.c: added patch suggested by Lars
1566           Johannesen
1567
1568 2008-11-18 07:14  oetiker
1569
1570         * configure.ac: missing , added to help string
1571
1572 2008-11-17 16:21  oetiker
1573
1574         * doc/Makefile.am: added build instruction for libdbi docu
1575
1576 2008-11-16 22:24  oetiker
1577
1578         * doc/RRDp.pod, doc/RRDs.pod, doc/rrdgraph_libdbi.pod: missing pod
1579           files
1580
1581 2008-11-15 14:35  oetiker
1582
1583         * configure.ac: switch tu using AS_HELP_STRING for formatting ...
1584
1585 2008-11-15 14:15  oetiker
1586
1587         * src/rrd_daemon.c: fix typo in handle_request_help --kevin
1588
1589 2008-11-15 14:14  oetiker
1590
1591         * doc/rrdcached.pod: doc fixups for rrdcacehd * documented the -p
1592           option * added nbsp between option and argument * layout one
1593           option per line --kevin
1594
1595 2008-11-11 16:36  oetiker
1596
1597         * src/rrd_graph.c: make basename work
1598
1599 2008-11-11 16:36  oetiker
1600
1601         * doc/rrdcached.pod, src/rrd_daemon.c: This patch allows for
1602           multiple RRD writer threads to service the queue. Now, rrdcached
1603           can have more simultaneous I/O requests into the kernel. This may
1604           allow the kernel to re-order disk writes, resulting in better disk
1605           throughput. In practice, throughput is increased by 2-3x. The
1606           flush (-f) timer maintenance has been moved from queue_thread_main
1607           into its own thread. Be more careful about when to use
1608           pthread_cond_signal vs _broadcast, since multiple threads may be
1609           waiting on &queue_cond. --kevin
1610
1611 2008-11-10 16:41  oetiker
1612
1613         * trunk/tutorial/lisa2008/rrd-intro.odp: added 1.4 notes
1614
1615 2008-11-09 19:19  oetiker
1616
1617         * branches/1.3/program/configure.ac, configure.ac: be even more
1618           liberal with NOT using isfinite on solaris2.8
1619
1620 2008-11-09 00:00  oetiker
1621
1622         * branches/1.2/program/src/rrd_graph.c,
1623           branches/1.2/program/src/rrd_graph.h,
1624           branches/1.3/program/src/rrd_graph.c, src/rrd_graph.c: use
1625           basename to determine filename for imginfo as suggested by
1626           sebastian
1627
1628 2008-11-08 22:57  oetiker
1629
1630         * src/rrd_daemon.c: rrdcached: move queue length decrement into
1631           remove_from_queue -- kevin
1632
1633 2008-11-08 22:57  oetiker
1634
1635         * doc/rrdcached.pod, src/rrd_daemon.c: rrdcached: examine the
1636           current queue with the "QUEUE" command -- kevin
1637
1638 2008-11-08 22:50  oetiker
1639
1640         * src/rrd_daemon.c: This helps with portability on platforms where
1641           realloc doesn't handle NULL. -- kevin
1642
1643 2008-11-08 18:01  oetiker
1644
1645         * doc/rrdcached.pod, src/rrd_daemon.c: document the "QUIT" command
1646           -- kevin
1647
1648 2008-11-08 18:01  oetiker
1649
1650         * src/rrd_daemon.c: rrdcached: journal_replay default failure
1651           reason, just in case avoids a "may be used uninitialized" warning
1652           -- kevin
1653
1654 2008-11-08 18:00  oetiker
1655
1656         * src/rrd_daemon.c: added "quit" command -- kevin
1657
1658 2008-11-08 17:57  oetiker
1659
1660         * src/rrd_daemon.c: rrdcached now frees all of its resources
1661           correctly. This facilitates memory debugging. g_tree now knows how
1662           to free the nodes when it removes them. Also, use g_tree_replace
1663           instead of g_tree_insert. This fixes a bug triggered when the same
1664           file was simultaneously inserted by two clients. --kevin
1665
1666 2008-11-08 17:56  oetiker
1667
1668         * configure.ac: do not quit when libdbi is missing
1669
1670 2008-11-07 22:46  oetiker
1671
1672         * branches/1.2/program/src/rrd_graph.c,
1673           branches/1.3/program/src/rrd_graph.c, src/rrd_graph.c: fixed
1674           --font TITLE:12: problem -- tobi
1675
1676 2008-11-07 22:23  oetiker
1677
1678         * src/rrd_fetch_libdbi.c: fix scaling issue -- Martin
1679
1680 2008-11-07 14:09  oetiker
1681
1682         * src/rrd_fetch_libdbi.c: extra file to make libdbi patch work
1683
1684 2008-11-07 14:07  oetiker
1685
1686         * CONTRIBUTORS, configure.ac, src/Makefile.am, src/rrd_fetch.c,
1687           src/rrd_tool.h: As some of you may know that I have created a
1688           patch for rrdtool 1.2 a few years ago, so that a database could be
1689           queried for values for graphing. The patch has been mostly
1690           rewritten and the following changes have been made: * high
1691           dependency on mysql has been reduced by avoiding the temporary
1692           tables (which was bad for mysql replication) * The number of
1693           executed SQL-Statements for one CDEF has been reduced to 1
1694           compared to 11 SQLs (including CREATE TEMPORARY TABLE) - for patch
1695           against version 1.2 * All consolidation is done in rrdtool itself
1696           (MIN,MAX,AVERAGE) * Additional consolidation functions are COUNT
1697           and SIGMA, which give information on statistics on a per
1698           "time-bin" basis. * All these consolidation values are always
1699           returned as separate columns, that are returned by RRD and the
1700           consolidation function given as Argument is ignored. Main reason
1701           is that this way there is only one call to rrd_fetcht and thus the
1702           database even if we need to fetch for example min, avg and max.
1703           Compare this to 3 calls in case of different consolidation
1704           functions - and if you want to get SIGMA and COUNT as well it is
1705           still only one call to the backend and the database. * Some
1706           previous existing features have been taken out at the moment to
1707           allow for this reduced set of SQL queries. o prediction using the
1708           values from the last X days at the same time o the corresponding
1709           sigma calculation * The idea is to create generic CDEF's that will
1710           do the same thing, but that is also available when using RRD-files
1711           (similar to TREND, but with another scope) This will get posted as
1712           a separate patch. * Overall performance should be much better and
1713           the patch as a whole simpler. * The patch also includes
1714           modifications to the configuration infrastructure, to make libdbi
1715           support optional. -- Martin Sperl
1716
1717 2008-11-07 14:02  oetiker
1718
1719         * CONTRIBUTORS, doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c,
1720           src/rrd_rpncalc.h: new CDEF functions for predictions PREDICT and
1721           PREDICTSIGMA -- Martin Sperl
1722
1723 2008-11-07 13:51  oetiker
1724
1725         * src/rrd_daemon.c: Much simpler handling of timestamp errors.
1726           Return an error to the user when any of the time stamp values are
1727           invalid. This is similar to RRDTool's normal behavior. Removed the
1728           complex logic previously used to return error codes to the user.
1729           This solves a bug where non-advancing timestamps could have
1730           produced incorrect error output during "BATCH" mode. The bug was
1731           cause by using the sock->wbuf pointer for the error output. --
1732           kevin brintnall
1733
1734 2008-11-07 13:45  oetiker
1735
1736         * src/rrd_daemon.c: rrdcached: pull in rrd_config.h so we can use
1737           its defines ... particularly HAVE_VSNPRINTF -- kevin brintnall
1738
1739 2008-11-04 07:12  oetiker
1740
1741         * bindings/Makefile.am, bindings/lua/Makefile.am, doc/Makefile.am: I
1742           realize now that the problem is the line test -f lua/Makefile &&
1743           cd lua && $(MAKE) install || true in the target
1744           "install-data-local", in bindings/Makefile.am. It forces execution
1745           of bindings/lua/Makefile independently of lua being found or not.
1746           I added that line in my first patch, following perl, python and
1747           ruby build style, but it's not needed after I switched to
1748           automake. The make recursion is controlled by SUBDIRS, which will
1749           only contain "lua" if BUILD_LUA is true. -- Fidelis Assis
1750
1751 2008-11-02 17:25  oetiker
1752
1753         * bindings/lua/Makefile.am: fix build process for systems without
1754           lua
1755
1756 2008-11-02 17:09  oetiker
1757
1758         * src/rrd_daemon.c: PTHREAD_COND_INITIALIZER may only be used to
1759           initialize static cond variables. -- Sebastian Harl
1760
1761 2008-11-02 15:25  oetiker
1762
1763         * configure.ac: reverting non build makefile patch ... we need to
1764           lua makefile for building the ditribution
1765
1766 2008-11-01 09:09  oetiker
1767
1768         * configure.ac: do not create the lua makefile if lua is not to be
1769           compiled.
1770
1771 2008-10-30 14:32  oetiker
1772
1773         * doc/cdeftutorial.pod: fix from alex
1774
1775 2008-10-28 08:57  oetiker
1776
1777         * NEWS, doc/rrddump.pod, doc/rrdtool-dump.xsd, src/rrd_dump.c,
1778           src/rrd_tool.c: - remove the spaccing between the elements - add
1779           xsd support to dump output - change the argument
1780           "[--no-header|-n]" to [--header|-h {xsd,dtd}] -- tobias.lindenmann
1781           1und1.de
1782
1783 2008-10-28 08:47  oetiker
1784
1785         * trunk/website/rrdtool-dump.xsd: xsd for rrdtool
1786
1787 2008-10-26 15:18  oetiker
1788
1789         * configure.ac, src/Makefile.am, src/librrd.sym.in,
1790           src/librrd.sym.in.in: make compilation on older OSX versios work
1791           by removing the # from the librrd.sym file
1792
1793 2008-10-24 07:59  oetiker
1794
1795         * trunk/talks/opentuesday/rrd-intro.odp: added talk
1796
1797 2008-10-24 06:20  oetiker
1798
1799         * branches/1.2/program/doc/rrdpython.pod,
1800           branches/1.3/program/doc/rrdpython.pod, doc/rrdpython.pod: fixed
1801           typo ... GAUGE not GUAGE
1802
1803 2008-10-22 20:41  oetiker
1804
1805         * src/rrd_daemon.c: The previous code relied on the assumption that
1806           pthread_cond_init(&cond) was equivalent to memset(&cond,0). This
1807           may not be true on all platforms. -- kevin
1808
1809 2008-10-22 06:02  oetiker
1810
1811         * src/rrd_daemon.c: remove_cache_item() did not check whether a file
1812           was in queue before modifying the cache head/tail pointers.
1813           Therefore, the process of flushing old files may perturb the
1814           cache_queue_head pointer. This caused some nodes with
1815           CI_FLAGS_IN_QUEUE to be un-linked from the queue list. Thereafter,
1816           they would not be flushed by any periodic process (although they
1817           could be revived with FLUSH or UPDATE). This caused a slow memory
1818           leak for files that are no longer updated. Pending updates for
1819           these "abandoned" files would remain in memory ad infinitum. With
1820           this patch, remove_from_queue() will check that the item is queued
1821           before modifying the head/tail pointers. This restores the
1822           intended behavior. --kevin
1823
1824 2008-10-22 05:08  oetiker
1825
1826         * bindings/lua/Makefile.lua.in: this was replaced by Makefile.am
1827
1828 2008-10-21 06:10  oetiker
1829
1830         * bindings/lua/Makefile.am: guess one needs that in svn too for
1831           luabindings to work
1832
1833 2008-10-21 05:42  oetiker
1834
1835         * src/rrd_daemon.c: * Open all listen sockets in daemonize(), while
1836           we still have stderr. Changed open_listen_socket_* routines to
1837           complain to stderr. Now, any errors in binding to the listen
1838           sockets are much more obvious. * Simplified exit of parent after
1839           fork() * PID file will be correctly cleaned up if there is a
1840           failure in daemonize(). * unlink the unix socket before trying to
1841           bind() (after we're sure we have the PID file) -- kevin
1842
1843 2008-10-20 11:46  oetiker
1844
1845         * src/rrd.h, src/rrd_create.c, src/rrd_open.c, src/rrd_update.c:
1846           rrd_notify_row patch: - Delegate choice of starting row for newly
1847           created RRD files to the rrd_open.c API. - Introduce the
1848           rrd_notify_row() function so that an implementation can choose to
1849           align the rows of new RRDs with existing RRDs, if desirable. -
1850           Maintain the existing behaviour (random starting row) by default.
1851           -- Daniel.Pocock
1852
1853 2008-10-20 06:06  oetiker
1854
1855         * bindings/Makefile.am, bindings/lua/README,
1856           bindings/lua/compat-5.1r5, bindings/lua/compat-5.1r5/compat-5.1.c,
1857           bindings/lua/compat-5.1r5/compat-5.1.h,
1858           bindings/lua/compat-5.1r5/compat-5.1.lua, bindings/lua/rrdlua.c,
1859           bindings/lua/test.lua, bindings/lua/test.lua.bottom, configure.ac:
1860           - Lua module build and install process rewritten using
1861           automake+libtool - improved check for compat-5.1 availability --
1862           Fidelis Assis
1863
1864 2008-10-18 22:32  oetiker
1865
1866         * src/rrd_open.c: rrd_open should not create files with restrictive
1867           masks Removed unnecessary "mode" varaible. The mode is only used
1868           when O_CREAT is specified, where we want to use 0666 (as
1869           rrd_create_fn did r<=1612). --kevin
1870
1871 2008-10-18 15:50  oetiker
1872
1873         * src/rrd.h, src/rrd_open.c: - encapsulate fd and mmap related
1874           variables within a private data structure - rrd_file_t keeps a
1875           pointer to the private data structure of type void*, so that other
1876           block storage implementations can store their internal data with
1877           rrd_file_t -- Daniel.Pocock
1878
1879 2008-10-17 05:50  oetiker
1880
1881         * src/rrd_client.c: rrdc_flush_if_daemon should not clobber error
1882           message -- kevin (as suggested by Sebastian)
1883
1884 2008-10-17 05:44  oetiker
1885
1886         * branches/1.3/program/src/rrd_graph.c, src/rrd_graph.c: use double
1887           for legend positioning to fight wiggle
1888
1889 2008-10-16 21:33  oetiker
1890
1891         * doc/rrdbuild.pod: fix version numbers in compile instructions tobi
1892
1893 2008-10-16 21:30  oetiker
1894
1895         * src/rrd_client.c: In almost all cases where rrdc_flush can fail,
1896           it will leave a more descriptive error message anyway.. better not
1897           overwrite it. -- kevin
1898
1899 2008-10-16 21:12  oetiker
1900
1901         * src/rrd.h, src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c,
1902           src/rrd_first.c, src/rrd_info.c, src/rrd_last.c,
1903           src/rrd_lastupdate.c, src/rrd_open.c, src/rrd_resize.c,
1904           src/rrd_tune.c, src/rrd_update.c: - rrd_open() calculates file
1905           size for new files and calls mmap once for the whole file -
1906           rrd_resize() cleaned up, no longer passing a size through the
1907           cookie argument - rrd_init(&my_rrd) must be called before
1908           rrd_open() - if people are calling rrd_open directly from
1909           application code, this might be troublesome. Alternative
1910           solutions: creating an additional function, rrd_open_create(), or
1911           adding an extra argument to rrd_open() for setting the file size
1912           -- Daniel Pocock
1913
1914 2008-10-16 21:05  oetiker
1915
1916         * src/rrd_open.c, src/rrd_update.c: move rrd_lock into rrd_open
1917           where the general rrd_file ops are located. -- Daniel Pocock
1918
1919 2008-10-16 06:11  oetiker
1920
1921         * src/rrd_daemon.c: error reporting caused crash in journal replay
1922
1923 2008-10-16 06:11  oetiker
1924
1925         * doc/rrdbuild.pod: better build docs
1926
1927 2008-10-15 05:29  oetiker
1928
1929         * src/rrd.h, src/rrd_create.c, src/rrd_open.c, src/rrd_resize.c,
1930           src/rrd_tool.h, src/rrd_update.c: reverted r1601 and r1606 since
1931           r1601 introduced a non portable mremap and r1606 has a dependency
1932           on r1601.
1933
1934 2008-10-14 20:14  oetiker
1935
1936         * src/rrd.h, src/rrd_create.c, src/rrd_open.c, src/rrd_update.c:
1937           This moves selection of the initial RRA row into the rrd_open.c
1938           API The current implementation (random row) is used by default.
1939           However, it now provides an opportunity for alternative
1940           implementations to integrate with rrdtool in a single place. Maybe
1941           there are other places in rrdtool where I should insert calls to
1942           the function rrd_notify_row()? This has been tested with rrdtool
1943           create and rrdtool info to verify that random rows are selected by
1944           default (existing behaviour preserved). -- Daniel Pocock
1945
1946 2008-10-14 19:23  oetiker
1947
1948         * src/rrd_daemon.c: Under most circumstances, rrdcached can detect a
1949           stale pid file. If the process in the pid file does not exist, or
1950           cannot be signalled by the rrdcached owner, then rrdcached will
1951           replace the pid file and start normally. Otherwise, it will
1952           complain verbosely to STDERR. --kevin
1953
1954 2008-10-14 19:08  oetiker
1955
1956         * src/rrd_client.c: * this preserves principle of least surprise
1957           when dealing with files that are reachable via many path strings.
1958           i.e. when $PWD=/base/dir the following files are the same:
1959           /base/dir/x.rrd x.rrd ../dir/x.rrd * for performance, absolute
1960           paths (starting with '/') are not resolved. this reduces the
1961           number of stat(2) system calls.
1962
1963 2008-10-14 19:08  oetiker
1964
1965         * doc/rrdcached.pod, src/rrd_daemon.c: Now, the daemon will check
1966           that a base directory is NOT reached via symbolic link.
1967           Documentation added to illustrate the restriction. This allows
1968           several simplifying (and performance-enhancing) assumptions to be
1969           made elsewhere in the code: * it ensures that paths resolved in
1970           the client via realpath() will match our data structure keys *
1971           it's possible to generate the correct absolute path when given a
1972           relative path by simply prepending the base directory * it's not
1973           necessary to resolve paths that begin with '/' -- kevin
1974
1975 2008-10-14 19:08  oetiker
1976
1977         * CONTRIBUTORS, src/rrd_daemon.c: rrdcached treats relative and
1978           absolute paths the same -- kevin
1979
1980 2008-10-14 11:33  oetiker
1981
1982         * src/rrd_create.c, src/rrd_open.c, src/rrd_resize.c,
1983           src/rrd_tool.h: Some observations I made while implementing this:
1984           - In rrd_open(), the call to rrd_init() clobbers values already
1985           populated in rrd_create.c - The logic for newfile_size in
1986           rrd_open() wasn't really able to cope with the logic for a file
1987           starting with size 0 I've tried to deal with these issues, but
1988           maybe there is a more elegant solution. -- Daniel Pocock
1989
1990 2008-10-14 06:37  oetiker
1991
1992         * src/rrd_daemon.c: clearer way of advancing the flush time -- kevin
1993
1994 2008-10-13 22:07  oetiker
1995
1996         * src/rrd_daemon.c: This patch reduces the number of
1997           time()/gettimeofday() system calls when doing high volume
1998           processing. This enables about 25% speed increase during journal
1999           replay and "BATCH" processing. (this is a function of syscall
2000           overhead). * note when "BATCH" processing or journal replay
2001           starts, use that timestamp for all commands * use the batch start
2002           time to detect when we're in batch mode. no longer need a separate
2003           boolean. * pass the time_t into handle_request * pass the time_t
2004           through to the commands that need it -- kevin brintnall
2005
2006 2008-10-13 18:41  oetiker
2007
2008         * src/rrd_daemon.c: fixed bad folding marker (on
2009           handle_request_flush) -- kevin
2010
2011 2008-10-11 09:53  oetiker
2012
2013         * src/rrd_daemon.c: this ensures that the response is
2014           protocol-compliant even if additional info has been added to the
2015           write buffer during processing. -- kevin brintnall
2016
2017 2008-10-11 09:37  oetiker
2018
2019         * doc/rrdcached.pod, src/rrd_daemon.c: This patch introduces a
2020           feature whereby rrdcached will disallow updates that do not
2021           advance the update time. This prevents the updates from being
2022           discarded later by rrd_update_r. This patch attempts to make the
2023           most of the protocol's limited ability to return error text when
2024           using a -1 return code. -- kevin brintnall
2025
2026 2008-10-10 05:21  oetiker
2027
2028         * etc/rrdcached-init: This patch ensures that when rrdcached is
2029           stopped, it cleans up the pid file. Apparently this is necessary
2030           if RRDCACHED_USER is not the default "rrdcached". -- Bernard Li
2031
2032 2008-10-10 05:21  oetiker
2033
2034         * rrdtool.spec: The patch I submitted for rrdtool.spec introduced a
2035           bug where there are two ldconfig calls in the %postun section.
2036           This patch fixes that. -- Bernard Li
2037
2038 2008-10-10 05:19  oetiker
2039
2040         * etc/rrdcached-default, etc/rrdcached-init: This patch does two
2041           things: - remove the --pidfile check, for compatibility with older
2042           RHEL/Centos systems - update the username used by the init script,
2043           to remain consistent with Bernard's changes to the spec file --
2044           Daniel.Pocock
2045
2046 2008-10-08 20:47  oetiker
2047
2048         * rrdtool.spec: Split-out rrd-cached subpackage -- Bernard Li
2049
2050 2008-10-08 05:49  oetiker
2051
2052         * rrdtool.spec: This patch updates the spec file and includes the
2053           librrd.pc file in the -devel subpackage so that you can build the
2054           RPM again. -- Bernard
2055
2056 2008-10-08 05:47  oetiker
2057
2058         * src/rrd_daemon.c: fix crash reported by Bernard Li -
2059           connection_thread_main: avoid double calls to close_connection --
2060           kevin
2061
2062 2008-10-08 05:46  oetiker
2063
2064         * doc/rrdcached.pod: fixed typo
2065
2066 2008-10-07 21:10  oetiker
2067
2068         * doc/rrdcached.pod, src/rrd_daemon.c: This patch introduces two new
2069           commands for cache management: PENDING: shows any un-written
2070           updates for a file FORGET : remove a file completely from cache --
2071           kevin brintnall
2072
2073 2008-10-07 21:08  oetiker
2074
2075         * src/rrd_daemon.c: This patch moves the permission handling code
2076           around a bit. * moved privilege checks into the command handler
2077           functions (possible now that we pass the sock data structures
2078           around) * on UPDATE, delay journal_write until after
2079           check_file_access(). previously, it was possible for a high-priv
2080           socket to introduce commands into the journal that could be
2081           replayed if they were still in the journal at next startup. *
2082           moved has_privilege() further up in the file to avoid need for
2083           prototype. -- kevin brintnall
2084
2085 2008-10-07 16:28  oetiker
2086
2087         * src/rrd_daemon.c: This patch introduces some extra safety checks
2088           in journal processing, and cleans up the code a little bit. *
2089           moved journal initialization to its own function; main() is
2090           cleaner * any time we process a file, log the results (previous
2091           code only loggded if there was a valid entry) * After reading
2092           journals at startup, only trigger full flush out to disk if the
2093           user specified -F. Avoids unnecessary IO on startup unless the
2094           user also wants unnecessary IO on shutdown. * journal_replay is
2095           much more careful about files it will open * must be a regular
2096           file * must be owned by daemon user * must not be group/other
2097           writable * Ensure that the journal gets created with the right
2098           permissions. ... even when the daemon is invoked with a permissive
2099           umask. equivalent to "chmod a-x,go-w" -- kevin
2100
2101 2008-10-07 15:37  oetiker
2102
2103         * src/rrd_open.c: aniel Pocock reported that the argument may be
2104           NULL in low-diskspace situations, so check for that here to
2105           prevent a segmentation fault. -- Florian Forster
2106
2107 2008-10-06 19:14  oetiker
2108
2109         * bindings/lua/Makefile.lua: Makefile.lua is now generated
2110
2111 2008-10-06 19:13  oetiker
2112
2113         * bindings/lua/Makefile.lua.in: added missing file from lua 5.0
2114           integration patch
2115
2116 2008-10-06 19:05  oetiker
2117
2118         * doc/rrdcached.pod, src/rrd_daemon.c: This patch introduces "BATCH"
2119           mode. In this mode, a client can feed multiple commands to
2120           rrdcached without waiting for acknowledgement. This permits
2121           multiple commands to be sent for each read()/write(). This can
2122           dramatically increase the command throughput by increasing the
2123           amount of work done per system call. It enables over 100k
2124           updates/second with no CPU utilization due to the reduced system
2125           calls. -- kevin brintnall
2126
2127 2008-10-06 19:04  oetiker
2128
2129         * src/rrd_daemon.c: This patch introduces buffered I/O to rrdcached.
2130           Now, rrdcached can interpret as many commands as arrive in a
2131           single read(), and it will use fewer write()s when there are
2132           multiple output lines. All routines now pass around
2133           listen_socket_t objects instead of file descriptors. All I/O is
2134           now contained in two routines. It's no longer necessary to specify
2135           the line count in multi-line outputs, since that is calculated
2136           automatically. This is the foundation for accepting batched
2137           commands. -- kevin brintnall
2138
2139 2008-10-06 05:05  oetiker
2140
2141         * CONTRIBUTORS, bindings/Makefile.am, bindings/lua/Makefile.lua,
2142           bindings/lua/README, bindings/lua/rrdlua.c, configure.ac,
2143           doc/rrdlua.pod: Support to Lua 5.0 -- Fidelis Assis
2144
2145 2008-10-04 22:35  oetiker
2146
2147         * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
2148           trunk/tutorial/lisa2008/rrd-by-example/ex/v-interfaces.pl,
2149           trunk/tutorial/lisa2008/rrd-by-example/ex/v-interfaces.txt: added
2150           v-interface example
2151
2152 2008-10-04 16:05  oetiker
2153
2154         * configure.ac, src/Makefile.am, src/librrd.pc.in: initial librrd
2155           file added ... this will need more love since it does not pick up
2156           any -rpath settings
2157
2158 2008-10-04 14:09  oetiker
2159
2160         * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
2161           trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl: added
2162           graditents
2163
2164 2008-10-04 13:34  oetiker
2165
2166         * branches/1.3/program/src/rrd_resize.c, src/rrd_resize.c,
2167           trunk/tutorial/lisa2008/rrd-by-example/ex/hw-demo.pl: * rrd_resize
2168           fixed so that it does NOT alter the original file (mmap side
2169           effect) * rrd_resize can can deal with version 4 files, so let it
2170
2171 2008-10-03 22:53  oetiker
2172
2173         * branches/1.3/program/src/rrd_open.c, src/rrd_open.c: The patch
2174           fixs rrdtools behaviour when presented with trunkated rrd files. *
2175           Make sure that we do not extend past the end of the file when
2176           reading the header. * Makes sure that the data portion of the file
2177           is large enough, based on the ds_cnt and the total number of RRA
2178           rows -- kevin brintnall
2179
2180 2008-10-03 12:24  oetiker
2181
2182         * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
2183           trunk/tutorial/lisa2008/rrd-intro.odp: updates for lisa
2184
2185 2008-10-03 06:13  zaucker
2186
2187         * trunk/talks/opentuesday/intro.txt: Ergaenzt.
2188
2189 2008-10-02 19:17  oetiker
2190
2191         * src/rrd_daemon.c: folding fix
2192
2193 2008-10-02 19:08  oetiker
2194
2195         * bindings/ruby/extconf.rb: missing spaces in extconf.rb caused
2196           compile failure -- kevin
2197
2198 2008-10-02 17:17  oetiker
2199
2200         * etc/rrdcached-default: permission fix for rrdcached socket --
2201           Daniel.Pocock
2202
2203 2008-10-02 11:03  oetiker
2204
2205         * trunk/talks/opentuesday/intro.txt: initial
2206
2207 2008-10-02 11:03  oetiker
2208
2209         * trunk/talks/opentuesday: initial
2210
2211 2008-10-02 06:21  oetiker
2212
2213         * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
2214           trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl,
2215           trunk/tutorial/lisa2008/rrd-by-example/traffic/index.cgi: minor
2216           layout adjustments
2217
2218 2008-10-01 20:58  oetiker
2219
2220         * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
2221           trunk/tutorial/lisa2008/rrd-intro.odp: read for lisa2008
2222
2223 2008-10-01 20:25  oetiker
2224
2225         * trunk/tutorial/lisa2008/rrd-by-example/ex/catch-fetch.sh,
2226           trunk/tutorial/lisa2008/rrd-by-example/ex/create-first.sh,
2227           trunk/tutorial/lisa2008/rrd-by-example/ex/update-real.sh: export
2228           is not required
2229
2230 2008-10-01 20:22  oetiker
2231
2232         * src/Makefile.am: since rrdcached uses pthread functions, use the
2233           threadsafe version of librrd as well. This will also reasolve
2234           build problems on boxes there the ptherad functions must be linked
2235           explicitly.
2236
2237 2008-10-01 20:04  oetiker
2238
2239         * doc/rrdcached.pod: Clearer explanation on which paths are
2240           permitted when -B is supplied -- kevin
2241
2242 2008-10-01 20:01  oetiker
2243
2244         * bindings/lua/Makefile.lua, bindings/ruby/extconf.rb,
2245           bindings/ruby/main.c, bindings/tcl/Makefile.am,
2246           bindings/tcl/tclrrd.c, configure.ac, src/Makefile.am,
2247           src/rrd_client.c, src/rrd_dump.c, src/rrd_gfx.c, src/rrd_open.c,
2248           src/rrd_xport.c: Fixes for the following compiler warnings: -
2249           unused variable - unused parameter - assignment / argument
2250           discards qualifiers from pointer target type - comparison between
2251           signed and unsigned - too many arguments to function - assignment
2252           makes pointer from integer without a cast - incompatible pointer
2253           type - differ in signedness - implicit declaration of function -
2254           enumeration value not handled in switch - value computed is not
2255           used Most notably, a possible segfault in the Rrd_Lastupdate()
2256           code of the TCL bindings has been fixed. Also, -Wundef (warn if an
2257           undefined identifier is evaluated in an #if directive) has been
2258           removed from CFLAGS. I don't see any problem with letting
2259           undefined identifiers evaluate to "false" in rrdtool. Keeping that
2260           option would produce a lot of (imho unnecessary) errors which
2261           would need to be fixed using ugly preprocessor statements like
2262           '#if defined(FOO) && FOO'. -- Sebastian Harl
2263
2264 2008-10-01 19:48  oetiker
2265
2266         * Makefile.am, etc, etc/rrdcached-default, etc/rrdcached-init,
2267           rrdtool.spec: I've adapted an init script for rrdcached, and also
2268           incorporated it into the spec file so that it is deployed with the
2269           RPM. There are also some other changes to the spec file so that I
2270           could build an RPM successfully from trunk. I'm happy to tidy up
2271           the spec file some more if no one else wants to mandate the best
2272           way to do it. By default, rrdcached runs as nobody. I've tested
2273           this on a server running Ganglia gmetad. Regards, Daniel
2274
2275 2008-10-01 19:44  oetiker
2276
2277         * doc/rrdcached.pod, src/rrd_daemon.c: Now, moving a value to the
2278           head of the queue is O(1). Before it was O(queue size). This
2279           improves performance of individual flushes when there is a large
2280           number of files in the queue. As a result, we don't hold the
2281           cache_lock as much. Revamped enqueue_cache_item to take advantage
2282           of the new structure. Renamed _wipe_ci_values to look nicer with
2283           other code. --kevin
2284
2285 2008-10-01 17:16  oetiker
2286
2287         * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
2288           trunk/tutorial/lisa2008/rrd-by-example/ex/hw-demo.data,
2289           trunk/tutorial/lisa2008/rrd-by-example/traffic,
2290           trunk/tutorial/lisa2008/rrd-by-example/traffic/codewalk.png,
2291           trunk/tutorial/lisa2008/rrd-by-example/traffic/graph.inc,
2292           trunk/tutorial/lisa2008/rrd-by-example/traffic/ifbyteget.sh,
2293           trunk/tutorial/lisa2008/rrd-by-example/traffic/index.cgi: added
2294           example code and working presentation
2295
2296 2008-10-01 17:15  oetiker
2297
2298         * trunk/tutorial/lisa2008/rrd-by-example/ex/biggraph.pl,
2299           trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl,
2300           trunk/tutorial/lisa2008/rrd-by-example/ex/hw-demo.pl,
2301           trunk/tutorial/lisa2008/rrd-by-example/ex/hw-example.pl: more
2302           examples
2303
2304 2008-10-01 16:53  oetiker
2305
2306         * src/rrd_graph.c: lcd is actually gcd!
2307
2308 2008-09-30 18:44  oetiker
2309
2310         * doc/rrdcached.pod, src/rrd_daemon.c: When -B is specified, the
2311           daemon will only operate on files within the base directory.
2312           Symlink detection is omitted for performance reasons (if a user
2313           can create a symlink, they can probably overwrite the RRDs
2314           anyway). -- kevin
2315
2316 2008-09-30 18:43  oetiker
2317
2318         * src/rrd_daemon.c: check permissions before writing to journal --
2319           kevin
2320
2321 2008-09-30 18:42  oetiker
2322
2323         * src/rrd_daemon.c: The daemon should behave the same way w/r/t
2324           files whether we "-g" or not. -- kevin
2325
2326 2008-09-29 20:00  oetiker
2327
2328         * src/rrd_daemon.c: This bug caused the last line in each journal
2329           file to be processed a second time. Since it had been modified due
2330           to tokenizing, it failed syntax check. The daemon would always
2331           record one failed line at end-of-journal as a result. No data loss
2332           incurred by this bug. -- kevin
2333
2334 2008-09-29 19:58  oetiker
2335
2336         * doc/rrdcached.pod, src/rrd_daemon.c: This patch introduces the
2337           concept of socket privilege levels. "UPDATE" and "FLUSHALL"
2338           commands are restricted to high-privilege sockets. "FLUSH"
2339           commands can be executed on any socket. This is ideal for
2340           multi-user installations where only certain users need write
2341           access to the RRD files. Now, nearly all socket information is
2342           passed around the daemon in listen_socket_t data structures. In
2343           case there is other per-socket state (i.e. if we add
2344           authentication) we can put it there. Also, I created a new
2345           "open_listen_socket_network" and removed the network setup from
2346           "open_listen_socket". -- kevin
2347
2348 2008-09-29 19:56  oetiker
2349
2350         * src/rrd_client.c, src/rrd_update.c: This patch provides better
2351           error messages to the client when something goes wrong with the
2352           daemon. When possible, the daemon error message is passed through
2353           to rrd_set_error() on the client. Prior to this patch, most error
2354           conditions would result in "Internal error", which is not very
2355           helpful. -- kevin brintnall
2356
2357 2008-09-29 14:38  oetiker
2358
2359         * trunk/tutorial/lisa2008/rrd-by-example/ex/catch-fetch.sh: initial
2360
2361 2008-09-29 06:45  oetiker
2362
2363         * trunk/tutorial/lisa2008/rrd-by-example,
2364           trunk/tutorial/lisa2008/rrd-by-example/beamercolorthemetobi.sty,
2365           trunk/tutorial/lisa2008/rrd-by-example/body.tex,
2366           trunk/tutorial/lisa2008/rrd-by-example/ex,
2367           trunk/tutorial/lisa2008/rrd-by-example/ex/create-first.sh,
2368           trunk/tutorial/lisa2008/rrd-by-example/ex/create-first.xml,
2369           trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl,
2370           trunk/tutorial/lisa2008/rrd-by-example/ex/rrd-size.pl,
2371           trunk/tutorial/lisa2008/rrd-by-example/ex/rrd-size.txt,
2372           trunk/tutorial/lisa2008/rrd-by-example/ex/update-real.sh,
2373           trunk/tutorial/lisa2008/rrd-by-example/ex/update-real.txt,
2374           trunk/tutorial/lisa2008/rrd-by-example/handouts.tex,
2375           trunk/tutorial/lisa2008/rrd-by-example/presentation.tex: added
2376           examples
2377
2378 2008-09-28 21:37  oetiker
2379
2380         * doc/rrdcached.pod: spelling fix -- kevin
2381
2382 2008-09-28 21:36  oetiker
2383
2384         * doc/rrdcached.pod, src/rrd_daemon.c: This patch removes an extra
2385           "SIGNALS" section in the rrdcached.pod and merges "[BUG] fixed
2386           hang in flush_file() introduced by per-file flush condition". --
2387           kevin brintnall
2388
2389 2008-09-28 19:27  oetiker
2390
2391         * src/rrd_daemon.c: a few missing {{{ folding }}} markers added --
2392           kevin brintnall
2393
2394 2008-09-28 19:26  oetiker
2395
2396         * doc/rrdcached.pod, src/rrd_daemon.c: This patch introduces "fast
2397           shutdown" mode and two new signals. -- kevin brintnall
2398
2399 2008-09-28 19:25  oetiker
2400
2401         * doc/rrdcached.pod, src/rrd_daemon.c: Moved signal handler setup
2402           out of daemonize(). Coalesced common code in preparation for new
2403           signals. Documented behavior of existing signals. -- kevin
2404           brintnall
2405
2406 2008-09-28 19:23  oetiker
2407
2408         * MakeMakefile: Attached is a patch to lower the version
2409           requirements of libtool and automake. I have tested this on CentOS
2410           4.x with the specified versions of libtool and automake and was
2411           able to build RRDTool fine. I did *not* test building with PHP,
2412           tcl, ruby or Python though. I also abstracted the version numbers
2413           of all the dependencies such that editing them in the future will
2414           be easier. -- Bernard Li
2415
2416 2008-09-28 19:12  oetiker
2417
2418         * doc/rrdcached.pod, src/rrd_daemon.c: added support for FLUSHALL
2419           command -- kevin brintnall
2420
2421 2008-09-28 19:10  oetiker
2422
2423         * src/rrd_daemon.c: move cache broadcast into enqueue_cache_item --
2424           kevin brintnall
2425
2426 2008-09-28 19:10  oetiker
2427
2428         * src/rrd_daemon.c: When -z <jitter> is specified, some updates may
2429           be timestamped up to <jitter> seconcds in the future. Therefore, a
2430           timeout of now+1 may not be sufficient. Set abs_timeout past the
2431           point where any updates are currently specified. -- kevin
2432           brintnall
2433
2434 2008-09-28 19:09  oetiker
2435
2436         * src/rrd_daemon.c: The PID file is created with open() in the
2437           parent process, while we still have STDERR open. If it cannot be
2438           created, it complains verbosely to stderr. The PID file is written
2439           in the child process. The only way the fdopen() will fail on a fd
2440           that is already open is if you're completely out of memory. As in
2441           other places in the code, I didn't consider this a case that
2442           required a very verbose message. (Search for "strdup failed"). If
2443           you still think a more verbose message is called for, please
2444           suggest one. The attached patch corrects the error message to
2445           complain about fdopen() vs fopen(). I hadn't noticed that until
2446           you brought it up. -- kevin brintnall
2447
2448 2008-09-28 19:08  oetiker
2449
2450         * src/librrd.sym.in, src/rrd.h: rrd.h, librrd.sym: Define and export
2451           rrd_info_r() -- Sebastian Harl
2452
2453 2008-09-28 15:01  oetiker
2454
2455         * branches/1.2/program/src/rrd_graph.c,
2456           branches/1.3/program/src/rrd_graph.c,
2457           branches/1.3/program/src/rrd_tool.c, src/rrd_graph.c,
2458           src/rrd_tool.c: vdef calc was using end_orig to determine for
2459           which range it should do its calculations which is odd, since orig
2460           is only the requested range as invocation time and not the data
2461           range deliverd by fetch. It does fall completely flat when
2462           shifting since shifting does not affect the original data. Bug
2463           #177 reported by hokiel
2464
2465 2008-09-27 11:44  oetiker
2466
2467         * branches/1.2/program/src/rrd_xport.c,
2468           branches/1.3/program/src/rrd_xport.c, src/rrd_xport.c: rrdxport
2469           was completely broken for exporting datasources that did not have
2470           a uniform step size. Thanks to Peter Valdemar Mørch for finding
2471           this.
2472
2473 2008-09-26 05:11  oetiker
2474
2475         * src/rrd_daemon.c: create the pid file before forking, so we can
2476           complain to stderr -- kevin brintnall
2477
2478 2008-09-26 05:10  oetiker
2479
2480         * doc/rrdcached.pod, doc/rrdflush.pod, src/rrd_daemon.c: This patch
2481           ensures that the "FLUSH" command will write the updates out to RRD
2482           before returning to the user. Before, it returned when the update
2483           was "dequeued"; updates were not necessarily on disk. Also, for
2484           new nodes, the cache_lock is not held while we are setting up the
2485           new node. We don't want to be holding the lock if the stat()
2486           blocks. -- kevin brintnal
2487
2488 2008-09-25 21:07  oetiker
2489
2490         * src/rrd_client.c: Use the same IPv6/IPv4 as for the client as
2491           Florian did for the server -- kevin brintnall
2492
2493 2008-09-25 20:31  oetiker
2494
2495         * src/rrd_daemon.c: This fixes a couple problems when exiting due to
2496           signal: * connection threads exit without closing client socket
2497           (so client blocks waiting for response that never comes) *
2498           listen_queue_thread blocks on poll() until a new connection comes
2499           in (because no poll timeout specified) -- kevin brintnall
2500
2501 2008-09-25 20:11  oetiker
2502
2503         * src/rrd_daemon.c: set SO_REUSEADDR on the listen socket -- kevin
2504           brintnall
2505
2506 2008-09-25 20:10  oetiker
2507
2508         * doc/rrdcached.pod, src/rrd_daemon.c: Support for IPv6 has been
2509           broken with revision 1522: Because IPv6-addresses contain colons,
2510           simply checking for a colon and using everything after it does
2511           destroy correctly formatted IPv6-addresses. This patch checks for
2512           dots '.' in the address. If the address contains at least one dot,
2513           it is considered to be a hostname or an IPv4-address and a simple
2514           search for a colon is done. If no dot is found, the code will
2515           check for an opening square bracket '[' at the beginning of the
2516           address. If one if found, the format [address]:port is assumed. If
2517           neither applies, the default port will be used. -- Florian Forster
2518
2519 2008-09-25 15:25  oetiker
2520
2521         * doc/rrdcached.pod, doc/rrddump.pod, doc/rrdfetch.pod,
2522           doc/rrdflush.pod, doc/rrdgraph.pod, doc/rrdinfo.pod,
2523           doc/rrdlast.pod, doc/rrdlastupdate.pod, doc/rrdupdate.pod,
2524           doc/rrdxport.pod, src/rrd_client.c: This adds support for
2525           <address>:<port> in the rrd client library. Obviously this is
2526           required to take advantage of the server's ability to bind to a
2527           non-standard port -- kevin brintnall
2528
2529 2008-09-24 22:21  oetiker
2530
2531         * doc/rrdcached.pod, src/rrd_daemon.c: Allow ports to be specified
2532           with -l addr:port also. -- kevin brintnall
2533
2534 2008-09-24 22:07  oetiker
2535
2536         * bindings/Makefile.am: the rrdlua.pod is in the doc directory
2537
2538 2008-09-24 06:04  oetiker
2539
2540         * doc/rrdcached.pod: added section on error reporting -- Florian
2541           Forster
2542
2543 2008-09-22 06:35  oetiker
2544
2545         * MakeMakefile, bindings/Makefile.am, bindings/lua,
2546           bindings/lua/Makefile.lua, bindings/lua/README,
2547           bindings/lua/rrdlua.c, bindings/lua/test.lua, configure.ac,
2548           doc/Makefile.am, doc/rrdlua.pod: I finally finished the first
2549           version of the patch (attached) -- Fidelis Assis fidelis pobox.com
2550           (this does not seem to quite work yet at least not in my hardy
2551           setup)
2552
2553 2008-09-22 05:38  oetiker
2554
2555         * branches/1.2/program/configure.ac,
2556           branches/1.3/program/configure.ac, configure.ac: use default
2557           prefix for ruby install if no user defined prefix is available
2558
2559 2008-09-19 20:34  oetiker
2560
2561         * branches/1.3/program/bindings/perl-shared/Makefile.PL,
2562           bindings/perl-shared/Makefile.PL: Bsd lirary path switch added to
2563           perl bindings makefile -- as suggested by Kevin Brintnall
2564
2565 2008-09-18 13:30  oetiker
2566
2567         * branches/1.3/program/src/rrd_open.c, src/rrd_open.c: Fix for
2568           debian bug 498183 ... never *advise after the end of the file. On
2569           sparc this causes a segfault. Thanks to Sebastian Harl and Jurij
2570           Smakov for finding this.
2571
2572 2008-09-14 15:30  oetiker
2573
2574         * src/rrd_daemon.c: fix RRDCacheD documentation -- Florian Forster
2575
2576 2008-09-14 15:28  oetiker
2577
2578         * src/rrd_client.c: The previous code was broken: The response was
2579           read using `read(2)'. If the server wasn't sending fast enough,
2580           the client would stop reading before the entire message had been
2581           read. This patch changes the communication code to use the (line
2582           based) `fgets' function rather than the lower level `read'
2583           function. After reading the first line (which contains the total
2584           number of line to be expected), this precise number of lines is
2585           read - blocking if necessary. Also, the missing four new statistic
2586           values have been added to `rrdc_stats_get'. --Folorian Forester
2587
2588 2008-09-14 10:35  oetiker
2589
2590         * CONTRIBUTORS, doc/rrdcached.pod, doc/rrdflush.pod,
2591           src/librrd.sym.in, src/rrd_client.c, src/rrd_client.h,
2592           src/rrd_daemon.c, src/rrd_dump.c, src/rrd_fetch.c,
2593           src/rrd_flush.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_info.c,
2594           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_tool.h,
2595           src/rrd_update.c, src/rrd_xport.c: did not pick up all the changes
2596           for rrdcached in the first round ... so here is the second batch.
2597
2598 2008-09-14 09:49  oetiker
2599
2600         * CONTRIBUTORS, configure.ac, doc/Makefile.am, doc/rrdcached.pod,
2601           doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdgraph.pod,
2602           doc/rrdinfo.pod, doc/rrdlast.pod, doc/rrdlastupdate.pod,
2603           doc/rrdtool.pod, doc/rrdupdate.pod, doc/rrdxport.pod,
2604           src/Makefile.am, src/librrd.sym.in, src/rrd.h, src/rrd_client.c,
2605           src/rrd_client.h, src/rrd_daemon.c, src/rrd_dump.c,
2606           src/rrd_fetch.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_info.c,
2607           src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_tool.c,
2608           src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c: RRDcached
2609           patch. This implements an infrastructure, where rrd updates can be
2610           sent to a daemon which caches them prior to bulk-updateing rrd
2611           files. See the rrdcached manual page. -- Created by Florian
2612           Forster with some help from Kevin Brintnall.
2613
2614 2008-09-13 11:42  oetiker
2615
2616         * configure.ac, src/Makefile.am, src/rrd_config_bottom.h: regarding
2617           #183: * move part of rrd_config.h out to a separate file, so that
2618           autoconf is not confused by the more complex expressions. * fix
2619           configure variable name to allow caching * another attemt at
2620           fixing solaris 2.8 compile so that it works out of the box.
2621
2622 2008-09-13 10:56  oetiker
2623
2624         * doc/rrdgraph.pod: fix graph docs
2625
2626 2008-09-11 20:27  oetiker
2627
2628         * src/rrd_graph.c: fixed processing of custom fonts René GARCIA
2629           <rene@margar.fr>
2630
2631 2008-09-11 07:01  oetiker
2632
2633         * src/rrd_format.h: no , on the last member in C
2634
2635 2008-09-08 22:12  oetiker
2636
2637         * trunk/website/award-white.png,
2638           trunk/website/bin/pod2wml.classic.sh, trunk/website/forum.wml,
2639           trunk/website/inc/favicon.ico, trunk/website/inc/happy-tobi.png,
2640           trunk/website/inc/rrdtool-gold.png,
2641           trunk/website/oscon-120x60.gif, trunk/website/stream-pop.png:
2642           missing bits atted
2643
2644 2008-09-08 22:09  oetiker
2645
2646         * trunk/website/.wmkrc, trunk/website/.wmlrc: and they too
2647
2648 2008-09-07 10:22  oetiker
2649
2650         * trunk/website/index.wml, trunk/website/navbar.inc,
2651           trunk/website/support.wml: sync befor branching
2652
2653 2008-09-07 07:19  oetiker
2654
2655         * src/rrd_update.c: The attached patch eliminates the many places
2656           where the rra_current pointer was maintained; the existing
2657           write/seek mechanisms update rrd_file->pos correctly. Also, the
2658           seek at the front of process_arg is not necessary; write_to_rras
2659           will now take care to correct the file position at every update
2660           cycle. This eliminates unnecessary rrd_seek() calls when MMAP is
2661           not enabled. -- kevin brintnall kbrint rufus.net
2662
2663 2008-09-06 15:50  oetiker
2664
2665         * trunk/website/index.wml: added note on 1.3.2
2666
2667 2008-09-06 15:48  oetiker
2668
2669         * trunk/website/bin/pod2wml.sh, trunk/website/inc/template.inc,
2670           trunk/website/index.wml, trunk/website/prog/build.sh,
2671           trunk/website/rrdworld/gbrrdgraphix.xml,
2672           trunk/website/rrdworld/index.wml: improve html generation
2673
2674 2008-09-06 14:24  oetiker
2675
2676         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2677           doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h,
2678           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2679           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2680           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2681           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
2682           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
2683           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
2684           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2685           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2686           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
2687           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2688           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
2689           src/rrdupdate.c: prepare for the release of rrdtool-1.3.2
2690
2691 2008-09-06 11:46  oetiker
2692
2693         * src/rrd_tool.h: we need rrd_format.h here for things to compile
2694           properly
2695
2696 2008-09-06 11:43  oetiker
2697
2698         * doc/rrdbuild.pod: updated opensolaris build instructions
2699
2700 2008-09-06 10:43  oetiker
2701
2702         * bindings/perl-piped/RRDp.pm, configure.ac, src/Makefile.am,
2703           src/librrd.sym, src/librrd.sym.in, src/rrd_tool.h: only link build
2704           and use rrd_getopt if there is no getopt_long provided by by the
2705           os ... this should also fix problems for solaris 2.8 and other non
2706           getopt_long oses who were not taken care of anymore after the
2707           intriduction of librrd.sym
2708
2709 2008-09-06 10:39  oetiker
2710
2711         * src/rrd_update.c: fix for multi update - data corruption bug as
2712           reported (and patched) in #178 by kevin brintnall
2713
2714 2008-09-06 10:32  oetiker
2715
2716         * doc/cdeftutorial.pod, doc/rrdgraph.pod, doc/rrdgraph_graph.pod,
2717           doc/rrdtool.pod: make pod checker happy
2718
2719 2008-09-06 08:58  oetiker
2720
2721         * src/rrd_open.c: inline functions are not supported in c99 ... lets
2722           remove this. the compiler will foture it out if they are
2723           important.
2724
2725 2008-09-04 21:45  oetiker
2726
2727         * src/rrd_graph.c: introduced a persistant fontmap ... this makes
2728           our pango rendering 6 times faster starting from the second graph
2729           we draw.
2730
2731 2008-08-31 23:42  oetiker
2732
2733         * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h: now the results
2734           actually look as they did with the old code only things are FASTER
2735
2736 2008-08-31 22:53  oetiker
2737
2738         * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h,
2739           src/rrd_graph_helper.c: Improve performance by keeping multiple
2740           pango font descriptions. For the first invocation we are about 20%
2741           times as fast for the second one about 4-5 times faster ...
2742
2743 2008-08-31 10:55  oetiker
2744
2745         * src/rrd_gfx.c: trying to improve the pango performance I added
2746           facilities to cache layout,context and more in between invocations
2747           of the text function, unfortunately it does not seem to help all
2748           that much.
2749
2750 2008-08-31 10:52  oetiker
2751
2752         * bindings/perl-shared/RRDs.xs, bindings/ruby/main.c: use the
2753           standart info free function
2754
2755 2008-08-28 05:49  oetiker
2756
2757         * src/rrd_tool.c: fix handling of error conditions in rrd_tool.c ...
2758           errno is not for detection, only for information AFTER detection.
2759
2760 2008-08-28 04:13  oetiker
2761
2762         * src/rrd_tool.c: free the linebuffer if you don't return it!
2763
2764 2008-08-27 22:06  oetiker
2765
2766         * src/rrd_gfx.c: some more leak plugging
2767
2768 2008-08-27 21:48  oetiker
2769
2770         * src/rrd_graph.c: drop the dummy surface prior to creating the real
2771           one
2772
2773 2008-08-27 21:46  oetiker
2774
2775         * src/rrd_tool.c: added some freeing for error conditions
2776
2777 2008-08-27 21:25  oetiker
2778
2779         * src/rrd.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_open.c,
2780           src/rrd_update.c: fixed indentation ... gnu indent results are not
2781           realy beautifl. I might switch to uncrustify.
2782
2783 2008-08-27 21:25  oetiker
2784
2785         * src/rrd_create.c: Many rrd_create memory leaks patched ... based
2786           on valgrind analysis by Sven Engelhardt. Thanks!
2787
2788 2008-08-27 21:18  oetiker
2789
2790         * src/rrd_restore.c: fix indentation
2791
2792 2008-08-27 06:52  oetiker
2793
2794         * configure.ac: added sparc-sun-solaris2.8 to list of broken
2795           isfinite implementations
2796
2797 2008-08-22 22:04  oetiker
2798
2799         * bindings/ruby/main.c: it is rb_rrd_infocall not rrd_infocall ...
2800
2801 2008-08-16 07:13  oetiker
2802
2803         * doc/rrdgraph.pod, src/rrd_graph.c: When in lazy mode, and the
2804           graph does not get regenerated, then there are no results from
2805           PRINT either. Fix for #163.
2806
2807 2008-08-16 07:11  oetiker
2808
2809         * bindings/perl-shared/RRDs.pm: documentation updates
2810
2811 2008-08-12 06:48  oetiker
2812
2813         * src/rrd_graph.c: make sure imageinfo only reports the filename and
2814           not the whole path. This is a regression from 1.2.x where this was
2815           implemented properly.
2816
2817 2008-08-09 15:22  oetiker
2818
2819         * trunk/website/gallery/index.en.html,
2820           trunk/website/gallery/index.wml,
2821           trunk/website/gallery/systembelastung.png,
2822           trunk/website/gallery/systembelastung.xml: added systembelastung
2823
2824 2008-08-04 20:35  oetiker
2825
2826         * src/rrd_gfx.c: The attached patch converts the given string to
2827           UTF-8 using glib's g_locale_to_utf8() function. This function
2828           expects the string to be encoded as specified by the locale
2829           settings, so this will fail if e.g. you're using some script which
2830           is encoded in some way incompatible to the locale settings. In
2831           this case, the patch falls back to use the original string as
2832           provided by the user as there is no way to tell how to interpret
2833           that string. So, in this case, you will still get the old behavior
2834           (that pango warning and messed up strings in the graph). However,
2835           imho this is perfectly fine since it should be up to the user to
2836           take care of a sane environment. -- Sebastian Harl
2837
2838 2008-07-29 14:42  oetiker
2839
2840         * bindings/perl-shared/RRDs.xs: newer perlapi docu suggests to use
2841           SV * instead of void for managed returns
2842
2843 2008-07-29 05:08  oetiker
2844
2845         * src/rrd_gfx.c, src/rrd_hw_update.c: fixed some c++ style lines --
2846           David Masterson
2847
2848 2008-07-28 07:23  oetiker
2849
2850         * doc/rrdgraph_data.pod: spelling fix
2851
2852 2008-07-23 15:03  oetiker
2853
2854         * src/rrd_restore.c: forward ported patch for rra cur_row
2855           randomization in rrd_restore from 1.2.28 to 1.3.1
2856
2857 2008-07-23 13:02  oetiker
2858
2859         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2860           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
2861           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2862           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2863           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2864           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
2865           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
2866           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
2867           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2868           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2869           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
2870           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2871           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
2872           src/rrdupdate.c: prepare for the release of rrdtool-1.3.1
2873
2874 2008-07-23 12:45  oetiker
2875
2876         * src/rrd_restore.c: added support for restoring rrdtool 1.0.x files
2877           ... removed support for old HW patched rrd format created by an
2878           early patched version of 1.0.x
2879
2880 2008-07-22 15:15  oetiker
2881
2882         * branches/1.2/program/src/rrd_create.c, src/rrd_create.c: Fix for
2883           #167 - rrdcreate is arguably missing a check for 'step>=1' for
2884           RRAs with AVERAGE as a CF. I ran into this when specifying 0.6 as
2885           a step value, assuming floats were also accepted. Patch attached
2886           here. -- Bogdan
2887
2888 2008-07-01 06:35  oetiker
2889
2890         * doc/rrdbuild.pod: header-fix
2891
2892 2008-07-01 06:34  oetiker
2893
2894         * doc/rrdbuild.pod: improve layout
2895
2896 2008-06-29 16:23  oetiker
2897
2898         * src/rrd_update.c: added rrd filename to illegal update message --
2899           he at uninett.no
2900
2901 2008-06-29 14:08  oetiker
2902
2903         * rrdtool.spec: rrdtool.spec fix by Anton Blanchard to build without
2904           php patch
2905
2906 2008-06-29 13:57  oetiker
2907
2908         * doc/rrdgraph.pod, src/rrd_graph.c: make sure image-with and
2909           image-height get returned even when rrdtool is called with --lazy
2910           as reported in bug #163
2911
2912 2008-06-27 06:08  zaucker
2913
2914         * trunk/tutorial/lisa2008/abstract-rrdexample.txt,
2915           trunk/tutorial/lisa2008/abstract-rrdtut.txt: Etwas ueberarbeitet
2916
2917 2008-06-24 15:05  oetiker
2918
2919         * trunk/tutorial/lisa2008,
2920           trunk/tutorial/lisa2008/abstract-rrdexample.txt,
2921           trunk/tutorial/lisa2008/abstract-rrdtut.txt: intial
2922
2923 2008-06-19 13:18  oetiker
2924
2925         * branches/1.2/program/bindings/python/rrdtoolmodule.c,
2926           bindings/python/rrdtoolmodule.c: rrdtool.fetch is returning an
2927           extra, bogus, data point. Attached is a patch to correct this. -
2928           Gilad Raphaelli. Fix for #161
2929
2930 2008-06-12 13:54  oetiker
2931
2932         * doc/rrdgraph_graph.pod: added note on %S
2933
2934 2008-06-11 15:49  oetiker
2935
2936         * NEWS: made news the same as the announcement
2937
2938 2008-06-10 23:12  oetiker
2939
2940         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2941           doc/rrdbuild.pod, doc/rrdcreate.pod, doc/rrdgraph.pod,
2942           doc/rrdgraph_graph.pod, rrdtool.spec, src/pngsize.c, src/rrd.h,
2943           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2944           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2945           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2946           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
2947           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
2948           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
2949           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2950           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2951           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
2952           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2953           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
2954           src/rrdupdate.c: prepare for the release of rrdtool-1.3.0
2955
2956 2008-06-10 23:11  oetiker
2957
2958         * trunk/website/bin/htmlfix.sh, trunk/website/gallery/index.en.html,
2959           trunk/website/index.wml: updated website online
2960
2961 2008-06-10 16:41  oetiker
2962
2963         * branches/1.2/website/index.wml, trunk/website, trunk/website/bin,
2964           trunk/website/download.wml, trunk/website/gallery,
2965           trunk/website/inc, trunk/website/index.wml,
2966           trunk/website/license.wml, trunk/website/logos,
2967           trunk/website/newbanner250x60.gif, trunk/website/rrdtool.dtd,
2968           trunk/website/rrdworld, trunk/website/sponsor.wml,
2969           trunk/website/tut: added website to trunk
2970
2971 2008-06-10 16:38  oetiker
2972
2973         * trunk/website: using the 1.2 website as a basis for the new 1.3
2974           website
2975
2976 2008-06-10 16:38  oetiker
2977
2978         * configure.ac: oops it is 1.3.0 not 1.4.0 yet
2979
2980 2008-06-10 16:37  oetiker
2981
2982         * 00README, CONTRIBUTORS, PROJECTS, TODO, configure.ac,
2983           rrdtool-1.3-release: preparing for 1.3
2984
2985 2008-06-10 16:32  oetiker
2986
2987         * src/Makefile.am, src/rrd.h, src/rrd_format.h, src/rrd_hw_math.c,
2988           src/rrd_hw_update.c, src/rrd_tool.h: document the 'internal'
2989           functions in rrd.h but mark them as deprecated, so that anyone
2990           using them will see that they should not be doing it.
2991
2992 2008-06-10 11:16  oetiker
2993
2994         * src/rrd_create.c: flip check for row_count with setting for better
2995           code logic
2996
2997 2008-06-10 09:35  oetiker
2998
2999         * doc/rrdcreate.pod, src/rrd_create.c: check row count in RRAs to be
3000           > 0 ... by Sebastian Harl
3001
3002 2008-06-10 07:18  oetiker
3003
3004         * src/rrd_create.c, src/rrd_open.c: for windows we must open files
3005           in O_BINARY mode
3006
3007 2008-06-09 16:10  oetiker
3008
3009         * src/rrd.h, src/rrd_tool.h: do NOT export lowlevel functions, since
3010           I have no intention supporting these interfaces across versions.
3011           The symbols are in the library, so if someone WANTS to code to
3012           them, they are free todo so, but they will have to use our
3013           internal header files.
3014
3015 2008-06-09 15:49  oetiker
3016
3017         * src/librrd.sym, src/rrd.h, src/rrd_tool.h: add all lowlevel file
3018           access functions from the rrd_open interface to the export list.
3019
3020 2008-06-09 05:12  oetiker
3021
3022         * bindings/python/rrdtoolmodule.c, src/pngsize.c, src/rrd.h,
3023           src/rrd_error.c, src/rrd_graph.h, src/rrd_info.c, src/rrd_open.c,
3024           src/rrd_parsetime.c, src/rrd_tool.c, src/rrd_update.c: fixed
3025           indenting
3026
3027 2008-06-09 05:11  oetiker
3028
3029         * rrdtool.spec: update to rpm spec from Jarod Wilson
3030
3031 2008-06-08 21:15  oetiker
3032
3033         * src/librrd.sym: export some more symbols from librrd
3034
3035 2008-06-08 21:06  oetiker
3036
3037         * win32/config.h: windows should use a windows font
3038
3039 2008-06-08 21:05  oetiker
3040
3041         * src/rrd_graph.c: drop special case windows font code ... it makes
3042           no sense with the new setup
3043
3044 2008-06-08 17:08  oetiker
3045
3046         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3047           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
3048           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3049           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3050           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3051           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
3052           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3053           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3054           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3055           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3056           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3057           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3058           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3059           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc9
3060
3061 2008-06-08 17:08  oetiker
3062
3063         * src/rrd_gfx.c, src/rrd_graph.c: fixed pango markup switch ... we
3064           still want the text to show even if no markup is enabled
3065
3066 2008-06-08 16:47  oetiker
3067
3068         * bindings/python/rrdtoolmodule.c, bindings/ruby/main.c,
3069           src/librrd.sym: rrd_freemem has to be exported as well ...
3070
3071 2008-06-08 16:23  oetiker
3072
3073         * branches/1.2/program/src/pngsize.c, src/pngsize.c: fix for ticket
3074           #121 jmpbuf on aix is a problem it seems, maybe this makes it
3075           better.
3076
3077 2008-06-08 15:59  oetiker
3078
3079         * src/Makefile.am: prepare for the release of rrdtool-1.3rc8
3080
3081 2008-06-08 15:55  oetiker
3082
3083         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3084           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
3085           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3086           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3087           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3088           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
3089           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3090           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3091           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3092           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3093           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3094           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3095           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3096           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc8
3097
3098 2008-06-08 15:55  oetiker
3099
3100         * bindings/perl-shared/RRDs.xs, bindings/python/rrdtoolmodule.c,
3101           bindings/ruby/main.c, bindings/tcl/tclrrd.c, doc/rrdthreads.pod,
3102           netware/Makefile, src/Makefile.am, src/librrd.sym,
3103           src/parsetime.c, src/parsetime.h, src/rrd.h, src/rrd_cgi.c,
3104           src/rrd_create.c, src/rrd_error.c, src/rrd_fetch.c,
3105           src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
3106           src/rrd_info.c, src/rrd_nan_inf.c, src/rrd_not_thread_safe.c,
3107           src/rrd_open.c, src/rrd_parsetime.c, src/rrd_parsetime.h,
3108           src/rrd_resize.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
3109           src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c,
3110           win32/rrd.dsp, win32/rrd.vcproj: From: Sebastian Harl sh
3111           tokkee.org Date: Sun, 8 Jun 2008 15:01:05 +0200 Subject: [PATCH]
3112           Cleanup the symbols exported by librrd. Up to know librrd exported
3113           a lot of symbols, most of which are to be regarded as private
3114           symbols. This somewhat pollutes the API as the symbols could, in
3115           theory, be used by external software and, more importantly, makes
3116           symbol based dependencies (as recently introduced in e.g. Debian)
3117           somewhat harder to implement. This patch does a somewhat
3118           large-scale cleanup of the exported symbols: * Introduced a
3119           librrd.sym file which contains all symbols that are to be
3120           exported. This file is then passed to libtool using the
3121           -export-symbols option which tells the linker to export the given
3122           symbols only (note: according to the libtool manual, this has no
3123           effect on some architectures - however, I assume that most
3124           architectures in use today do support it). librrd.sym contains all
3125           symbols originally defined in rrd.h sans LockRRD() (which has been
3126           moved to rrd_tool.h). The following functions have been added to
3127           rrd.h and the list of exported symbols (some of them have been
3128           renamed, see below): - rrd_info() - rrd_info_free() -
3129           rrd_info_print() - rrd_info_push() - rrd_lastupdate() -
3130           rrd_update_v() - rrd_strerror() * Prefixed all public functions
3131           and types with "rrd_" to avoid name clashes with other libraries.
3132           Also, while I was at it, I introduced typedefs for all custom
3133           types and prefixed the time names with "_t" to improve
3134           consistency: - enum info_type -> rrd_info_type_t - enum timetype
3135           -> rrd_timetype_t - union infoval -> rrd_infoval_t - struct info_t
3136           -> rrd_info_t - struct rrd_context -> rrd_context_t - struct
3137           rrd_time_value -> rrd_time_value_t - info_free() ->
3138           rrd_info_free() - info_free() -> rrd_info_free() - info_print() ->
3139           rrd_info_print() - info_push() -> rrd_info_push() - LockRRD() ->
3140           rrd_lock() (not public though) - parsetime() -> rrd_parsetime()
3141           (and: src/parsetime.c -> src/rrd_parsetime.c) - proc_start_end()
3142           -> rrd_proc_start_end() - set_to_DINF() -> rrd_set_to_DINF() -
3143           set_to_DNAN() -> rrd_set_to_DNAN() * Moved readfile() from
3144           rrd_open.c to rrd_cgi.c and declared it static. This function is
3145           used in rrd_cgi.c only. * rrd_lock() (f.k.a. LockRRD()) now
3146           accepts a rrd_file_t pointer instead of an integer to increase
3147           encapsulation.
3148
3149 2008-06-07 14:35  oetiker
3150
3151         * src/rrd_open.c: don't bother with don't need when there is neither
3152           madvise not fadvise calls
3153
3154 2008-06-06 16:38  oetiker
3155
3156         * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fix for
3157           --font bug (font names wer not being picked up at all). Bug
3158           reported by Dmitry B. Bigunayk
3159
3160 2008-06-05 20:56  oetiker
3161
3162         * NEWS: added pango markup name
3163
3164 2008-06-05 19:59  oetiker
3165
3166         * src/rrd.h, src/rrd_error.c, src/rrd_format.h, src/rrd_gfx.c,
3167           src/rrd_info.c, src/rrd_open.c, src/rrd_update.c: fixed indenting
3168
3169 2008-06-05 19:59  oetiker
3170
3171         * src/rrd_graph.c: disable pango markup by default. added
3172           --pango-markup option for explicit enablement.
3173
3174 2008-06-05 19:58  oetiker
3175
3176         * doc/rrdgraph.pod, src/rrd_graph.h: disable pango markup by
3177           default. added --pango-markup option for explicit enablement.
3178
3179 2008-06-05 19:57  oetiker
3180
3181         * bindings/python/rrdtoolmodule.c: fixed indenting
3182
3183 2008-06-04 16:18  oetiker
3184
3185         * bindings/tcl/Makefile.am, configure.ac: enable new building for
3186           newer tcl versions
3187
3188 2008-06-02 06:46  oetiker
3189
3190         * configure.ac: updated documentation of library versioning system
3191
3192 2008-06-02 06:43  oetiker
3193
3194         * configure.ac: Had to reset the interface version number due to the
3195           change in the rrd_context implementation.
3196
3197 2008-06-02 06:21  oetiker
3198
3199         * src/rrd_restore.c: use DNAN instead of NAN since there seem to be
3200           issues with gcc on solaris and the NAN experession (and we use
3201           DNAN everywhere else anyway).
3202
3203 2008-06-01 21:12  oetiker
3204
3205         * doc/rrdbuild.pod: integrated gentoo bits and spell fixes by Peter
3206           Volkov
3207
3208 2008-06-01 20:44  oetiker
3209
3210         * src/rrd.h, src/rrd_error.c, src/rrd_not_thread_safe.c,
3211           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c: Patch for
3212           rrd_context system by sebastian harl, making it simpler and less
3213           error prone. Removing one buffer overflow in the process.
3214
3215 2008-05-31 15:58  oetiker
3216
3217         * doc/rrdbuild.pod: prepare for the release of rrdtool-1.3rc7
3218
3219 2008-05-31 15:57  oetiker
3220
3221         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3222           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
3223           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3224           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3225           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3226           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
3227           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3228           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3229           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3230           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3231           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3232           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3233           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3234           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc7
3235
3236 2008-05-31 15:56  oetiker
3237
3238         * doc/rrdbuild.pod: added pkgconfig build instructions
3239
3240 2008-05-31 12:28  oetiker
3241
3242         * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: make sure
3243           vdef calcs only calc as far as originally requested.
3244
3245 2008-05-27 22:24  oetiker
3246
3247         * src/rrd_info.c: fixed maxlength for sprintf_alloc 50 was not
3248           enough ... 1024+strlen(fmt) is much better. This makes imginfo
3249           work even when there are long image paths.
3250
3251 2008-05-26 16:39  oetiker
3252
3253         * trunk/talks/nordic-nagios-08/talk.odp: initial talk slides
3254
3255 2008-05-26 11:45  oetiker
3256
3257         * TODO: updated todo list
3258
3259 2008-05-26 08:56  oetiker
3260
3261         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3262           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
3263           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3264           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3265           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3266           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
3267           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3268           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3269           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3270           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3271           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3272           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3273           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3274           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc6
3275
3276 2008-05-26 07:46  oetiker
3277
3278         * NEWS: added notes about new grid lines
3279
3280 2008-05-26 07:45  oetiker
3281
3282         * src/rrd_graph.c: * make y-axis labels NOT run into each other
3283           (classic and alt) * space horizontal grid lines and lables a bit
3284           further apart for tight layouts. * let horizontal lines and y axis
3285           labels run a little closer for classic grid
3286
3287 2008-05-25 21:17  oetiker
3288
3289         * src/rrd_graph.c: fixed calculation of space at the bottom of the
3290           graph
3291
3292 2008-05-25 20:02  oetiker
3293
3294         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3295           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
3296           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3297           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3298           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3299           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
3300           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3301           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3302           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3303           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3304           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3305           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3306           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3307           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc5
3308
3309 2008-05-25 20:00  oetiker
3310
3311         * src/rrd_format.h, src/rrd_open.c, src/rrd_update.c: fix update
3312           compatibility with rrd-1.0.x files
3313
3314 2008-05-20 22:22  oetiker
3315
3316         * bindings/Makefile.am: droped rrd_extra.h from the distro with the
3317           python update ... must remove it from the Makefile too
3318
3319 2008-05-19 21:14  oetiker
3320
3321         * NEWS, bindings/python/README, bindings/python/rrd_extra.h,
3322           bindings/python/rrdtoolmodule.c, doc/rrdpython.pod: fixed python
3323           bindings: * info call isnnow aequivalent to rrdtool info (the same
3324           as in the perl and ruby bindings) * graphv and updatev calls added
3325
3326 2008-05-18 22:11  oetiker
3327
3328         * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_tool.c: * document
3329           tabwidth option * fix \t -> tab expansion
3330
3331 2008-05-18 15:39  oetiker
3332
3333         * src/rrd_graph.c: ytr boundery checking ... this is from the GD
3334           days ... we don't need this anymore
3335
3336 2008-05-18 15:11  oetiker
3337
3338         * src/rrd_dump.c, src/rrd_tool.c: fix indenting
3339
3340 2008-05-18 15:11  oetiker
3341
3342         * src/rrd_graph.c: pdf, svg and ps formats were not being created
3343
3344 2008-05-18 13:06  oetiker
3345
3346         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3347           configure.ac, doc/rrdbuild.pod, rrdtool-1.3-release, rrdtool.spec,
3348           src/pngsize.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c,
3349           src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
3350           src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3351           src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c,
3352           src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3353           src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3354           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3355           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3356           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3357           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3358           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3359           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3360           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc4
3361
3362 2008-05-18 13:04  oetiker
3363
3364         * src/rrd_tool.c, src/rrdupdate.c: fix year
3365
3366 2008-05-18 12:53  oetiker
3367
3368         * src/rrd_graph.c: PRINT returns from rrd_graph did not work due to
3369           an off by one error
3370
3371 2008-05-18 08:42  oetiker
3372
3373         * doc/rrdbuild.pod: updated build instructions to latest libraries
3374
3375 2008-05-18 06:37  oetiker
3376
3377         * NEWS, configure.ac, src/rrd_i18n.h, src/rrd_tool.c: improved
3378           handling of libintl issues
3379
3380 2008-05-16 12:29  oetiker
3381
3382         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3383           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
3384           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3385           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3386           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3387           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
3388           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3389           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3390           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3391           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3392           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3393           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3394           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3395           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc3
3396
3397 2008-05-16 12:28  oetiker
3398
3399         * doc/rrddump.pod, src/rrd_dump.c: added --no-header to
3400           documentation and fixed implementation
3401
3402 2008-05-16 12:20  oetiker
3403
3404         * src/rrd_dump.c: fixed dump_opt implementation
3405
3406 2008-05-16 12:18  oetiker
3407
3408         * NEWS, src/rrd_dump.c: added no-header option to rrd_dump
3409
3410 2008-05-16 12:07  oetiker
3411
3412         * src/rrd_graph.c: fix handling of values <= zero for logarithmic
3413           display
3414
3415 2008-05-15 22:39  oetiker
3416
3417         * rrdtool-1.3-release: prepare for the release of rrdtool-1.3rc2
3418
3419 2008-05-15 22:39  oetiker
3420
3421         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3422           configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
3423           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3424           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3425           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3426           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
3427           src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
3428           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3429           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3430           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3431           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
3432           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3433           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
3434           src/rrdupdate.c: prepare for the release of rrdtool-1.3rc2
3435
3436 2008-05-15 22:37  oetiker
3437
3438         * Makefile.am, configure.ac, rrdtool-1.3-release, src/Makefile.am:
3439           fix portability to mac osx and freebsd -- tobi
3440
3441 2008-05-12 23:10  oetiker
3442
3443         * configure.ac: add solaris pod2man location last
3444
3445 2008-05-12 23:03  oetiker
3446
3447         * configure.ac, doc/Makefile.am, doc/rrdbuild.pod: some changes to
3448           make things work on opensolaris 2008.05
3449
3450 2008-05-12 22:42  oetiker
3451
3452         * bindings/tcl/Makefile.am: for some reason tclrrd.c does not get
3453           picked up using $< at least on opensolaris
3454
3455 2008-05-12 22:23  oetiker
3456
3457         * src/Makefile.am, src/rrd_graph.h, src/rrd_info.c,
3458           src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.c: allow
3459           rrd_rpncalc to build without cairo dependencies ... fix warnings
3460
3461 2008-05-12 21:14  oetiker
3462
3463         * Makefile.am: add intltool*in files to dist
3464
3465 2008-05-12 16:15  oetiker
3466
3467         * bindings/python/rrdtoolmodule.c, src/rrd_update.c: fixed indenting
3468
3469 2008-05-12 16:15  oetiker
3470
3471         * src/rrd_graph.c, src/rrd_hw.c, src/rrd_open.c, src/rrd_rpncalc.c,
3472           src/win32comp.c: removed c++ comments //
3473
3474 2008-05-12 16:09  oetiker
3475
3476         * NEWS: added notes about rewrites in this release
3477
3478 2008-05-12 16:08  oetiker
3479
3480         * configure.ac, src/Makefile.am: improved handling of library
3481           versioning
3482
3483 2008-05-12 15:35  oetiker
3484
3485         * src/rrd_update.c: should not leave debug enabled
3486
3487 2008-05-12 15:33  oetiker
3488
3489         * branches/1.2/program/doc/rrdcreate.pod,
3490           branches/1.2/program/src/rrd_update.c, doc/rrdcreate.pod,
3491           src/rrd_update.c: Fixed handling of unknown data at PDP build
3492           time. There was a long standing (even documented) missfeature in
3493           rrdtool which caused uknown-data to be accepted as long as it was
3494           less than the mrhb. This was never the intended behaviour and had
3495           interesting side effects
3496           (http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you have a 60
3497           Second step with 59s unknown data and 1 second of known data the
3498           whole become known data as long as the mrhb was > step. The
3499           intended behaviour was that a step should become unknown as soon
3500           as it contains more than 50% of unknown data. The patch fixes both
3501           the documentation and the code.
3502
3503 2008-05-12 13:22  oetiker
3504
3505         * src/rrd_create.c: the last_ds value fuer unknown is 'U' and not
3506           'UNKN'
3507
3508 2008-05-04 18:59  oetiker
3509
3510         * src/rrd_getopt.c, src/rrd_getopt1.c: fix for sun sudio 11
3511           incompatibility
3512           http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38555
3513
3514 2008-05-01 23:23  oetiker
3515
3516         * bindings/ruby/main.c, src/rrd.h, src/rrd_info.c, src/rrd_tool.c:
3517           indenting fixes
3518
3519 2008-05-01 23:23  oetiker
3520
3521         * src/rrd_graph.c: make sure properties are shown via graph_v even
3522           in --graph-only mode
3523
3524 2008-05-01 06:56  oetiker
3525
3526         * MakeMakefile: Make the MakeMakefile script a bit more robust
3527
3528 2008-04-22 21:40  oetiker
3529
3530         * bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c: fix
3531           for #148
3532
3533 2008-04-20 22:46  oetiker
3534
3535         * CONTRIBUTORS, NEWS, bindings/perl-shared/RRDs.pm,
3536           bindings/perl-shared/RRDs.xs, bindings/ruby/main.c,
3537           doc/rrdgraph.pod, src/rrd.h, src/rrd_graph.c, src/rrd_graph.h,
3538           src/rrd_info.c, src/rrd_tool.c, src/rrd_tool.h: Introduced a
3539           alternated interface to rrd_graph using rrd_info style return
3540           values: rrd_graph_v The graph_v interface returnes additional
3541           information about the graph including the location of the graphing
3542           area within the image. When called with '-' as filename it will
3543           even return the image data. The new interface is supported in the
3544           rrdtool command line, RRDs perl and ruby bindings.
3545
3546 2008-04-17 07:54  oetiker
3547
3548         * trunk/talks/nordic-nagios-08,
3549           trunk/talks/nordic-nagios-08/abstract-rrdtut.txt: added bullets
3550
3551 2008-04-17 05:35  oetiker
3552
3553         * src/rrd_update.c: indent fix
3554
3555 2008-04-17 05:35  oetiker
3556
3557         * src/rrd_tune.c: do not reset the last_ds store unless the data
3558           source type is actually changed.
3559
3560 2008-04-16 15:50  oetiker
3561
3562         * branches/1.2/program/doc/rrdgraph.pod, doc/rrdgraph.pod: fixed 2.
3563           x-grid example ... since the lable is valid for the whole day, it
3564           must be 86400 wide. --tobi
3565
3566 2008-04-12 09:29  oetiker
3567
3568         * MakeMakefile, configure.ac: alter order of header inclusion for
3569           FreeBSD 4.8 compatibility
3570
3571 2008-04-12 09:21  oetiker
3572
3573         * branches/1.2/program/src/parsetime.c, src/parsetime.c: do not mess
3574           with dst status after running localtime, the system gets confused
3575           otherwhise when it comes to times during the switch over periode
3576           as DST changes to non DST. -- tobi
3577
3578 2008-03-25 23:02  oetiker
3579
3580         * src/rrd_dump.c: added missing " escapes to xml header in
3581           rrd_tool.c
3582
3583 2008-03-25 22:59  oetiker
3584
3585         * CONTRIBUTORS: added Florian octo Forster to contrib list
3586
3587 2008-03-25 22:59  oetiker
3588
3589         * doc/rrdgraph_examples.pod: added missing =back for propper pod
3590           syntax
3591
3592 2008-03-25 22:58  oetiker
3593
3594         * src/rrd_dump.c: fix indent
3595
3596 2008-03-25 22:58  oetiker
3597
3598         * src/rrd_restore.c: fix broken header comment section -- Florian
3599           octo Forster
3600
3601 2008-03-25 22:57  oetiker
3602
3603         * src/rrd_graph.c: cast size_t to int to avoid warning -- Florian
3604           octo Forster
3605
3606 2008-03-25 22:56  oetiker
3607
3608         * src/rrd_open.c: do not declare DEBUG functions unless compiled in
3609           DEBUG mode -- Florian octo Forster
3610
3611 2008-03-25 22:55  oetiker
3612
3613         * src/rrd_tool.c: make helptexts read only memory
3614
3615 2008-03-25 22:55  oetiker
3616
3617         * src/rrd_update.c: stop complaints about unused variables if not
3618           running DEBUG
3619
3620 2008-03-25 22:49  oetiker
3621
3622         * MakeMakefile: Added check for intltool version. Use Makefile for
3623           cleanup. -- Florian octo Forster
3624
3625 2008-03-23 13:43  oetiker
3626
3627         * src/rrd_dump.c: added pointer to florian forsters dtd to the rrd
3628           dumpt
3629
3630 2008-03-19 23:36  oetiker
3631
3632         * configure.ac: fix pkgconfig file name
3633
3634 2008-03-15 10:39  oetiker
3635
3636         * ., .indent.pro, 00README, CONTRIBUTORS, COPYING, COPYRIGHT,
3637           MakeMakefile, Makefile.am, NEWS, PROJECTS, README, THREADS, TODO,
3638           WIN32-BUILD-TIPS.txt, acinclude.m4, bindings,
3639           bindings/Makefile.am, bindings/perl-piped,
3640           bindings/perl-piped/MANIFEST, bindings/perl-piped/Makefile.PL,
3641           bindings/perl-piped/README, bindings/perl-piped/RRDp.pm,
3642           bindings/perl-piped/leaktest.pl, bindings/perl-piped/rrdpl.dsp,
3643           bindings/perl-piped/rrdpl.dsw, bindings/perl-piped/t,
3644           bindings/perl-piped/t/base.t, bindings/perl-shared,
3645           bindings/perl-shared/MANIFEST, bindings/perl-shared/Makefile.PL,
3646           bindings/perl-shared/README, bindings/perl-shared/RRDs.pm,
3647           bindings/perl-shared/RRDs.ppd, bindings/perl-shared/RRDs.xs,
3648           bindings/perl-shared/ntmake.pl, bindings/perl-shared/t,
3649           bindings/perl-shared/t/base.t, bindings/python,
3650           bindings/python/ACKNOWLEDGEMENT, bindings/python/AUTHORS,
3651           bindings/python/COPYING, bindings/python/README,
3652           bindings/python/rrd_extra.h, bindings/python/rrdtoolmodule.c,
3653           bindings/python/setup.py, bindings/ruby, bindings/ruby/CHANGES,
3654           bindings/ruby/README, bindings/ruby/extconf.rb,
3655           bindings/ruby/main.c, bindings/ruby/test.rb, bindings/tcl,
3656           bindings/tcl/Makefile.am, bindings/tcl/README,
3657           bindings/tcl/ifOctets.tcl.in, bindings/tcl/tclrrd.c, configure.ac,
3658           debian, debian/README.Debian, debian/build_freetype.sh,
3659           debian/changelog, debian/control, debian/copyright,
3660           debian/librrd0-dev.files, debian/librrd0.files,
3661           debian/librrd0.postinst, debian/librrd0.postrm,
3662           debian/librrd0.shlibs, debian/librrdp-perl.files,
3663           debian/librrds-perl.files, debian/rrdtool-tcl.files,
3664           debian/rrdtool.files, debian/rules, debian/watch, doc,
3665           doc/Makefile.am, doc/bin_dec_hex.pod, doc/cdeftutorial.pod,
3666           doc/name.inc, doc/rpntutorial.pod, doc/rrd-beginners.pod,
3667           doc/rrdbuild.pod, doc/rrdcgi.pod, doc/rrdcreate.pod,
3668           doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdfirst.pod,
3669           doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
3670           doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
3671           doc/rrdgraph_rpn.pod, doc/rrdinfo.pod, doc/rrdlast.pod,
3672           doc/rrdlastupdate.pod, doc/rrdpython.pod, doc/rrdresize.pod,
3673           doc/rrdrestore.pod, doc/rrdruby.pod, doc/rrdthreads.pod,
3674           doc/rrdtool-dump.dtd, doc/rrdtool-xport.dtd, doc/rrdtool.pod,
3675           doc/rrdtune.pod, doc/rrdtutorial.es.pod, doc/rrdtutorial.pod,
3676           doc/rrdupdate.pod, doc/rrdxport.pod, examples,
3677           examples/4charts.pl.in, examples/Makefile.am,
3678           examples/bigtops.pl.in, examples/cgi-demo.cgi.in,
3679           examples/minmax.pl.in, examples/perftest.pl.in,
3680           examples/piped-demo.pl.in, examples/shared-demo.pl.in,
3681           examples/stripes.pl.in, favicon.ico, netware, netware/Makefile,
3682           po, po/ChangeLog, po/LINGUAS, po/POTFILES.in, po/de.po,
3683           rrdtool-1.2-release, rrdtool-1.3-release, rrdtool.spec, src,
3684           src/Makefile.am, src/compile_afm.pl, src/fnv.h, src/get_ver.awk,
3685           src/hash_32.c, src/parsetime.c, src/parsetime.h, src/pngsize.c,
3686           src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3687           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3688           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3689           src/rrd_getopt.c, src/rrd_getopt.h, src/rrd_getopt1.c,
3690           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h,
3691           src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
3692           src/rrd_hw_math.c, src/rrd_hw_math.h, src/rrd_hw_update.c,
3693           src/rrd_hw_update.h, src/rrd_i18n.h, src/rrd_info.c,
3694           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
3695           src/rrd_nan_inf.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3696           src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3697           src/rrd_rpncalc.h, src/rrd_thread_safe.c,
3698           src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3699           src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
3700           src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c, src/strftime.c,
3701           src/strftime.h, src/unused.h, src/win32comp.c, svn2cl.xsl, win32,
3702           win32/Makefile, win32/config.h, win32/rrd.dsp, win32/rrd.vcproj,
3703           win32/rrd_config.h.msvc, win32/rrdtool.dsp, win32/rrdtool.dsw,
3704           win32/rrdtool.vcproj: reindent aded id keyword substitution
3705
3706 2008-03-15 10:32  oetiker
3707
3708         * src/rrd_rpncalc.c: reat nan as FALSE in an IF CDEF
3709
3710 2008-03-07 08:57  oetiker
3711
3712         * doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: a
3713           nan-safe add operator (ADDNAN) into rrd. I used it to add several
3714           incomplete graphs. NaN + NaN => NaN x + NaN => x NaN + y => y x +
3715           y => x + y -- Timo Stripf tstripf gmx.de
3716
3717 2008-03-02 15:38  oetiker
3718
3719         * src/rrd_graph.c: Fix error "cairo_restore without matching
3720           cairo_save" when zero-time point is out of graph
3721
3722 2008-02-25 07:11  oetiker
3723
3724         * branches/1.2/program/src/rrd_fetch.c, src/rrd_fetch.c: Ignore
3725           RRA-end when comparing. coverage.
3726
3727 2008-02-24 14:27  oetiker
3728
3729         * src/rrd_create.c, src/rrd_graph_helper.c, src/rrd_i18n.h,
3730           src/rrd_info.c, src/rrd_restore.c, src/rrd_tool.c: fix indents
3731           gone out of kileter by patching ...
3732
3733 2008-02-24 14:26  oetiker
3734
3735         * src/rrd_dump.c, src/rrd_tool.c: get rid of a few type cast
3736           warnings
3737
3738 2008-02-24 14:26  oetiker
3739
3740         * src/rrd_restore.c: fix one segfault while trying to restore an
3741           invalid xml file. -- tobi
3742
3743 2008-02-21 07:20  oetiker
3744
3745         * configure.ac: make ruby obey destdir
3746
3747 2008-02-21 07:18  oetiker
3748
3749         * po/ChangeLog: initial
3750
3751 2008-02-21 07:12  oetiker
3752
3753         * MakeMakefile, configure.ac, po/LINGUAS, po/de.po, src/rrd_tool.c:
3754           make inbternationalized version actually build
3755
3756 2008-02-21 06:59  oetiker
3757
3758         * po, po/LINGUAS, po/POTFILES.in, src/rrd_i18n.h: added missing bits
3759           from internationalization
3760
3761 2008-02-19 12:56  oetiker
3762
3763         * branches/1.2/program/src/rrd_create.c,
3764           branches/1.2/program/src/rrd_info.c,
3765           branches/1.2/program/src/rrd_restore.c, src/rrd_create.c,
3766           src/rrd_info.c, src/rrd_restore.c: Generate a random cur_row for
3767           each RRA during create/restore operations. This effectively
3768           randomizes the block crossings among RRDs created around the same
3769           time. Previously, RRDs that were created/restored en masse would
3770           cross block boundaries simultaneously, which is sub-optimal. Also,
3771           this patch enables the user to see the RRA's cur_row pointer via
3772           rrdinfo. This was useful during debugging. -- kevin brintnall
3773           kbrint qwest.net
3774
3775 2008-02-18 15:04  oetiker
3776
3777         * MakeMakefile, Makefile.am, configure.ac, rrdtool.spec,
3778           src/Makefile.am, src/rrd_getopt.c, src/rrd_tool.c: Added I18N
3779           support for messages printed by rrd_tool.c --
3780           http://oss.oetiker.ch/rrdtool-trac/ticket/144
3781
3782 2008-02-15 08:49  oetiker
3783
3784         * configure.ac: check for pdf as well
3785
3786 2008-02-15 08:44  oetiker
3787
3788         * configure.ac: check for cairo-ps and cairo-svg explicitly
3789
3790 2008-02-06 00:12  oetiker
3791
3792         * configure.ac: ready for beta 4
3793
3794 2008-02-06 00:10  oetiker
3795
3796         * src/rrd_graph.c, src/rrd_graph_helper.c: * replaced strtok with
3797           strtok_r for thread safety * fixed im initialization broken after
3798           the introduction of dashes ...
3799
3800 2008-02-04 22:34  oetiker
3801
3802         * src/rrd_create.c: in rrd_create we do not use mmaping and thus
3803           need to free rrd struct members in any case ...
3804
3805 2008-02-04 22:16  oetiker
3806
3807         * src/rrd_update.c: this should help with the memory leak
3808
3809 2008-02-04 18:18  oetiker
3810
3811         * COPYRIGHT: added zpl 2.1 to floss exception
3812
3813 2008-02-01 06:52  oetiker
3814
3815         * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fixed
3816           parsing of fontnames with embeded spaces
3817
3818 2008-01-14 17:11  oetiker
3819
3820         * configure.ac: remove c++ warnings flag .. this is not c++ after
3821           all
3822
3823 2008-01-14 16:52  oetiker
3824
3825         * src/rrd_cgi.c, src/rrd_create.c: fixed indenting
3826
3827 2008-01-14 16:51  oetiker
3828
3829         * src/rrd_gfx.c: fix indents
3830
3831 2008-01-14 16:50  oetiker
3832
3833         * bindings/tcl/tclrrd.c, configure.ac, src/parsetime.c,
3834           src/rrd_cgi.c, src/rrd_create.c, src/rrd_nan_inf.c: * fixed
3835           madvise/fadvise detection * fixed many compiler warnings -- Peter
3836           Breitenlohner peb mppmu.mpg.de
3837
3838 2008-01-13 11:07  oetiker
3839
3840         * trunk/tutorial/htwchur/about-oss.odp,
3841           trunk/tutorial/htwchur/m7am.odp,
3842           trunk/tutorial/htwchur/rrd-exercises.tex: initial
3843
3844 2008-01-12 18:37  oetiker
3845
3846         * src/rrd_graph.c: weekday and time are too tight
3847
3848 2008-01-04 22:53  oetiker
3849
3850         * src/rrd_gfx.c, src/rrd_graph.c: fontmap resolution was not
3851           matching scaled_font resolution ... this killed layouting ... much
3852           better now
3853
3854 2008-01-03 21:30  oetiker
3855
3856         * doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
3857           src/rrd_graph_helper.c: get rid of DASHED, only use dashes syntax.
3858           less redundancy -- thomas.gutzler gmail.com
3859
3860 2008-01-02 22:11  oetiker
3861
3862         * CONTRIBUTORS, NEWS, doc/rrdgraph_examples.pod,
3863           doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph.h,
3864           src/rrd_graph_helper.c: support for dashed lines in graphs
3865
3866 2008-01-02 22:06  oetiker
3867
3868         * src/pngsize.c, src/rrd_graph.c: fix indenting
3869
3870 2008-01-02 22:06  oetiker
3871
3872         * doc/Makefile.am: ignore errors with txt doc building
3873
3874 2007-12-11 23:41  oetiker
3875
3876         * Makefile.am, doc/rrdbuild.pod: building the docs depends on the
3877           presence of pod2man ... which does not seem to be installed
3878           necessarily
3879
3880 2007-12-08 22:15  oetiker
3881
3882         * doc/rrdbuild.pod: added shared library locations into the docs
3883
3884 2007-12-08 21:35  oetiker
3885
3886         * src/rrd_cgi.c: include stdlib since putenv is in there on solaris
3887
3888 2007-12-08 16:57  oetiker
3889
3890         * configure.ac, doc/rrdbuild.pod, src/rrd_getopt.c: fixing solaris
3891           portability * isinf and isnan definitions fixed * check if rt must
3892           be linked * ordering must be read write in getopt * updated build
3893           instructions
3894
3895 2007-12-02 17:11  oetiker
3896
3897         * trunk/tutorial/htwchur/abstract-rrdtut.txt: fixed spelling
3898
3899 2007-12-02 16:59  oetiker
3900
3901         * trunk/tutorial/htwchur,
3902           trunk/tutorial/htwchur/abstract-rrdtut.txt,
3903           trunk/tutorial/htwchur/m7am.odp: initial text
3904
3905 2007-11-26 20:12  oetiker
3906
3907         * bindings/python/setup.py: fix libdir for python build
3908
3909 2007-11-21 10:51  oetiker
3910
3911         * configure.ac: fixed NetBSD spelling
3912
3913 2007-11-21 06:56  oetiker
3914
3915         * configure.ac: define bsd source to get access to chroot
3916
3917 2007-11-21 06:47  oetiker
3918
3919         * bindings/perl-shared/Makefile.PL, configure.ac: make perlbuild
3920           more portable
3921
3922 2007-11-21 05:54  oetiker
3923
3924         * trunk/talks/rrdtooltipsandtricks,
3925           trunk/talks/rrdtooltipsandtricks/abstract.odt,
3926           trunk/talks/rrdtooltipsandtricks/bio.txt,
3927           trunk/talks/rrdtooltipsandtricks/rrdtipsandtricks.odp: initial
3928           checkin
3929
3930 2007-11-20 22:22  oetiker
3931
3932         * configure.ac: enable madvise defines in netbsd
3933
3934 2007-11-20 00:17  oetiker
3935
3936         * trunk/status/2007-11-19.txt: added 1.2.26
3937
3938 2007-11-20 00:08  oetiker
3939
3940         * src/rrd_format.h, src/rrd_graph.c, src/rrd_nan_inf.c: remove last
3941           traces of rrd_nan_inf.h fix handling of min==max where min < 0
3942
3943 2007-11-19 19:05  oetiker
3944
3945         * trunk/status/2007-11-19.txt: spell checked
3946
3947 2007-11-19 19:02  oetiker
3948
3949         * trunk/status/2007-11-19.txt: added report
3950
3951 2007-11-15 14:39  oetiker
3952
3953         * bindings/ruby/main.c, src/rrd.h, src/rrd_create.c, src/rrd_dump.c,
3954           src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c,
3955           src/rrd_open.c, src/rrd_restore.c, src/rrd_tune.c,
3956           src/rrd_update.c, src/rrd_xport.c: re-indented files that have
3957           gone out of indent-style over the last few weeks
3958
3959 2007-11-15 14:36  oetiker
3960
3961         * src/Makefile.am, src/rrd.h, src/rrd_nan_inf.h: integrate
3962           rrd_nan_inf header
3963
3964 2007-11-15 14:35  oetiker
3965
3966         * src/rrd_open.c: Improve layout of documentation. -- Bernhard
3967           Fischer
3968
3969 2007-11-15 14:34  oetiker
3970
3971         * src/rrd_update.c: * rrd_update(): Unify error path. *
3972           parse_template(): Likewise. * allocate_data_structures(): Make
3973           error strings use consistent punctuation. -- bernhard fischer
3974
3975 2007-11-15 14:32  oetiker
3976
3977         * src/pngsize.c: make sure this compiles with aix
3978
3979 2007-11-13 01:45  oetiker
3980
3981         * trunk/tutorial/lisa2007/m7am.odp: lisa update
3982
3983 2007-11-08 10:16  oetiker
3984
3985         * NEWS, bindings/ruby/main.c, doc/rrdruby.pod: fixed start end time
3986           in ruby fetch and added step size -- Mike Perham mperham gmail
3987
3988 2007-11-06 21:27  oetiker
3989
3990         * doc/rrdbuild.pod: updated build instructions
3991
3992 2007-11-04 21:56  oetiker
3993
3994         * bindings/perl-piped/RRDp.pm: handle errors properly ... in RRDp
3995           read call
3996
3997 2007-10-08 14:36  oetiker
3998
3999         * trunk/tutorial/lisa2007/m7am.odp,
4000           trunk/tutorial/lisa2007/rrdtutorial.odp: fixed name for release
4001
4002 2007-10-08 14:36  oetiker
4003
4004         * trunk/tutorial/lisa2007/abstract-rrdtut.txt,
4005           trunk/tutorial/lisa2007/rrdtutorial.odp: getting ready for release
4006
4007 2007-09-16 15:35  oetiker
4008
4009         * src/rrd_open.c: no reason to die when posixfadvise is not
4010           sucessful
4011
4012 2007-09-11 06:28  oetiker
4013
4014         * doc/rrdcreate.pod, doc/rrdtune.pod, src/rrd_create.c,
4015           src/rrd_dump.c, src/rrd_format.h, src/rrd_hw.c, src/rrd_info.c,
4016           src/rrd_restore.c, src/rrd_tune.c: Allow to the the smoothing
4017           window size other thatn the default 5%. -- Evan Miller emiller
4018           imvu.com
4019
4020 2007-09-11 06:16  oetiker
4021
4022         * configure.ac, src/rrd_open.c: added msync before unmap
4023
4024 2007-09-08 05:23  oetiker
4025
4026         * CONTRIBUTORS, doc/rrdgraph_rpn.pod, src/rrd_graph.c,
4027           src/rrd_graph.h: added STDEV aggregation function for VDEF. --
4028           Patrick J Cherry patrick bytemark.co.uk
4029
4030 2007-09-07 22:53  oetiker
4031
4032         * Makefile.am, examples/Makefile.am, examples/perftest.pl.in: a few
4033           leanups -- Bernhard Fischer
4034
4035 2007-09-06 09:06  oetiker
4036
4037         * src/rrd_open.c: added missing ;
4038
4039 2007-09-06 08:42  oetiker
4040
4041         * src/rrd_open.c: * mimic write() and read() even better -- Bernhard
4042           Fischer
4043
4044 2007-09-06 08:40  oetiker
4045
4046         * src/rrd_open.c: rrd_open.c (rrd_read): Mimicing read() behaviour
4047           for EOF case and NULL buffer case. -- Bernhard Fischer
4048
4049 2007-09-02 16:55  oetiker
4050
4051         * doc/rrdgraph_graph.pod: fixed speling of horizon
4052
4053 2007-08-29 06:43  oetiker
4054
4055         * examples/perftest.pl.in: a better performance tester
4056
4057 2007-08-16 07:31  oetiker
4058
4059         * doc/rrdgraph_examples.pod: added holt winters example back into
4060           the examples documentation
4061
4062 2007-08-14 21:59  oetiker
4063
4064         * src/rrd_update.c: Fix for HoltWinters phase-shift bug described
4065           below. When one or more primary data point times were missed, the
4066           SEASONAL and DEVSEASONAL archives were marked as being up-to-date,
4067           so that they would not be written to. It was correct not to write
4068           to these archives, but the code failed to advance the pointers
4069           within the SEASONAL and DEVSEASONAL archives so that future
4070           updates would go to the correct location in the archives. Rather
4071           than mark these archives as up-to-date (by setting
4072           rra_step_cnt[rra_idx] = 0), my patch allocates a new "skip_update"
4073           array that is set to 1 for SEASONAL and DEVSEASONAL archives that
4074           have missed one or more primary data points. When an RRA is
4075           written to, the cur_row pointer advancement happens for all
4076           archives, but the skip_update array is checked just before
4077           actually writing out the changes. Please give it a whirl! -- Evan
4078           Miller emiller imvu.com
4079
4080 2007-08-13 20:06  oetiker
4081
4082         * src/rrd_update.c: Refactored rrd_update code in preparation of
4083           finding the HW update problem -- Evan Miller
4084
4085 2007-08-07 15:02  oetiker
4086
4087         * doc/rrdbuild.pod: updated build instructions for 1.3
4088
4089 2007-08-03 23:46  oetiker
4090
4091         * trunk/talks/rrdtool13/rrdtool13.odp: initial talk
4092
4093 2007-08-03 21:27  oetiker
4094
4095         * trunk/talks/rrdtool13/rrdtool13.odp: addded details
4096
4097 2007-08-03 19:46  oetiker
4098
4099         * svn2cl.xsl: prepare for the release of rrdtool-1.2.99907080300
4100
4101 2007-08-03 19:45  oetiker
4102
4103         * libraries, src/DejaVuSansMono-Roman.ttf, src/VeraMono.ttf: remove
4104           some things we do not need anymore in 1.3
4105
4106 2007-08-03 19:43  oetiker
4107
4108         * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
4109           doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h,
4110           src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
4111           src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
4112           src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
4113           src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
4114           src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
4115           src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
4116           src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
4117           src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
4118           src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
4119           src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
4120           src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
4121           src/rrdupdate.c: prepare for the release of
4122           rrdtool-1.2.99907080300
4123
4124 2007-08-03 19:43  oetiker
4125
4126         * configure.ac, rrdtool-1.3-release: prepare for 1.3 beta 1
4127
4128 2007-08-03 19:26  oetiker
4129
4130         * src/Makefile.am: continue with the revision numbering
4131
4132 2007-08-03 19:17  oetiker
4133
4134         * doc/rrdgraph_graph.pod: added notes on pango inline formatting
4135
4136 2007-08-02 18:21  oetiker
4137
4138         * trunk/talks/rrdtool13, trunk/talks/rrdtool13/rrdtool13.odp,
4139           trunk/talks/rrdtoolfast/monitoring-en.ppt,
4140           trunk/talks/rrdtoolfast/onlineusv-de.ppt: talk updates
4141
4142 2007-08-01 15:29  oetiker
4143
4144         * src/rrd_graph.c: only release cairo stuff if we ever initialized
4145           it.
4146
4147 2007-08-01 15:28  oetiker
4148
4149         * src/rrd_xport.c: fix for 64bit portability problem ... unsigned
4150           long is not int
4151
4152 2007-07-31 04:53  oetiker
4153
4154         * bindings/ruby/main.c: reindented
4155
4156 2007-07-30 22:29  oetiker
4157
4158         * trunk/tutorial/lisa2007/abstract-rrdtut.txt: added toppics
4159
4160 2007-07-25 20:38  oetiker
4161
4162         * src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c,
4163           src/rrd_format.h, src/rrd_graph.c, src/rrd_graph_helper.c,
4164           src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c,
4165           src/rrd_tool.h, src/rrd_tune.c: fixed indenting
4166
4167 2007-07-25 20:38  oetiker
4168
4169         * src/rrd_update.c: make sure we check input even when the previous
4170           update was a 'U' ... and some indenting fixes
4171
4172 2007-07-24 20:35  oetiker
4173
4174         * trunk/contrib/php4/rrdtool_logo.h: added missing header
4175
4176 2007-07-22 15:51  oetiker
4177
4178         * src/rrd_format.h: new consolidation functions must be added last
4179           or this will break binary compatibility
4180
4181 2007-07-22 15:50  oetiker
4182
4183         * src/rrd_update.c: don't force data out ... let cache management do
4184           this
4185
4186 2007-07-22 09:47  oetiker
4187
4188         * NEWS, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h,
4189           src/rrd_restore.c: Only create version 4 rrd files if the new
4190           holtwinters MHW.. CF is used.
4191
4192 2007-07-21 19:55  oetiker
4193
4194         * src/rrd_open.c: * remove some experimental code from rrd_open *
4195           rrd_dontneed will release all data except for header blocks and
4196           RRA hot blocks which are going to be updated withing 10 minutes.
4197
4198 2007-07-21 19:53  oetiker
4199
4200         * src/rrd_fetch.c: for now, do not release fetched data ... in the
4201           future we may call rrd_dontneed and let the users decied with an
4202           option if they want to keep the data in cache ...
4203
4204 2007-07-21 19:52  oetiker
4205
4206         * src/Makefile.am: the fonts are now taken from the system. we do
4207           not distribute them anympore
4208
4209 2007-07-21 19:37  oetiker
4210
4211         * NEWS: not on update rrd version
4212
4213 2007-07-20 22:20  oetiker
4214
4215         * src/rrd_format.h: we have a new holtwinders aggregation fucntion,
4216           so we have a new version ...
4217
4218 2007-07-20 22:19  oetiker
4219
4220         * configure.ac: check for fadvise all the time
4221
4222 2007-07-20 22:16  oetiker
4223
4224         * doc/rrdcreate.pod: better docs on the aggregate functions
4225
4226 2007-07-18 22:02  oetiker
4227
4228         * NEWS: added note on locale
4229
4230 2007-07-18 21:59  oetiker
4231
4232         * src/rrd_graph_helper.c: some more piechart removed
4233
4234 2007-07-18 21:47  oetiker
4235
4236         * src/rrd_create.c, src/rrd_graph.c, src/rrd_rpncalc.c,
4237           src/rrd_tune.c, src/rrd_update.c: make sure all ascii to float
4238           parsing uses LC_NUMERIC = C so that we do not stuble on locales
4239           confusing the , with a .
4240
4241 2007-07-18 00:30  oetiker
4242
4243         * src/rrd_create.c, src/rrd_open.c, src/rrd_tool.h,
4244           src/rrd_update.c: * rrd_open: rrd_close does not purge file from
4245           cache * rrd_open: new function rrd_dontneed for purging un-needed
4246           pages from core * rrd_open: in linux at least only fadivse
4247           DONTNEED has the power to purge pages from cache, so letst call
4248           madvise as well as fadvise * rrd_create: uses open/write/close
4249           now, flushes file to disk and keeps only hot pages in core *
4250           rrd_update: keeps only hot pages in core * configure enables
4251           FADVISE even when mmap is in use
4252
4253 2007-07-17 21:46  oetiker
4254
4255         * src/rrd_open.c, src/rrd_resize.c: added comment on float cookie
4256
4257 2007-07-16 06:37  oetiker
4258
4259         * bindings/ruby/main.c: fix for fetch in ruby bindings and support
4260           for info added.
4261
4262 2007-07-14 13:26  oetiker
4263
4264         * trunk/status/2007-07-14.txt: added report
4265
4266 2007-07-12 20:33  oetiker
4267
4268         * doc/rrdtutorial.pod: improve wording
4269
4270 2007-07-12 20:33  oetiker
4271
4272         * configure.ac: fix tcl build settup
4273
4274 2007-07-12 20:33  oetiker
4275
4276         * trunk/tutorial/emanics/rrd-exercises.tex,
4277           trunk/tutorial/emanics/rrdtutorial.odp,
4278           trunk/tutorial/linuxforum2007/rrdtutorial.odp: monor updates
4279
4280 2007-07-11 23:08  oetiker
4281
4282         * src/rrd_create.c: usr rrd_free for freeing the rrd structs ...
4283           vito caputo
4284
4285 2007-07-10 05:31  oetiker
4286
4287         * trunk/tutorial/emanics/rrd-exercises.tex: fixed linebreak
4288
4289 2007-07-09 20:18  oetiker
4290
4291         * trunk/tutorial/emanics/rrd-exercises.tex: remove the 3.5h comment
4292
4293 2007-07-06 14:05  oetiker
4294
4295         * trunk/tutorial/emanics, trunk/tutorial/emanics/rrd-exercises.tex,
4296           trunk/tutorial/emanics/rrdtutorial.odp: initial emanics versions
4297
4298 2007-07-05 15:19  oetiker
4299
4300         * src/rrd_graph_helper.c: prevent potential segfaults on boxes where
4301           time_t is not long
4302
4303 2007-06-24 11:42  oetiker
4304
4305         * trunk/tutorial/lisa2007/abstract-rrdtut.txt: add halfday
4306
4307 2007-06-24 11:41  oetiker
4308
4309         * trunk/tutorial/lisa2007/abstract-rrdtut.txt: fritz fix
4310
4311 2007-06-19 06:26  oetiker
4312
4313         * trunk/tutorial/lisa2007: updated for lisa
4314
4315 2007-06-18 18:25  oetiker
4316
4317         * src/rrd_cgi.c, src/rrd_graph.c, src/rrd_tune.c, src/rrd_xport.c:
4318           fix indentation
4319
4320 2007-06-18 16:05  oetiker
4321
4322         * configure.ac, src/parsetime.c, src/rrd_cgi.c, src/rrd_create.c,
4323           src/rrd_fetch.c, src/rrd_first.c, src/rrd_getopt.c,
4324           src/rrd_getopt1.c, src/rrd_graph.c, src/rrd_open.c,
4325           src/rrd_restore.c, src/rrd_thread_safe.c, src/rrd_tune.c,
4326           src/rrd_update.c, src/rrd_xport.c: Bernhard Fischer: - move
4327           several static struct option out of loops and makes them
4328           non-static - moves some functions from old-style definitions into
4329           new-style definitions
4330
4331 2007-06-16 23:20  oetiker
4332
4333         * CONTRIBUTORS: Bernhard is not Benrard
4334
4335 2007-06-16 05:32  oetiker
4336
4337         * trunk/contrib/php4/config.m4, trunk/contrib/php4/configure,
4338           trunk/contrib/php4/ltconfig, trunk/contrib/php4/php_rrdtool.h,
4339           trunk/contrib/php4/rrdtool.c: lets have just a single rrdtool
4340           extension annd not two ... -- Jarod Wilson <jwilson@redhat.com>
4341
4342 2007-06-15 21:49  oetiker
4343
4344         * NEWS: notes on evans contribs
4345
4346 2007-06-15 21:41  oetiker
4347
4348         * rrdtool.spec: rrdtool.spec from Jarod "redhat" Wilson
4349
4350 2007-06-15 08:09  oetiker
4351
4352         * CONTRIBUTORS: updated contributors
4353
4354 2007-06-15 08:01  oetiker
4355
4356         * NEWS: added note on TEXTALIGN
4357
4358 2007-06-15 07:59  oetiker
4359
4360         * doc/rrdcreate.pod, doc/rrdtune.pod, src/Makefile.am,
4361           src/rrd_create.c, src/rrd_dump.c, src/rrd_format.c,
4362           src/rrd_format.h, src/rrd_graph.c, src/rrd_hw.c,
4363           src/rrd_hw_math.c, src/rrd_hw_math.h, src/rrd_hw_update.c,
4364           src/rrd_hw_update.h, src/rrd_info.c, src/rrd_restore.c,
4365           src/rrd_tune.c, src/rrd_update.c: There are two popular variants
4366           of the Holt-Winters forecasting method; RRDtool supports the
4367           "additive" method, which means that seasonal variation is simply
4368           added to the baseline. For our application, it would be more
4369           appropriate to use the "multiplicative" Holt-Winters method, where
4370           seasonal variation is a coefficient multiplied by the baseline.
4371           Quick example to illustrate the difference: if the average doubles
4372           season-over-season, the additive method would predict the delta
4373           between min and max to be constant, whereas the multiplicative
4374           method would predict the delta to double as well. Attached is a
4375           patch against trunk to support the multiplicative method. I've
4376           done this with a new consolidation function, MHWPREDICT, which is
4377           essentially interchangeable with HWPREDICT. There is a noticeable