- Apr 30, 2004
-
-
Daniel Stenberg authored
curlx_ functions are NOT part of the offical API, but only available as source code functions from the lib directory in case of need.
-
Daniel Stenberg authored
-
- Apr 29, 2004
-
-
Daniel Stenberg authored
work when using proxy by converting the IDN-name to the ACE-encoded version before the request-URL is passed to the proxy.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 28, 2004
-
-
Daniel Stenberg authored
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
and then figure it out with a suitable windows call.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages. IDN resolves work for me now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a proxy
-
Daniel Stenberg authored
instead, its only for debug verbose output anyway
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
make the code easier to read
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
warnings
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
usage.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 23, 2004
-
-
Daniel Stenberg authored
threaded name resolves.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for it. It saves one extra copy of the header. I also added comments for several functions in formdata.c
-
- Apr 22, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and communicate with a proxy that requires basic authentication, the proxy properly returns a 407, but the failure detection code doesn't realize it should give up, so curl returns with exit code 0. Test case 162 verifies this.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
we won't try to QUIT the control connection and risk "hanging" waiting for a response. Test case 161 verifies this. The quit-sending function was also made static.
-
Daniel Stenberg authored
-