221 Commits (c2453002d3d970a4ed203df39dd460b21687f2db)
 

Author SHA1 Message Date
leitner c2453002d3 add small explanation to iob.h 21 years ago
leitner 6b59c8aee7 add TCP_CORK support 21 years ago
leitner 8fd1875041 make iob_send return aggregate total 21 years ago
leitner 3c4f34b95e add loop 21 years ago
leitner 63ba06c763 add iob test 21 years ago
leitner a36316a0a5 bsd sendfile 21 years ago
leitner 7e7f07f382 alloca.h 21 years ago
leitner 4c2fb93a53 experimental io_batch implementation 21 years ago
leitner eb554a0ceb open files in large file mode 21 years ago
leitner 1bd720d8a4 add io_timeouted 21 years ago
leitner dfe75af4bd add io_sendfile with BSD support 21 years ago
leitner b6258d3dfa remove obsolete extern from header files 21 years ago
leitner c080055248 make the accepted connections non-blocking, too 21 years ago
leitner f1c7c0462b brag about my io exploits ;) 21 years ago
leitner dc09a17215 fix 21 years ago
leitner b1a8110926 epoll now works enough for test/io5 21 years ago
leitner d213018a01 more kqueue/epoll 21 years ago
leitner c55706c7da BSD still sucks 21 years ago
leitner c6d746a042 more bsd compat 21 years ago
leitner b201df5c9e more BSD compat 21 years ago
leitner 402af4190d cvsignore the new tests and remove their results in make clean 21 years ago
leitner 61d7ecbdc2 add epoll and kqueue tests 21 years ago
leitner 149c908c8a more error messages in io5 test 21 years ago
leitner 824630a489 more BSD compat 21 years ago
leitner 08b68f1bdc EPROTO -> EINVAL for BSD backwards compatibility (did I mention that BSD *sucks*?) 21 years ago
leitner eb563422c8 add io_canread and io_canwrite 21 years ago
leitner 325a6176ca write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
21 years ago
leitner 8cd9323a1b add waituntil and waituntil2 (internal) 21 years ago
leitner ef0495b5e2 reverse return code for safemult API to conform to newer djb APIs 21 years ago
leitner f2d8be239f oops, forgot ! 21 years ago
leitner 63e070c1cb add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
21 years ago
leitner e14b48d8b3 two test programs straight from djb's documentation 21 years ago
leitner 49818590ee beginnings of the io library 21 years ago
leitner c845e84c37 add man pages for array API 21 years ago
leitner 9e8043f4d8 change case_*b from char* to void* so it is function pointer compatible
to byte_*
21 years ago
leitner 5226dd010d change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
21 years ago
leitner d1df715971 add API for integer multiplication with overflow detection 21 years ago
leitner ccc0a23183 add int64 type to uint64.h
add io.h as per http://cr.yp.to/lib/io.html
21 years ago
leitner 2a90560c44 small demo for token reading 22 years ago
leitner a327b75831 add buffer_fromsa (make virtual buffer from stralloc) 22 years ago
leitner 558c6128fe better and more predication, improved documentation 22 years ago
leitner b36f12a121 document changes 22 years ago
leitner 36c6f04ed9 scan_uint and scan_ushort will now abort if the result does not fit in
uint or ushort as opposed to ulong.
22 years ago
leitner 11ff22f33c vd now sends argv[0] instead of "vd" 22 years ago
leitner 4a7692f4d7 one more scan test 22 years ago
leitner 7f3c1ccc0c improve range check 22 years ago
leitner 674a60b278 rename Makefile to GNUmakefile; create Makefile target 22 years ago
leitner 53b201046e extended socket API; you can now pass NULL to ignore results you don't
need
22 years ago
leitner f828d295ce shortcut str_len to strlen on dietlibc 22 years ago
leitner cd666a2b09 make str_len an alias for strlen when on diet libc 22 years ago