306 Commits (03461c6eb1d617191ba2b6bd48668cb59fb05163)
 

Author SHA1 Message Date
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
leitner 8f3278e62e add man page for scan_longlong 22 years ago
leitner 33498d7c2d add small scan test 22 years ago
leitner 09e6dc97e3 add long long scanning support 22 years ago
leitner 72ba2ad6b5 add beginnings of integer range checking 22 years ago
leitner 5674c5186d add long long fmt routines 22 years ago
leitner 734b248bdc fix typo in buffer_GETC 22 years ago
leitner f7c6b5b3ee another small mldonkey helper 22 years ago
leitner 9e85dc61a0 add scan_httpdate 22 years ago
leitner 40bba8865b add fmt_human, fmt_humank and fmt_httpdate 22 years ago
leitner a3b08eb5e5 add fmt_human and fmt_humank 22 years ago
leitner 0546ea048c add html encoders
add vd (mldonkey support program) as test for socket API
22 years ago
leitner b938a069db improve MIME handling (accept Base64 as base64) 22 years ago
leitner 71deab2eec remove warnings 22 years ago
leitner b4f14ed6f7 add stralloc versions of textcode (Kai Ruemmler) 22 years ago
leitner f8409a0787 more man page typos 22 years ago