Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-27 | add some comments | Felix von Leitner | 1 | -0/+5 | |
2018-02-02 | don't escape poop emoji (emit as utf8 instead) | Felix von Leitner | 1 | -1/+1 | |
if input is not valid utf8, encode each invalid byte as utf8 in output | |||||
2016-02-28 | add base64url support (forgot header) | Felix von Leitner | 1 | -0/+5 | |
compile byte/* with -O3 | |||||
2014-09-17 | add scan_html_tagarg | Felix von Leitner | 1 | -13/+18 | |
2014-09-16 | add fmt_html_tagarg, fmt_xml | Felix von Leitner | 1 | -1/+8 | |
2014-03-29 | another attempt at a thread-safe array | Felix von Leitner | 1 | -1/+5 | |
2014-01-28 | add json encoding routines to textcode | Felix von Leitner | 1 | -14/+23 | |
2012-02-07 | make headers work in C++ | Felix von Leitner | 1 | -0/+8 | |
add two more variable length integer encoding functions | |||||
2010-06-03 | for installed header files, add comment saying where they came from | Felix von Leitner | 1 | -0/+1 | |
2007-06-28 | add fmt_ldapescape2 | Felix von Leitner | 1 | -0/+1 | |
2006-11-07 | switch to size_t and ssize_t | Felix von Leitner | 1 | -36/+38 | |
2006-05-18 | make socket_(tc|ud)p[46] actually return non-blocking sockets as | Felix von Leitner | 1 | -2/+16 | |
documented (Richard Lyons) | |||||
2005-03-30 | allow specifying more characters to encode for subset encoders (for | Felix von Leitner | 1 | -0/+16 | |
example, you can say that fmt_quotedprintable should also escape ':', if you want to use ':' as separator in a data file. | |||||
2005-02-21 | scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls | Felix von Leitner | 1 | -0/+1 | |
2003-09-19 | remove special case stralloc textcode functions | Felix von Leitner | 1 | -35/+62 | |
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-04-23 | add html encoders | Felix von Leitner | 1 | -0/+3 | |
add vd (mldonkey support program) as test for socket API | |||||
2003-02-27 | add stralloc versions of textcode (Kai Ruemmler) | Felix von Leitner | 1 | -0/+24 | |
2002-05-14 | new hexdump fmt and scan routines for textcode | Felix von Leitner | 1 | -0/+2 | |
2002-04-30 | add url encoding | Felix von Leitner | 1 | -2/+2 | |
2002-04-30 | more textcode stuff | Felix von Leitner | 1 | -0/+2 | |
2002-04-30 | add urlencode API | Felix von Leitner | 1 | -0/+7 | |
2002-04-29 | add textcode api for uuencode and uudecode, base64 and quoted printable. | Felix von Leitner | 1 | -0/+14 | |