- Dec 30, 2009
- Dec 29, 2009
-
-
Daniel Stenberg authored
-
- Dec 25, 2009
-
-
Daniel Stenberg authored
end-of-body treatment
-
- Dec 20, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 19, 2009
-
-
Daniel Stenberg authored
-
- Dec 17, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
really didn't belong there and had no real point.
-
Daniel Stenberg authored
struct, and instead use the already stored string in the handler struct.
-
Daniel Stenberg authored
available.
-
- Dec 16, 2009
-
-
Daniel Stenberg authored
was a bit too quick and broke test case 1101 with that change. The order of some of the setups is sensitive. I now changed it slightly again.
-
- Dec 14, 2009
-
-
Daniel Stenberg authored
detects and uses proxies based on the environment variables. If the proxy was given as an explicit option it worked, but due to the setup order mistake proxies would not be used fine for a few protocols when picked up from '[protocol]_proxy'. Obviously this broke after 7.19.4. I now also added test case 1106 that verifies this functionality. (http://curl.haxx.se/bug/view.cgi?id=2913886)
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 12, 2009
-
-
Daniel Stenberg authored
protocol-specific header files
-
Daniel Stenberg authored
-
- Dec 11, 2009
-
-
Yang Tse authored
See http://curl.haxx.se/mail/lib-2009-12/0107.html
-
Yang Tse authored
-
- Dec 10, 2009
-
-
Daniel Stenberg authored
accessing alredy freed memory and thus crash when using HTTPS (with OpenSSL), multi interface and the CURLOPT_DEBUGFUNCTION and a certain order of cleaning things up. I fixed it. (http://curl.haxx.se/bug/view.cgi?id=2891591)
-
Daniel Stenberg authored
-
- Dec 07, 2009
-
-
Daniel Stenberg authored
with unknown size. Previously it was only used for posts with a known size larger than 1024 bytes.
-
- Dec 02, 2009
-
-
Kamil Dudka authored
-
- Dec 01, 2009
-
-
Daniel Stenberg authored
curl_easy_setopt with CURLOPT_HTTPHEADER, the library should set data->state.expect100header accordingly - the current code (in 7.19.7 at least) doesn't handle this properly. Martin Storsjo provided the fix!
-
- Nov 28, 2009
- Nov 27, 2009
-
-
Daniel Stenberg authored
rework patch that now integrates TFTP properly into libcurl so that it can be used non-blocking with the multi interface and more. BLKSIZE also works. The --tftp-blksize option was added to allow setting the TFTP BLKSIZE from the command line.
-
- Nov 26, 2009
-
-
Daniel Stenberg authored
meter/callback during FTP command/response sequences. It turned out it was really lame before and now the progress meter SHOULD get called at least once per second.
-
- Nov 24, 2009
-
-
Daniel Stenberg authored
-
- Nov 20, 2009
-
-
Daniel Stenberg authored
closed by libcurl before the SSL lib were shutdown and they may write to its socket. Detected to at least happen with OpenSSL builds.
-
Daniel Stenberg authored
CURLOPT_HTTPPROXYTUNNEL enabled over a proxy, a subsequent request using the same proxy with the tunnel option disabled would still wrongly re-use that previous connection and the outcome would only be badness.
-
- Nov 19, 2009
-
-
Yang Tse authored
-
- Nov 18, 2009
- Nov 17, 2009
-
-
Daniel Stenberg authored
end up with entries that wouldn't time-out: 1. Set up a first web server that redirects (307) to a http://server:port that's down 2. Have curl connect to the first web server using curl multi After the curl_easy_cleanup call, there will be curl dns entries hanging around with in_use != 0. (http://curl.haxx.se/bug/view.cgi?id=2891591)
-
- Nov 15, 2009
- Nov 14, 2009
-
-
Yang Tse authored
Refactor how preprocessor symbol _THREAD_SAFE definition is done.
-