- Nov 17, 2009
-
-
Daniel Stenberg authored
its pkg-config file. So -Wl stuff ended up in the .pc file, which is really bad, and breaks if there are multiple -Wl in our LDFLAGS (which are in PTXdist). bug #2893592 (http://curl.haxx.se/bug/view.cgi?id=2893592)
-
- Nov 14, 2009
-
-
Claes Jakobsson authored
Added '--configure' option to curl-config to display original configure arguments when curl was built
-
Daniel Stenberg authored
--with-nss is set but not "yes". I think we can still improve that to check for pkg-config in that path etc, but at least this patch brings back the same functionality we had before.
-
Daniel Stenberg authored
the client certificate. It also disable the key name test as some engines can select a private key/cert automatically (When there is only one key and/or certificate on the hardware device used by the engine)
-
Yang Tse authored
- Constantine Sapuntzakis provided the fix that ensures that an SSL connection won't be reused unless protection level for peer and host verification match.
-
- Nov 11, 2009
-
-
Yang Tse authored
-
Yang Tse authored
and GNU GSS installed due to a missing mutual exclusion of header files in the Kerberos 5 code path. He also verified that my patch worked for him.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry in the DNS cache would linger too long if the request that added it was in use that long. He also provided the patch that now makes libcurl capable of still doing a request while the DNS hash entry may get timed out.
-
Daniel Stenberg authored
used during the FTP connection phase (after the actual TCP connect), while it of course should be. I also made the speed check get called correctly so that really slow servers will trigger that properly too.
-
- Nov 05, 2009
-
-
Yang Tse authored
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400.
-
- Nov 04, 2009
-
-
Daniel Stenberg authored
wrong percentage for small files, most notable for <1000 bytes and could easily end up showing more than 100% at the end. It also didn't show any percentage, transfer size or estimated transfer times when transferring less than 100 bytes.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 02, 2009
-
-
Daniel Stenberg authored
CURLINFO_SIZE_DOWNLOAD (the -w variable size_download) didn't work when getting data from ldap!
-
- Oct 31, 2009
-
-
Daniel Stenberg authored
download was 0 bytes, as libcurl would then return the size as unknown (-1) and not 0. I wrote a fix and test case 566 to verify it.
-
- Oct 30, 2009
-
-
Daniel Stenberg authored
auth is used, as it caused a crash. I failed to repeat the issue, but still made a change that now forces the TCP connection used for a freed SCP session to get closed and not be re-used.
-
Daniel Stenberg authored
POST using a read callback, with Digest authentication and "Transfer-Encoding: chunked" enforced. I would then cause the first request to be wrongly sent and then basically hang until the server closed the connection. I fixed the problem and added test case 565 to verify it.
-
- Oct 25, 2009
-
-
Daniel Stenberg authored
unparsable expiry dates and then treat them as session cookies - previously libcurl would reject cookies with a date format it couldn't parse. Research shows that the major browser treat such cookies as session cookies. I modified test 8 and 31 to verify this.
-
- Oct 21, 2009
-
-
Daniel Stenberg authored
during configure.
-
Daniel Stenberg authored
-
http://curl.haxx.se/bug/view.cgi?id=2883177Daniel Stenberg authored
by user 'koresh' introduced the --crlfile option to curl, which makes curl tell libcurl about a file with CRL (certificate revocation list) data to read.
-
- Oct 18, 2009
-
-
Daniel Stenberg authored
that now makes curl_getdate(3) actually handles RFC 822 formatted dates that use the "single letter military timezones". http://www.rfc-ref.org/RFC-TEXTS/822/chapter5.html has the details.
-
Daniel Stenberg authored
data!
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2873666) which identified a problem which made libcurl loop infinitely when given incorrect credentials when using HTTP GSS negotiate authentication.
-
Daniel Stenberg authored
libcurl called NSS to close the SSL "session" it also closed the actual socket.
-
- Oct 17, 2009
-
-
Yang Tse authored
Fix invalid file name characters handling on Windows
-
- Oct 01, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an incorrect return code from the internal trynextip() function which caused him grief. This is a regression that was introduced in 7.19.1 and I find it strange it hasn't hit us harder, but I won't persue into figuring out exactly why.
-
Daniel Stenberg authored
SO_SNDBUF to CURL_WRITE_SIZE even if the SO_SNDBUF starts out larger. The patch doesn't do a setsockopt if SO_SNDBUF is already greater than CURL_WRITE_SIZE. This should help folks who have set up their computer with large send buffers.
-
- Sep 27, 2009
-
-
Daniel Stenberg authored
the define CURL_MAX_HTTP_HEADER which is even exposed in the public header file to allow for users to fairly easy rebuild libcurl with a modified limit. The rationale for a fixed limit is that libcurl is realloc()ing a buffer to be able to put a full header into it, so that it can call the header callback with the entire header, but that also risk getting it into trouble if a server by mistake or willingly sends a header that is more or less without an end. The limit is set to 100K.
-
- Sep 26, 2009
-
-
Daniel Stenberg authored
saving received cookies with no given path, if the path in the request had a query part. That is means a question mark (?) and characters on the right side of that. I wrote test case 1105 and fixed this problem.
-
- Sep 25, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2861587) identifying that libcurl used the OpenSSL function X509_load_crl_file() wrongly and failed if it would load a CRL file with more than one certificate within. This is now fixed.
-
- Sep 24, 2009
-
-
Daniel Stenberg authored
-
- Sep 23, 2009
-
-
Daniel Stenberg authored
-
- Sep 16, 2009
-
-
Daniel Stenberg authored
powered libcurl in 7.19.6. If there was a X509v3 Subject Alternative Name field in the certficate it had to match and so even if non-DNS and non-IP entry was present it caused the verification to fail.
-
- Sep 10, 2009
-
-
Daniel Stenberg authored
start second "Thu Jan 1 00:00:00 GMT 1970" as the date parser then returns 0 which internally then is treated as a session cookie. That particular date is now made to get the value of 1.
-
- Sep 02, 2009
-
-
Daniel Stenberg authored
errors.
-
- Sep 01, 2009
-
-
Daniel Stenberg authored
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set the --interface option to (exactly) "LocalHost". This will enable us to write tests for custom hosts names but still use a local host server.
-
Daniel Stenberg authored
when cross-compiling. The key to success is then you properly setup PKG_CONFIG_PATH before invoking configure. I also improved how NSS is detected by trying nss-config if pkg-config isn't present, and as a last resort just use the lib name and force the user to setup the LIBS/LDFLAGS/CFLAGS etc properly. The previous last resort would add a range of various libs that would almost never be quite correct.
-
- Aug 31, 2009
-
-
Daniel Stenberg authored
QUOTE commands and the request used the same path as the connection had already changed to, it would decide that no commands would be necessary for the "DO" action and that was not handled properly but libcurl would instead hang.
-
- Aug 24, 2009
-
-
Daniel Stenberg authored
properly and provided a fix. http://curl.haxx.se/bug/view.cgi?id=2843008
-