Commit Graph

8 Commits (963fa817de9bcf1a359da5ee15fc680887d96b02)

Author SHA1 Message Date
leitner a8f6a1c121 remove special case stralloc textcode functions
write generic stralloc and array textcode wrapper functions
change textcode API to use long instead of int
add cescape fmt and scan functions to textcode
add fmt_foldwhitespace to textcode
leitner 0546ea048c add html encoders
add vd (mldonkey support program) as test for socket API
leitner b4f14ed6f7 add stralloc versions of textcode (Kai Ruemmler)
leitner 58334b0ea2 new hexdump fmt and scan routines for textcode
leitner f688af068b add url encoding
leitner 271b380cb3 more textcode stuff
leitner a262056a41 add urlencode API
leitner d570a9c307 add textcode api for uuencode and uudecode, base64 and quoted printable.