- May 28, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
data to the initial request buffer, if the total post data is less than 100K.
-
- May 27, 2003
-
-
Daniel Stenberg authored
changes in curl/curl.h make this occur?
-
Daniel Stenberg authored
preprocessor checks for condititions.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
defines in the public external header files
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
before giving up
-
Daniel Stenberg authored
Make the test stuff get built when we run 'make test' instead.
-
Daniel Stenberg authored
two separate send() calls, first the headers and then the data. I've now made a fix that for static and known content that isn't to be chunked-encoded, everything is now sent in one single system call again. This is also better for network performance reasons.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
same as using a httpproxy so we must make sure to better check for http proxies before we do HTTP proxy stuff. This included authorization and URI usage in the request etc.
-
Daniel Stenberg authored
-
- May 26, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
make an adjustment to catch this.
-
- May 23, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
contents. Test cases 144 and 145 were added to verify the fix. Now we deal with return code 450 properly and other codes also do proper cleanup.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 22, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
SOCKS5 fix as suggested by Jis in bugreport #741841.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 21, 2003
-
-
Daniel Stenberg authored
we unescape a string. We now check and decode only valid %XX strings.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-