Commit Graph

717 Commits

Author SHA1 Message Date
Felix von Leitner dbdba0237f experimental io_batch implementation 2003-09-08 20:29:39 +00:00
Felix von Leitner 7f6d876784 open files in large file mode 2003-09-08 17:43:02 +00:00
Felix von Leitner 42199d6c25 add io_timeouted 2003-09-08 17:37:23 +00:00
Felix von Leitner ffbd0f895b add io_sendfile with BSD support 2003-09-08 17:36:31 +00:00
Felix von Leitner 047b6400fc remove obsolete extern from header files 2003-09-06 23:49:47 +00:00
Felix von Leitner f70b907066 make the accepted connections non-blocking, too 2003-09-06 02:44:21 +00:00
Felix von Leitner 4710df4444 brag about my io exploits ;) 2003-09-06 01:39:19 +00:00
Felix von Leitner cab3e9970c fix 2003-09-06 01:37:54 +00:00
Felix von Leitner 8c30d167c6 epoll now works enough for test/io5 2003-09-06 01:36:50 +00:00
Felix von Leitner e81432667d more kqueue/epoll 2003-09-06 01:15:00 +00:00
Felix von Leitner e9c1559f7e BSD still sucks 2003-09-06 00:56:21 +00:00
Felix von Leitner 4f44b2fe9f more bsd compat 2003-09-06 00:55:17 +00:00
Felix von Leitner 2bfd03db57 more BSD compat 2003-09-06 00:54:27 +00:00
Felix von Leitner 0e172d2f56 cvsignore the new tests and remove their results in make clean 2003-09-06 00:53:05 +00:00
Felix von Leitner cfdfd14b4c add epoll and kqueue tests 2003-09-06 00:52:11 +00:00
Felix von Leitner 3587b749d1 more error messages in io5 test 2003-09-06 00:07:23 +00:00
Felix von Leitner 2e1b8aef8e more BSD compat 2003-09-06 00:04:57 +00:00
Felix von Leitner 316a38ae42 more BSD compat 2003-09-06 00:03:27 +00:00
Felix von Leitner 5418c27f2a EPROTO -> EINVAL for BSD backwards compatibility (did I mention that BSD *sucks*?) 2003-09-05 23:59:17 +00:00
Felix von Leitner 200f07718d add io_canread and io_canwrite 2003-09-05 22:59:58 +00:00
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
2003-09-05 22:59:40 +00:00
Felix von Leitner d8d68112b8 add waituntil and waituntil2 (internal) 2003-09-05 21:29:05 +00:00
Felix von Leitner 7c5beaf741 reverse return code for safemult API to conform to newer djb APIs 2003-09-05 21:25:51 +00:00
Felix von Leitner 28c1c46cad oops, forgot ! 2003-09-05 21:12:24 +00:00
Felix von Leitner 4c41a88194 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
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