leitner
|
f1c7c0462b
|
brag about my io exploits ;)
|
2003-09-06 01:39:19 +00:00 |
|
leitner
|
dc09a17215
|
fix
|
2003-09-06 01:37:54 +00:00 |
|
leitner
|
b1a8110926
|
epoll now works enough for test/io5
|
2003-09-06 01:36:50 +00:00 |
|
leitner
|
d213018a01
|
more kqueue/epoll
|
2003-09-06 01:15:00 +00:00 |
|
leitner
|
c55706c7da
|
BSD still sucks
|
2003-09-06 00:56:21 +00:00 |
|
leitner
|
c6d746a042
|
more bsd compat
|
2003-09-06 00:55:17 +00:00 |
|
leitner
|
b201df5c9e
|
more BSD compat
|
2003-09-06 00:54:27 +00:00 |
|
leitner
|
402af4190d
|
cvsignore the new tests and remove their results in make clean
|
2003-09-06 00:53:05 +00:00 |
|
leitner
|
61d7ecbdc2
|
add epoll and kqueue tests
|
2003-09-06 00:52:11 +00:00 |
|
leitner
|
149c908c8a
|
more error messages in io5 test
|
2003-09-06 00:07:23 +00:00 |
|
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 |
|