83 Commits (d8ce4dc2e530a68e79db324a085d434a2004c964)

Author SHA1 Message Date
leitner d8ce4dc2e5 fix signal race (Scott Lamb) 21 years ago
leitner 75c0d8546c add safemult man pages 21 years ago
leitner 4aecd26995 add more man pages 21 years ago
leitner 1d9075071f add some man pages 21 years ago
leitner 70e112b892 add fd passing functions 21 years ago
leitner 745c4affc5 add io_socketpair 21 years ago
leitner d1df8e4b7b add two useful little test programs 21 years ago
leitner 751b791701 document changes 21 years ago
leitner bf2678e1f1 bump version 21 years ago
leitner 25181575b6 fix ip6_fmt (martin paljak) 21 years ago
leitner c4828b888a credit for AIX and MacOS 21 years ago
leitner f21e1c57a3 macos x support 21 years ago
leitner f484ecdc5f support HP-UX sendfile (thanks Rolf Eike Beer) 21 years ago
leitner f52aa87441 more alloca fixes 21 years ago
leitner 0bae11b63e remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
21 years ago
leitner 6fdd2a9078 appending zero bytes to an empty array failed it 21 years ago
leitner 884e0b09b8 head -1 -> head -n 1 21 years ago
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
21 years ago
leitner f954d96659 *** empty log message *** 21 years ago
leitner 80a838177e more documentation 21 years ago
leitner 97043d279f make io_waituntil actually take an "until", not a "how long"
fix io_timeouted to ignore fds where no timeout has been set
21 years ago
leitner e86a457f5c harmonize semantics of io_sendfile and iob_send 21 years ago
leitner 2a2e1ddc75 add sigio support
extend code to cope with edge triggered event notification
add io_eagain() so that you can notify io_wait if accept() returned EAGAIN
21 years ago
leitner c2453002d3 add small explanation to iob.h 21 years ago
leitner b6258d3dfa remove obsolete extern from header files 21 years ago
leitner f1c7c0462b brag about my io exploits ;) 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 c845e84c37 add man pages for array API 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 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 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 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 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 b4f14ed6f7 add stralloc versions of textcode (Kai Ruemmler) 22 years ago
leitner f8409a0787 more man page typos 22 years ago
leitner e3b6d64e70 fix typo (Hynek) 22 years ago
leitner 21df155d61 add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
22 years ago
leitner 92594f480b use sys/poll.h instead of poll.h for iopause
scan_ip6 returned 1 for "::"
22 years ago
leitner 2cd4641da9 add stralloc_diff and stralloc_diffs 22 years ago
leitner b7154a5d3c man pages gave wrong include path (Hynek Schlawack) 22 years ago
leitner 4f91afcbd2 yenc reconstruction feature for uudecode 22 years ago