haproxy/include
Krzysztof Piotr Oledzki ba8d7d3916 [MINOR] Add chunk_htmlencode and chunk_asciiencode
Add two functions to encode input chunk replacing
non-printable, non ascii or special characters
with:
 "&#%u;"  - chunk_htmlencode
 "<%02X>" - chunk_asciiencode

Above functions should be used when adding strings, received
from possible unsafe sources, to html stats or logs.
2009-10-10 21:51:16 +02:00
..
common [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim() 2009-10-10 21:51:16 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MINOR] Add chunk_htmlencode and chunk_asciiencode 2009-10-10 21:51:16 +02:00
types [MINOR] add the "initial weight" to the server struct. 2009-10-10 19:34:06 +02:00