220 Commits (63149c4ed9c679a5216b20095c2936e66c9bb27e)
 

Author SHA1 Message Date
Felix von Leitner 63149c4ed9 add iob test 20 years ago
Felix von Leitner 533b9cadc0 bsd sendfile 20 years ago
Felix von Leitner 3bdee08a1f alloca.h 20 years ago
Felix von Leitner dbdba0237f experimental io_batch implementation 20 years ago
Felix von Leitner 7f6d876784 open files in large file mode 20 years ago
Felix von Leitner 42199d6c25 add io_timeouted 20 years ago
Felix von Leitner ffbd0f895b add io_sendfile with BSD support 20 years ago
Felix von Leitner 047b6400fc remove obsolete extern from header files 20 years ago
Felix von Leitner f70b907066 make the accepted connections non-blocking, too 20 years ago
Felix von Leitner 4710df4444 brag about my io exploits ;) 20 years ago
Felix von Leitner cab3e9970c fix 20 years ago
Felix von Leitner 8c30d167c6 epoll now works enough for test/io5 20 years ago
Felix von Leitner e81432667d more kqueue/epoll 20 years ago
Felix von Leitner e9c1559f7e BSD still sucks 20 years ago
Felix von Leitner 4f44b2fe9f more bsd compat 20 years ago
Felix von Leitner 2bfd03db57 more BSD compat 20 years ago
Felix von Leitner 0e172d2f56 cvsignore the new tests and remove their results in make clean 20 years ago
Felix von Leitner cfdfd14b4c add epoll and kqueue tests 20 years ago
Felix von Leitner 3587b749d1 more error messages in io5 test 20 years ago
Felix von Leitner 2e1b8aef8e more BSD compat 20 years ago
Felix von Leitner 316a38ae42 more BSD compat 20 years ago
Felix von Leitner 5418c27f2a EPROTO -> EINVAL for BSD backwards compatibility (did I mention that BSD *sucks*?) 20 years ago
Felix von Leitner 200f07718d add io_canread and io_canwrite 20 years ago
Felix von Leitner 092b5f860b write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
20 years ago
Felix von Leitner d8d68112b8 add waituntil and waituntil2 (internal) 20 years ago
Felix von Leitner 7c5beaf741 reverse return code for safemult API to conform to newer djb APIs 20 years ago
Felix von Leitner 28c1c46cad oops, forgot ! 20 years ago
Felix von Leitner 4c41a88194 add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
20 years ago
Felix von Leitner 4ab0bb3627 two test programs straight from djb's documentation 20 years ago
Felix von Leitner bb3243fbe2 beginnings of the io library 20 years ago
Felix von Leitner 58bf3e91a3 add man pages for array API 20 years ago
Felix von Leitner fae591cfae change case_*b from char* to void* so it is function pointer compatible
to byte_*
20 years ago
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)
20 years ago
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