Commit Graph

108 Commits (a811de95f1f8372cc6667acfb15433036b2a4753)

Author SHA1 Message Date
Felix von Leitner a811de95f1 fix openbsd problem? 2005-02-04 19:04:12 +00:00
Felix von Leitner a211e4c970 uh, the scope_id detection #defined the wrong constant. libowfat
always thought there was no scope_id.  Oops.
2005-02-02 19:34:00 +00:00
Felix von Leitner af61c0cab4 version bump 2005-01-31 18:30:14 +00:00
Felix von Leitner ea6895ba02 fix make tar target 2005-01-31 18:13:46 +00:00
Felix von Leitner 10688c55b8 how could this ever have worked? 2005-01-23 02:45:42 +00:00
Felix von Leitner 562656b531 update dependencies
add errmsg_info and msg
2004-12-25 16:44:07 +00:00
Felix von Leitner f2d7a6b264 add iob_write (send io batch through callback, e.g. for SSL) 2004-11-25 23:01:44 +00:00
Felix von Leitner 645ecc0632 add iob_write (to write an io batch through a callback) 2004-11-25 22:55:46 +00:00
Felix von Leitner b05bf23905 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
2004-11-25 21:29:35 +00:00
Felix von Leitner e3b165e9e8 add buffer_putm and buffer_putmflush 2004-11-25 20:51:53 +00:00
Felix von Leitner bb7c231fab add buffer_putsaflush 2004-11-25 20:21:31 +00:00
Felix von Leitner 429a61b461 extend API To read line/token to stralloc to allow clearing the
stralloc first.
  add stralloc_zero to clear a stralloc
2004-11-25 20:07:31 +00:00
Felix von Leitner 017557490a use madvise MADV_PREFETCH to implement iob_prefetch 2004-09-27 19:46:42 +00:00
Felix von Leitner f9ca13d8e3 man page update 2004-09-17 13:51:35 +00:00
Felix von Leitner 4bb4f869c7 bump version 2004-07-29 11:12:53 +00:00
Felix von Leitner c431accd41 Solaris compatibility for io_passfd and io_receivefd (untested, but at
least it compiles)
2004-06-03 16:45:30 +00:00
Felix von Leitner f4c853935a also support ip6.arpa in addition to ip6.int 2004-06-03 16:31:27 +00:00
Felix von Leitner c7adf4e307 add io_readwritefile, io_appendfile 2004-05-10 20:08:38 +00:00
Felix von Leitner 71cbad0f60 work around broken Linux sendfile API (offset 64-bit but count 32-bit) 2004-05-08 12:52:22 +00:00
Felix von Leitner 3973539546 add errmsg API 2004-05-05 16:36:00 +00:00
Felix von Leitner d58c0dd920 another brown paper bag release 2004-03-28 01:54:28 +00:00
Felix von Leitner ea77cdd5a0 document changes 2004-03-27 17:26:59 +00:00
Felix von Leitner 9b6e746db3 version bump 2004-03-27 01:02:28 +00:00
Felix von Leitner 0da1c0902d fix bug in mmap code path of io_sendfile (David Leadbeater) 2004-03-24 14:02:00 +00:00
Felix von Leitner b80507032e fix byte_rchr return value (Marcus Winkler) 2004-03-07 21:59:36 +00:00
Felix von Leitner f9bff979e2 fix signal race (Scott Lamb) 2004-03-07 21:48:56 +00:00
Felix von Leitner 3b567aef53 add safemult man pages 2004-03-02 22:51:14 +00:00
Felix von Leitner 10be0bddaf add more man pages 2004-03-02 20:02:23 +00:00
Felix von Leitner 5617c437b8 add some man pages 2004-02-27 17:04:02 +00:00
Felix von Leitner ec2f230bb4 add fd passing functions 2004-02-27 14:47:31 +00:00
Felix von Leitner 5959a6d634 add io_socketpair 2004-02-27 13:58:17 +00:00
Felix von Leitner cf6eb857ea add two useful little test programs 2004-02-26 18:01:15 +00:00
Felix von Leitner d4a297f773 document changes 2004-02-26 17:49:11 +00:00
Felix von Leitner 5a4b386b2a bump version 2004-02-19 16:32:20 +00:00
Felix von Leitner 3b3b44c6ce fix ip6_fmt (martin paljak) 2004-01-15 18:43:49 +00:00
Felix von Leitner 511056d1ac credit for AIX and MacOS 2004-01-14 01:18:06 +00:00
Felix von Leitner e8c96ef3a7 macos x support 2004-01-08 17:11:08 +00:00
Felix von Leitner d8c2458342 support HP-UX sendfile (thanks Rolf Eike Beer) 2004-01-08 15:07:40 +00:00
Felix von Leitner c99799d0f8 more alloca fixes 2004-01-06 23:35:06 +00:00
Felix von Leitner 539f341d44 remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
2004-01-01 03:39:51 +00:00
Felix von Leitner 63aaebea87 appending zero bytes to an empty array failed it 2003-12-05 17:30:03 +00:00
Felix von Leitner 50e2af9706 head -1 -> head -n 1 2003-12-05 16:45:34 +00:00
Felix von Leitner d0cc758bf8 broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
2003-11-06 20:47:59 +00:00
Felix von Leitner e87eaf9bdd *** empty log message *** 2003-10-19 17:21:14 +00:00
Felix von Leitner 0ab9291134 more documentation 2003-10-07 00:13:19 +00:00
Felix von Leitner 7497685b8b make io_waituntil actually take an "until", not a "how long"
fix io_timeouted to ignore fds where no timeout has been set
2003-10-02 23:30:53 +00:00
Felix von Leitner 2d27cd435b harmonize semantics of io_sendfile and iob_send 2003-09-19 15:26:00 +00:00
Felix von Leitner 7a859cb66e 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
2003-09-12 22:03:51 +00:00
Felix von Leitner ffc6fb7cf8 add small explanation to iob.h 2003-09-08 21:05:27 +00:00
Felix von Leitner 047b6400fc remove obsolete extern from header files 2003-09-06 23:49:47 +00:00