leitner c2a2a15c12 document the return value expected from the callback given to iob_write
remove unused #include in iob_reset
if iob_addfile_close fails, it now closes the fd
if iob_addbuf_munmap fails, it now munmaps the buf
if iob_addbuf_free fails, it now frees the buf
some win32 cross-compile fixes for iarray
2012-02-24 02:00:52 +00:00
2009-02-28 01:23:31 +00:00
2006-11-07 17:56:05 +00:00
2005-10-04 11:42:02 +00:00
2012-02-07 17:02:40 +00:00
2010-01-18 19:51:00 +00:00
2008-12-26 01:56:42 +00:00
2008-06-24 14:19:17 +00:00
2012-02-07 17:02:40 +00:00
2012-01-13 03:20:32 +00:00
2006-11-07 17:56:05 +00:00
2007-11-02 00:45:52 +00:00
2002-09-16 23:49:15 +00:00
2005-10-14 15:37:19 +00:00
2009-10-27 23:20:21 +00:00
2007-06-28 22:46:58 +00:00
2008-01-13 21:40:24 +00:00
2010-01-18 19:51:00 +00:00
2007-01-10 22:51:47 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2009-11-12 10:52:43 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2001-02-02 17:54:47 +00:00
2012-02-07 17:02:40 +00:00
2005-10-14 15:33:33 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-01-13 02:25:31 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2009-03-12 21:32:43 +00:00
2011-02-24 18:10:36 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2002-10-21 22:35:17 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2003-09-06 00:03:27 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
t.c
2009-11-12 10:52:43 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2004-01-08 17:11:08 +00:00
2003-09-06 00:52:11 +00:00
2003-09-06 00:52:11 +00:00
2005-05-20 14:14:15 +00:00
2004-01-08 17:12:39 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00
2012-02-07 17:02:40 +00:00

libowfat is a library of general purpose APIs extracted from Dan
Bernstein's software, reimplemented and covered by the GNU General
Public License Version 2 (no later versions).

The API has been slightly extended (for example, I provide a uint32_read
function, and I extended the socket API to support IPv6) where I found
it necessary or beneficial in a specific project.

Many of the functions I implement here have since been placed in the
public domain, so there are other sources to get this code (except for
my extensions obviously).  The implementations here may not be as
portable as the original versions; I tend to focus on the Single Unix
Specification and not on some obsolete legacy systems found in the
basements of some vintage hardware clubs.

I also provide man pages for many functions, mostly extracted from Dan's
web documentation or documentation found in earlier versions of his
software.  For some reason, he abandoned man pages in favor of HTML
recently.

On July 4 2002, Dan also placed his DNS routines and supporting
low level functions in the public domain, so I copy them here instead of
reimplementing them.  http://online.securityfocus.com/archive/1/280642
has an online version of the bugtraq posting.

The author can be reached under felix-libowfat@fefe.de
Description
No description provided
Readme 1.2 MiB
Languages
C 60.2%
Roff 26.4%
Makefile 13.4%