Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | utils: add uh_htmlescape() helper | Jo-Philipp Wich | |
The uh_htmlescape() function returns a copy of the given string with the HTML special characters `<`, `>`, `"` and `'` replaced by HTML entities in hexadecimal notation. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2013-01-13 | relicense to ISC | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-03 | clean up / fix #include | Felix Fietkau | |
2013-01-02 | move timegm declaration to utils.h | Felix Fietkau | |
2013-01-02 | add uh_addr_rfc1918() | Felix Fietkau | |
2013-01-02 | change uh_b64decode to take a void pointer to avoid redundant ↵ | Felix Fietkau | |
signed/unsigned casts | |||
2013-01-01 | fix clearenv() on mac os x | Felix Fietkau | |
2013-01-01 | add uh_split_header() | Felix Fietkau | |
2013-01-01 | add uh_path_match() | Felix Fietkau | |
2012-12-30 | Initial implementation | Felix Fietkau | |