Daniel Stenberg
6bf071df7e
- Andrei Benea filed bug report #2956698 and pointed out that the
...
CURLOPT_CERTINFO feature leaked memory due to a missing OpenSSL function
call. He provided the patch to fix it too.
http://curl.haxx.se/bug/view.cgi?id=2956698
2010-03-02 13:41:18 +00:00
Daniel Stenberg
7c028a8332
- Markus Duft pointed out in bug #2961796 that even though Interix has a
...
poll() function it doesn't quite work the way we want it so we must disable
it, and he also provided a patch for it.
http://curl.haxx.se/bug/view.cgi?id=2961796
2010-03-02 13:34:57 +00:00
Daniel Stenberg
13ac29382f
- Made the pingpong timeout code properly deal with the response timeout AND
...
the global timeout if set. Also, as was reported in the bug report #2956437
by Ryan Chan, the time stamp to use as basis for the per command timeout was
not set properly in the DONE phase for FTP (and not for SMTP) so I fixed
that just now. This was a regression compared to 7.19.7 due to the
conversion of FTP code over to the generic pingpong concepts.
http://curl.haxx.se/bug/view.cgi?id=2956437
2010-03-02 13:26:23 +00:00
Daniel Stenberg
8719398d05
remove assignment never used
2010-03-02 13:05:02 +00:00
Daniel Stenberg
53aa6b21fe
- Ben Greear provided an update for TFTP that fixes upload.
2010-03-01 22:14:47 +00:00
Daniel Stenberg
7842704ee7
SSL, not SSH, SSL
2010-03-01 22:10:55 +00:00
Daniel Stenberg
496002ea1c
- Wesley Miaw reported bug #2958179 which identified a case of looping during
...
OpenSSL based SSL handshaking even though the multi interface was used and
there was no good reason for it.
http://curl.haxx.se/bug/view.cgi?id=2958179
2010-03-01 21:59:07 +00:00
Yang Tse
1a1ffb10d0
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
2010-02-28 02:51:35 +00:00
Yang Tse
2a056ba49e
Added ares_nowarn.* to VC6 project file
2010-02-28 02:50:51 +00:00
Daniel Stenberg
eef316f099
spellchecked by Stéphane Fillod
2010-02-26 22:58:24 +00:00
Daniel Stenberg
03a57308b9
- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a
...
chunked-encoding trailer.
http://curl.haxx.se/bug/view.cgi?id=2958474
2010-02-26 22:55:30 +00:00
Dan Fandrich
507d58435a
Fixed a couple of out of memory leaks and a segfault in the IMAP code.
2010-02-26 21:24:44 +00:00
Yang Tse
dc21a5e5a1
fix sizeof short
2010-02-26 19:12:23 +00:00
Yang Tse
cef95aadeb
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
2010-02-26 18:32:46 +00:00
Yang Tse
697496ff99
Added SIZEOF_INT definition
2010-02-26 17:48:18 +00:00
Yang Tse
bcd1c7c2e9
fix compiler warning
2010-02-26 16:42:33 +00:00
Yang Tse
87428e07ca
fix compiler warning
2010-02-26 01:47:21 +00:00
Yang Tse
01fb0d8497
fix compiler warning
2010-02-25 08:09:05 +00:00
Dan Fandrich
cce81a7f45
Fixed a couple of out of memory leaks and a segfault in the SMTP code.
2010-02-25 08:07:06 +00:00
Yang Tse
4ad984043e
fix file name
2010-02-25 08:03:05 +00:00
Yang Tse
6a8aa246ff
Fixed bug report #2958074 indicating
...
(http://curl.haxx.se/bug/view.cgi?id=2958074 ) that curl on Windows with
option --trace-time did not use local time when timestamping trace lines.
This could also happen on other systems depending on time souurce.
2010-02-25 06:59:04 +00:00
Yang Tse
e25c5283d8
enable 802 and 803
2010-02-24 01:47:28 +00:00
Yang Tse
5695c4db86
fix compiler warning
2010-02-24 00:03:06 +00:00
Yang Tse
aa0f8593b9
fix compiler warning
2010-02-23 18:46:27 +00:00
Yang Tse
4186b5b41f
fix compiler warning
2010-02-23 16:07:54 +00:00
Yang Tse
8904064c3a
fix socket data type
2010-02-23 13:35:01 +00:00
Yang Tse
5b778a7ca4
fix socket data type and logging format in debug tracking socket functions
2010-02-22 23:28:56 +00:00
Yang Tse
439f62bfa8
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
...
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse
later in our test harness.
2010-02-22 18:56:29 +00:00
Yang Tse
693abbae3a
updated sources
2010-02-22 16:16:35 +00:00
Patrick Monnerat
e1625ba727
_ Adjusted RFC821 HELO fallback and enabled test804
2010-02-22 13:57:57 +00:00
Patrick Monnerat
338553eda3
- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
...
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required).
- Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO.
- Test case 804 for HELO fallback.
2010-02-22 12:41:02 +00:00
Yang Tse
2abcd132f8
add header inclusion
2010-02-22 03:41:02 +00:00
Yang Tse
dc9f0a9758
fix compiler warning
2010-02-22 02:37:13 +00:00
Yang Tse
10affed097
fix compiler warning
2010-02-21 19:59:09 +00:00
Daniel Stenberg
25a49ccd21
clarify more details on section "2.1 More non-blocking"
2010-02-21 14:42:59 +00:00
Daniel Stenberg
9ac65581bb
TFTP transfers are not blocking since 7.20.0
2010-02-21 14:40:22 +00:00
Daniel Stenberg
a4a60afabb
- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
...
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now
get angle bracket wrapping automatically by libcurl unless the recipient
starts with an angle bracket as then the app is assumed to deal with that
properly on its own.
2010-02-20 22:29:59 +00:00
Daniel Stenberg
a434cb43e8
- I made the SMTP code expect a 250 response back from the server after the
...
full DATA has been sent, and I modified the test SMTP server to also send
that response. As usual, the DONE operation that is made after a completed
transfer is still not doable in a non-blocking way so this waiting for 250
is unfortunately made blockingly.
2010-02-20 21:56:48 +00:00
Daniel Stenberg
846b926a3f
corected a comment and wrapped a few longish lines
2010-02-20 21:41:25 +00:00
Yang Tse
f0d3930346
fix compiler warning
2010-02-20 19:51:02 +00:00
Yang Tse
a6fb6b70c7
fix compiler warning
2010-02-20 11:58:26 +00:00
Yang Tse
2179ef9fa9
fix compiler warning
2010-02-20 01:15:10 +00:00
Yang Tse
048438345a
fix compiler warning
2010-02-19 18:02:38 +00:00
Yang Tse
6e461e45c3
fix compiler warning
2010-02-18 12:31:24 +00:00
Daniel Stenberg
19e089702a
ares_reinit()
...
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
like the res_init() resolver function offers
2010-02-17 22:15:23 +00:00
Daniel Stenberg
23bab783d4
use curl standard indentation and line lengths
2010-02-17 12:13:55 +00:00
Yang Tse
46b112bcd4
replaced tabs with spaces
2010-02-16 13:32:45 +00:00
Yang Tse
f442dd6496
fix Content-Length validation
2010-02-16 11:17:00 +00:00
Daniel Stenberg
bb2d9c3704
use (void) in front of fwrite() calls that ignore the return code
2010-02-15 21:29:19 +00:00
Yang Tse
d5b2d8e081
fix compiler warning: conversion from "long" to "size_t" may lose sign
2010-02-15 17:40:35 +00:00