Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-25 | Update formatting | 1 | -4/+1 | ||
2019-06-14 | Change askama_escape to require UTF-8 strings | 1 | -24/+25 | ||
2019-01-12 | Specify a trait that handles the output format's escaping | 1 | -55/+108 | ||
2019-01-12 | Slightly simplify escaping code | 1 | -19/+21 | ||
2019-01-06 | Improved rendering time (#190) | 1 | -1/+23 | ||
* Improved rendering time * Fix useless codes | |||||
2018-12-08 | Use 2018 edition idioms | 1 | -3/+3 | ||
2018-11-07 | Create askama_escape crate | 1 | -0/+0 | ||
2018-11-05 | Reorder and tweak code style a little bit | 1 | -19/+18 | ||
2018-11-05 | Improve performance simplify | 1 | -32/+20 | ||
2018-11-05 | Escape into Formatter | 1 | -50/+53 | ||
2018-11-05 | Improve performance of html escape | 1 | -46/+39 | ||
2018-10-25 | Fix off-by-one error with HTML escaping | 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. | |||||
2018-06-21 | Fix formatting with cargo fmt | 1 | -13/+34 | ||
2017-11-21 | Apply suggestions from rustfmt to improve style | 1 | -8/+4 | ||
2017-09-07 | Rewrite escapable() to prevent duplication | 1 | -3/+6 | ||
2017-09-07 | Extend escaping according to OWASP recommendations | 1 | -2/+5 | ||
2017-09-04 | Escape all strings with character entities by default (fixes #23) | 1 | -0/+43 | ||
2017-09-04 | Move escaping algorithm into a separate module | 1 | -0/+50 | ||