2010-06-11 |
oetiker | rrd_daemon handle_request_fetch needs to convert to... |
blob | commitdiff |
2010-05-12 |
oetiker | rrd_daemon: after fetching data must be freed ! --... |
blob | commitdiff | diff to current |
2010-04-30 |
oetiker | RRDCacheD: Fix a typo in an error message. -- Florian... |
blob | commitdiff | diff to current |
2010-04-29 |
oetiker | "rrd_parsetime" uses (many) global variables and is... |
blob | commitdiff | diff to current |
2010-04-26 |
oetiker | When specifying a relative path (-j option) rrd_cached... |
blob | commitdiff | diff to current |
2010-04-07 |
oetiker | mark unused arguments in the same way throughout the... |
blob | commitdiff | diff to current |
2010-03-29 |
oetiker | Add a "FETCH" command to RRDCacheD which behaves like... |
blob | commitdiff | diff to current |
2010-03-29 |
oetiker | rename chunk option from -m to -a -- tobi |
blob | commitdiff | diff to current |
2010-03-29 |
oetiker | * Add utility functions to allocate pointers in variabl... |
blob | commitdiff | diff to current |
2010-03-24 |
oetiker | rrdcached: Updated help output |
blob | commitdiff | diff to current |
2010-03-22 |
oetiker | rrdcached: Log to stderr (in addition to syslog) when... |
blob | commitdiff | diff to current |
2010-03-22 |
oetiker | rrdcached: Do not put any code in assert(). -- Sebastia... |
blob | commitdiff | diff to current |
2010-03-22 |
oetiker | rrdcached: Added -m command line option. This option... |
blob | commitdiff | diff to current |
2010-03-22 |
oetiker | rrdcached: Let -s affect the following sockets only... |
blob | commitdiff | diff to current |
2010-03-08 |
oetiker | Obviously this will only work if rrdcached is running... |
blob | commitdiff | diff to current |
2009-10-30 |
oetiker | clarify rrd_daemon code with JOURNAL_REPLAY macro ... |
blob | commitdiff | diff to current |
2009-10-28 |
oetiker | Avoid unnecessary string handling for UPDATE commands... |
blob | commitdiff | diff to current |
2009-10-04 |
oetiker | rrd_client, rrd_daemon: Do not require hostnames to... |
blob | commitdiff | diff to current |
2009-10-04 |
oetiker | rrdcached: Handle journal replay in socket_permission_c... |
blob | commitdiff | diff to current |
2009-10-04 |
oetiker | rrdcached: Create the base directory on startup. -... |
blob | commitdiff | diff to current |
2009-10-04 |
oetiker | rrdcached: Improved the "base-dir symlink check". |
blob | commitdiff | diff to current |
2009-10-04 |
oetiker | rrdcached: Improved an error message. -- Sebastian... |
blob | commitdiff | diff to current |
2009-10-04 |
oetiker | rrdcached: Create the pidfile and (UNIX) socket directo... |
blob | commitdiff | diff to current |
2009-09-28 |
oetiker | free config_pid_file after using it for the last time... |
blob | commitdiff | diff to current |
2009-09-28 |
oetiker | try to create missing journal directories rather than... |
blob | commitdiff | diff to current |
2009-08-25 |
oetiker | detect if stdint.h is available. if not, use inttypes... |
blob | commitdiff | diff to current |
2009-08-16 |
oetiker | From: Florian Forster <octo@leeloo.lan.home.verplant... |
blob | commitdiff | diff to current |
2009-08-08 |
oetiker | The journal files are time-stamped and replayed in... |
blob | commitdiff | diff to current |
2009-08-08 |
oetiker | Remove PID file later in the cleanup process --kevin |
blob | commitdiff | diff to current |
2009-08-08 |
oetiker | Increment the DataSetsWritten counter before freeing... |
blob | commitdiff | diff to current |
2009-08-08 |
oetiker | The current method may have caused flushes (and journal... |
blob | commitdiff | diff to current |
2009-08-08 |
oetiker | Two-phase shutdown for rrdcached ensures that values... |
blob | commitdiff | diff to current |
2009-07-14 |
oetiker | Handle race condition for "UPDATE" with new files.... |
blob | commitdiff | diff to current |
2009-07-12 |
oetiker | Do not trust cache tree pointers after releasing the... |
blob | commitdiff | diff to current |
2009-07-10 |
oetiker | destroy flush condition variable |
blob | commitdiff | diff to current |
2009-06-07 |
oetiker | check return values of dup and ftruncate |
blob | commitdiff | diff to current |
2009-04-20 |
oetiker | This patch includes utility functions to support dynami... |
blob | commitdiff | diff to current |
2009-04-14 |
oetiker | rrd_random() is a wrapper around random() that ensures... |
blob | commitdiff | diff to current |
2009-04-10 |
oetiker | This patch consolidates several aspects of the command... |
blob | commitdiff | diff to current |
2009-04-09 |
oetiker | The bookkeeping of all threads is not necessary, since... |
blob | commitdiff | diff to current |
2009-03-06 |
oetiker | Make sure we use correct sizes for vsnprintf (sizeof... |
blob | commitdiff | diff to current |
2008-11-18 |
oetiker | win32 portability patch and win32/rrdlib.vcproj file... |
blob | commitdiff | diff to current |
2008-11-15 |
oetiker | fix typo in handle_request_help |
blob | commitdiff | diff to current |
2008-11-11 |
oetiker | This patch allows for multiple RRD writer threads to... |
blob | commitdiff | diff to current |
2008-11-08 |
oetiker | rrdcached: move queue length decrement into remove_fro... |
blob | commitdiff | diff to current |
2008-11-08 |
oetiker | rrdcached: examine the current queue with the "QUEUE... |
blob | commitdiff | diff to current |
2008-11-08 |
oetiker | This helps with portability on platforms where realloc... |
blob | commitdiff | diff to current |
2008-11-08 |
oetiker | document the "QUIT" command -- kevin |
blob | commitdiff | diff to current |
2008-11-08 |
oetiker | rrdcached: journal_replay default failure reason, just... |
blob | commitdiff | diff to current |
2008-11-08 |
oetiker | added "quit" command -- kevin |
blob | commitdiff | diff to current |
2008-11-08 |
oetiker | rrdcached now frees all of its resources correctly... |
blob | commitdiff | diff to current |
2008-11-07 |
oetiker | Much simpler handling of timestamp errors. Return... |
blob | commitdiff | diff to current |
2008-11-07 |
oetiker | rrdcached: pull in rrd_config.h so we can use its defines |
blob | commitdiff | diff to current |
2008-11-02 |
oetiker | PTHREAD_COND_INITIALIZER may only be used to initialize... |
blob | commitdiff | diff to current |
2008-10-22 |
oetiker | The previous code relied on the assumption that pthread... |
blob | commitdiff | diff to current |
2008-10-22 |
oetiker | remove_cache_item() did not check whether a file was... |
blob | commitdiff | diff to current |
2008-10-21 |
oetiker | * Open all listen sockets in daemonize(), while we... |
blob | commitdiff | diff to current |
2008-10-16 |
oetiker | error reporting caused crash in journal replay |
blob | commitdiff | diff to current |
2008-10-14 |
oetiker | Under most circumstances, rrdcached can detect a stale... |
blob | commitdiff | diff to current |
2008-10-14 |
oetiker | Now, the daemon will check that a base directory is... |
blob | commitdiff | diff to current |
2008-10-14 |
oetiker | rrdcached treats relative and absolute paths the same... |
blob | commitdiff | diff to current |
2008-10-14 |
oetiker | clearer way of advancing the flush time |
blob | commitdiff | diff to current |
2008-10-13 |
oetiker | This patch reduces the number of time()/gettimeofday... |
blob | commitdiff | diff to current |
2008-10-13 |
oetiker | fixed bad folding marker (on handle_request_flush) |
blob | commitdiff | diff to current |
2008-10-11 |
oetiker | this ensures that the response is protocol-compliant... |
blob | commitdiff | diff to current |
2008-10-11 |
oetiker | This patch introduces a feature whereby rrdcached will... |
blob | commitdiff | diff to current |
2008-10-08 |
oetiker | fix crash reported by Bernard Li - connection_thread_ma... |
blob | commitdiff | diff to current |
2008-10-07 |
oetiker | This patch introduces two new commands for cache manage... |
blob | commitdiff | diff to current |
2008-10-07 |
oetiker | This patch moves the permission handling code around... |
blob | commitdiff | diff to current |
2008-10-07 |
oetiker | This patch introduces some extra safety checks in journ... |
blob | commitdiff | diff to current |
2008-10-06 |
oetiker | This patch introduces "BATCH" mode. |
blob | commitdiff | diff to current |
2008-10-06 |
oetiker | This patch introduces buffered I/O to rrdcached. Now... |
blob | commitdiff | diff to current |
2008-10-02 |
oetiker | folding fix |
blob | commitdiff | diff to current |
2008-10-01 |
oetiker | Now, moving a value to the head of the queue is O(1... |
blob | commitdiff | diff to current |
2008-09-30 |
oetiker | When -B is specified, the daemon will only operate... |
blob | commitdiff | diff to current |
2008-09-30 |
oetiker | check permissions before writing to journal -- kevin |
blob | commitdiff | diff to current |
2008-09-30 |
oetiker | The daemon should behave the same way w/r/t files wheth... |
blob | commitdiff | diff to current |
2008-09-29 |
oetiker | This bug caused the last line in each journal file... |
blob | commitdiff | diff to current |
2008-09-29 |
oetiker | This patch introduces the concept of socket privilege... |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | This patch removes an extra "SIGNALS" section in the... |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | a few missing {{{ folding }}} markers added |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | This patch introduces "fast shutdown" mode and two... |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | Moved signal handler setup out of daemonize(). Coalesc... |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | added support for FLUSHALL command -- kevin brintnall |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | move cache broadcast into enqueue_cache_item -- kevin... |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | When -z <jitter> is specified, some updates may be... |
blob | commitdiff | diff to current |
2008-09-28 |
oetiker | The PID file is created with open() in the parent proce... |
blob | commitdiff | diff to current |
2008-09-26 |
oetiker | create the pid file before forking, so we can complain... |
blob | commitdiff | diff to current |
2008-09-26 |
oetiker | This patch ensures that the "FLUSH" command will write... |
blob | commitdiff | diff to current |
2008-09-25 |
oetiker | This fixes a couple problems when exiting due to signal: |
blob | commitdiff | diff to current |
2008-09-25 |
oetiker | set SO_REUSEADDR on the listen socket -- kevin brintnall |
blob | commitdiff | diff to current |
2008-09-25 |
oetiker | Support for IPv6 has been broken with revision 1522... |
blob | commitdiff | diff to current |
2008-09-24 |
oetiker | Allow ports to be specified with -l addr:port also... |
blob | commitdiff | diff to current |
2008-09-14 |
oetiker | fix RRDCacheD documentation -- Florian Forster |
blob | commitdiff | diff to current |
2008-09-14 |
oetiker | did not pick up all the changes for rrdcached in the... |
blob | commitdiff | diff to current |
2008-09-14 |
oetiker | RRDcached patch. This implements an infrastructure... |
blob | commitdiff | diff to current |
|