795 Commits (25835d0c1d537176cb7785040ddcf8512f1804a7)
 

Author SHA1 Message Date
Felix von Leitner 65b6a4874b remove unnecessary casts in test/uudecode 17 years ago
Felix von Leitner 327aeb20fc Turns out that shifting a negative signed int is undefined behavior in
C, too.  Use other mechanism in case gcc decides to abuse that, too.
17 years ago
Felix von Leitner 61f9718883 remove a bogus gcc warning 17 years ago
Felix von Leitner 8d995360a6 simplify some expressions 17 years ago
Felix von Leitner 79b9ad4ac0 off-by-one 17 years ago
Felix von Leitner 94f9205f53 more brackets in macros (paranoia) 17 years ago
Felix von Leitner b5c41baade add some int overflow check macros to rangecheck.h 17 years ago
Felix von Leitner 8f51b244c1 new Makefile 17 years ago
Felix von Leitner f064289d07 fix really pathological case where io_timeouted would never
start over from the beginning because always new accept()ed
    connections came in and got newer, higher descriptors since the last
    io_timeouted loop.  (Dirk Engling)
17 years ago
Felix von Leitner f355b0b098 version bump 17 years ago
Felix von Leitner f64a544b45 ignore uudecode 17 years ago
Felix von Leitner ad2599ef2b make io_timeout clearer 17 years ago
Olaf Dreesen 59e251509b return to DJB behavior...
on success return 1.
17 years ago
Felix von Leitner 440b59d891 use a non-blocking socket (oops) 17 years ago
Felix von Leitner 51609b5628 add iob_bytesleft
don't leak memory in test/httpd.c
17 years ago
Felix von Leitner 876b883646 #include <strlen.h> 17 years ago
Felix von Leitner 44b0a23e6c generate new Makefile 17 years ago
Felix von Leitner ca74726346 immer noch falsch 17 years ago
Felix von Leitner 48589de9a2 fix man pages 17 years ago
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