]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/shortlog
thirdparty/rrdtool-1.x.git
2008-10-20  Tobias Oetiker- Lua module build and install process rewritten using...
2008-10-18  Tobias Oetikerrrd_open should not create files with restrictive masks
2008-10-18  Tobias Oetiker- encapsulate fd and mmap related variables within...
2008-10-17  Tobias Oetikerrrdc_flush_if_daemon should not clobber error message...
2008-10-17  Tobias Oetikeruse double for legend positioning to fight wiggle
2008-10-16  Tobias Oetikerfix version numbers in compile instructions
2008-10-16  Tobias OetikerIn almost all cases where rrdc_flush can fail, it will...
2008-10-16  Tobias Oetiker- rrd_open() calculates file size for new files and...
2008-10-16  Tobias Oetikermove rrd_lock into rrd_open where the general rrd_file...
2008-10-16  Tobias Oetikererror reporting caused crash in journal replay
2008-10-16  Tobias Oetikerbetter build docs
2008-10-15  Tobias Oetikerreverted r1601 and r1606 since r1601 introduced a non...
2008-10-14  Tobias OetikerThis moves selection of the initial RRA row into the...
2008-10-14  Tobias OetikerUnder most circumstances, rrdcached can detect a stale...
2008-10-14  Tobias Oetiker * this preserves principle of least surprise when...
2008-10-14  Tobias OetikerNow, the daemon will check that a base directory is...
2008-10-14  Tobias Oetikerrrdcached treats relative and absolute paths the same...
2008-10-14  Tobias OetikerSome observations I made while implementing this:
2008-10-14  Tobias Oetikerclearer way of advancing the flush time
2008-10-13  Tobias OetikerThis patch reduces the number of time()/gettimeofday...
2008-10-13  Tobias Oetikerfixed bad folding marker (on handle_request_flush)
2008-10-11  Tobias Oetikerthis ensures that the response is protocol-compliant...
2008-10-11  Tobias OetikerThis patch introduces a feature whereby rrdcached will...
2008-10-10  Tobias OetikerThis patch ensures that when rrdcached is stopped,...
2008-10-10  Tobias OetikerThe patch I submitted for rrdtool.spec introduced a...
2008-10-10  Tobias OetikerThis patch does two things:
2008-10-08  Tobias OetikerSplit-out rrd-cached subpackage -- Bernard Li
2008-10-08  Tobias OetikerThis patch updates the spec file and includes the librr...
2008-10-08  Tobias Oetikerfix crash reported by Bernard Li - connection_thread_ma...
2008-10-08  Tobias Oetikerfixed typo
2008-10-07  Tobias OetikerThis patch introduces two new commands for cache manage...
2008-10-07  Tobias OetikerThis patch moves the permission handling code around...
2008-10-07  Tobias OetikerThis patch introduces some extra safety checks in journ...
2008-10-07  Tobias Oetikeraniel Pocock reported that the argument may be NULL...
2008-10-06  Tobias OetikerMakefile.lua is now generated
2008-10-06  Tobias Oetikeradded missing file from lua 5.0 integration patch
2008-10-06  Tobias OetikerThis patch introduces "BATCH" mode.
2008-10-06  Tobias OetikerThis patch introduces buffered I/O to rrdcached. Now...
2008-10-06  Tobias OetikerSupport to Lua 5.0 -- Fidelis Assis
2008-10-04  Tobias Oetikerinitial librrd file added ... this will need more love...
2008-10-04  Tobias Oetiker* rrd_resize fixed so that it does NOT alter the origin...
2008-10-03  Tobias OetikerThe patch fixs rrdtools behaviour when presented with...
2008-10-02  Tobias Oetikerfolding fix
2008-10-02  Tobias Oetikermissing spaces in extconf.rb caused compile failure...
2008-10-02  Tobias Oetikerpermission fix for rrdcached socket -- Daniel.Pocock
2008-10-01  Tobias Oetikersince rrdcached uses pthread functions, use the threads...
2008-10-01  Tobias OetikerClearer explanation on which paths are permitted when...
2008-10-01  Tobias OetikerFixes for the following compiler warnings:
2008-10-01  Tobias OetikerI've adapted an init script for rrdcached, and also...
2008-10-01  Tobias OetikerNow, moving a value to the head of the queue is O(1...
2008-10-01  Tobias Oetikerlcd is actually gcd!
2008-09-30  Tobias OetikerWhen -B is specified, the daemon will only operate...
2008-09-30  Tobias Oetiker check permissions before writing to journal -- kevin
2008-09-30  Tobias OetikerThe daemon should behave the same way w/r/t files wheth...
2008-09-29  Tobias OetikerThis bug caused the last line in each journal file...
2008-09-29  Tobias OetikerThis patch introduces the concept of socket privilege...
2008-09-29  Tobias OetikerThis patch provides better error messages to the client...
2008-09-28  Tobias Oetikerspelling fix -- kevin
2008-09-28  Tobias OetikerThis patch removes an extra "SIGNALS" section in the...
2008-09-28  Tobias Oetikera few missing {{{ folding }}} markers added
2008-09-28  Tobias OetikerThis patch introduces "fast shutdown" mode and two...
2008-09-28  Tobias OetikerMoved signal handler setup out of daemonize(). Coalesc...
2008-09-28  Tobias OetikerAttached is a patch to lower the version requirements...
2008-09-28  Tobias Oetikeradded support for FLUSHALL command -- kevin brintnall
2008-09-28  Tobias Oetikermove cache broadcast into enqueue_cache_item -- kevin...
2008-09-28  Tobias OetikerWhen -z <jitter> is specified, some updates may be...
2008-09-28  Tobias OetikerThe PID file is created with open() in the parent proce...
2008-09-28  Tobias Oetiker rrd.h, librrd.sym: Define and export rrd_info_r()...
2008-09-28  Tobias Oetikervdef calc was using end_orig to determine for which...
2008-09-27  Tobias Oetikerrrdxport was completely broken for exporting datasource...
2008-09-26  Tobias Oetikercreate the pid file before forking, so we can complain...
2008-09-26  Tobias OetikerThis patch ensures that the "FLUSH" command will write...
2008-09-25  Tobias OetikerUse the same IPv6/IPv4 as for the client as Florian...
2008-09-25  Tobias OetikerThis fixes a couple problems when exiting due to signal:
2008-09-25  Tobias Oetikerset SO_REUSEADDR on the listen socket -- kevin brintnall
2008-09-25  Tobias OetikerSupport for IPv6 has been broken with revision 1522...
2008-09-25  Tobias OetikerThis adds support for <address>:<port> in the rrd clien...
2008-09-24  Tobias OetikerAllow ports to be specified with -l addr:port also...
2008-09-24  Tobias Oetikerthe rrdlua.pod is in the doc directory
2008-09-24  Tobias Oetikeradded section on error reporting -- Florian Forster
2008-09-22  Tobias OetikerI finally finished the first version of the patch ...
2008-09-22  Tobias Oetikeruse default prefix for ruby install if no user defined...
2008-09-19  Tobias OetikerBsd lirary path switch added to perl bindings makefile...
2008-09-18  Tobias OetikerFix for debian bug 498183 ... never *advise after the...
2008-09-14  Tobias Oetikerfix RRDCacheD documentation -- Florian Forster
2008-09-14  Tobias OetikerThe previous code was broken: The response was read...
2008-09-14  Tobias Oetikerdid not pick up all the changes for rrdcached in the...
2008-09-14  Tobias OetikerRRDcached patch. This implements an infrastructure...
2008-09-13  Tobias Oetikerregarding #183:
2008-09-13  Tobias Oetikerfix graph docs
2008-09-11  Tobias Oetikerfixed processing of custom fonts RenĂ© GARCIA <rene...
2008-09-11  Tobias Oetikerno , on the last member in C
2008-09-07  Tobias OetikerThe attached patch eliminates the many places where...
2008-09-06  Tobias Oetikerprepare for the release of rrdtool-1.3.2
2008-09-06  Tobias Oetikerwe need rrd_format.h here for things to compile properly
2008-09-06  Tobias Oetikerupdated opensolaris build instructions
2008-09-06  Tobias Oetikeronly link build and use rrd_getopt if there is no getop...
2008-09-06  Tobias Oetikerfix for multi update - data corruption bug as reported...
2008-09-06  Tobias Oetikermake pod checker happy
2008-09-06  Tobias Oetikerinline functions are not supported in c99 ... lets...
next