9 Commits

Author SHA1 Message Date
leitner
26a193bff0 - and _ are also safe characters 2016-11-23 01:36:27 +00:00
leitner
d26b8082d8 shut up new gcc 6 warnings 2016-04-27 14:07:49 +00:00
leitner
e0a6a1cb84 try to catch malicious input in textcode fmt_* functions 2007-06-28 21:00:40 +00:00
leitner
3004b518ef switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
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.
2005-03-30 13:22:17 +00:00
leitner
3279ca84f8 don't use black list for urlencoding, use white list. 2003-09-29 01:12:36 +00:00
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
2003-09-19 19:08:13 +00:00
leitner
93e07c1174 add + to unsafe characters in fmt_urlencoded 2003-09-15 10:45:26 +00:00
leitner
f688af068b add url encoding 2002-04-30 18:39:37 +00:00