You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leitner 35942878c2 $ make WERROR=-Werror now builds with -Werror
add some single char escaping routines to fmt.h
pull in html5 entities from w3c and use those to do a proper scan_html decoding
fix an off-by-one in fmt_to_array
add a ton of unit tests for the fmt routines
11 years ago
..
base64.c more textcode stuff 23 years ago
fmt_base64.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_cescape.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_foldwhitespace.c switch to size_t and ssize_t 18 years ago
fmt_hexdump.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_html.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_jsonescape.c add json encoding routines to textcode 11 years ago
fmt_ldapescape.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_ldapescape2.c add fmt_ldapescape2 17 years ago
fmt_quotedprintable.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_to_array.c $ make WERROR=-Werror now builds with -Werror 11 years ago
fmt_to_sa.c switch to size_t and ssize_t 18 years ago
fmt_tofrom_array.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_urlencoded.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_uuencoded.c try to catch malicious input in textcode fmt_* functions 17 years ago
fmt_yenc.c try to catch malicious input in textcode fmt_* functions 17 years ago
scan_base64.c switch to size_t and ssize_t 18 years ago
scan_cescape.c switch to size_t and ssize_t 18 years ago
scan_hexdump.c switch to size_t and ssize_t 18 years ago
scan_html.c $ make WERROR=-Werror now builds with -Werror 11 years ago
scan_jsonescape.c | not + 11 years ago
scan_ldapescape.c switch to size_t and ssize_t 18 years ago
scan_quotedprintable.c switch to size_t and ssize_t 18 years ago
scan_to_array.c switch to size_t and ssize_t 18 years ago
scan_to_sa.c switch to size_t and ssize_t 18 years ago
scan_tofrom_array.c switch to size_t and ssize_t 18 years ago
scan_urlencoded.c switch to size_t and ssize_t 18 years ago
scan_uuencoded.c switch to size_t and ssize_t 18 years ago
scan_yenc.c switch to size_t and ssize_t 18 years ago