526 Commits (0698149baf687bc8feaa32c3609293ebbad6f1ee)
 

Author SHA1 Message Date
Felix von Leitner 0698149baf switch to size_t and ssize_t 17 years ago
Felix von Leitner 1f828b0f53 make uudecode print offsets, too 17 years ago
Felix von Leitner a84c225e2f add warning about dodgy inline assembly 17 years ago
Felix von Leitner d1aef8af83 add asm versions of imult64 and umult64 for x86_64
(22 cycles -> 12 cycles on my Athlon 64)
17 years ago
Felix von Leitner 93edf38422 better Makefile 17 years ago
Felix von Leitner 75773cbb03 catch write error in uudecode 17 years ago
Felix von Leitner 78baa766f8 add RETURN VALUE section 17 years ago
Felix von Leitner b7864a6ce5 convert test programs from socket_tcp[46] to socket_tcp[46]b 17 years ago
Felix von Leitner 56fb0a586d 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)
17 years ago
Felix von Leitner 543745ddc9 add mmap_unmap 17 years ago
Felix von Leitner b53d0d5208 remove warnings 17 years ago
Felix von Leitner 071df9ee4a make socket_(tc|ud)p[46] actually return non-blocking sockets as
documented (Richard Lyons)
17 years ago
Felix von Leitner 1341bf04de vmsplice 17 years ago
Felix von Leitner c25fdbefb5 gcc 4.1 version of the code also works with other compilers, so make it
default and get rid of #ifdef hell
17 years ago
Felix von Leitner 2fcfe21486 add comments to possibly non-obvious code 17 years ago
Felix von Leitner 9b20021644 use uintptr_t instead of size_t 17 years ago
Felix von Leitner 132a7ca159 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
17 years ago
Felix von Leitner 3c80bd9309 add io_block 17 years ago
Felix von Leitner f3274b8c09 add man pages 17 years ago
Felix von Leitner dcbc90e2c6 add rangecheck.h 17 years ago
Felix von Leitner a7e38d1667 typo in comment 18 years ago
Felix von Leitner f750c47430 add prototypes for traversal api 18 years ago
Felix von Leitner d1e5d39bfe include cdb into libowfat.a 18 years ago
Felix von Leitner f480766806 remove public domain notices (my modified versions are no longer public
domain but GPL)
18 years ago
Felix von Leitner 1d2a0b9e47 oops 18 years ago
Felix von Leitner 9000be95a8 add cdb_make.h 18 years ago
Felix von Leitner 402d4a55d0 unsigned int -> unsigned long int for length 18 years ago
Felix von Leitner 03806dc0c8 add cdb 18 years ago
Felix von Leitner 6ec259a6c5 new Makefile 18 years ago
Felix von Leitner 97f3315947 add taia_half 18 years ago
Felix von Leitner 07d1f3552c add errmsg_int.h 18 years ago
Felix von Leitner c89e6b4fcc implement Nikola's idea to remove limit number of strings in errmsg 18 years ago
Felix von Leitner b26cb901c3 remove printf 18 years ago
Felix von Leitner 34cd7e4604 add a few examples 18 years ago
Felix von Leitner 4ed5467435 cut and paste bug (Max Berncker) 18 years ago
Felix von Leitner 2e87886163 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.
18 years ago
Felix von Leitner a8fb810465 io_close resets the cookie 18 years ago
Felix von Leitner 4653054e12 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
18 years ago
Felix von Leitner 16168a5610 document changes 18 years ago
Felix von Leitner 2b3a136342 no debug 18 years ago
Felix von Leitner e01f09c988 don't shrink in array_allocate 18 years ago
Felix von Leitner 39747473ba add some debug stuff 18 years ago
Felix von Leitner 27cba179b6 whut 18 years ago
Felix von Leitner 3613fa18ff add prototype for dns_name6 (Rolf Eike Beer)
add FMT_IP4 and FMT_IP6 for consistency
18 years ago
Felix von Leitner 93eb7241aa version dump 18 years ago
Felix von Leitner e446863db3 update Makefile 18 years ago
Felix von Leitner e407310547 make sure buffer_get tries to get all the bytes it was asked for 18 years ago
Felix von Leitner fef6c061ce socket_accept4 should cope with being passed NULL pointers 18 years ago
Felix von Leitner fdbb11a4e5 only write if dest is non-NULL 18 years ago
Felix von Leitner dd67233af1 new makefile 18 years ago