Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-21 | Fix formatting with cargo fmt | Dirkjan Ochtman | 1 | -13/+34 | |
2017-11-21 | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 1 | -8/+4 | |
2017-09-07 | Rewrite escapable() to prevent duplication | Dirkjan Ochtman | 1 | -3/+6 | |
2017-09-07 | Extend escaping according to OWASP recommendations | Dirkjan Ochtman | 1 | -2/+5 | |
2017-09-04 | Escape all strings with character entities by default (fixes #23) | Dirkjan Ochtman | 1 | -0/+43 | |
2017-09-04 | Move escaping algorithm into a separate module | Dirkjan Ochtman | 1 | -0/+50 | |