Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into autoloadautoload | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+3 |
|\ | |||||
| * | document new option to keep tabs | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | | |||||
| * | HTML envoder keeps \t with tab_width: false | Kornelius Kalnbach | 2014-05-17 | 1 | -1/+1 |
| | | | | | | | | Fixes #170 | ||||
* | | tweaks | Kornelius Kalnbach | 2013-10-22 | 1 | -1/+1 |
| | | |||||
* | | use autoload again | Kornelius Kalnbach | 2013-10-22 | 2 | -1/+191 |
|/ | |||||
* | 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 |
| | |||||
* | treat empty token as error in Debug encoder | Kornelius Kalnbach | 2013-06-09 | 1 | -0/+1 |
| | |||||
* | vastly improve Debug encoder speed on Ruby 1.9.3 | Kornelius Kalnbach | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | fix #41 by removing special case | Kornelius Kalnbach | 2013-03-10 | 1 | -17/+22 |
| | | | | Also, clean up some code. | ||||
* | remove ondblclick handler from HTML output | Kornelius Kalnbach | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | Update lib/coderay/encoders/html/numbering.rb | shura | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | add :string.:char, remove :regexp.:function color from terminal encode (GH #29) | Kornelius Kalnbach | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | rename :independent_lines option to :break_lines | Kornelius Kalnbach | 2012-04-02 | 1 | -5/+6 |
| | |||||
* | here come the white-space nazis | Kornelius Kalnbach | 2012-04-01 | 2 | -12/+13 |
| | |||||
* | Fixed handling of eols inside token content. | Etienne Massip | 2012-03-29 | 1 | -6/+10 |
| | |||||
* | Extracted code making HTML lines independent from numbering code to a ↵ | Etienne Massip | 2012-01-26 | 2 | -18/+25 |
| | | | | specific option in encoder. | ||||
* | Bug #6: merge ConradIrwin's approach with korny's | Kornelius Kalnbach | 2011-12-27 | 1 | -3/+3 |
| | |||||
* | Remove assumption about a stable $: | Conrad Irwin | 2011-12-23 | 1 | -3/+3 |
| | | | | | | | | | | In some environments (e.g. [1]) $: can change between loading the library and using it. To avoid this problem, we always pass an absolute path to autoload internal modules. [1] https://github.com/pry/pry/issues/280 | ||||
* | use bright blue because dark blue is hard to see on black terminal | Kornelius Kalnbach | 2011-12-15 | 1 | -6/+6 |
| | |||||
* | simplify HTML page layout (no border) | Kornelius Kalnbach | 2011-10-19 | 1 | -1/+9 |
| | |||||
* | cleanup JSON encoder gem loading | Kornelius Kalnbach | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | fix YAML encoder for Psych (damn!) | Kornelius Kalnbach | 2011-08-21 | 1 | -3/+1 |
| | |||||
* | fix YAML encoder for all Rubies (again!) | Kornelius Kalnbach | 2011-08-21 | 1 | -2/+2 |
| | |||||
* | fix YAML encoder for Ruby 1.8.7 | Kornelius Kalnbach | 2011-08-21 | 1 | -1/+1 |
| |