This patch reduces the number of time()/gettimeofday() system calls when
[rrdtool.git] / src /
2008-10-13 oetikerThis patch reduces the number of time()/gettimeofday...
2008-10-13 oetikerfixed bad folding marker (on handle_request_flush)
2008-10-11 oetikerthis ensures that the response is protocol-compliant...
2008-10-11 oetikerThis patch introduces a feature whereby rrdcached will...
2008-10-08 oetikerfix crash reported by Bernard Li - connection_thread_ma...
2008-10-07 oetikerThis patch introduces two new commands for cache manage...
2008-10-07 oetikerThis patch moves the permission handling code around...
2008-10-07 oetikerThis patch introduces some extra safety checks in journ...
2008-10-07 oetikeraniel Pocock reported that the argument may be NULL...
2008-10-06 oetikerThis patch introduces "BATCH" mode.
2008-10-06 oetikerThis patch introduces buffered I/O to rrdcached. Now...
2008-10-04 oetikerinitial librrd file added ... this will need more love...
2008-10-04 oetiker* rrd_resize fixed so that it does NOT alter the origin...
2008-10-03 oetikerThe patch fixs rrdtools behaviour when presented with...
2008-10-02 oetikerfolding fix
2008-10-01 oetikersince rrdcached uses pthread functions, use the threads...
2008-10-01 oetikerFixes for the following compiler warnings:
2008-10-01 oetikerNow, moving a value to the head of the queue is O(1...
2008-10-01 oetikerlcd is actually gcd!
2008-09-30 oetikerWhen -B is specified, the daemon will only operate...
2008-09-30 oetiker check permissions before writing to journal -- kevin
2008-09-30 oetikerThe daemon should behave the same way w/r/t files wheth...
2008-09-29 oetikerThis bug caused the last line in each journal file...
2008-09-29 oetikerThis patch introduces the concept of socket privilege...
2008-09-29 oetikerThis patch provides better error messages to the client...
2008-09-28 oetikerThis patch removes an extra "SIGNALS" section in the...
2008-09-28 oetikera few missing {{{ folding }}} markers added
2008-09-28 oetikerThis patch introduces "fast shutdown" mode and two...
2008-09-28 oetikerMoved signal handler setup out of daemonize(). Coalesc...
2008-09-28 oetikeradded support for FLUSHALL command -- kevin brintnall
2008-09-28 oetikermove cache broadcast into enqueue_cache_item -- kevin...
2008-09-28 oetikerWhen -z <jitter> is specified, some updates may be...
2008-09-28 oetikerThe PID file is created with open() in the parent proce...
2008-09-28 oetiker rrd.h, librrd.sym: Define and export rrd_info_r()...
2008-09-28 oetikervdef calc was using end_orig to determine for which...
2008-09-27 oetikerrrdxport was completely broken for exporting datasource...
2008-09-26 oetikercreate the pid file before forking, so we can complain...
2008-09-26 oetikerThis patch ensures that the "FLUSH" command will write...
2008-09-25 oetikerUse the same IPv6/IPv4 as for the client as Florian...
2008-09-25 oetikerThis fixes a couple problems when exiting due to signal:
2008-09-25 oetikerset SO_REUSEADDR on the listen socket -- kevin brintnall
2008-09-25 oetikerSupport for IPv6 has been broken with revision 1522...
2008-09-25 oetikerThis adds support for <address>:<port> in the rrd clien...
2008-09-24 oetikerAllow ports to be specified with -l addr:port also...
2008-09-18 oetikerFix for debian bug 498183 ... never *advise after the...
2008-09-14 oetikerfix RRDCacheD documentation -- Florian Forster
2008-09-14 oetikerThe previous code was broken: The response was read...
2008-09-14 oetikerdid not pick up all the changes for rrdcached in the...
2008-09-14 oetikerRRDcached patch. This implements an infrastructure...
2008-09-13 oetikerregarding #183:
2008-09-11 oetikerfixed processing of custom fonts René GARCIA <rene...
2008-09-11 oetikerno , on the last member in C
2008-09-07 oetikerThe attached patch eliminates the many places where...
2008-09-06 oetikerprepare for the release of rrdtool-1.3.2
2008-09-06 oetikerwe need rrd_format.h here for things to compile properly
2008-09-06 oetikeronly link build and use rrd_getopt if there is no getop...
2008-09-06 oetikerfix for multi update - data corruption bug as reported...
2008-09-06 oetikerinline functions are not supported in c99 ... lets...
2008-09-04 oetikerintroduced a persistant fontmap ... this makes our...
2008-08-31 oetikernow the results actually look as they did with the...
2008-08-31 oetikerImprove performance by keeping multiple pango font...
2008-08-31 oetikertrying to improve the pango performance I added facilit...
2008-08-28 oetikerfix handling of error conditions in rrd_tool.c ......
2008-08-28 oetikerfree the linebuffer if you don't return it!
2008-08-27 oetikersome more leak plugging
2008-08-27 oetikerdrop the dummy surface prior to creating the real one
2008-08-27 oetikeradded some freeing for error conditions
2008-08-27 oetikerfixed indentation ... gnu indent results are not realy...
2008-08-27 oetikerMany rrd_create memory leaks patched ... based on valgr...
2008-08-27 oetikerfix indentation
2008-08-16 oetikerWhen in lazy mode, and the graph does not get regenerat...
2008-08-12 oetikermake sure imageinfo only reports the filename and not...
2008-08-04 oetikerThe attached patch converts the given string to UTF...
2008-07-29 oetikerfixed some c++ style lines -- David Masterson
2008-07-23 oetikerforward ported patch for rra cur_row randomization...
2008-07-23 oetikerprepare for the release of rrdtool-1.3.1
2008-07-23 oetikeradded support for restoring rrdtool 1.0.x files .....
2008-07-22 oetikerFix for #167 - rrdcreate is arguably missing a check...
2008-06-29 oetikeradded rrd filename to illegal update message -- he...
2008-06-29 oetikermake sure image-with and image-height get returned...
2008-06-10 oetikerprepare for the release of rrdtool-1.3.0
2008-06-10 oetikerdocument the 'internal' functions in rrd.h but mark...
2008-06-10 oetikerflip check for row_count with setting for better code...
2008-06-10 oetikercheck row count in RRAs to be > 0 ... by Sebastian...
2008-06-10 oetikerfor windows we must open files in O_BINARY mode
2008-06-09 oetikerdo NOT export lowlevel functions, since I have no inten...
2008-06-09 oetikeradd all lowlevel file access functions from the rrd_ope...
2008-06-09 oetikerfixed indenting
2008-06-08 oetikerexport some more symbols from librrd
2008-06-08 oetikerdrop special case windows font code ... it makes no...
2008-06-08 oetikerprepare for the release of rrdtool-1.3rc9
2008-06-08 oetikerfixed pango markup switch ... we still want the text...
2008-06-08 oetikerrrd_freemem has to be exported as well ...
2008-06-08 oetikerfix for ticket #121 jmpbuf on aix is a problem it seems...
2008-06-08 oetikerprepare for the release of rrdtool-1.3rc8
2008-06-08 oetikerprepare for the release of rrdtool-1.3rc8
2008-06-08 oetikerFrom: Sebastian Harl sh tokkee.org
2008-06-07 oetikerdon't bother with don't need when there is neither...
2008-06-06 oetikerfix for --font bug (font names wer not being picked...
2008-06-05 oetikerfixed indenting
next