10 Commits (master)

Author SHA1 Message Date
leitner 03feeb7ef2 make check can now run in parallel 4 years ago
leitner c8156a9841 add man page and unit tests for scan_base64url 7 years ago
leitner 84d3e6a7b4 fmt_jsonescape: convert utf-8 >ffff to \u escaped surrogate pair 7 years ago
leitner 8bdf66a1f5 add scan_html_tagarg 10 years ago
leitner 1d723c8da4 scan_html forgot to output '<' when it did not know the tag coming in 10 years ago
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
11 years ago
leitner 3004b518ef switch to size_t and ssize_t 18 years ago
leitner 60d00ede11 remove some warnings 21 years ago
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
21 years ago
leitner 0546ea048c add html encoders
add vd (mldonkey support program) as test for socket API
22 years ago