5d6ab12b28catch write error in uudecode
leitner
2006-08-15 18:15:14 +0000
83bf636b86add RETURN VALUE section
leitner
2006-07-20 04:54:29 +0000
f7e6432a2bconvert test programs from socket_tcp[46] to socket_tcp[46]b
leitner
2006-07-15 23:17:46 +0000
83c1186870fix 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)
leitner
2006-06-23 03:53:16 +0000
31f665595fadd a few examples
leitner
2005-10-04 11:42:02 +0000
0663f2396bcut and paste bug (Max Bernöcker)
leitner
2005-09-10 22:36:53 +0000
c1c50c7dbdfurther 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.
leitner
2005-09-09 22:12:23 +0000
f65398ff2eio_close resets the cookie
leitner
2005-09-02 21:52:22 +0000
9512cee614add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded programs
leitner
2005-09-02 21:11:58 +0000
19202d2320turns out the imult routines (which I never used) were incorrect. Noted by Matthew Dempsky open_* from open.h now open in large file mode
leitner
2005-07-15 20:57:07 +0000
46dcfbdce1Uh, it's #warning and not #warn. *blush*
leitner
2005-07-01 19:32:04 +0000
eeffc36387remove even more warnings 64-bit cleanliness issue with auto-NULL-appending macros
leitner
2005-05-12 06:52:29 +0000
6196f771cdremove 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")
leitner
2005-05-05 15:55:41 +0000
8853a10fc3with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version)
leitner
2005-04-08 19:43:48 +0000
20c994bf59fix a few man pages
leitner
2005-04-07 06:49:59 +0000
9210337fa5turns out there is one more error message that can signal missing IPv6 support in the kernel
leitner
2005-04-07 05:52:55 +0000
7cd919d333silence two gcc warnings
leitner
2005-04-01 21:07:10 +0000
0080e0311aallow more sharing in win32 mode
leitner
2005-04-01 18:52:21 +0000
43493f0c56fix shared and private mmapping (Unix and Windoze)
leitner
2005-04-01 18:44:16 +0000
60f3320ae0allow 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.
leitner
2005-03-30 13:22:17 +0000
9eb09b5bfeadd iob_free and man page for iob_reset. check in some windoze compat crap (still does not compile through for windoze)
leitner
2005-03-08 14:56:36 +0000
e73c3e85f1document error case
leitner
2005-03-08 13:54:36 +0000
bbf4c614bffix iob_write to handle failure properly document that the iob_write callback should limit itself
leitner
2005-02-22 21:41:57 +0000
d6b7c29808uh, the scope_id detection #defined the wrong constant. libowfat always thought there was no scope_id. Oops.
leitner
2005-02-02 19:34:00 +0000