leitner
dd61fe2f56
whut
2005-08-24 16:08:15 +00:00
leitner
3fc96fdc7f
add prototype for dns_name6 (Rolf Eike Beer)
...
add FMT_IP4 and FMT_IP6 for consistency
2005-08-12 10:10:42 +00:00
leitner
c3c46494a6
version dump
2005-08-09 18:14:10 +00:00
leitner
1ba21f8203
update Makefile
2005-08-09 18:13:10 +00:00
leitner
636cfb70b0
make sure buffer_get tries to get all the bytes it was asked for
2005-08-09 11:04:44 +00:00
leitner
f141d3e24f
socket_accept4 should cope with being passed NULL pointers
2005-08-05 15:45:22 +00:00
leitner
10658ebe60
only write if dest is non-NULL
2005-08-05 14:38:28 +00:00
leitner
11f796ebb6
new makefile
2005-07-25 19:19:29 +00:00
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
2005-07-15 20:57:07 +00:00
leitner
46dcfbdce1
Uh, it's #warning and not #warn. *blush*
2005-07-01 19:32:04 +00:00
leitner
8674c060a6
document kludge
2005-07-01 19:30:52 +00:00
leitner
289ca04238
Work around OpenBSD. Again.
2005-07-01 19:30:01 +00:00
leitner
0a47d9ea13
fix scan_to_sa (Tim Lorenz)
2005-06-08 04:08:18 +00:00
leitner
2a209a93c4
version bump
2005-05-24 08:51:21 +00:00
leitner
4291be09bc
update Makefile
2005-05-20 15:39:36 +00:00
leitner
f0e9a2afc9
work around broken Solaris sys/socket.h
2005-05-20 14:42:42 +00:00
leitner
c169ae9b4a
IRIX compatibility (yuck!)
2005-05-20 14:14:15 +00:00
leitner
89761dc11e
revert testing change
2005-05-12 08:03:38 +00:00
leitner
eeffc36387
remove even more warnings
...
64-bit cleanliness issue with auto-NULL-appending macros
2005-05-12 06:52:29 +00:00
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")
2005-05-05 15:55:41 +00:00
leitner
e62f4901c8
update Makefile
2005-05-04 13:42:39 +00:00
leitner
9405f1271b
remove gcc4-only warning option
2005-05-03 12:14:29 +00:00
leitner
05bf627d01
fix scan_xlong, scan_xlonglong and scan_8long
2005-04-25 19:41:51 +00:00
leitner
c874604f12
gcc 4 cleanups (mostly unsigned char* vs char*)
2005-04-23 15:50:16 +00:00
leitner
dd5f8d13c3
gcc 4 breaks our nice alias
2005-04-23 14:40:02 +00:00
leitner
828aa295f1
optimize fmt_base64 (Dan Gundlach)
2005-04-12 06:48:39 +00:00
leitner
8853a10fc3
with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version)
2005-04-08 19:43:48 +00:00
leitner
20c994bf59
fix a few man pages
2005-04-07 06:49:59 +00:00
leitner
9210337fa5
turns out there is one more error message that can signal missing IPv6
...
support in the kernel
2005-04-07 05:52:55 +00:00
leitner
265e2df10c
make sure scan_httpdate uses GMT for mktime
2005-04-04 10:14:11 +00:00
leitner
7cd919d333
silence two gcc warnings
2005-04-01 21:07:10 +00:00
leitner
0080e0311a
allow more sharing in win32 mode
2005-04-01 18:52:21 +00:00
leitner
43493f0c56
fix shared and private mmapping (Unix and Windoze)
2005-04-01 18:44:16 +00:00
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.
2005-03-30 13:22:17 +00:00
leitner
2ec9f6dc9f
version bump
2005-03-11 22:38:36 +00:00
leitner
11da04b651
fix descriptor leak in iob_addfile_close if the range was 0 (oops)
2005-03-11 18:34:34 +00:00
leitner
1205a3d38f
byte_zero the allocated io_batch in iob_new
2005-03-08 20:12:59 +00:00
leitner
e9e8886089
fix mmap_shared
2005-03-08 20:09:03 +00:00
leitner
882885fdff
remove cruft
2005-03-08 15:06:35 +00:00
leitner
9eb09b5bfe
add iob_free and man page for iob_reset.
...
check in some windoze compat crap (still does not compile through for
windoze)
2005-03-08 14:56:36 +00:00
leitner
e73c3e85f1
document error case
2005-03-08 13:54:36 +00:00
leitner
bbf4c614bf
fix iob_write to handle failure properly
...
document that the iob_write callback should limit itself
2005-02-22 21:41:57 +00:00
leitner
f8d16ad407
document scan_urlencoded2
2005-02-21 13:15:33 +00:00
leitner
f7809e36df
scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls
2005-02-21 13:07:13 +00:00
leitner
9cc9bf0e1b
attribute
2005-02-04 19:06:26 +00:00
leitner
f4c8a0c7c2
fix openbsd problem?
2005-02-04 19:04:12 +00:00
leitner
d6b7c29808
uh, the scope_id detection #defined the wrong constant. libowfat
...
always thought there was no scope_id. Oops.
2005-02-02 19:34:00 +00:00
leitner
4a3c687ea9
version bump
2005-01-31 18:30:14 +00:00
leitner
3524bc2b33
for this time for real
2005-01-31 18:14:50 +00:00
leitner
3407e87536
fix make tar target
2005-01-31 18:13:46 +00:00