| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create askama_escape crate | 2018-11-07 | 1 | -100/+0 | |
| | | |||||
| * | Reorder and tweak code style a little bit | 2018-11-05 | 1 | -19/+18 | |
| | | |||||
| * | Improve performance simplify | 2018-11-05 | 1 | -32/+20 | |
| | | |||||
| * | Escape into Formatter | 2018-11-05 | 1 | -50/+53 | |
| | | |||||
| * | Improve performance of html escape | 2018-11-05 | 1 | -46/+39 | |
| | | |||||
| * | Fix off-by-one error with HTML escaping | 2018-10-25 | 1 | -1/+2 | |
| | | | | | | | If the second-to-last character of a string should be escaped, but not the last, the last character was not being included in the result. | ||||
| * | Fix formatting with cargo fmt | 2018-06-21 | 1 | -13/+34 | |
| | | |||||
| * | Apply suggestions from rustfmt to improve style | 2017-11-21 | 1 | -8/+4 | |
| | | |||||
| * | Rewrite escapable() to prevent duplication | 2017-09-07 | 1 | -3/+6 | |
| | | |||||
| * | Extend escaping according to OWASP recommendations | 2017-09-07 | 1 | -2/+5 | |
| | | |||||
| * | Escape all strings with character entities by default (fixes #23) | 2017-09-04 | 1 | -0/+43 | |
| | | |||||
| * | Move escaping algorithm into a separate module | 2017-09-04 | 1 | -0/+50 | |
