187 Commits (7a18b91761a5a6ea9be032be29922410fe5e1fe0)
 

Author SHA1 Message Date
Felix von Leitner 7a18b91761 add API for integer multiplication with overflow detection 20 years ago
Felix von Leitner c3d62bbd0c add int64 type to uint64.h
add io.h as per http://cr.yp.to/lib/io.html
20 years ago
Felix von Leitner 9517694e6d small demo for token reading 20 years ago
Felix von Leitner 1e0728abd0 add buffer_fromsa (make virtual buffer from stralloc) 20 years ago
Felix von Leitner 3961f3e67e better and more predication, improved documentation 20 years ago
Felix von Leitner 2333df3f4f document changes 20 years ago
Felix von Leitner 271d97d5c9 scan_uint and scan_ushort will now abort if the result does not fit in
uint or ushort as opposed to ulong.
20 years ago
Felix von Leitner 97f1262587 vd now sends argv[0] instead of "vd" 20 years ago
Felix von Leitner ba35ddb4ee one more scan test 20 years ago
Felix von Leitner 1c8392ab3e improve range check 20 years ago
Felix von Leitner 1d18bc4f89 rename Makefile to GNUmakefile; create Makefile target 20 years ago
Felix von Leitner dd6d025137 extended socket API; you can now pass NULL to ignore results you don't
need
20 years ago
Felix von Leitner e4853fbd2b shortcut str_len to strlen on dietlibc 20 years ago
Felix von Leitner 0c1b27f05f make str_len an alias for strlen when on diet libc 20 years ago
Felix von Leitner 733c2fbfbd add man page for scan_longlong 20 years ago
Felix von Leitner 93b1827877 add small scan test 20 years ago
Felix von Leitner 3c467361fd add long long scanning support 20 years ago
Felix von Leitner 7f380d9e13 add beginnings of integer range checking 20 years ago
Felix von Leitner 0a989950f6 add long long fmt routines 20 years ago
Felix von Leitner c44e273bde fix typo in buffer_GETC 20 years ago
Felix von Leitner a62bdad92f another small mldonkey helper 20 years ago
Felix von Leitner bfe8319361 add scan_httpdate 20 years ago
Felix von Leitner 7751ba7082 add fmt_human, fmt_humank and fmt_httpdate 20 years ago
Felix von Leitner e47b02cdf7 add fmt_human and fmt_humank 20 years ago
Felix von Leitner 4a830369db add html encoders
add vd (mldonkey support program) as test for socket API
20 years ago
Felix von Leitner 9d4b503740 improve MIME handling (accept Base64 as base64) 20 years ago
Felix von Leitner 1f2e5366b8 remove warnings 21 years ago
Felix von Leitner 23247995b1 add stralloc versions of textcode (Kai Ruemmler) 21 years ago
Felix von Leitner 4d21334dee more man page typos 21 years ago
Felix von Leitner 53d0606cdd fix typo (Hynek) 21 years ago
Felix von Leitner 0b9e456fbb better "cut here" line handling for uuencoded files 21 years ago
Felix von Leitner 95ce7efa70 accept longer input 21 years ago
Felix von Leitner fc437173ee add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
21 years ago
Felix von Leitner 623f2afe51 use sys/poll.h instead of poll.h for iopause
scan_ip6 returned 1 for "::"
21 years ago
Felix von Leitner a1f3097c9f wrong prototype 21 years ago
Felix von Leitner e34c6ecc72 add stralloc_equal and stralloc_equals 21 years ago
Felix von Leitner 3e4db0c7c9 add stralloc_diff and stralloc_diffs 21 years ago
Felix von Leitner 9b97f2fb1f simplistic support for single-part yenc 21 years ago
Felix von Leitner 354e4d92ae man pages gave wrong include path (Hynek Schlawack) 21 years ago
Felix von Leitner 8e42301f8c flush buffer_2 properly and cleanup 21 years ago
Felix von Leitner ec1573379d doppel-oops 21 years ago
Felix von Leitner c119be2fa6 oops 21 years ago
Felix von Leitner f0cc6c8e4d less verbose reconstruction reporting 21 years ago
Felix von Leitner fdae50f0d8 change warning output 21 years ago
Felix von Leitner d0a1c0fe99 yenc reconstruction feature for uudecode 21 years ago
Felix von Leitner ebecdcd9cd add stralloc_init prototype 21 years ago
Felix von Leitner dd78faa2cb mention my email address 21 years ago
Felix von Leitner 15e2600e59 remove externs 21 years ago
Felix von Leitner 9568d23fe6 add two tests 21 years ago
Felix von Leitner b5c4e199cb add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
and stralloc_chop
21 years ago