You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
leitner ae3749aa31 test client and server for iom 10 months ago
array
buffer
byte
case
cdb
critbit gcc 13 -fanalyze run with fixes / comments about false positives 2 years ago
dns use write in buffer_put for a slight perf improvement 7 years ago
examples
fmt
io
mmap
mult move unit tests into each file (compile with -DUNITTEST) 8 years ago
open
scan
socket next try (too late) 10 months ago
str
stralloc
tai
taia
test test client and server for iom 10 months ago
textcode
uint
unix
.cvsignore
CAS.h
CHANGES remove unaligned memory access behind #ifdef i386 from uint*.h (compilers are now smart enough so they are no longer needed and they were technically undefined behavior so the sanitizer complained) 12 months ago
COPYING Initial revision 24 years ago
GNUmakefile
Makefile
README
TODO
array.h add compiler.h to abstract gcc attributes 4 years ago
buffer.h add buffer_init_allocbuf, buffer_init_read, buffer_init_write, buffer_init_read_allocbuf, buffer_init_write_allocbuf 4 years ago
byte.h
case.h
cdb.h
cdb_make.h
compile_commands.json.tmpl
compiler.h
compiletimeassert.h
critbit.h add compiler.h to abstract gcc attributes 4 years ago
dns.h
ent.c
entities.json
errmsg.h make headers work in C++ 13 years ago
errmsg_int.h
fmt.h
iarray.h explain a bit what we are trying to do here 3 years ago
io.h
io_internal.h
iob.h
iob_internal.h
iopause.h1
iopause.h2
ip4.h
ip6.h
isset.h remove a few compiler warnings 8 years ago
json.c
likely.h add iarray 16 years ago
mmap.h
ndelay.h make headers work in C++ 13 years ago
open.h
openreadclose.h
parse.h add compiler.h to abstract gcc attributes 4 years ago
rangecheck.h
readclose.h
safemult.h
scan.h
select.h1 remove k&r prototype 10 months ago
select.h2 remove k&r prototype 10 months ago
socket.h now that gcc 11's static analyzer looks at array bounds in arguments 4 years ago
str.h
stralloc.h
t.c
tai.h
taia.h
textcode.h
tryaccept4.c
tryalloca.c
trybsdsf.c
trydevpoll.c
tryepoll.c
tryinline.c
tryip6.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trykqueue.c
tryn2i.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trypoll.c be more C99 compliant (Florian Weimer) 2 years ago
trypread.c
tryscope.c
trysendfile.c
trysigio.c
trysl.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysocket.c
trysysel.c
trythrds.c
tryuint128.c
uint16.h remove unaligned write for #ifdef i386 (it was technically undefined 12 months ago
uint32.h remove unaligned write for #ifdef i386 (it was technically undefined 12 months ago
uint64.h remove unaligned write for #ifdef i386 (it was technically undefined 12 months ago
va_narg.h for installed header files, add comment saying where they came from 15 years ago
windoze.h fix some bugs that cppcheck found 11 years ago

README

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