libowfat/textcode
leitner 0546ea048c add html encoders
add vd (mldonkey support program) as test for socket API
..
base64.c more textcode stuff
fmt_base64.c add base64 scanner
fmt_base64_sa.c add stralloc versions of textcode (Kai Ruemmler)
fmt_hexdump.c make fmt_hexdump use lowercase letters
fmt_hexdump_sa.c add stralloc versions of textcode (Kai Ruemmler)
fmt_html.c add html encoders
fmt_quotedprintable.c quoted unprintable
fmt_quotedprintable_sa.c add stralloc versions of textcode (Kai Ruemmler)
fmt_urlencoded.c add url encoding
fmt_urlencoded_sa.c remove warnings
fmt_uuencoded.c add textcode api for uuencode and uudecode, base64 and quoted printable.
fmt_uuencoded_sa.c remove warnings
fmt_yenc.c add yenc
fmt_yenc_sa.c add stralloc versions of textcode (Kai Ruemmler)
scan_base64.c add base64 scanner
scan_base64_sa.c add stralloc versions of textcode (Kai Ruemmler)
scan_hexdump.c add stralloc versions of textcode (Kai Ruemmler)
scan_hexdump_sa.c add stralloc versions of textcode (Kai Ruemmler)
scan_html.c add html encoders
scan_quotedprintable.c quoted unprintable
scan_quotedprintable_sa.c add stralloc versions of textcode (Kai Ruemmler)
scan_urlencoded.c missing else
scan_urlencoded_sa.c add stralloc versions of textcode (Kai Ruemmler)
scan_uuencoded.c add base64 scanner
scan_uuencoded_sa.c add stralloc versions of textcode (Kai Ruemmler)
scan_yenc.c add yenc
scan_yenc_sa.c add stralloc versions of textcode (Kai Ruemmler)