107 Commits (d6b7c298084570ea6f2ff13bc2286f2f5cae82b8)

Author SHA1 Message Date
leitner d6b7c29808 uh, the scope_id detection #defined the wrong constant. libowfat
always thought there was no scope_id.  Oops.
20 years ago
leitner 4a3c687ea9 version bump 20 years ago
leitner 3407e87536 fix make tar target 20 years ago
leitner fd4344f3c0 how could this ever have worked? 20 years ago
leitner b617d63d1e update dependencies
add errmsg_info and msg
20 years ago
leitner 86cfc33dab add iob_write (send io batch through callback, e.g. for SSL) 20 years ago
leitner b48ce77792 add iob_write (to write an io batch through a callback) 20 years ago
leitner 5eb1cdf888 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
20 years ago
leitner 38ef27207a add buffer_putm and buffer_putmflush 20 years ago
leitner 5dfea5617e add buffer_putsaflush 20 years ago
leitner 82b0bb6f39 extend API To read line/token to stralloc to allow clearing the
stralloc first.
  add stralloc_zero to clear a stralloc
20 years ago
leitner e95599085a use madvise MADV_PREFETCH to implement iob_prefetch 20 years ago
leitner 8873a442f2 man page update 20 years ago
leitner 156ba1d275 bump version 20 years ago
leitner 72382af11a Solaris compatibility for io_passfd and io_receivefd (untested, but at
least it compiles)
21 years ago
leitner 499ca6a307 also support ip6.arpa in addition to ip6.int 21 years ago
leitner 696c5f872c add io_readwritefile, io_appendfile 21 years ago
leitner 11f0616cf3 work around broken Linux sendfile API (offset 64-bit but count 32-bit) 21 years ago
leitner a6a00edd75 add errmsg API 21 years ago
leitner d04293fd4f another brown paper bag release 21 years ago
leitner f543993669 document changes 21 years ago
leitner 7b413a4671 version bump 21 years ago
leitner 5e2141e9f6 fix bug in mmap code path of io_sendfile (David Leadbeater) 21 years ago
leitner b65d281e53 fix byte_rchr return value (Marcus Winkler) 21 years ago
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