aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/escaping.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create askama_escape crateLibravatar bott2018-11-071-100/+0
|
* Reorder and tweak code style a little bitLibravatar Dirkjan Ochtman2018-11-051-19/+18
|
* Improve performance simplifyLibravatar bott2018-11-051-32/+20
|
* Escape into FormatterLibravatar Dirkjan Ochtman2018-11-051-50/+53
|
* Improve performance of html escapeLibravatar bott2018-11-051-46/+39
|
* Fix off-by-one error with HTML escapingLibravatar Benjamin Li2018-10-251-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 fmtLibravatar Dirkjan Ochtman2018-06-211-13/+34
|
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-8/+4
|
* Rewrite escapable() to prevent duplicationLibravatar Dirkjan Ochtman2017-09-071-3/+6
|
* Extend escaping according to OWASP recommendationsLibravatar Dirkjan Ochtman2017-09-071-2/+5
|
* Escape all strings with character entities by default (fixes #23)Libravatar Dirkjan Ochtman2017-09-041-0/+43
|
* Move escaping algorithm into a separate moduleLibravatar Dirkjan Ochtman2017-09-041-0/+50