119 Commits (c874604f12a609325ffc183e6ced21fd552ea934)

Author SHA1 Message Date
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
leitner 053aadde58 add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
and stralloc_chop
22 years ago
leitner 008a17b7c9 new version tag 22 years ago
leitner a31d25af17 document changes, and add dependency on iopause.h to t.c 22 years ago
leitner a0dbb50dc7 avoid SIGBUS in byte_copy 22 years ago
leitner 52b12478c6 only use faster byte_copy on i386 to avoid bus error 22 years ago
leitner e4832a2d23 scan_urlencoded should convert '+' to ' ' 23 years ago
leitner 12e2ed69b6 say what Jukka did 23 years ago
leitner dd9b39f970 credit Jukka in CHANGES 23 years ago
leitner 75a033e481 add buffer_putnlflush 23 years ago
leitner eb31b3eb62 add uint16_read API like uint32_read 23 years ago
leitner 44a5e65081 add uninstall target 23 years ago
leitner 12fbaf7c9c make buffer_get_token write \0 to buffer on end of file so it can be
distinguished from a length 0 token.
23 years ago
leitner 27fe10a2c2 add version 0.13 tag 23 years ago
leitner e0437a77ff add yenc 23 years ago
leitner f688af068b add url encoding 23 years ago
leitner 5a9a7e6f1a quoted unprintable 23 years ago
leitner d570a9c307 add textcode api for uuencode and uudecode, base64 and quoted printable. 23 years ago
leitner c607d1b01d mention man page fixes 23 years ago
leitner a7360d9385 fmt_long did not count the '-' 23 years ago
leitner 54c76b18f7 mention socket changes 23 years ago
leitner 6df029a2f8 add comments 23 years ago
leitner 176cea952b document fmt.h change 23 years ago
leitner ae4b409c55 add and update man pages. 23 years ago
leitner 57d1ff8ba6 document byte_copy bug 23 years ago
leitner f6d554da10 Fixed input buffers, thanks to David Lichteblau. 23 years ago
leitner b40bae5bf4 fmt_str was broken. It did not check for out==NULL 23 years ago
leitner 8ecb47a608 bsd and macosx compatibility 23 years ago
leitner b600e2ef32 document changes 23 years ago
leitner 3076acc1f2 0.7 did not exist. 24 years ago
leitner 84cd4773f4 add mmap library. 24 years ago
leitner 3f04a3d284 accept4 and accept6 24 years ago
leitner 762298de12 fmt_ulong did not output '0' properly. 24 years ago
leitner 3083708670 Initial revision 24 years ago