Commit Graph

596 Commits (97161ed0df99c2759e69cf1dfb57d5fb16fd7861)

Author SHA1 Message Date
Felix von Leitner 7109a42c30 fmt_ip6 compresses at best spot, not at first spot (Nikola Vladov) 2007-03-04 13:13:19 +00:00
Felix von Leitner 65b6a4874b remove unnecessary casts in test/uudecode 2007-02-25 17:13:30 +00:00
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.
2007-01-28 23:36:24 +00:00
Felix von Leitner 61f9718883 remove a bogus gcc warning 2007-01-26 19:59:31 +00:00
Felix von Leitner 8d995360a6 simplify some expressions 2007-01-26 19:56:41 +00:00
Felix von Leitner 79b9ad4ac0 off-by-one 2007-01-26 14:16:14 +00:00
Felix von Leitner 94f9205f53 more brackets in macros (paranoia) 2007-01-26 01:29:00 +00:00
Felix von Leitner b5c41baade add some int overflow check macros to rangecheck.h 2007-01-26 01:12:15 +00:00
Felix von Leitner 8f51b244c1 new Makefile 2007-01-25 20:06:38 +00:00
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)
2007-01-24 18:28:39 +00:00
Felix von Leitner f355b0b098 version bump 2007-01-12 02:15:57 +00:00
Felix von Leitner f64a544b45 ignore uudecode 2007-01-10 22:51:47 +00:00
Felix von Leitner ad2599ef2b make io_timeout clearer 2007-01-10 14:14:30 +00:00
Olaf Dreesen 59e251509b return to DJB behavior...
on success return 1.
2007-01-05 20:44:35 +00:00
Felix von Leitner 440b59d891 use a non-blocking socket (oops) 2006-12-19 13:21:09 +00:00
Felix von Leitner 51609b5628 add iob_bytesleft
don't leak memory in test/httpd.c
2006-12-19 13:19:32 +00:00
Felix von Leitner 876b883646 #include <strlen.h> 2006-12-06 16:51:06 +00:00
Felix von Leitner 44b0a23e6c generate new Makefile 2006-12-06 15:00:54 +00:00
Felix von Leitner ca74726346 immer noch falsch 2006-12-01 22:23:29 +00:00
Felix von Leitner 48589de9a2 fix man pages 2006-12-01 22:10:49 +00:00
Felix von Leitner 0698149baf switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
Felix von Leitner 1f828b0f53 make uudecode print offsets, too 2006-09-27 14:16:29 +00:00
Felix von Leitner a84c225e2f add warning about dodgy inline assembly 2006-08-27 22:23:45 +00:00
Felix von Leitner d1aef8af83 add asm versions of imult64 and umult64 for x86_64
(22 cycles -> 12 cycles on my Athlon 64)
2006-08-27 13:57:06 +00:00
Felix von Leitner 93edf38422 better Makefile 2006-08-17 15:43:20 +00:00
Felix von Leitner 75773cbb03 catch write error in uudecode 2006-08-15 18:15:14 +00:00
Felix von Leitner 78baa766f8 add RETURN VALUE section 2006-07-20 04:54:29 +00:00
Felix von Leitner b7864a6ce5 convert test programs from socket_tcp[46] to socket_tcp[46]b 2006-07-15 23:17:46 +00:00
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)
2006-06-23 03:53:16 +00:00
Felix von Leitner 543745ddc9 add mmap_unmap 2006-05-18 06:13:49 +00:00
Felix von Leitner b53d0d5208 remove warnings 2006-05-18 06:13:25 +00:00
Felix von Leitner 071df9ee4a make socket_(tc|ud)p[46] actually return non-blocking sockets as
documented (Richard Lyons)
2006-05-18 06:02:43 +00:00
Felix von Leitner 1341bf04de vmsplice 2006-04-21 17:55:37 +00:00
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
2006-04-17 17:35:33 +00:00
Felix von Leitner 2fcfe21486 add comments to possibly non-obvious code 2006-04-17 06:04:17 +00:00
Felix von Leitner 9b20021644 use uintptr_t instead of size_t 2006-04-17 05:49:38 +00:00
Felix von Leitner 132a7ca159 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
2006-04-17 05:09:39 +00:00
Felix von Leitner 3c80bd9309 add io_block 2006-04-17 05:07:43 +00:00
Felix von Leitner f3274b8c09 add man pages 2006-04-17 05:06:10 +00:00
Felix von Leitner dcbc90e2c6 add rangecheck.h 2006-04-17 04:33:40 +00:00
Felix von Leitner a7e38d1667 typo in comment 2005-12-28 16:48:17 +00:00
Felix von Leitner f750c47430 add prototypes for traversal api 2005-11-25 15:44:35 +00:00
Felix von Leitner d1e5d39bfe include cdb into libowfat.a 2005-11-25 15:39:58 +00:00
Felix von Leitner f480766806 remove public domain notices (my modified versions are no longer public
domain but GPL)
2005-11-25 15:07:37 +00:00
Felix von Leitner 1d2a0b9e47 oops 2005-11-25 15:06:44 +00:00
Felix von Leitner 9000be95a8 add cdb_make.h 2005-11-25 15:06:09 +00:00
Felix von Leitner 402d4a55d0 unsigned int -> unsigned long int for length 2005-11-25 15:03:50 +00:00
Felix von Leitner 03806dc0c8 add cdb 2005-11-25 15:02:31 +00:00
Felix von Leitner 6ec259a6c5 new Makefile 2005-11-05 19:34:54 +00:00
Felix von Leitner 97f3315947 add taia_half 2005-10-14 15:37:19 +00:00