Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Kornelius Kalnbach | 2016-02-13 | 1 | -4/+4 |
| | |||||
* | remove whitespace | Kornelius Kalnbach | 2016-02-13 | 4 | -16/+0 |
| | |||||
* | use setup | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | cleanup | Kornelius Kalnbach | 2016-02-13 | 2 | -2/+1 |
| | |||||
* | move setup to superclass | Kornelius Kalnbach | 2016-02-13 | 4 | -9/+6 |
| | |||||
* | move comment to the top | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | |||||
* | highlight generated C scanner (like the others) | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | add generated Lua scanner | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+184 |
| | |||||
* | add json scanner using RuleBasedScanner | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+92 |
| | |||||
* | warn about error tokens | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | use explicit pattern method | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | quick increment/decrement, yay! | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+19 |
| | |||||
* | Push and Pop take optional group argument now | Kornelius Kalnbach | 2016-02-13 | 1 | -8/+32 |
| | |||||
* | add explicit pattern method; make pattern optional | Kornelius Kalnbach | 2016-02-13 | 1 | -30/+33 |
| | |||||
* | fix comment | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | scanner tweaks | Kornelius Kalnbach | 2016-02-13 | 4 | -9/+12 |
| | |||||
* | just show the array | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+2 |
| | |||||
* | Debug encoder should count tokens for better inspection | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+10 |
| | |||||
* | add push/pop state, working on C scanner | Kornelius Kalnbach | 2015-04-22 | 2 | -5/+156 |
| | |||||
* | move RuleBasedScanner into own file | Kornelius Kalnbach | 2015-04-03 | 3 | -222/+223 |
| | |||||
* | add DSL CSS scanner | Kornelius Kalnbach | 2015-04-03 | 1 | -0/+125 |
| | |||||
* | add check_unless | Kornelius Kalnbach | 2015-04-03 | 1 | -2/+17 |
| | |||||
* | use instance variable instead of class variable | Kornelius Kalnbach | 2015-03-25 | 1 | -35/+35 |
| | |||||
* | finally, a version that is fast without eval! | Kornelius Kalnbach | 2015-03-25 | 2 | -0/+400 |
| | |||||
* | more work on DSL scanner for JavaScript | Kornelius Kalnbach | 2015-03-22 | 5 | -60/+812 |
| | |||||
* | first version of RuleBasedScanner for JavaScript | Kornelius Kalnbach | 2015-03-21 | 2 | -0/+369 |
| | |||||
* | this seems obsolete | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+0 |
| | |||||
* | no need to modify file_extension | Kornelius Kalnbach | 2015-03-21 | 4 | -4/+4 |
| | |||||
* | add alternative JSON scanners | Kornelius Kalnbach | 2015-03-21 | 5 | -18/+533 |
| | |||||
* | Merge branch 'master' into dsl | Kornelius Kalnbach | 2015-03-21 | 4 | -27/+19 |
|\ | |||||
| * | prevent running out of regexp stack | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+1 |
| | | |||||
| * | HTML envoder keeps \t with tab_width: false | Kornelius Kalnbach | 2014-05-17 | 1 | -1/+1 |
| | | | | | | | | Fixes #170 | ||||
| * | fix for #163 (SQL scanner), declare 1.1.1 | Kornelius Kalnbach | 2014-02-22 | 2 | -25/+17 |
| | | |||||
* | | ws | Kornelius Kalnbach | 2013-10-28 | 1 | -0/+1 |
| | | |||||
* | | experiment with JSON scanner | Kornelius Kalnbach | 2013-10-28 | 1 | -16/+17 |
|/ | |||||
* | final cleanupv1.1.0 | Kornelius Kalnbach | 2013-09-01 | 1 | -1/+0 |
| | |||||
* | fix coderay -HTML optionv1.1.0.rc5 | Kornelius Kalnbach | 2013-08-30 | 1 | -6/+8 |
| | |||||
* | Merge pull request #149 from rubychan/fix-cache-attack | Kornelius Kalnbach | 2013-08-23 | 6 | -41/+64 |
|\ | | | | | Fix Symbol/Cache attacks | ||||
| * | limit HTML encoder span_for_kinds cache sizev1.1.0.rc3 | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+4 |
| | | |||||
| * | no cache attacks possible, static input (CSS) | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+0 |
| | | |||||
| * | avoid cache attack in Ruby scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -7/+7 |
| | | | | | | (eg. using Unicode-delimited Fancy Strings) | ||||
| * | cleanup | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | | |||||
| * | no attack vector, there are only 2 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | | |||||
| * | no attack vector, there are only 4 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+0 |
| | | |||||
| * | FileType should guard against attacks here | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | | |||||
| * | tweak Debug scanners again, introduce :unknown token kind | Kornelius Kalnbach | 2013-07-21 | 3 | -23/+22 |
| | | |||||
| * | prevent Symbol attack in Debug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -17/+22 |
| | | |||||
| * | no attack vector found | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | | |||||
| * | cleanup Plugin, don't use #to_sym anymore | Kornelius Kalnbach | 2013-07-21 | 1 | -12/+11 |
| | | |||||
| * | prevent Symbol attack in Raydebug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+14 |
| | |