563 Commits (64fb7e22cf51819d1ec72959af21786236ad5651)
 

Author SHA1 Message Date
Felix von Leitner 64fb7e22cf unsigned int -> size_t 16 years ago
Felix von Leitner 36a09cdbbe fix gcc warning
update Makefile for BSD users
16 years ago
Felix von Leitner 4fc3ca3f32 prepare for leak detection 16 years ago
Felix von Leitner 92b23094e1 use callback based infrastructure to reset iob's 16 years ago
Felix von Leitner 17d867ddb6 add iob_addbuf_munmap 16 years ago
Felix von Leitner ef6d12414b wrong prototype 16 years ago
Felix von Leitner d42c303f71 make io_waituntil2 an official interface (saves one gettimeofday) 16 years ago
Felix von Leitner 1c8ffa9021 add fmt_strm 16 years ago
Felix von Leitner 6d718ded41 version bump 16 years ago
Felix von Leitner fa8217b6ed update Makefile 16 years ago
Felix von Leitner dc6ea1902b fmt_xlonglong was utterly broken (Johannes Vetter) 16 years ago
Felix von Leitner d656d15954 add fmt_ldapescape2 16 years ago
Felix von Leitner fd63810d89 try to catch malicious input in textcode fmt_* functions 16 years ago
Felix von Leitner 0f90f8eb71 escape more in fmt_ldapescape 16 years ago
Felix von Leitner 2fd48c7e57 use inttypes.h to declare ints in uint*.h 16 years ago
Felix von Leitner 77ec2baa8f win32 compat 16 years ago
Felix von Leitner 5619ba06f2 small man page updates and add a cdbget test 16 years ago
Felix von Leitner 7109a42c30 fmt_ip6 compresses at best spot, not at first spot (Nikola Vladov) 16 years ago
Felix von Leitner 65b6a4874b remove unnecessary casts in test/uudecode 16 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.
16 years ago
Felix von Leitner 61f9718883 remove a bogus gcc warning 16 years ago
Felix von Leitner 8d995360a6 simplify some expressions 16 years ago
Felix von Leitner 79b9ad4ac0 off-by-one 16 years ago
Felix von Leitner 94f9205f53 more brackets in macros (paranoia) 16 years ago
Felix von Leitner b5c41baade add some int overflow check macros to rangecheck.h 16 years ago
Felix von Leitner 8f51b244c1 new Makefile 16 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)
16 years ago
Felix von Leitner f355b0b098 version bump 16 years ago
Felix von Leitner f64a544b45 ignore uudecode 16 years ago
Felix von Leitner ad2599ef2b make io_timeout clearer 16 years ago
Olaf Dreesen 59e251509b return to DJB behavior...
on success return 1.
16 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