- Oct 30, 2009
-
-
Yang Tse authored
ares_parse_txt_reply() current version: - Fixed a couple of potential double free's. - Fixed memory leaks upon out of memory condition. - Fixed pointer arithmetic. - Setting ntxtreply to zero upon entry for all failure cases. - Changed data type to size_t for variables substr_len, str_len and the length member of ares_txt_reply struct. - Avoided a couple of memcpy() calls. - Changed i data type to unsigned int to prevent compiler warnings. - Adjusted a comment. - Use ARES_SUCCESS literal for successfull completion. - Added CVS Id tag.
-
- Oct 29, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
dynamic and static c-ares libraries in debug and release flavours. Additionally each of the three sample programs is built against each of the four possible c-ares libraries, generating all this a total number of 12 executables and 4 libraries.
-
Daniel Stenberg authored
MUST be valid and they are dereferenced further down in the function unconditionally!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
for Win32 and Symbian unless CARES_STATICLIB is defined to use static library linkage.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- 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
-