- 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'
-
- Nov 27, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Set 0600 file permissions on certificate pem files.
-
Yang Tse authored
-
- Nov 26, 2009
-
-
Yang Tse authored
-
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.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
which might contain non-SRV answers, skipping over potential non-SRV ones such as CNAMEs.
-
- Nov 24, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-