Daniel Stenberg
300b4a9158
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6
...
address was not possible to use. It is now, but requires it written
RFC2732-style, within brackets - which incidently is how you enter numerical
IPv6 addresses in URLs. Test case 263 added to verify.
2005-05-31 13:03:26 +00:00
Daniel Stenberg
52071f3476
added keywords
2005-05-31 12:57:21 +00:00
Daniel Stenberg
42ddd745f8
recent changes
2005-05-29 22:38:34 +00:00
Daniel Stenberg
a7846189cd
Eric Cooper reported about a problem with HTTP servers that responds with
...
binary zeroes within the headers. They confused libcurl to do wrong so the
downloaded headers become incomplete. The fix is now verified with test case
262.
2005-05-29 22:30:48 +00:00
Daniel Stenberg
4762995d1f
avoid the sensitive word as it looks bad in some people's eyes
2005-05-27 11:39:07 +00:00
Daniel Stenberg
e3a530eb61
Andrés García fixed a warning appearing on windows
2005-05-27 11:01:41 +00:00
Daniel Stenberg
d1235ff058
provide the proper copyright texts for these
2005-05-26 20:56:25 +00:00
Daniel Stenberg
4370e92dbd
set LD_LIBRARY_PATH properly even when the openssl lib dir is found using
...
pkg-config
2005-05-25 22:14:32 +00:00
Daniel Stenberg
50e9522a06
silense a warning
2005-05-25 22:12:57 +00:00
Daniel Stenberg
b5bb9aa8e3
minor rephrase
2005-05-25 13:07:06 +00:00
Daniel Stenberg
cf2e365f23
output the full usec when --trace-time is used
2005-05-25 12:29:09 +00:00
Daniel Stenberg
72e532cb67
no more time/re-start of sockfilt, no more redirect of stdin/stdout when
...
talking to sockfilt
2005-05-25 12:27:19 +00:00
Daniel Stenberg
ac5635f77d
added function for individual ftp slave kills
2005-05-25 12:26:38 +00:00
Daniel Stenberg
640d67c119
modified output logging, fixed the ftpslave killing
2005-05-25 12:26:20 +00:00
Daniel Stenberg
3e79693e3b
utilize the whole usec in the log and don't output to stderr if the logfile
...
can't be opened
2005-05-25 12:04:52 +00:00
Daniel Stenberg
d55d3c2fd0
nicer raw logging and put code into (nicer) functions
2005-05-25 12:04:24 +00:00
Daniel Stenberg
3aced17c75
don't restart sockfilt after only 5 seconds of inactivity
2005-05-24 21:09:49 +00:00
Daniel Stenberg
bac63914db
recent action
2005-05-24 21:02:59 +00:00
Daniel Stenberg
6a63c51f7c
Andres Garcia's mode=text patch to make these do fine on Windows
2005-05-24 10:03:13 +00:00
Daniel Stenberg
632cf13767
add test case 261, response code 226 to TYPE
2005-05-24 09:40:58 +00:00
Daniel Stenberg
e7012a515c
Now allow TYPE responses to be any 2xx code, and log if it isn't 200.
2005-05-24 09:39:56 +00:00
Daniel Stenberg
6b638af92f
removed leftover debug message ("moo moo")
2005-05-22 17:54:11 +00:00
Daniel Stenberg
c654b79c53
added keywords
2005-05-21 22:38:19 +00:00
Daniel Stenberg
bee7b874ea
added -nobuildconf
2005-05-20 11:24:55 +00:00
Daniel Stenberg
9c3fc592f7
keywords added
2005-05-20 11:15:24 +00:00
Daniel Stenberg
4eab7a1ebc
shorter name
2005-05-20 11:15:15 +00:00
Daniel Stenberg
3d985688e4
sum up
2005-05-20 11:14:44 +00:00
Daniel Stenberg
17ea2631cd
Add support for text mode on stdout tests as well, and add the mode=text
...
to the docs.
2005-05-20 10:40:32 +00:00
Daniel Stenberg
b749910e6c
include ctype.h for isdigit()
2005-05-19 09:55:53 +00:00
Daniel Stenberg
eff36caea8
additional fix for the malformed URL fix of yday
2005-05-19 07:21:18 +00:00
Daniel Stenberg
6ff092f140
removed duplicate
2005-05-19 07:12:16 +00:00
Daniel Stenberg
28bb36e53d
three fixes since 7.14.0
2005-05-18 20:02:07 +00:00
Daniel Stenberg
4a091bbd8a
Bug report #1204435 identified a problem with malformed URLs like
...
"http://somehost?data " as it added a slash too much in the request ("GET
/?data/"...). Added test case 260 to verify.
2005-05-18 20:01:01 +00:00
Daniel Stenberg
e99a6b813e
update
2005-05-18 20:00:50 +00:00
Daniel Stenberg
b9e5302f27
adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE
...
when looking for the prototype
2005-05-18 15:15:00 +00:00
Daniel Stenberg
dd7b6aef39
The configure check for strerror_r() failed to detect the proper API at
...
times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed
the glibc version if the posix define wasn't set (since it _had_ found a
strerror_r).
2005-05-18 13:24:23 +00:00
Daniel Stenberg
910b8b6a69
#15 is now fixed
2005-05-18 10:38:21 +00:00
Daniel Stenberg
c3207e215f
clarified for GnuTLS
2005-05-18 10:14:25 +00:00
Daniel Stenberg
f83be11b85
several updates
2005-05-18 10:12:08 +00:00
Daniel Stenberg
45bce1062a
ignore resolve too
2005-05-18 10:05:38 +00:00
Daniel Stenberg
8cb344bf3c
use less code and prevent compiler warning
2005-05-18 10:01:46 +00:00
Daniel Stenberg
fcc4518cdc
removed the separate table with download links, and extended the curl site
...
list with all current mirrors
2005-05-18 09:26:57 +00:00
Daniel Stenberg
c84839eb91
scan for gmake and make to prefer gmake on systems that have it
2005-05-17 12:07:08 +00:00
Daniel Stenberg
1f878aee69
Made test case 241 precheck that the given name resolves to an ipv6 address,
...
or the test is skipped. Ideally, we should let this test case go over a few
frequently used IPv6 localhost aliases...
2005-05-17 10:27:11 +00:00
Daniel Stenberg
84fd4686e2
Moved more generic functions to util.[ch]
...
Added resolve.c to simply resolve a given host name
2005-05-17 10:22:22 +00:00
Daniel Stenberg
ede9fb4fcc
check if getsockname() returns failure before using the address it provides
2005-05-17 09:18:17 +00:00
Daniel Stenberg
723aef71e8
reduced typecasts, from two to one
2005-05-17 09:15:21 +00:00
Dominick Meglio
48964a911e
More of the same
2005-05-17 04:20:58 +00:00
Dominick Meglio
6a35cb60fd
More compiler warning cleanups
2005-05-17 04:18:41 +00:00
Daniel Stenberg
1e51c3a832
bad formatting
2005-05-16 22:30:00 +00:00