Commit Graph

392 Commits (8184a8b3226f0b12bf07918f42e5a35362503c3a)

Author SHA1 Message Date
Felix von Leitner 4ab0bb3627 two test programs straight from djb's documentation 2003-09-02 00:14:33 +00:00
Felix von Leitner bb3243fbe2 beginnings of the io library 2003-09-02 00:14:04 +00:00
Felix von Leitner 58bf3e91a3 add man pages for array API 2003-09-01 17:59:12 +00:00
Felix von Leitner fae591cfae change case_*b from char* to void* so it is function pointer compatible
to byte_*
2003-09-01 15:28:51 +00:00
Felix von Leitner c4b0574495 change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
2003-08-26 17:58:14 +00:00
Felix von Leitner 7a18b91761 add API for integer multiplication with overflow detection 2003-08-22 15:03:10 +00:00
Felix von Leitner c3d62bbd0c add int64 type to uint64.h
add io.h as per http://cr.yp.to/lib/io.html
2003-08-03 22:24:32 +00:00
Felix von Leitner 9517694e6d small demo for token reading 2003-06-08 22:10:29 +00:00
Felix von Leitner 1e0728abd0 add buffer_fromsa (make virtual buffer from stralloc) 2003-06-08 22:10:10 +00:00
Felix von Leitner 3961f3e67e better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
Felix von Leitner 2333df3f4f document changes 2003-06-08 20:02:09 +00:00
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.
2003-06-08 20:01:11 +00:00
Felix von Leitner 97f1262587 vd now sends argv[0] instead of "vd" 2003-06-08 18:16:01 +00:00
Felix von Leitner ba35ddb4ee one more scan test 2003-05-27 21:44:29 +00:00
Felix von Leitner 1c8392ab3e improve range check 2003-05-27 20:31:25 +00:00
Felix von Leitner 1d18bc4f89 rename Makefile to GNUmakefile; create Makefile target 2003-05-27 20:18:09 +00:00
Felix von Leitner dd6d025137 extended socket API; you can now pass NULL to ignore results you don't
need
2003-05-27 19:00:44 +00:00
Felix von Leitner e4853fbd2b shortcut str_len to strlen on dietlibc 2003-05-26 22:26:45 +00:00
Felix von Leitner 0c1b27f05f make str_len an alias for strlen when on diet libc 2003-05-23 13:07:17 +00:00
Felix von Leitner 733c2fbfbd add man page for scan_longlong 2003-05-04 16:21:28 +00:00
Felix von Leitner 93b1827877 add small scan test 2003-05-04 16:20:08 +00:00
Felix von Leitner 3c467361fd add long long scanning support 2003-05-04 16:19:48 +00:00
Felix von Leitner 7f380d9e13 add beginnings of integer range checking 2003-05-01 21:25:04 +00:00
Felix von Leitner 0a989950f6 add long long fmt routines 2003-05-01 20:40:41 +00:00
Felix von Leitner c44e273bde fix typo in buffer_GETC 2003-04-28 20:58:04 +00:00
Felix von Leitner a62bdad92f another small mldonkey helper 2003-04-28 11:20:25 +00:00
Felix von Leitner bfe8319361 add scan_httpdate 2003-04-27 17:11:50 +00:00
Felix von Leitner 7751ba7082 add fmt_human, fmt_humank and fmt_httpdate 2003-04-27 16:11:47 +00:00
Felix von Leitner e47b02cdf7 add fmt_human and fmt_humank 2003-04-25 19:06:19 +00:00
Felix von Leitner 4a830369db add html encoders
add vd (mldonkey support program) as test for socket API
2003-04-23 20:17:57 +00:00
Felix von Leitner 9d4b503740 improve MIME handling (accept Base64 as base64) 2003-04-02 15:22:22 +00:00
Felix von Leitner 1f2e5366b8 remove warnings 2003-02-27 17:26:39 +00:00
Felix von Leitner 23247995b1 add stralloc versions of textcode (Kai Ruemmler) 2003-02-27 17:23:14 +00:00
Felix von Leitner 4d21334dee more man page typos 2003-01-27 02:16:43 +00:00
Felix von Leitner 53d0606cdd fix typo (Hynek) 2003-01-25 17:17:55 +00:00
Felix von Leitner 0b9e456fbb better "cut here" line handling for uuencoded files 2003-01-17 14:49:33 +00:00
Felix von Leitner 95ce7efa70 accept longer input 2003-01-16 00:31:55 +00:00
Felix von Leitner fc437173ee add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
2002-12-15 15:50:22 +00:00
Felix von Leitner 623f2afe51 use sys/poll.h instead of poll.h for iopause
scan_ip6 returned 1 for "::"
2002-12-07 14:54:43 +00:00
Felix von Leitner a1f3097c9f wrong prototype 2002-11-12 20:15:11 +00:00
Felix von Leitner e34c6ecc72 add stralloc_equal and stralloc_equals 2002-10-28 20:17:03 +00:00
Felix von Leitner 3e4db0c7c9 add stralloc_diff and stralloc_diffs 2002-10-28 20:15:03 +00:00
Felix von Leitner 9b97f2fb1f simplistic support for single-part yenc 2002-10-28 19:49:00 +00:00
Felix von Leitner 354e4d92ae man pages gave wrong include path (Hynek Schlawack) 2002-10-24 20:28:52 +00:00
Felix von Leitner 8e42301f8c flush buffer_2 properly and cleanup 2002-10-23 18:22:58 +00:00
Felix von Leitner ec1573379d doppel-oops 2002-10-23 15:17:41 +00:00
Felix von Leitner c119be2fa6 oops 2002-10-23 15:11:33 +00:00
Felix von Leitner f0cc6c8e4d less verbose reconstruction reporting 2002-10-23 15:10:57 +00:00
Felix von Leitner fdae50f0d8 change warning output 2002-10-23 15:01:06 +00:00
Felix von Leitner d0a1c0fe99 yenc reconstruction feature for uudecode 2002-10-22 19:14:54 +00:00