aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* jsrrdgraph: Fix undefined variablesPeter Wu2014-11-141-15/+13
* jsrrdgraph: Guard out antique browsers for happier debuggingPeter Wu2014-11-141-2/+6
* jsrrdgraph: Simplify matching logicPeter Wu2014-11-141-10/+8
* jsrrdgraph: Improve performance for graphs in the futurePeter Wu2014-11-141-2/+14
* jsrrdgraph: Fix undefined value issue in RrdDataFilePeter Wu2014-11-141-4/+6
* make detail page accessible when using "canvas" graph_typePim van den Berg2014-11-115-2/+26
* type/base: allow rrdtool graph -l (lower-limit) to be configured via config o...Pim van den Berg2014-09-251-1/+4
* type/base: escape space character in rrdcached FLUSH commandPim van den Berg2014-09-251-1/+1
* move " on <HOSTNAME>" suffix in graph title to JSONŁukasz Kostka2014-08-2545-142/+144
* fix rrd_escape() not escaping colonsBrad Jorgensen2014-08-251-1/+1
* inc/html: add deprecation message about collectd 4Pim van den Berg2014-08-142-2/+19
* type/base: fix undefined variable rrd_url when graph_type != canvasPim van den Berg2014-08-101-4/+6
* Merge remote-tracking branch 'lekensteyn/custom-urls'Pim van den Berg2014-08-103-5/+23
|\
| * Support customized RRD URLsPeter Wu2014-08-103-5/+23
* | jsrrdgraph: Fix parsing of rrdfiles containing escapesPeter Wu2014-08-101-5/+7
* | Add README filePeter Wu2014-08-103-3/+119
|/
* Merge (a)sync code, reformat CGP.jsPeter Wu2014-08-024-150/+136
* jsrrdgraph: Fix error functions. Error prototype.Manuel Luis Sanmartín Rozada2014-08-024-6/+7
* jsrrdgraph: Fix reduce in DEFManuel Luis Sanmartín Rozada2014-08-021-2/+2
* jsrrdgraph: Add fallback fonts.Manuel Luis Sanmartín Rozada2014-08-022-3/+3
* jsrrdgraph: Use Typed Arrays for better performancePeter Wu2014-08-021-7/+66
* jsrrdgraph: Remove unused getStringAt, move implementationPeter Wu2014-08-021-48/+43
* jsrrdgraph: Drop iDataOffset and iDataLength parametersPeter Wu2014-08-021-11/+9
* jsrrdgraph: document.write is for dinosaursPeter Wu2014-08-021-1/+3
* jsrrdgraph: Performance fixPeter Wu2014-08-021-6/+9
* jsrrdgraph: binaryXHR: jshint style fixesPeter Wu2014-08-021-257/+264
* jsrrdgraph: Fixed jshint warnings/errorsPeter Wu2014-08-0213-218/+185
* support php versions without json support and show a warning messagePim van den Berg2014-07-253-2/+21
* jsrrdgraph: Fix get reponseText in FetchBinaryURLManuel Luis Sanmartín Rozada2014-07-251-1/+1
* jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1Manuel Luis Sanmartín Rozada2014-07-252-85/+143
* jsrrdgraph: Fix ident. Thanks to PoilManuel Luis Sanmartín Rozada2014-07-251-3/+3
* jsrrdgraph: Check when this.gdes[i].legend is nullManuel Luis Sanmartín Rozada2014-07-251-2/+7
* jsrrdgraph: Fix textalign name typo. Thanks to PoilManuel Luis Sanmartín Rozada2014-07-253-9/+9
* jsrrdgraph: Fix flags parsing (options without a value)Peter Wu2014-07-251-97/+92
* inc/collectd: get_host_rrd_files: filter non-plugin .rrd filesPim van den Berg2014-07-241-1/+4
* Remove from all files the ending php tagFrançois LASSERRE2014-07-2310-20/+0
* type/base: stop escaping characters manually since we use escapeshellarg()Pim van den Berg2014-07-231-10/+2
* Update html.inc.phpFrançois LASSERRE2014-07-231-6/+6
* conf: replace [] by array() to support PHP < 5.4Pim van den Berg2014-07-221-1/+1
* graph: use filter_var instead of filter_input to allow overriding GET from de...Pim van den Berg2014-07-211-2/+2
* type/base: print shellcmd when rrd_graph('debug') is calledPim van den Berg2014-07-211-1/+1
* Better x and y validation, report 400 on errorsPeter Wu2014-07-212-8/+16
* Fix overly permissive hostname validation, fix host checkPeter Wu2014-07-212-3/+3
* Fix regex for strange datadirsPeter Wu2014-07-201-1/+4
* Display a HTTP error if the command failedPeter Wu2014-07-201-1/+4
* Escape file argument for rrd_infoPeter Wu2014-07-201-2/+7
* Use a more secure command line building methodPeter Wu2014-07-208-73/+100
* security: Add missing input validation for pluginPeter Wu2014-07-201-1/+1
* Fix type confusionPeter Wu2014-07-202-4/+8
* Defensive programming: more urlencode/htmlentitiesPeter Wu2014-07-204-52/+61