2008-12-19 |
oetiker | win32 fixes by Stefan . Ludewig . exitgames . com |
tree | commitdiff |
2008-12-11 |
oetiker | fixed another seek issue ... |
tree | commitdiff |
2008-12-10 |
oetiker | On some architectures, strtod does not turn "NaN" into... |
tree | commitdiff |
2008-12-10 |
oetiker | rrdtool dump is now backward compatible with rrdtool... |
tree | commitdiff |
2008-12-09 |
oetiker | * forward ported right axis patch from 1.2 branche |
tree | commitdiff |
2008-12-05 |
oetiker | deleted a bit much from rrd_open ... merged back in |
tree | commitdiff |
2008-12-05 |
oetiker | check for broken implementations of msync / MS_ASYNC... |
tree | commitdiff |
2008-12-04 |
oetiker | Legends should NOT be placed in reverse order when... |
tree | commitdiff |
2008-12-04 |
oetiker | add de-referencing to step in fetch check |
tree | commitdiff |
2008-12-04 |
oetiker | fix merg error with win32 port |
tree | commitdiff |
2008-12-04 |
oetiker | Catch CDEF:tot= and raise and error to fix #199. Thanks... |
tree | commitdiff |
2008-12-04 |
oetiker | Update to WIN32-BUILD-TIPS.txt and VC project files... |
tree | commitdiff |
2008-12-03 |
oetiker | When fetching data from 'past' an rra, rrd_fetch was... |
tree | commitdiff |
2008-11-20 |
oetiker | Attached a patch for the rrd-tool LIBDBI integration... |
tree | commitdiff |
2008-11-18 |
oetiker | win32 portability patch and win32/rrdlib.vcproj file... |
tree | commitdiff |
2008-11-15 |
oetiker | fix typo in handle_request_help |
tree | commitdiff |
2008-11-11 |
oetiker | make basename work |
tree | commitdiff |
2008-11-11 |
oetiker | This patch allows for multiple RRD writer threads to... |
tree | commitdiff |
2008-11-09 |
oetiker | use basename to determine filename for imginfo as sugge... |
tree | commitdiff |
2008-11-08 |
oetiker | rrdcached: move queue length decrement into remove_fro... |
tree | commitdiff |
2008-11-08 |
oetiker | rrdcached: examine the current queue with the "QUEUE... |
tree | commitdiff |
2008-11-08 |
oetiker | This helps with portability on platforms where realloc... |
tree | commitdiff |
2008-11-08 |
oetiker | document the "QUIT" command -- kevin |
tree | commitdiff |
2008-11-08 |
oetiker | rrdcached: journal_replay default failure reason, just... |
tree | commitdiff |
2008-11-08 |
oetiker | added "quit" command -- kevin |
tree | commitdiff |
2008-11-08 |
oetiker | rrdcached now frees all of its resources correctly... |
tree | commitdiff |
2008-11-07 |
oetiker | fixed --font TITLE:12: problem -- tobi |
tree | commitdiff |
2008-11-07 |
oetiker | fix scaling issue -- Martin |
tree | commitdiff |
2008-11-07 |
oetiker | extra file to make libdbi patch work |
tree | commitdiff |
2008-11-07 |
oetiker | As some of you may know that I have created a patch... |
tree | commitdiff |
2008-11-07 |
oetiker | new CDEF functions for predictions PREDICT and PREDICTSIGMA |
tree | commitdiff |
2008-11-07 |
oetiker | Much simpler handling of timestamp errors. Return... |
tree | commitdiff |
2008-11-07 |
oetiker | rrdcached: pull in rrd_config.h so we can use its defines |
tree | commitdiff |
2008-11-02 |
oetiker | PTHREAD_COND_INITIALIZER may only be used to initialize... |
tree | commitdiff |
2008-10-28 |
oetiker | - remove the spaccing between the elements |
tree | commitdiff |
2008-10-26 |
oetiker | make compilation on older OSX versios work by removing... |
tree | commitdiff |
2008-10-22 |
oetiker | The previous code relied on the assumption that pthread... |
tree | commitdiff |
2008-10-22 |
oetiker | remove_cache_item() did not check whether a file was... |
tree | commitdiff |
2008-10-21 |
oetiker | * Open all listen sockets in daemonize(), while we... |
tree | commitdiff |
2008-10-20 |
oetiker | rrd_notify_row patch: |
tree | commitdiff |
2008-10-18 |
oetiker | rrd_open should not create files with restrictive masks |
tree | commitdiff |
2008-10-18 |
oetiker | - encapsulate fd and mmap related variables within... |
tree | commitdiff |
2008-10-17 |
oetiker | rrdc_flush_if_daemon should not clobber error message... |
tree | commitdiff |
2008-10-17 |
oetiker | use double for legend positioning to fight wiggle |
tree | commitdiff |
2008-10-16 |
oetiker | In almost all cases where rrdc_flush can fail, it will... |
tree | commitdiff |
2008-10-16 |
oetiker | - rrd_open() calculates file size for new files and... |
tree | commitdiff |
2008-10-16 |
oetiker | move rrd_lock into rrd_open where the general rrd_file... |
tree | commitdiff |
2008-10-16 |
oetiker | error reporting caused crash in journal replay |
tree | commitdiff |
2008-10-15 |
oetiker | reverted r1601 and r1606 since r1601 introduced a non... |
tree | commitdiff |
2008-10-14 |
oetiker | This moves selection of the initial RRA row into the... |
tree | commitdiff |
2008-10-14 |
oetiker | Under most circumstances, rrdcached can detect a stale... |
tree | commitdiff |
2008-10-14 |
oetiker | * this preserves principle of least surprise when... |
tree | commitdiff |
2008-10-14 |
oetiker | Now, the daemon will check that a base directory is... |
tree | commitdiff |
2008-10-14 |
oetiker | rrdcached treats relative and absolute paths the same... |
tree | commitdiff |
2008-10-14 |
oetiker | Some observations I made while implementing this: |
tree | commitdiff |
2008-10-14 |
oetiker | clearer way of advancing the flush time |
tree | commitdiff |
2008-10-13 |
oetiker | This patch reduces the number of time()/gettimeofday... |
tree | commitdiff |
2008-10-13 |
oetiker | fixed bad folding marker (on handle_request_flush) |
tree | commitdiff |
2008-10-11 |
oetiker | this ensures that the response is protocol-compliant... |
tree | commitdiff |
2008-10-11 |
oetiker | This patch introduces a feature whereby rrdcached will... |
tree | commitdiff |
2008-10-08 |
oetiker | fix crash reported by Bernard Li - connection_thread_ma... |
tree | commitdiff |
2008-10-07 |
oetiker | This patch introduces two new commands for cache manage... |
tree | commitdiff |
2008-10-07 |
oetiker | This patch moves the permission handling code around... |
tree | commitdiff |
2008-10-07 |
oetiker | This patch introduces some extra safety checks in journ... |
tree | commitdiff |
2008-10-07 |
oetiker | aniel Pocock reported that the argument may be NULL... |
tree | commitdiff |
2008-10-06 |
oetiker | This patch introduces "BATCH" mode. |
tree | commitdiff |
2008-10-06 |
oetiker | This patch introduces buffered I/O to rrdcached. Now... |
tree | commitdiff |
2008-10-04 |
oetiker | initial librrd file added ... this will need more love... |
tree | commitdiff |
2008-10-04 |
oetiker | * rrd_resize fixed so that it does NOT alter the origin... |
tree | commitdiff |
2008-10-03 |
oetiker | The patch fixs rrdtools behaviour when presented with... |
tree | commitdiff |
2008-10-02 |
oetiker | folding fix |
tree | commitdiff |
2008-10-01 |
oetiker | since rrdcached uses pthread functions, use the threads... |
tree | commitdiff |
2008-10-01 |
oetiker | Fixes for the following compiler warnings: |
tree | commitdiff |
2008-10-01 |
oetiker | Now, moving a value to the head of the queue is O(1... |
tree | commitdiff |
2008-10-01 |
oetiker | lcd is actually gcd! |
tree | commitdiff |
2008-09-30 |
oetiker | When -B is specified, the daemon will only operate... |
tree | commitdiff |
2008-09-30 |
oetiker | check permissions before writing to journal -- kevin |
tree | commitdiff |
2008-09-30 |
oetiker | The daemon should behave the same way w/r/t files wheth... |
tree | commitdiff |
2008-09-29 |
oetiker | This bug caused the last line in each journal file... |
tree | commitdiff |
2008-09-29 |
oetiker | This patch introduces the concept of socket privilege... |
tree | commitdiff |
2008-09-29 |
oetiker | This patch provides better error messages to the client... |
tree | commitdiff |
2008-09-28 |
oetiker | This patch removes an extra "SIGNALS" section in the... |
tree | commitdiff |
2008-09-28 |
oetiker | a few missing {{{ folding }}} markers added |
tree | commitdiff |
2008-09-28 |
oetiker | This patch introduces "fast shutdown" mode and two... |
tree | commitdiff |
2008-09-28 |
oetiker | Moved signal handler setup out of daemonize(). Coalesc... |
tree | commitdiff |
2008-09-28 |
oetiker | added support for FLUSHALL command -- kevin brintnall |
tree | commitdiff |
2008-09-28 |
oetiker | move cache broadcast into enqueue_cache_item -- kevin... |
tree | commitdiff |
2008-09-28 |
oetiker | When -z <jitter> is specified, some updates may be... |
tree | commitdiff |
2008-09-28 |
oetiker | The PID file is created with open() in the parent proce... |
tree | commitdiff |
2008-09-28 |
oetiker | rrd.h, librrd.sym: Define and export rrd_info_r()... |
tree | commitdiff |
2008-09-28 |
oetiker | vdef calc was using end_orig to determine for which... |
tree | commitdiff |
2008-09-27 |
oetiker | rrdxport was completely broken for exporting datasource... |
tree | commitdiff |
2008-09-26 |
oetiker | create the pid file before forking, so we can complain... |
tree | commitdiff |
2008-09-26 |
oetiker | This patch ensures that the "FLUSH" command will write... |
tree | commitdiff |
2008-09-25 |
oetiker | Use the same IPv6/IPv4 as for the client as Florian... |
tree | commitdiff |
2008-09-25 |
oetiker | This fixes a couple problems when exiting due to signal: |
tree | commitdiff |
2008-09-25 |
oetiker | set SO_REUSEADDR on the listen socket -- kevin brintnall |
tree | commitdiff |
2008-09-25 |
oetiker | Support for IPv6 has been broken with revision 1522... |
tree | commitdiff |
2008-09-25 |
oetiker | This adds support for <address>:<port> in the rrd clien... |
tree | commitdiff |
2008-09-24 |
oetiker | Allow ports to be specified with -l addr:port also... |
tree | commitdiff |
next |