Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into paint-integrationpaint-integration | Kornelius Kalnbach | 2016-02-13 | 32 | -524/+1188 |
|\ | |||||
| * | document new option to keep tabs | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #173 from benbasson/dollar-in-object-names | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| |\ | | | | | | | Allow $ in SQL identifiers | ||||
| | * | Allow $ in SQL object names. | BenBasson | 2014-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | don't ruin indentation | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | skip over interpolation if not nested | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | check for keys with escape sequences, too | Kornelius Kalnbach | 2016-02-13 | 2 | -2/+11 |
| | | | |||||
| * | | allow indentation of squiggly heredoc delimiter | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | add support for Ruby 2.3 squiggly heredocruby-2.3 | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | add support for Ruby 2.3 safe navigation operator | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | add support for Ruby 2.2 quoted hash keys | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+5 |
| | | | | | | | | | KNOWN ISSUE: string interpolation will not work! | ||||
| * | | add support for Ruby 2.1 number literal suffixes | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+4 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | 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 |
| | | | |||||
| | * | rename local variable | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+2 |
| | | | |||||
| | * | don't dup @span_for_kinds hash keys | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+1 |
| | | | |||||
| | * | no attack vector found | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | | | |||||
| | * | Merge branch 'master' into fix-cache-attack | Kornelius Kalnbach | 2013-07-21 | 3 | -6/+6 |
| | |\ | |||||
| | * | | mark possibly problematic spots with FIXME | Kornelius Kalnbach | 2013-07-20 | 9 | -0/+15 |
| | | | | |||||
| * | | | rename protected method in FileType | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+2 |
| | |/ | |/| | |||||
| * | | check token kinds in Lint encoders | Kornelius Kalnbach | 2013-07-21 | 3 | -6/+6 |
| |/ | |||||
| * | add Ruby 2 syntax: %i(…) and %I(…) | Kornelius Kalnbach | 2013-07-20 | 2 | -2/+5 |
| | | |||||
| * | allow unicode characters in char literals | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+2 |
| | | |||||
| * | be a bit more graceful with buggy Go strings | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+3 |
| | | |||||
| * | tweak numeral tokens handling (#147) | Kornelius Kalnbach | 2013-07-13 | 1 | -10/+10 |
| | | |||||
| * | Merge branch 'master' into go-scanner | Kornelius Kalnbach | 2013-07-13 | 2 | -22/+19 |
| |\ | |||||
| | * | fix CSS scanner for things like "nth-child(2n)" | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 |
| | | | |||||
| | * | fix #143 (Sass scanner key vs tag heuristic) | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 |
| | | | |||||
| | * | fix #139: don't scan for :include after eos | Kornelius Kalnbach | 2013-07-13 | 1 | -0/+2 |
| | | | |||||
| | * | split '" string states in Sass scanner (edge case) | Kornelius Kalnbach | 2013-07-13 | 1 | -16/+11 |
| | | | |||||
| | * | don't change value of objects you don't own | Kornelius Kalnbach | 2013-07-12 | 2 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' into go-scanner | Kornelius Kalnbach | 2013-06-30 | 3 | -8/+66 |
| |\ \ | | |/ | |||||
| | * | add Lint encoder; do we still need DebugLint? | Kornelius Kalnbach | 2013-06-30 | 2 | -7/+62 |
| | | | |||||
| | * | revert trimming spaces | Nathan Youngman | 2013-06-23 | 1 | -18/+18 |
| | | |