A few corrections in javadoc |
|
More...
|
almost 12 years ago
|
Garbled code in TestDemo |
|
More...
|
almost 12 years ago
|
Don't forget to set local on test graph |
|
More...
|
almost 12 years ago
|
Updated gprint and print methods in RrdGraphDef, old methods marqued as deprecated |
|
More...
|
almost 12 years ago
|
two generic tests, stress a little of everything |
|
More...
|
almost 12 years ago
|
Useless gif encoder removed |
|
More...
|
almost 12 years ago
|
gif failed because of a wong flush interlaced is supported |
|
More...
|
almost 12 years ago
|
Added JaCoCo code coverage |
|
More...
|
almost 12 years ago
|
SDef renamed to VDef, same name than rrdtool. |
|
More...
|
almost 12 years ago
|
Big update, rrd4j try to catch up rrdtool, better implementation of VDEF |
|
More...
|
almost 12 years ago
|
Correction for issue 52: Normalizer is broken when input data are sparse |
|
More...
|
almost 12 years ago
|
Added support for findbug in pom.xml |
|
More...
|
almost 12 years ago
|
implementation of Issue 51: Graph: enhancement - ability to set color for Y axis |
|
More...
|
almost 12 years ago
|
Correction for issue #49: Graph: clipping region is off in x dimension by 1, so data point at t0 does not show on graph |
|
More...
|
almost 12 years ago
|
Correction for issue #48 |
|
More...
|
almost 12 years ago
|
Added org.rrd4j.graph.RrdGraphDef.setSignature(String) / org.rrd4j.graph.RrdGraphDef.getSignature() |
|
More...
|
almost 12 years ago
|
Oups, futur commit incorporated |
|
More...
|
almost 12 years ago
|
Not quit finished RrdGraphDef.datasource(String, String, FetchData) |
|
More...
|
almost 12 years ago
|
Add some constant area and line like rrdtool |
|
More...
|
almost 12 years ago
|
Like rrdtool, it's now possible to stack an area on a line, or the over way, stacked is a option of line and area |
|
More...
|
almost 12 years ago
|
BLIND_COLOR (transparent color) is for every one, not just the template. |
|
More...
|
almost 12 years ago
|
With the old DataProcessor.addDatasource(String, FetchData) or RrdGraphDef.datasource(String, FetchData), the ds used from FetchData was using the given name. It made impossible to do something like : "DEF:sourcespan1=$rrd_file:used:AVERAGE:start=-1w", "DEF:sourcespan2=$rrd_file:used:AVERAGE:start=-2w", |
|
More...
|
almost 12 years ago
|
Implemtation for issue #46, added getTimestamps() |
|
More...
|
almost 12 years ago
|
Opps, RrdbPool class should be public |
|
More...
|
almost 12 years ago
|
Défault version for rrd file is 2 |
|
More...
|
almost 12 years ago
|
Bug with FetchData |
|
More...
|
almost 12 years ago
|
Still cleaning pom.xml |
|
More...
|
almost 12 years ago
|
Remove the old pool |
|
More...
|
almost 12 years ago
|
Missing org.rrd4j.core.jrrd |
|
More...
|
almost 12 years ago
|
The updated javadoc |
|
More...
|
almost 12 years ago
|