aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/escaping.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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