array
that wasn't it
2003-10-10 01:10:22 +00:00
buffer
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
byte
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +00:00
case
change case_*b from char* to void* so it is function pointer compatible
2003-09-01 15:28:51 +00:00
dns
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
fmt
remove strict alias warning...
2003-11-14 15:25:41 +00:00
io
more defensive programming for SIGIO (*groan*)
2003-11-28 17:38:08 +00:00
mmap
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
mult
reverse return code for safemult API to conform to newer djb APIs
2003-09-05 21:25:51 +00:00
open
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
scan
remove special case stralloc textcode functions
2003-09-19 19:08:13 +00:00
socket
More Windoze crap
2003-11-20 23:49:38 +00:00
str
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +00:00
stralloc
add stralloc_diff and stralloc_diffs
2002-10-28 20:15:03 +00:00
tai
even more man pages
2002-09-16 23:49:15 +00:00
taia
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
test
skip initial slashes
2003-11-23 21:09:18 +00:00
textcode
don't use black list for urlencoding, use white list.
2003-09-29 01:12:36 +00:00
uint
more man page typos
2003-01-27 02:16:43 +00:00
unix
More Windoze crap
2003-11-20 23:49:38 +00:00
.cvsignore
cvsignore more
2003-11-07 00:14:49 +00:00
CHANGES
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
COPYING
Initial revision
2001-02-02 17:54:47 +00:00
GNUmakefile
make Makefile better
2003-11-14 20:28:51 +00:00
README
mention my email address
2002-10-21 22:35:17 +00:00
array.h
add long long buffer routines
2003-09-05 21:09:14 +00:00
buffer.h
add "extern" before variables
2003-10-24 18:56:54 +00:00
byte.h
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +00:00
case.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
dns.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
fmt.h
remove special case stralloc textcode functions
2003-09-19 19:08:13 +00:00
io.h
minor comment fix
2003-11-26 22:48:46 +00:00
io_internal.h
use mmap on BSD without sendfile
2003-11-15 00:11:24 +00:00
iob.h
add ..._free variants
2003-11-01 00:09:15 +00:00
iob_internal.h
added FROMBUF_FREE
2003-11-01 00:08:14 +00:00
iopause.h1
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +00:00
iopause.h2
use sys/poll.h instead of poll.h for iopause
2002-12-07 14:54:43 +00:00
ip4.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
ip6.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
mmap.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
ndelay.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
open.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
openreadclose.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
readclose.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
safemult.h
reverse return code for safemult API to conform to newer djb APIs
2003-09-05 21:25:51 +00:00
scan.h
remove special case stralloc textcode functions
2003-09-19 19:08:13 +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
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
str.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
stralloc.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
t.c
make sure the mmap based io_sendfile actually works (and terminates)
2003-11-24 04:12:07 +00:00
tai.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
taia.h
add long long buffer routines
2003-09-05 21:09:14 +00:00
textcode.h
remove special case stralloc textcode functions
2003-09-19 19:08:13 +00:00
trybsdsf.c
oops
2003-10-06 01:53:07 +00:00
trydevpoll.c
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
tryepoll.c
add epoll and kqueue tests
2003-09-06 00:52:11 +00:00
tryinline.c
work around compilers that don't understand "static inline"
2001-11-24 20:09:31 +00:00
tryip6.c
test for ipv6 and if_name2index and socklen_t.
2001-11-24 19:34:32 +00:00
trykqueue.c
add epoll and kqueue tests
2003-09-06 00:52:11 +00:00
tryn2i.c
test for ipv6 and if_name2index and socklen_t.
2001-11-24 19:34:32 +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
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
trysigio.c
oops, forgot to add sigio test program
2003-09-12 23:18:51 +00:00
trysl.c
broken lose32 port using mingw (don't use!!!)
2003-11-06 20:47:59 +00:00
trysysel.c
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +00:00
uint16.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
uint32.h
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
uint64.h
add int64 type to uint64.h
2003-08-03 22:24:32 +00:00
windoze.h
add windoze.h
2003-11-06 22:43:30 +00:00