aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/binaryXHR.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-02jsrrdgraph: document.write is for dinosaursPeter Wu1-1/+3
Use conditional compilation for the antique browsers that provide VBScript support.
2014-08-02jsrrdgraph: Performance fixPeter Wu1-6/+9
commit 2a74a333ff143499b465234f0395a4aad7bdaa78 ("Upgrade to javascriptrrd ver 1.1.1") converted getByteAt calls to a getEndianByteAt call, but this also introduced a branch operation. Since endianess is dependent on the file, we can move the switch_endian check outside the function. Performance improved from 0.148ms (n=336k) to .039ms (n=384k) which translates to about 30 seconds!
2014-08-02jsrrdgraph: binaryXHR: jshint style fixesPeter Wu1-257/+264
Added jshint comment on top, added "use strict". Added missing semi-colons, converted to '===' (after validation). Added comment for `typeof strData == "unknown"`. Break one long line over two lines. There are no other changes except for whitespace and line ending changes. Check with `git diff -w`.
2014-07-25jsrrdgraph: Fix get reponseText in FetchBinaryURLManuel Luis SanmartĂ­n Rozada1-1/+1
2014-07-25jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1Manuel Luis SanmartĂ­n Rozada1-23/+46
2013-05-10import js directory from jsrrdgraph for client side graph renderingPim van den Berg1-0/+234
Source: https://github.com/manuelluis/jsrrdgraph@276b880