- Dec 16, 2009
-
-
Yang Tse authored
-
- 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
server in this way, upon sysread failures, is part of the expected behavior.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 13, 2009
- Dec 12, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
make it more obvious how the output will be
-
Daniel Stenberg authored
-
Daniel Stenberg authored
--protocols output
-
Daniel Stenberg authored
protocol-specific header files
-
Daniel Stenberg authored
-
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
on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279)
-
Daniel Stenberg authored
-
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
-
Yang Tse authored
-
- Dec 09, 2009
-
-
Yang Tse 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 04, 2009
-
-
Daniel Stenberg authored
instead of being repeated several times. This also include Authenticate: and Proxy-Authenticate: headers and while this hardly every happens in real life it will confuse libcurl which does not properly support it for all headers - like those Authenticate headers.
-
- Dec 03, 2009
- Dec 02, 2009
-
-
Kamil Dudka authored
-
Yang Tse authored
-
- Dec 01, 2009
-
-
Yang Tse authored
-
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 30, 2009
-
-
Daniel Stenberg authored
-
Yang Tse authored
- In order to better reflect that the returned pid is extracted from the given file, serverpid sub is renamed to pidfromfile. In addition it is enhanced to make sure that it always returns zero unless a numerical positive value is returned. - To better reflect that only process existance is actually checked, checkserver sub is renamed to processexists. In addition it is enhanced making it remove the given pid file when the extracted pid is no longer alive.
-
- Nov 29, 2009
-
-
Daniel Stenberg authored
have been fixed!
-
Daniel Stenberg authored
-
- Nov 28, 2009
-
-
Yang Tse authored
- Added Diffie-Hellman parameters to several test harness certificate files in PEM format. Required by several stunnel versions used by our test harness.
-
Yang Tse authored
Use different log files for each protocol
-
Yang Tse authored
s/socklen_t/curl_socklen_t/g
-
Yang Tse authored
Fix compiler warning: unused variable `data'
-