118 Commits (1b1a6bbb3e6b5edb0ee40952eeee7ceb28cfdfa0)

Author SHA1 Message Date
Felix von Leitner 1b1a6bbb3e optimize fmt_base64 (Dan Gundlach) 18 years ago
Felix von Leitner 231339251c fix a few man pages 18 years ago
Felix von Leitner dfa738fe14 turns out there is one more error message that can signal missing IPv6
support in the kernel
18 years ago
Felix von Leitner 7101c05227 version bump 18 years ago
Felix von Leitner d696df703f fix descriptor leak in iob_addfile_close if the range was 0 (oops) 18 years ago
Felix von Leitner 21e8a144c1 fix mmap_shared 18 years ago
Felix von Leitner 61a51950d4 add iob_free and man page for iob_reset.
check in some windoze compat crap (still does not compile through for
windoze)
18 years ago
Felix von Leitner 074eab6681 fix iob_write to handle failure properly
document that the iob_write callback should limit itself
18 years ago
Felix von Leitner a10e005871 document scan_urlencoded2 18 years ago
Felix von Leitner f4ff2afd64 attribute 18 years ago
Felix von Leitner a811de95f1 fix openbsd problem? 18 years ago
Felix von Leitner a211e4c970 uh, the scope_id detection #defined the wrong constant. libowfat
always thought there was no scope_id.  Oops.
18 years ago
Felix von Leitner af61c0cab4 version bump 18 years ago
Felix von Leitner ea6895ba02 fix make tar target 18 years ago
Felix von Leitner 10688c55b8 how could this ever have worked? 18 years ago
Felix von Leitner 562656b531 update dependencies
add errmsg_info and msg
19 years ago
Felix von Leitner f2d7a6b264 add iob_write (send io batch through callback, e.g. for SSL) 19 years ago
Felix von Leitner 645ecc0632 add iob_write (to write an io batch through a callback) 19 years ago
Felix von Leitner b05bf23905 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
19 years ago
Felix von Leitner e3b165e9e8 add buffer_putm and buffer_putmflush 19 years ago
Felix von Leitner bb7c231fab add buffer_putsaflush 19 years ago
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
19 years ago
Felix von Leitner 017557490a use madvise MADV_PREFETCH to implement iob_prefetch 19 years ago
Felix von Leitner f9ca13d8e3 man page update 19 years ago
Felix von Leitner 4bb4f869c7 bump version 19 years ago
Felix von Leitner c431accd41 Solaris compatibility for io_passfd and io_receivefd (untested, but at
least it compiles)
19 years ago
Felix von Leitner f4c853935a also support ip6.arpa in addition to ip6.int 19 years ago
Felix von Leitner c7adf4e307 add io_readwritefile, io_appendfile 19 years ago
Felix von Leitner 71cbad0f60 work around broken Linux sendfile API (offset 64-bit but count 32-bit) 19 years ago
Felix von Leitner 3973539546 add errmsg API 19 years ago
Felix von Leitner d58c0dd920 another brown paper bag release 19 years ago
Felix von Leitner ea77cdd5a0 document changes 19 years ago
Felix von Leitner 9b6e746db3 version bump 19 years ago
Felix von Leitner 0da1c0902d fix bug in mmap code path of io_sendfile (David Leadbeater) 19 years ago
Felix von Leitner b80507032e fix byte_rchr return value (Marcus Winkler) 19 years ago
Felix von Leitner f9bff979e2 fix signal race (Scott Lamb) 19 years ago
Felix von Leitner 3b567aef53 add safemult man pages 19 years ago
Felix von Leitner 10be0bddaf add more man pages 19 years ago
Felix von Leitner 5617c437b8 add some man pages 19 years ago
Felix von Leitner ec2f230bb4 add fd passing functions 19 years ago
Felix von Leitner 5959a6d634 add io_socketpair 19 years ago
Felix von Leitner cf6eb857ea add two useful little test programs 19 years ago
Felix von Leitner d4a297f773 document changes 19 years ago
Felix von Leitner 5a4b386b2a bump version 19 years ago
Felix von Leitner 3b3b44c6ce fix ip6_fmt (martin paljak) 19 years ago
Felix von Leitner 511056d1ac credit for AIX and MacOS 19 years ago
Felix von Leitner e8c96ef3a7 macos x support 19 years ago
Felix von Leitner d8c2458342 support HP-UX sendfile (thanks Rolf Eike Beer) 19 years ago
Felix von Leitner c99799d0f8 more alloca fixes 20 years ago
Felix von Leitner 539f341d44 remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
20 years ago