Commit Graph

21 Commits (421df2174c190cad9e69d9f30fb14f284aee3b89)

Author SHA1 Message Date
leitner 708e34ab7f don't escape poop emoji (emit as utf8 instead)
if input is not valid utf8, encode each invalid byte as utf8 in output
leitner dace178f25 add base64url support (forgot header)
compile byte/* with -O3
leitner 8bdf66a1f5 add scan_html_tagarg
leitner 0aa50a19a4 add fmt_html_tagarg, fmt_xml
leitner c548cce5a1 another attempt at a thread-safe array
leitner 1d2add208f add json encoding routines to textcode
leitner 4f1e1d300c make headers work in C++
add two more variable length integer encoding functions
leitner 928bfe5c09 for installed header files, add comment saying where they came from
leitner f28b0ee6b2 add fmt_ldapescape2
leitner 3004b518ef switch to size_t and ssize_t
leitner d361d81c64 make socket_(tc|ud)p[46] actually return non-blocking sockets as
documented (Richard Lyons)
leitner 60f3320ae0 allow specifying more characters to encode for subset encoders (for
example, you can say that fmt_quotedprintable should also escape ':', if
you want to use ':' as separator in a data file.
leitner f7809e36df scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls
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.