495 Commits (c24de6da5773da5ae431ce9554bde28eaf15a3df)
 

Author SHA1 Message Date
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
19 years ago
leitner c3c46494a6 version dump 19 years ago
leitner 1ba21f8203 update Makefile 19 years ago
leitner 636cfb70b0 make sure buffer_get tries to get all the bytes it was asked for 19 years ago
leitner f141d3e24f socket_accept4 should cope with being passed NULL pointers 19 years ago
leitner 10658ebe60 only write if dest is non-NULL 19 years ago
leitner 11f796ebb6 new makefile 19 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
19 years ago
leitner 46dcfbdce1 Uh, it's #warning and not #warn. *blush* 20 years ago
leitner 8674c060a6 document kludge 20 years ago
leitner 289ca04238 Work around OpenBSD. Again. 20 years ago
leitner 0a47d9ea13 fix scan_to_sa (Tim Lorenz) 20 years ago
leitner 2a209a93c4 version bump 20 years ago
leitner 4291be09bc update Makefile 20 years ago
leitner f0e9a2afc9 work around broken Solaris sys/socket.h 20 years ago
leitner c169ae9b4a IRIX compatibility (yuck!) 20 years ago
leitner 89761dc11e revert testing change 20 years ago
leitner eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
20 years ago
leitner 6196f771cd remove a few gcc 4 warnings
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
    kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
    instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
    but TCP?  never heard of it")
20 years ago
leitner e62f4901c8 update Makefile 20 years ago
leitner 9405f1271b remove gcc4-only warning option 20 years ago
leitner 05bf627d01 fix scan_xlong, scan_xlonglong and scan_8long 20 years ago
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 20 years ago
leitner dd5f8d13c3 gcc 4 breaks our nice alias 20 years ago
leitner 828aa295f1 optimize fmt_base64 (Dan Gundlach) 20 years ago
leitner 8853a10fc3 with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version) 20 years ago
leitner 20c994bf59 fix a few man pages 20 years ago
leitner 9210337fa5 turns out there is one more error message that can signal missing IPv6
support in the kernel
20 years ago
leitner 265e2df10c make sure scan_httpdate uses GMT for mktime 20 years ago
leitner 7cd919d333 silence two gcc warnings 20 years ago
leitner 0080e0311a allow more sharing in win32 mode 20 years ago
leitner 43493f0c56 fix shared and private mmapping (Unix and Windoze) 20 years ago
leitner 60f3320ae0 allow specifying more characters to encode for subset encoders (for
example, you can say that fmt_quotedprintable should also escape ':', if
you want to use ':' as separator in a data file.
20 years ago
leitner 2ec9f6dc9f version bump 20 years ago