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 19c65ab54f fix two complaints by clang's static analyzer 5 years ago
..
base64.c
base64url.c add base64url support 9 years ago
fmt_base64.c
fmt_base64url.c add base64url support 9 years ago
fmt_cescape.c
fmt_foldwhitespace.c
fmt_hexdump.c
fmt_html.c
fmt_html_tagarg.c
fmt_jsonescape.c escape </script> in fmt_jsonescape 5 years ago
fmt_ldapescape.c shut up new gcc 6 warnings 9 years ago
fmt_ldapescape2.c be less restrictive (RFC says NUL CR and LF need to be escaped) 6 years ago
fmt_quotedprintable.c shut up new gcc 6 warnings 9 years ago
fmt_to_array.c
fmt_to_sa.c
fmt_tofrom_array.c
fmt_urlencoded.c - and _ are also safe characters 8 years ago
fmt_uuencoded.c shut up new gcc 6 warnings 9 years ago
fmt_xml.c
fmt_yenc.c remove new compiler warnings from gcc 7 8 years ago
scan_base64.3 update man pages 7 years ago
scan_base64.c add man page and unit tests for scan_base64url 8 years ago
scan_base64url.3 update man pages 7 years ago
scan_base64url.c add man pages for scan_urlencoded* 8 years ago
scan_cescape.3 update man pages 7 years ago
scan_cescape.c bring scan_cescape up to speed 8 years ago
scan_hexdump.3 update man pages 7 years ago
scan_hexdump.c man page and unit tests for scan_hexdump 8 years ago
scan_html.c add man page and unit tests for scan_base64url 8 years ago
scan_jsonescape.3 update man pages 7 years ago
scan_jsonescape.c fix two complaints by clang's static analyzer 5 years ago
scan_ldapescape.3 update man pages 7 years ago
scan_ldapescape.c don't write one more byte in error case 8 years ago
scan_quotedprintable.c
scan_to_array.c
scan_to_sa.c
scan_tofrom_array.c
scan_urlencoded.3 update man pages 7 years ago
scan_urlencoded.c add man pages for scan_urlencoded* 8 years ago
scan_urlencoded2.3 update man pages 7 years ago
scan_uuencoded.3 update man pages 7 years ago
scan_uuencoded.c move unit tests into each file (compile with -DUNITTEST) 8 years ago
scan_yenc.c