Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into dsl | Kornelius Kalnbach | 2017-11-02 | 2 | -3/+3 |
|\ | |||||
| * | Get tests running with frozen string literals. | Pat Allan | 2017-06-28 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'possible-speedups' into dsl | Kornelius Kalnbach | 2016-06-13 | 1 | -38/+2 |
|\ \ | |||||
| * | | don't escape / | Kornelius Kalnbach | 2016-06-13 | 1 | -1/+1 |
| | | | |||||
| * | | use EscapeUtils | Kornelius Kalnbach | 2016-06-07 | 1 | -38/+2 |
| | | | |||||
* | | | Merge branch 'possible-speedups' into dsl | Kornelius Kalnbach | 2016-06-04 | 2 | -28/+47 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'master' into possible-speedups | Kornelius Kalnbach | 2016-06-04 | 1 | -0/+190 |
| |\ \ | | |/ | |||||
| * | | Merge branch 'master' into possible-speedups | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into possible-speedups | Kornelius Kalnbach | 2014-12-18 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/coderay/encoders/html.rb | ||||
| * | | | | don't escape " in HTML | Kornelius Kalnbach | 2013-11-20 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | even less API changes | Kornelius Kalnbach | 2013-10-03 | 2 | -3/+2 |
| | | | | | |||||
| * | | | | don't break old API | Kornelius Kalnbach | 2013-10-03 | 1 | -12/+13 |
| | | | | | |||||
| * | | | | cleanup changes into make_escape_cache | Kornelius Kalnbach | 2013-09-20 | 1 | -16/+27 |
| | | | | | |||||
| * | | | | cache escaped tokens, reduce HTML enc setup time | Kornelius Kalnbach | 2013-08-31 | 3 | -28/+37 |
| | | | | | |||||
* | | | | | Merge branch 'master' into dsl | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+190 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'master' into autoloadautoload | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+3 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | tweaks | Kornelius Kalnbach | 2013-10-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | use autoload again | Kornelius Kalnbach | 2013-10-22 | 2 | -1/+191 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'master' into dsl | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | document new option to keep tabs | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | |/ | |/| | |||||
* | | | 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 |
|/ / | |||||
* | | HTML envoder keeps \t with tab_width: false | Kornelius Kalnbach | 2014-05-17 | 1 | -1/+1 |
|/ | | | | Fixes #170 | ||||
* | fix coderay -HTML optionv1.1.0.rc5 | Kornelius Kalnbach | 2013-08-30 | 1 | -6/+8 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -2/+5 |
|\ | |||||
| * | check token kinds in Lint encoders | Kornelius Kalnbach | 2013-07-21 | 2 | -2/+5 |
| | | |||||
* | | mark possibly problematic spots with FIXME | Kornelius Kalnbach | 2013-07-20 | 2 | -0/+4 |
|/ | |||||
* | add Lint encoder; do we still need DebugLint? | Kornelius Kalnbach | 2013-06-30 | 2 | -7/+62 |
| | |||||
* | HTML encoder shouldn't warn about open tokens | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+0 |
| | |||||
* | DebugLint check open tokens at the end | Kornelius Kalnbach | 2013-06-23 | 1 | -7/+16 |
| | |||||
* | more helpful error messages from DebugLint | Kornelius Kalnbach | 2013-06-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into remove-dump | Kornelius Kalnbach | 2013-06-16 | 2 | -3/+2 |
|\ | | | | | | | | | Conflicts: lib/coderay/tokens.rb | ||||
| * | speedup HTML encoder numbering for Ruby 1.8.7+ | Kornelius Kalnbach | 2013-06-16 | 1 | -1/+1 |
| | | |||||
| * | cleanup TODOs, FIXMEs | Kornelius Kalnbach | 2013-06-16 | 2 | -2/+1 |
| | | |||||
* | | remove dump/undump functionality | Kornelius Kalnbach | 2013-06-13 | 1 | -1/+0 |
|/ | |||||
* | refactor check functionality to DebugLint encoder | Kornelius Kalnbach | 2013-06-13 | 2 | -15/+55 |
| | |||||
* | speedup/tweak debug encoder | Kornelius Kalnbach | 2013-06-13 | 1 | -11/+14 |
| | |||||
* | tweak Terminal encoder, cleanup token kinds | Kornelius Kalnbach | 2013-06-13 | 1 | -78/+101 |
| | |||||
* | tweak Taskpaper scanner, cleanup doc_string kind | Kornelius Kalnbach | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | cleanup HTML encoder CSS styles/classes algorithm (#135) | Kornelius Kalnbach | 2013-06-10 | 2 | -28/+40 |
| | |||||
* | simplify more HTML encoder methods (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -20/+17 |
| | |||||
* | cleanup HTML encoder #setup (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -38/+32 |
| | |||||
* | cleanup HTML encoder (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -33/+33 |
| | |||||
* | massively improve Terminal encoder speed | Kornelius Kalnbach | 2013-06-10 | 1 | -74/+67 |
| | |||||
* | whitespace | Kornelius Kalnbach | 2013-06-09 | 1 | -4/+2 |
| |