leitner
|
824630a489
|
more BSD compat
|
2003-09-06 00:03:27 +00:00 |
|
leitner
|
08b68f1bdc
|
EPROTO -> EINVAL for BSD backwards compatibility (did I mention that BSD *sucks*?)
|
2003-09-05 23:59:17 +00:00 |
|
leitner
|
eb563422c8
|
add io_canread and io_canwrite
|
2003-09-05 22:59:58 +00:00 |
|
leitner
|
325a6176ca
|
write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
|
2003-09-05 22:59:40 +00:00 |
|
leitner
|
8cd9323a1b
|
add waituntil and waituntil2 (internal)
|
2003-09-05 21:29:05 +00:00 |
|
leitner
|
ef0495b5e2
|
reverse return code for safemult API to conform to newer djb APIs
|
2003-09-05 21:25:51 +00:00 |
|
leitner
|
f2d8be239f
|
oops, forgot !
|
2003-09-05 21:12:24 +00:00 |
|
leitner
|
63e070c1cb
|
add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
|
2003-09-05 21:09:14 +00:00 |
|
leitner
|
e14b48d8b3
|
two test programs straight from djb's documentation
|
2003-09-02 00:14:33 +00:00 |
|
leitner
|
49818590ee
|
beginnings of the io library
|
2003-09-02 00:14:04 +00:00 |
|
leitner
|
c845e84c37
|
add man pages for array API
|
2003-09-01 17:59:12 +00:00 |
|
leitner
|
9e8043f4d8
|
change case_*b from char* to void* so it is function pointer compatible
to byte_*
|
2003-09-01 15:28:51 +00:00 |
|
leitner
|
5226dd010d
|
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 |
|
leitner
|
d1df715971
|
add API for integer multiplication with overflow detection
|
2003-08-22 15:03:10 +00:00 |
|
leitner
|
ccc0a23183
|
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 |
|
leitner
|
2a90560c44
|
small demo for token reading
|
2003-06-08 22:10:29 +00:00 |
|
leitner
|
a327b75831
|
add buffer_fromsa (make virtual buffer from stralloc)
|
2003-06-08 22:10:10 +00:00 |
|
leitner
|
558c6128fe
|
better and more predication, improved documentation
|
2003-06-08 21:20:36 +00:00 |
|
leitner
|
b36f12a121
|
document changes
|
2003-06-08 20:02:09 +00:00 |
|
leitner
|
36c6f04ed9
|
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 |
|
leitner
|
11ff22f33c
|
vd now sends argv[0] instead of "vd"
|
2003-06-08 18:16:01 +00:00 |
|
leitner
|
4a7692f4d7
|
one more scan test
|
2003-05-27 21:44:29 +00:00 |
|
leitner
|
7f3c1ccc0c
|
improve range check
|
2003-05-27 20:31:25 +00:00 |
|
leitner
|
674a60b278
|
rename Makefile to GNUmakefile; create Makefile target
|
2003-05-27 20:18:09 +00:00 |
|
leitner
|
53b201046e
|
extended socket API; you can now pass NULL to ignore results you don't
need
|
2003-05-27 19:00:44 +00:00 |
|
leitner
|
f828d295ce
|
shortcut str_len to strlen on dietlibc
|
2003-05-26 22:26:45 +00:00 |
|
leitner
|
cd666a2b09
|
make str_len an alias for strlen when on diet libc
|
2003-05-23 13:07:17 +00:00 |
|
leitner
|
8f3278e62e
|
add man page for scan_longlong
|
2003-05-04 16:21:28 +00:00 |
|
leitner
|
33498d7c2d
|
add small scan test
|
2003-05-04 16:20:08 +00:00 |
|
leitner
|
09e6dc97e3
|
add long long scanning support
|
2003-05-04 16:19:48 +00:00 |
|
leitner
|
72ba2ad6b5
|
add beginnings of integer range checking
|
2003-05-01 21:25:04 +00:00 |
|
leitner
|
5674c5186d
|
add long long fmt routines
|
2003-05-01 20:40:41 +00:00 |
|
leitner
|
734b248bdc
|
fix typo in buffer_GETC
|
2003-04-28 20:58:04 +00:00 |
|
leitner
|
f7c6b5b3ee
|
another small mldonkey helper
|
2003-04-28 11:20:25 +00:00 |
|
leitner
|
9e85dc61a0
|
add scan_httpdate
|
2003-04-27 17:11:50 +00:00 |
|
leitner
|
40bba8865b
|
add fmt_human, fmt_humank and fmt_httpdate
|
2003-04-27 16:11:47 +00:00 |
|
leitner
|
a3b08eb5e5
|
add fmt_human and fmt_humank
|
2003-04-25 19:06:19 +00:00 |
|
leitner
|
0546ea048c
|
add html encoders
add vd (mldonkey support program) as test for socket API
|
2003-04-23 20:17:57 +00:00 |
|
leitner
|
b938a069db
|
improve MIME handling (accept Base64 as base64)
|
2003-04-02 15:22:22 +00:00 |
|
leitner
|
71deab2eec
|
remove warnings
|
2003-02-27 17:26:39 +00:00 |
|
leitner
|
b4f14ed6f7
|
add stralloc versions of textcode (Kai Ruemmler)
|
2003-02-27 17:23:14 +00:00 |
|
leitner
|
f8409a0787
|
more man page typos
|
2003-01-27 02:16:43 +00:00 |
|
leitner
|
e3b6d64e70
|
fix typo (Hynek)
|
2003-01-25 17:17:55 +00:00 |
|
leitner
|
2911ccae43
|
better "cut here" line handling for uuencoded files
|
2003-01-17 14:49:33 +00:00 |
|
leitner
|
2b793c7244
|
accept longer input
|
2003-01-16 00:31:55 +00:00 |
|
leitner
|
21df155d61
|
add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
|
2002-12-15 15:50:22 +00:00 |
|
leitner
|
92594f480b
|
use sys/poll.h instead of poll.h for iopause
scan_ip6 returned 1 for "::"
|
2002-12-07 14:54:43 +00:00 |
|
leitner
|
98c7cda40a
|
wrong prototype
|
2002-11-12 20:15:11 +00:00 |
|
leitner
|
8efd8293a0
|
add stralloc_equal and stralloc_equals
|
2002-10-28 20:17:03 +00:00 |
|
leitner
|
2cd4641da9
|
add stralloc_diff and stralloc_diffs
|
2002-10-28 20:15:03 +00:00 |
|