array
small buffer optimization
2015-04-23 15:15:08 +00:00
buffer
include <foo> -> include "foo"
2016-03-17 11:13:23 +00:00
byte
shut up new gcc 6 warnings
2016-04-27 14:07:49 +00:00
case
switch to size_t and ssize_t
2006-11-07 17:56:05 +00:00
cdb
test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
2016-06-23 19:42:13 +00:00
critbit
also install critbit.h
2015-04-10 20:57:54 +00:00
dns
shut up new gcc 6 warnings
2016-04-27 14:07:49 +00:00
examples
include <foo> -> include "foo"
2016-03-17 11:13:23 +00:00
fmt
another gcc 6 warning fix
2016-05-23 09:36:48 +00:00
io
test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
2016-06-23 19:42:13 +00:00
mmap
mmap_read/mmap_shared on zero length files no longer fail but return a
2015-03-02 21:25:57 +00:00
mult
another gcc 6 warning fix
2016-05-23 09:36:48 +00:00
open
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
scan
osx
2016-05-23 09:44:14 +00:00
socket
remove warning for crippled operating systems
2016-05-23 09:46:05 +00:00
str
shut up new gcc 6 warnings
2016-04-27 14:07:49 +00:00
stralloc
shut up new gcc 6 warnings
2016-04-27 14:07:49 +00:00
tai
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
taia
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
test
include <foo> -> include "foo"
2016-03-17 11:13:23 +00:00
textcode
shut up new gcc 6 warnings
2016-04-27 14:07:49 +00:00
uint
remove compiler warnings
2014-03-14 18:01:02 +00:00
unix
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
.cvsignore
test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
2016-06-23 19:42:13 +00:00
CAS.h
fix compile error
2013-09-09 18:51:24 +00:00
CHANGES
test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
2016-06-23 19:42:13 +00:00
COPYING
Initial revision
2001-02-02 17:54:47 +00:00
GNUmakefile
test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
2016-06-23 19:42:13 +00:00
Makefile
test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
2016-06-23 19:42:13 +00:00
README
mention my email address
2002-10-21 22:35:17 +00:00
TODO
fix for NetBSD 3.0 (they broke their sys/types.h)
2006-06-23 03:53:16 +00:00
array.h
make headers work in C++
2012-02-07 17:02:40 +00:00
buffer.h
small buffer optimization
2015-04-23 15:15:08 +00:00
byte.h
define UNALIGNED_ACCESS_OK on x86
2013-08-22 23:38:08 +00:00
case.h
make headers work in C++
2012-02-07 17:02:40 +00:00
cdb.h
make headers work in C++
2012-02-07 17:02:40 +00:00
cdb_make.h
make headers work in C++
2012-02-07 17:02:40 +00:00
compiletimeassert.h
add compiletimeassert.h
2013-02-22 11:00:32 +00:00
critbit.h
make critbit0_contains as pure
2015-04-09 23:35:40 +00:00
dns.h
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
ent.c
fix operator precedence
2015-12-15 14:11:35 +00:00
entities.json
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
errmsg.h
make headers work in C++
2012-02-07 17:02:40 +00:00
errmsg_int.h
add errmsg_int.h
2005-10-14 15:33:33 +00:00
fmt.h
add marshaling code for protocol buffers
2015-09-29 19:01:25 +00:00
iarray.h
fix and document iarray
2014-06-05 16:31:06 +00:00
io.h
hopefully fix the infinite loop in gatling
2014-10-19 01:52:36 +00:00
io_internal.h
hopefully fix the infinite loop in gatling
2014-10-19 01:52:36 +00:00
iob.h
make headers work in C++
2012-02-07 17:02:40 +00:00
iob_internal.h
use callback based infrastructure to reset iob's
2007-10-17 13:25:44 +00:00
iopause.h1
for installed header files, add comment saying where they came from
2010-06-03 22:46:59 +00:00
iopause.h2
for installed header files, add comment saying where they came from
2010-06-03 22:46:59 +00:00
ip4.h
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
ip6.h
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
isset.h
add awesome hack in isset.h (comex, Linus Torvalds)
2012-04-17 21:26:31 +00:00
likely.h
add iarray
2009-03-12 21:32:43 +00:00
mmap.h
map mmap_read return a const char*
2014-04-02 13:59:03 +00:00
ndelay.h
make headers work in C++
2012-02-07 17:02:40 +00:00
open.h
make headers work in C++
2012-02-07 17:02:40 +00:00
openreadclose.h
make headers work in C++
2012-02-07 17:02:40 +00:00
rangecheck.h
add gcc 5 integer overflow intrinsics support to rangecheck.h
2015-09-29 14:10:03 +00:00
readclose.h
get rid of more -Wconversion warnings
2014-03-14 19:42:54 +00:00
safemult.h
use static inline instead of extern inline
2015-12-04 12:11:57 +00:00
scan.h
add marshaling code for protocol buffers
2015-09-29 19:01:25 +00:00
select.h1
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +00:00
select.h2
more BSD compat
2003-09-06 00:03:27 +00:00
socket.h
add socket_udp4b and socket_udp6b
2015-10-16 17:12:22 +00:00
str.h
make headers work in C++
2012-02-07 17:02:40 +00:00
stralloc.h
more constness for stralloc and buffer
2015-02-04 02:57:56 +00:00
t.c
add socket_udp4b and socket_udp6b
2015-10-16 17:12:22 +00:00
tai.h
make headers work in C++
2012-02-07 17:02:40 +00:00
taia.h
make headers work in C++
2012-02-07 17:02:40 +00:00
textcode.h
add base64url support (forgot header)
2016-02-28 12:26:05 +00:00
tryalloca.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trybsdsf.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trydevpoll.c
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
tryepoll.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
tryinline.c
work around compilers that don't understand "static inline"
2001-11-24 20:09:31 +00:00
tryip6.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trykqueue.c
add epoll and kqueue tests
2003-09-06 00:52:11 +00:00
tryn2i.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trypoll.c
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +00:00
tryscope.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trysendfile.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trysigio.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trysl.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trysocket.c
$ make WERROR=-Werror now builds with -Werror
2014-03-13 22:25:20 +00:00
trysysel.c
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +00:00
tryuint128.c
add tryuing128.c and ignore haveuint128.h
2013-08-22 23:45:52 +00:00
uint16.h
make headers work in C++
2012-02-07 17:02:40 +00:00
uint32.h
make headers work in C++
2012-02-07 17:02:40 +00:00
uint64.h
make headers work in C++
2012-02-07 17:02:40 +00:00
va_narg.h
for installed header files, add comment saying where they came from
2010-06-03 22:46:59 +00:00
windoze.h
fix some bugs that cppcheck found
2014-05-07 23:51:24 +00:00