7 Commits (33fcc42d09c20f9026619b564708b0d535589a84)

Author SHA1 Message Date
Felix von Leitner b3b2c14973 add scan_html_tagarg 9 years ago
Felix von Leitner 95999b640a scan_html forgot to output '<' when it did not know the tag coming in 9 years ago
Felix von Leitner 6a1c199a99 $ 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
9 years ago
Felix von Leitner 0698149baf switch to size_t and ssize_t 17 years ago
Felix von Leitner 1432291266 remove some warnings 20 years ago
Felix von Leitner 640edc1651 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
20 years ago
Felix von Leitner 4a830369db add html encoders
add vd (mldonkey support program) as test for socket API
20 years ago