9 Commits

Author SHA1 Message Date
leitner
c8156a9841 add man page and unit tests for scan_base64url 2017-07-30 13:41:43 +00:00
leitner
84d3e6a7b4 fmt_jsonescape: convert utf-8 >ffff to \u escaped surrogate pair 2017-07-25 18:46:24 +00:00
leitner
8bdf66a1f5 add scan_html_tagarg 2014-09-17 13:58:59 +00:00
leitner
1d723c8da4 scan_html forgot to output '<' when it did not know the tag coming in 2014-09-17 13:43:54 +00:00
leitner
35942878c2 $ make WERROR=-Werror now builds with -Werror
add some single char escaping routines to fmt.h
pull in html5 entities from w3c and use those to do a proper scan_html decoding
fix an off-by-one in fmt_to_array
add a ton of unit tests for the fmt routines
2014-03-13 22:25:20 +00:00
leitner
3004b518ef switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
leitner
60d00ede11 remove some warnings 2004-01-06 23:26:55 +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
0546ea048c add html encoders
add vd (mldonkey support program) as test for socket API
2003-04-23 20:17:57 +00:00