#
cf86f8cb |
| 12-Jul-2007 |
Daniel Stenberg |
Shmulik Regev found an (albeit rare) case where the proxy CONNECT operation could in fact get stuck in an endless loop.
|
#
d12759c7 |
| 11-Jul-2007 |
Daniel Stenberg |
Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation: fail to connect if there is no Common Name field found in the remote cert. We should deprecate the support for thi
Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation: fail to connect if there is no Common Name field found in the remote cert. We should deprecate the support for this set to 1 anyway soon, since the feature is pointless and most likely never really used by anyone.
show more ...
|
#
5119fb16 |
| 10-Jul-2007 |
Daniel Stenberg |
Shmulik Regev: The tiny patch below fixes a bug (that I introduced :) which happens when negotiating authentication with a proxy (probably with web servers as well) that uses chunked tran
Shmulik Regev: The tiny patch below fixes a bug (that I introduced :) which happens when negotiating authentication with a proxy (probably with web servers as well) that uses chunked transfer encoding for the 407 error pages. In this case the ''ignorebody'' flag was ignored (no pun intended).
show more ...
|
#
dc2c70be |
| 10-Jul-2007 |
Daniel Stenberg |
Giancarlo Formicuccia reported and fixed a problem with a closed connection to a proxy during CONNECT auth negotiation.
|
#
19631f5d |
| 10-Jul-2007 |
Dan Fandrich |
Force the time zone to GMT in the cookie tests in case the user is using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as report
Force the time zone to GMT in the cookie tests in case the user is using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as reported by Daniel Black in bug report #1745964).
show more ...
|
#
04d3a8c7 |
| 10-Jul-2007 |
Daniel Stenberg |
start working on 7.16.5...
|
Revision tags: curl-7_16_4 |
|
#
4b1782c3 |
| 10-Jul-2007 |
Daniel Stenberg |
7.16.4 preps
|
#
ed4a16db |
| 06-Jul-2007 |
Daniel Stenberg |
Gavrie Philipson's change, updated numbers
|
#
54967d2a |
| 01-Jul-2007 |
Daniel Stenberg |
Thomas J. Moore provided a patch that introduces Kerberos5 support in libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but
Thomas J. Moore provided a patch that introduces Kerberos5 support in libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
show more ...
|
#
667fd9a6 |
| 01-Jul-2007 |
Daniel Stenberg |
Song Ma helped me verify and extend a fix for doing FTP over a SOCKS4/5 proxy
|
#
d500c468 |
| 28-Jun-2007 |
Daniel Stenberg |
reality sync
|
#
62f0f557 |
| 26-Jun-2007 |
Daniel Stenberg |
Robert Iakobashvili re-arranged the internal hash code to work with a custom hash function for different hashes, and also expanded the default size for the socket hash table used in multi han
Robert Iakobashvili re-arranged the internal hash code to work with a custom hash function for different hashes, and also expanded the default size for the socket hash table used in multi handles to greatly enhance speed when very many connections are added and the socket API is used.
show more ...
|
#
974fa124 |
| 25-Jun-2007 |
Daniel Stenberg |
Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to sig
Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave.
show more ...
|
#
abf8589f |
| 25-Jun-2007 |
Daniel Stenberg |
start working towards 7.16.4
|
Revision tags: curl-7_16_3 |
|
#
af4edf10 |
| 24-Jun-2007 |
Daniel Stenberg |
As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do no-body requests on FTP files on re-used
As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do no-body requests on FTP files on re-used connections properly, or at least it didn't provide the info back in the header callback properly in the subsequent requests.
show more ...
|
#
a1b650ad |
| 21-Jun-2007 |
Daniel Stenberg |
Gerrit Bruchh�user pointed out a warning that the Intel(R) Thread Checker tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper
Gerrit Bruchh�user pointed out a warning that the Intel(R) Thread Checker tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first.
show more ...
|
#
d978f85d |
| 20-Jun-2007 |
Daniel Stenberg |
Adam Piggott filed bug report #1740263 (http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when getting a large amount of URLs with curl, they were fetched slower and slow
Adam Piggott filed bug report #1740263 (http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when getting a large amount of URLs with curl, they were fetched slower and slower... which turned out to be because the --libcurl data collecting which wrongly always was enabled, but no longer is...
show more ...
|
#
61db4f3e |
| 18-Jun-2007 |
Daniel Stenberg |
Robson Braga Araujo filed bug report #1739100 (http://curl.haxx.se/bug/view.cgi?id=1739100) that mentioned that libcurl could not actually list the contents of the root directory of a given F
Robson Braga Araujo filed bug report #1739100 (http://curl.haxx.se/bug/view.cgi?id=1739100) that mentioned that libcurl could not actually list the contents of the root directory of a given FTP server if the login directory isn't root. I fixed the problem and added three test cases (one is disabled for now since I identified KNOWN_BUGS #44, we cannot use --ftp-method nocwd and list ftp directories).
show more ...
|
#
b691102e |
| 14-Jun-2007 |
Daniel Stenberg |
Shmulik Regev fixed a flaw in the multi interface that occurred when doing HTTP CONNECT over a proxy
|
#
2785fe7f |
| 14-Jun-2007 |
Daniel Stenberg |
s/HAVE_POLL/HAVE_SYS_POLL_H
|
#
235632ed |
| 13-Jun-2007 |
Daniel Stenberg |
Tom Regner provided a patch and worked together with James Housley, so now CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP ones.
|
#
68330c86 |
| 13-Jun-2007 |
Daniel Stenberg |
Rich Rauenzahn filed bug report #1733119 (http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functi
Rich Rauenzahn filed bug report #1733119 (http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functions would still assume int (32 bit) arguments and not socklen_t (64 bit) ones.
show more ...
|
#
3b9eefca |
| 07-Jun-2007 |
Daniel Stenberg |
Daniel S (6 June 2007) - -s/--silent can now be used to toggle off the silence again if used a second time. Daniel S (5 June 2007) - Added Daniel Black's work that adds the fir
Daniel S (6 June 2007) - -s/--silent can now be used to toggle off the silence again if used a second time. Daniel S (5 June 2007) - Added Daniel Black's work that adds the first few SOCKS test cases. I also fixed two minor SOCKS problems to make the test cases run fine.
show more ...
|
#
4c663ba9 |
| 31-May-2007 |
Daniel Stenberg |
When transferring 500 downloads in parallel with a c-ares enabled build only to find that it crashed miserably, and this was due to some select()isms left in the code. This was due to API res
When transferring 500 downloads in parallel with a c-ares enabled build only to find that it crashed miserably, and this was due to some select()isms left in the code. This was due to API restrictions in c-ares 1.3.x, but with the upcoming c-ares 1.4.0 this is no longer the case so now libcurl runs much better with c-ares and the multi interface with > 1024 file descriptors in use.
show more ...
|
#
713c9f86 |
| 31-May-2007 |
Daniel Stenberg |
Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
|