leitner
|
a2900d45a6
|
add warning about dodgy inline assembly
|
18 years ago |
leitner
|
66b342099c
|
add asm versions of imult64 and umult64 for x86_64
(22 cycles -> 12 cycles on my Athlon 64)
|
18 years ago |
leitner
|
28ac95863a
|
better Makefile
|
18 years ago |
leitner
|
5d6ab12b28
|
catch write error in uudecode
|
19 years ago |
leitner
|
83bf636b86
|
add RETURN VALUE section
|
19 years ago |
leitner
|
f7e6432a2b
|
convert test programs from socket_tcp[46] to socket_tcp[46]b
|
19 years ago |
leitner
|
83c1186870
|
fix for NetBSD 3.0 (they broke their sys/types.h)
remove support for ip6.int reverse lookup in DNS routines (the domain is
no longer delegated)
|
19 years ago |
leitner
|
287d5fbd09
|
add mmap_unmap
|
19 years ago |
leitner
|
144fb41918
|
remove warnings
|
19 years ago |
leitner
|
d361d81c64
|
make socket_(tc|ud)p[46] actually return non-blocking sockets as
documented (Richard Lyons)
|
19 years ago |
leitner
|
db2ab20d9f
|
vmsplice
|
19 years ago |
leitner
|
a85d569caa
|
gcc 4.1 version of the code also works with other compilers, so make it
default and get rid of #ifdef hell
|
19 years ago |
leitner
|
59e2897cf6
|
add comments to possibly non-obvious code
|
19 years ago |
leitner
|
a1215d9f0a
|
use uintptr_t instead of size_t
|
19 years ago |
leitner
|
3c291ea2a8
|
document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
|
19 years ago |
leitner
|
d468ea9eb7
|
add io_block
|
19 years ago |
leitner
|
6e7198e23a
|
add man pages
|
19 years ago |
leitner
|
dbd9fe1ea5
|
add rangecheck.h
|
19 years ago |
leitner
|
8ccd1cdd5f
|
typo in comment
|
19 years ago |
leitner
|
35c01d480b
|
add prototypes for traversal api
|
19 years ago |
leitner
|
276f370e69
|
include cdb into libowfat.a
|
19 years ago |
leitner
|
bc43b44556
|
remove public domain notices (my modified versions are no longer public
domain but GPL)
|
19 years ago |
leitner
|
a4c134359f
|
oops
|
19 years ago |
leitner
|
6aee879fa3
|
add cdb_make.h
|
19 years ago |
leitner
|
7d91dc5888
|
unsigned int -> unsigned long int for length
|
19 years ago |
leitner
|
c24de6da57
|
add cdb
|
19 years ago |
leitner
|
a7ad37a4ff
|
new Makefile
|
19 years ago |
leitner
|
1486e8dd7b
|
add taia_half
|
19 years ago |
leitner
|
8a93baebee
|
add errmsg_int.h
|
19 years ago |
leitner
|
25c57a0b1b
|
implement Nikola's idea to remove limit number of strings in errmsg
|
19 years ago |
leitner
|
c16d9880dc
|
remove printf
|
19 years ago |
leitner
|
31f665595f
|
add a few examples
|
19 years ago |
leitner
|
0663f2396b
|
cut and paste bug (Max Bernöcker)
|
19 years ago |
leitner
|
c1c50c7dbd
|
further Windoze support (test/io5.c works, gatling still doesn't)
This is just to get gatling to work, I may remove it again after
that.
|
19 years ago |
leitner
|
f65398ff2e
|
io_close resets the cookie
|
19 years ago |
leitner
|
9512cee614
|
add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
|
19 years ago |
leitner
|
75d75100d8
|
document changes
|
19 years ago |
leitner
|
b1e8f341ba
|
no debug
|
19 years ago |
leitner
|
12caccfd48
|
don't shrink in array_allocate
|
19 years ago |
leitner
|
e1e80badf0
|
add some debug stuff
|
19 years ago |
leitner
|
dd61fe2f56
|
whut
|
19 years ago |
leitner
|
3fc96fdc7f
|
add prototype for dns_name6 (Rolf Eike Beer)
add FMT_IP4 and FMT_IP6 for consistency
|
20 years ago |
leitner
|
c3c46494a6
|
version dump
|
20 years ago |
leitner
|
1ba21f8203
|
update Makefile
|
20 years ago |
leitner
|
636cfb70b0
|
make sure buffer_get tries to get all the bytes it was asked for
|
20 years ago |
leitner
|
f141d3e24f
|
socket_accept4 should cope with being passed NULL pointers
|
20 years ago |
leitner
|
10658ebe60
|
only write if dest is non-NULL
|
20 years ago |
leitner
|
11f796ebb6
|
new makefile
|
20 years ago |
leitner
|
19202d2320
|
turns out the imult routines (which I never used) were incorrect.
Noted by Matthew Dempsky
open_* from open.h now open in large file mode
|
20 years ago |
leitner
|
46dcfbdce1
|
Uh, it's #warning and not #warn. *blush*
|
20 years ago |