| Commit message (Expand) | Author | Age | Files | Lines |
* | rename ds_names and dsname to legend | Pim van den Berg | 2014-05-03 | 1 | -2/+2 |
* | type: move generic functions to base class | Pim van den Berg | 2014-05-03 | 1 | -294/+2 |
* | type/Default: don't depend on external function GET | Pim van den Berg | 2014-05-03 | 1 | -14/+12 |
* | add SVG graph support | Pim van den Berg | 2014-03-23 | 1 | -3/+20 |
* | type/Default: also escape * and ? in identifier before glob | Pim van den Berg | 2014-03-23 | 1 | -1/+1 |
* | type/Default: escape brackets in identifier before glob | Pim van den Berg | 2014-03-22 | 1 | -0/+1 |
* | type/Default: merge file2identifier function into rrd_files | Pim van den Berg | 2014-03-22 | 1 | -12/+2 |
* | mod_rewrite final cleanup | sepich | 2014-03-21 | 1 | -2/+2 |
* | fix heigth -> height typo | Pim van den Berg | 2013-12-29 | 1 | -4/+4 |
* | Escape parentheses in filenames | Johan Bergström | 2013-11-14 | 1 | -2/+2 |
* | Revert "type: fix undefined index in ds_names[$source] before empty check" | Pim van den Berg | 2013-10-09 | 1 | -1/+1 |
* | type: fix undefined index in ds_names[$source] before empty check | Pim van den Berg | 2013-10-07 | 1 | -1/+1 |
* | type/default: fix 'undefined index' in rrd_gen_graph | Benoît Monin | 2013-08-31 | 1 | -1/+1 |
* | type/default: escape spaces in filenames | Pim van den Berg | 2013-08-24 | 1 | -0/+3 |
* | type/default: urlencode filenames when using canvas | Pim van den Berg | 2013-08-04 | 1 | -0/+2 |
* | type/default: double escape colon in legend/filename when not using canvas | Pim van den Berg | 2013-08-04 | 1 | -1/+7 |
* | type/default: dont include y-axis description (-v option) when not set | Pim van den Berg | 2013-07-03 | 1 | -1/+2 |
* | remove dependency on mod_rewrite for rrd.php | Pim van den Berg | 2013-05-20 | 1 | -1/+1 |
* | add config option for showing smooth (curved) graphs | Pim van den Berg | 2013-05-18 | 1 | -0/+4 |
* | type/default: add missing initial variable definitions | Pim van den Berg | 2013-05-18 | 1 | -0/+2 |
* | add support for graphing I/O using the negative X-axis | Pim van den Berg | 2013-05-18 | 1 | -1/+2 |
* | integrate jsrrdgraph in CGP | Pim van den Berg | 2013-05-18 | 1 | -28/+52 |
* | move width/heigth from plugins to type __construct | Pim van den Berg | 2013-05-13 | 1 | -0/+4 |
* | type: stick to the rrdgraph time specification | Pim van den Berg | 2013-05-10 | 1 | -1/+1 |
* | type/default: resolve division by zero warning | Pim van den Berg | 2012-12-21 | 1 | -1/+1 |
* | type: resolve undefined variable $c and $raw notices | Pim van den Berg | 2012-12-21 | 1 | -0/+1 |
* | type: escape colons in legend names | Pim van den Berg | 2012-12-16 | 1 | -1/+1 |
* | type: add debug option "cmd" create a commandline rrdtool command | Pim van den Berg | 2012-12-16 | 1 | -0/+6 |
* | explicitely defined undefined variables | Matthias Viehweger | 2012-10-20 | 1 | -0/+3 |
* | change whitespace, indentation or line-breaks | Matthias Viehweger | 2012-10-20 | 1 | -1/+1 |
* | add support for varnish plugin categories | Pim van den Berg | 2012-09-07 | 1 | -3/+9 |
* | type: add scale support to default/generic stacked types | Pim van den Berg | 2012-08-10 | 1 | -3/+16 |
* | type: escape colons in filenames used in rrd commandline | Pim van den Berg | 2011-08-27 | 1 | -3/+7 |
* | type/Default: dont use t as ti when no ti is set | Pim van den Berg | 2011-06-26 | 1 | -1/+1 |
* | resolve php notices | Karol Nowacki | 2011-04-21 | 1 | -13/+13 |
* | use tinstance for legend label when data_sources is not set by plugin | Pim van den Berg | 2011-04-10 | 1 | -2/+7 |
* | replace function generate_colors by rainbow_colors | Pim van den Berg | 2011-02-05 | 1 | -20/+21 |
* | automatic alignment of graph legend | Pim van den Berg | 2010-09-17 | 1 | -13/+15 |
* | type/default: dont strip 1st char from instance name when there is no type in... | Pim van den Berg | 2010-09-11 | 1 | -1/+3 |
* | a source (type instance or data source) may contain dots | Pim van den Berg | 2010-05-17 | 1 | -1/+0 |
* | Allow to define alternate options for rrdtool in config file | Edmondo Tommasina | 2010-05-13 | 1 | -0/+4 |
* | fix: renumber keys of intersected array in function rrd_get_sources | Pim van den Berg | 2010-05-13 | 1 | -1/+1 |
* | fix: file2identifier must return identifiers (not basenames) | Pim van den Berg | 2010-03-21 | 1 | -1/+2 |
* | correct a bug when graphing multiple DS in multiple files | Manuel CISSÉ | 2010-03-01 | 1 | -2/+2 |
* | add the possibility to generate and use default colors for graphs | Manuel CISSÉ | 2010-03-01 | 1 | -2/+29 |
* | autofill DS names when not specified | Manuel CISSÉ | 2010-03-01 | 1 | -0/+18 |
* | add the ability to graph multiple DS in multiple files (used by vmem plugin) | Manuel CISSÉ | 2010-03-01 | 1 | -2/+13 |
* | make rrdfiles using utf8 and spaces work | Jakob Haufe | 2010-02-16 | 1 | -16/+16 |
* | make browser cache time for images configurable | Pim van den Berg | 2010-01-12 | 1 | -1/+4 |
* | make rrdtool executable configurable | Pim van den Berg | 2010-01-12 | 1 | -3/+6 |