array
write a small socket server with io_wait integration and add and debug
2003-09-05 22:59:40 +00:00
buffer
add long long buffer routines
2003-09-05 21:09:14 +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
EPROTO -> EINVAL for BSD backwards compatibility (did I mention that BSD *sucks*?)
2003-09-05 23:59:17 +00:00
fmt
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +00:00
io
add io_canread and io_canwrite
2003-09-05 22:59:58 +00:00
mmap
document error signalling through (void*)0 return code.
2002-01-29 19:44:42 +00:00
mult
reverse return code for safemult API to conform to newer djb APIs
2003-09-05 21:25:51 +00:00
open
even more man pages
2002-09-16 23:49:15 +00:00
scan
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +00:00
socket
extended socket API; you can now pass NULL to ignore results you don't
2003-05-27 19:00:44 +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
add long long buffer routines
2003-09-05 21:09:14 +00:00
test
write a small socket server with io_wait integration and add and debug
2003-09-05 22:59:40 +00:00
textcode
add html encoders
2003-04-23 20:17:57 +00:00
uint
more man page typos
2003-01-27 02:16:43 +00:00
unix
man pages gave wrong include path (Hynek Schlawack)
2002-10-24 20:28:52 +00:00
.cvsignore
cvsignore select.h and iopause.h
2002-09-18 22:08:58 +00:00
CHANGES
add long long buffer routines
2003-09-05 21:09:14 +00:00
COPYING
Initial revision
2001-02-02 17:54:47 +00:00
GNUmakefile
reverse return code for safemult API to conform to newer djb APIs
2003-09-05 21:25: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 long long buffer routines
2003-09-05 21:09:14 +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
change case_*b from char* to void* so it is function pointer compatible
2003-09-01 15:28:51 +00:00
dns.h
man pages for the DNS routines, too
2002-09-17 01:24:08 +00:00
fmt.h
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +00:00
io.h
write a small socket server with io_wait integration and add and debug
2003-09-05 22:59:40 +00:00
io_internal.h
write a small socket server with io_wait integration and add and debug
2003-09-05 22:59:40 +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
renamed ip[46]_fmt to fmt_ip[46]
2001-02-05 22:03:11 +00:00
ip6.h
Lots of good clean-ups from Jukka Zitting!
2002-06-02 00:40:43 +00:00
mmap.h
wrong prototype
2002-11-12 20:15:11 +00:00
ndelay.h
Initial revision
2001-02-02 17:54:47 +00:00
open.h
remove __THROW
2001-10-15 12:17:50 +00:00
openreadclose.h
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +00:00
readclose.h
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +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
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +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
monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
2002-09-16 01:09:56 +00:00
socket.h
extended socket API; you can now pass NULL to ignore results you don't
2003-05-27 19:00:44 +00:00
str.h
change length or size specifiers in APIs from int to long
2003-08-26 17:58:14 +00:00
stralloc.h
better and more predication, improved documentation
2003-06-08 21:20:36 +00:00
t.c
use sys/poll.h instead of poll.h for iopause
2002-12-07 14:54:43 +00:00
tai.h
add long long buffer routines
2003-09-05 21:09:14 +00:00
taia.h
add long long buffer routines
2003-09-05 21:09:14 +00:00
textcode.h
add html encoders
2003-04-23 20:17:57 +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
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
trysl.c
test for ipv6 and if_name2index and socklen_t.
2001-11-24 19:34:32 +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
add API for integer multiplication with overflow detection
2003-08-22 15:03:10 +00:00
uint32.h
add API for integer multiplication with overflow detection
2003-08-22 15:03:10 +00:00
uint64.h
add int64 type to uint64.h
2003-08-03 22:24:32 +00:00