fix off by 1 error
[rrdtool.git] / src / rrd_daemon.c
2012-08-13 oetikeruse snprintf, strdup, ... where possible to make for...
2012-05-23 oetikermake rrd_daemon systemd aware - patch by Tomasz Torcz...
2012-03-05 oetikerfix flush race in rrdcached -- Christian Hitz
2011-12-16 oetikerfix win32 distributables
2011-12-15 oetikermerged updated win32 port by Larry Adams and the cacti...
2011-09-27 oetikerfix buffer overflow for LONG lines in journal handling...
2011-03-15 oetikerwith libwrap use 'rrdcached' as the name of our daemon...
2011-01-18 oetikerupdate timestamp continuity checks in rrd_cached ....
2010-12-21 oetikerThe buffer length for command buffers should be control...
2010-12-21 oetikerhandle the case where the realpath of the suggested...
2010-12-21 oetikerrrdcached: Fix permissions of the default socket.
2010-11-09 oetiker add hosts_access support to rrdcached -- Shaun Reitan...
2010-10-22 oetikerfix for the memory leak in info fixes the memory leak...
2010-10-11 oetiker* introduce a new rrd_create_r2 call to fix the no...
2010-09-23 oetikerSummary of changes:
2010-07-26 oetikerrrdcached: Let the -s, -m and -P options affect the...
2010-07-10 oetikerprint \n for log messages while runing rrdcached in...
2010-06-11 oetikerrrd_daemon handle_request_fetch needs to convert to...
2010-05-12 oetikerrrd_daemon: after fetching data must be freed ! --...
2010-04-30 oetikerRRDCacheD: Fix a typo in an error message. -- Florian...
2010-04-29 oetiker"rrd_parsetime" uses (many) global variables and is...
2010-04-26 oetikerWhen specifying a relative path (-j option) rrd_cached...
2010-04-07 oetikermark unused arguments in the same way throughout the...
2010-03-29 oetikerAdd a "FETCH" command to RRDCacheD which behaves like...
2010-03-29 oetikerrename chunk option from -m to -a -- tobi
2010-03-29 oetiker* Add utility functions to allocate pointers in variabl...
2010-03-24 oetikerrrdcached: Updated help output
2010-03-22 oetikerrrdcached: Log to stderr (in addition to syslog) when...
2010-03-22 oetikerrrdcached: Do not put any code in assert(). -- Sebastia...
2010-03-22 oetikerrrdcached: Added -m command line option. This option...
2010-03-22 oetikerrrdcached: Let -s affect the following sockets only...
2010-03-08 oetikerObviously this will only work if rrdcached is running...
2009-10-30 oetikerclarify rrd_daemon code with JOURNAL_REPLAY macro ...
2009-10-28 oetikerAvoid unnecessary string handling for UPDATE commands...
2009-10-04 oetikerrrd_client, rrd_daemon: Do not require hostnames to...
2009-10-04 oetikerrrdcached: Handle journal replay in socket_permission_c...
2009-10-04 oetikerrrdcached: Create the base directory on startup. -...
2009-10-04 oetikerrrdcached: Improved the "base-dir symlink check".
2009-10-04 oetikerrrdcached: Improved an error message. -- Sebastian...
2009-10-04 oetikerrrdcached: Create the pidfile and (UNIX) socket directo...
2009-09-28 oetikerfree config_pid_file after using it for the last time...
2009-09-28 oetikertry to create missing journal directories rather than...
2009-08-25 oetikerdetect if stdint.h is available. if not, use inttypes...
2009-08-16 oetikerFrom: Florian Forster <octo@leeloo.lan.home.verplant...
2009-08-08 oetikerThe journal files are time-stamped and replayed in...
2009-08-08 oetikerRemove PID file later in the cleanup process --kevin
2009-08-08 oetikerIncrement the DataSetsWritten counter before freeing...
2009-08-08 oetikerThe current method may have caused flushes (and journal...
2009-08-08 oetikerTwo-phase shutdown for rrdcached ensures that values...
2009-07-14 oetikerHandle race condition for "UPDATE" with new files....
2009-07-12 oetikerDo not trust cache tree pointers after releasing the...
2009-07-10 oetikerdestroy flush condition variable
2009-06-07 oetikercheck return values of dup and ftruncate
2009-04-20 oetikerThis patch includes utility functions to support dynami...
2009-04-14 oetikerrrd_random() is a wrapper around random() that ensures...
2009-04-10 oetikerThis patch consolidates several aspects of the command...
2009-04-09 oetikerThe bookkeeping of all threads is not necessary, since...
2009-03-06 oetikerMake sure we use correct sizes for vsnprintf (sizeof...
2008-11-18 oetikerwin32 portability patch and win32/rrdlib.vcproj file...
2008-11-15 oetikerfix typo in handle_request_help
2008-11-11 oetikerThis patch allows for multiple RRD writer threads to...
2008-11-08 oetiker rrdcached: move queue length decrement into remove_fro...
2008-11-08 oetikerrrdcached: examine the current queue with the "QUEUE...
2008-11-08 oetikerThis helps with portability on platforms where realloc...
2008-11-08 oetikerdocument the "QUIT" command -- kevin
2008-11-08 oetikerrrdcached: journal_replay default failure reason, just...
2008-11-08 oetikeradded "quit" command -- kevin
2008-11-08 oetikerrrdcached now frees all of its resources correctly...
2008-11-07 oetikerMuch simpler handling of timestamp errors. Return...
2008-11-07 oetikerrrdcached: pull in rrd_config.h so we can use its defines
2008-11-02 oetikerPTHREAD_COND_INITIALIZER may only be used to initialize...
2008-10-22 oetikerThe previous code relied on the assumption that pthread...
2008-10-22 oetikerremove_cache_item() did not check whether a file was...
2008-10-21 oetiker * Open all listen sockets in daemonize(), while we...
2008-10-16 oetikererror reporting caused crash in journal replay
2008-10-14 oetikerUnder most circumstances, rrdcached can detect a stale...
2008-10-14 oetikerNow, the daemon will check that a base directory is...
2008-10-14 oetikerrrdcached treats relative and absolute paths the same...
2008-10-14 oetikerclearer way of advancing the flush time
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-06 oetikerThis patch introduces "BATCH" mode.
2008-10-06 oetikerThis patch introduces buffered I/O to rrdcached. Now...
2008-10-02 oetikerfolding fix
2008-10-01 oetikerNow, moving a value to the head of the queue is O(1...
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-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...
next