- Oct 29, 2009
- Oct 28, 2009
-
-
Daniel Stenberg authored
false positive on a leaked socket, so this introduces a way to tell the system that the socket is indeed closed without explicitly closing it!
-
Yang Tse authored
based on the 'visibility' attribute for GNUC and __global for Sun compilers, taking also in account __declspec function decoration for Win32 and Symbian DLL's. Introducing configure options --enable-hidden-symbols and --disable-hidden-symbols following libcurl's naming.
-
-
- Oct 27, 2009
- Oct 26, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- 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 24, 2009
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Oct 23, 2009
-
-
Yang Tse authored
ARES_ECANCELLED error code value and missing error code description.
-
Patrick Monnerat authored
-
- Oct 22, 2009
-
-
Daniel Stenberg authored
and another is sponsoring more
-
- Oct 21, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
during configure.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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.
-
Daniel Stenberg authored
-
Yang Tse authored
fail to build when this happens, and show an appropriate error. The brave of heart can circumvect this. Defining ALLOW_MSVC6_WITHOUT_PSDK in lib/config-win32.h, although absolutely discouraged and unsupported, this will allow the die hard MSVC hacker to build in such a discouraged environment. The actually supported 'fix' is to install 'February 2003 Platform SDK' a.k.a. 'Windows Server 2003 PSDK' which can be freely downloaded from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm
-
- Oct 19, 2009
-
-
Guenter Knauf authored
-
Yang Tse authored
-
Yang Tse authored
is only expanded and included once in the configure script.
-
Yang Tse authored
due to autoconf 2.64 m4_require'ing it in _AS_SHELL_SANITIZE indirectly through _AS_PATH_WALK.
-
- 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.
-
Yang Tse authored
Check for basename() is now done the same as other function checks
-
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
-
-
Daniel Stenberg authored
As it actually builds with gcrypt these days, but not the NSS functions.
-
Daniel Stenberg authored
-