- Nov 09, 2009
- Nov 07, 2009
-
-
Daniel Stenberg authored
-
- Nov 05, 2009
-
-
Yang Tse authored
-
Kamil Dudka authored
in non-blocking mode.
-
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.
-
Yang Tse authored
-
- 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.
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
tarball
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
moved to 7.19.8. I removed the bugs already in KNOWN_BUGS (but they should of course still get fixed). Added three recent bugs. 7.19.8 is targetted to get shipped in Janurary 2010
-
Dan Fandrich authored
-
- Nov 03, 2009
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Nov 02, 2009
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Daniel Stenberg authored
CURLINFO_SIZE_DOWNLOAD (the -w variable size_download) didn't work when getting data from ldap!
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
c-ares with --enable-curldebug uses memdebug.h from libcurl's lib subdirectory. memdebug.h needs access to libcurl's setup.h from libcurl's lib subdirectory and also needs access to libcurl's generated curl_config.h
-
- Nov 01, 2009
-
-
Yang Tse authored
Undo old temporary change once used for testing purposes
-
- 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.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Symbol hiding configure options renamed to the hopefully less ambiguous --enable-symbol-hiding and --disable-symbol-hiding as well as related macro names and some internal variables used for them. Related configuration file preprocessor symbols named to CARES_SYMBOL_HIDING and CARES_SYMBOL_SCOPE_EXTERN.
-
- Oct 30, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2884561) but it seems to work for me...
-
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.
-
Yang Tse authored
Fix two typos.
-
Yang Tse authored
shows that this one is actually a modified copy of ares_parse_a_reply.c. In order to comply with ares_parse_a_reply.c's M.I.T. license, the old 1998 M.I.T. copyright notice is now also preserved in this file the same as it is done in other ares_parse_*.c files.
-
Yang Tse authored
Fix identation of some license lines.
-
Yang Tse authored
-
Yang Tse authored
-