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 154bc69e7a update entities.json
fix build fails (never happened to me because I have the headers installed system-wide)
2 years ago
array half-hearted improvements to Windows compilability 5 years ago
buffer remove unused label 2 years ago
byte add byte_start, byte_starts 4 years ago
case #include <foo.h> -> #include <libowfat/foo.h> 7 years ago
cdb forward changes made in prototypes to actual implementation 4 years ago
critbit #include <foo.h> -> #include <libowfat/foo.h> 7 years ago
dns use write in buffer_put for a slight perf improvement 7 years ago
examples include <foo> -> include "foo" 9 years ago
fmt you need to #include <stdlib.h> 4 years ago
io add iob_write2 which takes an additional sendfile callback 2 years ago
mmap correct file open mode for mmap_private man page 4 years ago
mult move unit tests into each file (compile with -DUNITTEST) 7 years ago
open more cross references for open_* 4 years ago
scan fix buffer overread for len=0 in scan_longn (Martin Castillo) 2 years ago
socket now that gcc 11's static analyzer looks at array bounds in arguments 3 years ago
str add unit test 6 years ago
stralloc catch "can't happen" int overflow in stralloc_catm_interal 2 years ago
tai #include <foo.h> -> #include <libowfat/foo.h> 7 years ago
taia #include <foo.h> -> #include <libowfat/foo.h> 7 years ago
test add libowfat/ to includes 5 years ago
textcode also escape negative chars (we are in utf-8 land now, no longer latin1) 3 years ago
uint #include <foo.h> -> #include <libowfat/foo.h> 7 years ago
unix use write in buffer_put for a slight perf improvement 7 years ago
.cvsignore fix deps 3 years ago
CAS.h remove a few compiler warnings 7 years ago
CHANGES version bump 2 years ago
COPYING Initial revision 24 years ago
GNUmakefile update entities.json 2 years ago
Makefile update entities.json 2 years ago
README mention my email address 22 years ago
TODO mention sendmsg issue 3 years ago
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 add seccomp notice 2 years ago
case.h add compiler.h to abstract gcc attributes 4 years ago
cdb.h add compiler.h to abstract gcc attributes 4 years ago
cdb_make.h add compiler.h to abstract gcc attributes 4 years ago
compiler.h remove stray l (Rolf Eike Baer) 3 years ago
compiletimeassert.h add compiler.h to abstract gcc attributes 4 years ago
critbit.h add compiler.h to abstract gcc attributes 4 years ago
dns.h now that gcc 11's static analyzer looks at array bounds in arguments 3 years ago
ent.c fix two complaints by clang's static analyzer 4 years ago
entities.json update entities.json 2 years ago
errmsg.h make headers work in C++ 13 years ago
errmsg_int.h add errmsg_int.h 19 years ago
fmt.h add sandboxing hints 2 years ago
iarray.h explain a bit what we are trying to do here 3 years ago
io.h add iob_write2 which takes an additional sendfile callback 2 years ago
io_internal.h recent kernel return POLLERR and then calling read returns EGAIN which 3 years ago
iob.h add iob_write2 which takes an additional sendfile callback 2 years ago
iob_internal.h use callback based infrastructure to reset iob's 17 years ago
iopause.h1 for installed header files, add comment saying where they came from 14 years ago
iopause.h2 for installed header files, add comment saying where they came from 14 years ago
ip4.h now that gcc 11's static analyzer looks at array bounds in arguments 3 years ago
ip6.h now that gcc 11's static analyzer looks at array bounds in arguments 3 years ago
isset.h remove a few compiler warnings 7 years ago
likely.h add iarray 16 years ago
mmap.h mmap_private opens the file for reading, not for writing 4 years ago
ndelay.h make headers work in C++ 13 years ago
open.h add compiler.h to abstract gcc attributes 4 years ago
openreadclose.h add compiler.h to abstract gcc attributes 4 years ago
parse.h add compiler.h to abstract gcc attributes 4 years ago
rangecheck.h add compiler.h to abstract gcc attributes 4 years ago
readclose.h get rid of more -Wconversion warnings 11 years ago
safemult.h add compiler.h to abstract gcc attributes 4 years ago
scan.h add sandboxing hints 2 years ago
select.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
select.h2 more BSD compat 21 years ago
socket.h now that gcc 11's static analyzer looks at array bounds in arguments 3 years ago
str.h add compiler.h to abstract gcc attributes 4 years ago
stralloc.h add compiler.h to abstract gcc attributes 4 years ago
t.c less compiler warnings 3 years ago
tai.h add compiler.h to abstract gcc attributes 4 years ago
taia.h add compiler.h to abstract gcc attributes 4 years ago
textcode.h add compiler.h to abstract gcc attributes 4 years ago
tryaccept4.c OSX does not have accept4 :( 3 years ago
tryalloca.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trybsdsf.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trydevpoll.c explicitly give main's return type 2 years ago
tryepoll.c $ make WERROR=-Werror now builds with -Werror 11 years ago
tryinline.c work around compilers that don't understand "static inline" 23 years ago
tryip6.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trykqueue.c add epoll and kqueue tests 21 years ago
tryn2i.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trypoll.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
trypread.c add pread test 8 years ago
tryscope.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysendfile.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysigio.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysl.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysocket.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysysel.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
tryuint128.c add tryuing128.c and ignore haveuint128.h 11 years ago
uint16.h add fmt and scan versions of uint* 4 years ago
uint32.h add fmt and scan versions of uint* 4 years ago
uint64.h add fmt and scan versions of uint* 4 years ago
va_narg.h for installed header files, add comment saying where they came from 14 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