Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Remove unneeded preprocessor directives | Yang Tse | |
2009-11-07 | Joshua Kwan added paragraph 4.18 about file:// URLs on windows etc | Daniel Stenberg | |
2009-11-05 | Adjust c-ares include paths for memory tracking enabled (--enable-curldebug) ↵ | Yang Tse | |
builds | |||
2009-11-05 | - Dropped misleading timeouts in libcurl-NSS and made sure the SSL socket works | Kamil Dudka | |
in non-blocking mode. | |||
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse | |
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400. | |||
2009-11-05 | avoid division by zero | Yang Tse | |
2009-11-04 | - I fixed several problems with the transfer progress meter. It showed the | Daniel Stenberg | |
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. | |||
2009-11-04 | source files used by sample programs | Yang Tse | |
2009-11-04 | start over towards 7.19.8 | Daniel Stenberg | |
2009-11-04 | updated with names from the 7.19.7 release notes | Daniel Stenberg | |
2009-11-04 | fix the find command line | Daniel Stenberg | |
2009-11-04 | avoid fiddling in the ares subdir since that isn't part of the release | Daniel Stenberg | |
tarball | |||
2009-11-04 | release coming up | Daniel Stenberg | |
2009-11-04 | syntax | Daniel Stenberg | |
2009-11-04 | I have next to no hope of fixing more bugs before 7.19.7 so all are now | Daniel Stenberg | |
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 | |||
2009-11-04 | Put the Symbian binaries into the more modern locations in ROM | Dan Fandrich | |
2009-11-03 | Updated systems, bindings, NTLM support | Dan Fandrich | |
2009-11-03 | Export the Symbian .iby files to make it easier to build a ROM | Dan Fandrich | |
2009-11-02 | strerror() => curl_easy_strerror() | Daniel Stenberg | |
2009-11-02 | include progress.h for Curl_pgrsSetDownloadCounter function prototype | Yang Tse | |
2009-11-02 | - As reported independent by both Stan van de Burgt and Didier Brisebourg, | Daniel Stenberg | |
CURLINFO_SIZE_DOWNLOAD (the -w variable size_download) didn't work when getting data from ldap! | |||
2009-11-02 | describe the cmake situation | Daniel Stenberg | |
2009-11-02 | Renamed c-ares setup.h to ares_setup.h | Yang Tse | |
2009-11-02 | Adjust include paths to take in account that currently: | Yang Tse | |
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 | |||
2009-11-01 | Undo old temporary change once used for testing purposes | Yang Tse | |
2009-10-31 | - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if the | Daniel Stenberg | |
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. | |||
2009-10-31 | Mention many changes | Yang Tse | |
2009-10-31 | Mention --enable-symbol-hiding configure option | Yang Tse | |
2009-10-31 | Symbol hiding configure options renamed to the hopefully less ambiguous | Yang Tse | |
--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. | |||
2009-10-30 | Added test case 566 in an attempt to repeat bug 2884561 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2884561) but it seems to work for me... | |||
2009-10-30 | - Liza Alenchery mentioned a problem with re-used SCP connection when a bad | Daniel Stenberg | |
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. | |||
2009-10-30 | - "Tom" posted a bug report that mentioned how libcurl did wrong when doing a | Daniel Stenberg | |
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. | |||
2009-10-30 | Header inclusion depending on HAVE_* symbol. | Yang Tse | |
Fix two typos. | |||
2009-10-30 | Comparison of the Initial revision of this file with ares_parse_a_reply.c | Yang Tse | |
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. | |||
2009-10-30 | Add CVS Id tag. | Yang Tse | |
Fix identation of some license lines. | |||
2009-10-30 | Add CVS Id tag. | Yang Tse | |
2009-10-30 | Fix comment | Yang Tse | |
2009-10-30 | In no particular order, changed/fixed all of the following in | Yang Tse | |
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. | |||
2009-10-29 | Add c-ares DLL resource file to distribution archive | Yang Tse | |
2009-10-29 | ignore files | Yang Tse | |
2009-10-29 | Empty subdir | Yang Tse | |
2009-10-29 | Updated MSVC 6.0 workspace and project files that allows building | Yang Tse | |
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. | |||
2009-10-29 | no need to check for NULL pointers before dereferencing, as the pointers | Daniel Stenberg | |
MUST be valid and they are dereferenced further down in the function unconditionally! | |||
2009-10-29 | shorten the descriptions somewhat | Daniel Stenberg | |
2009-10-29 | update to the new struct name | Daniel Stenberg | |
2009-10-29 | Jakub Hrozek added ares_parse_txt_reply() for TXT parsing | Daniel Stenberg | |
2009-10-29 | use 'ares_srv_reply' for proper name-spacing | Daniel Stenberg | |
2009-10-29 | Fix compiler warning: control reaches end of non-void function | Yang Tse | |
2009-10-29 | Take in account c-ares 1.6.1 will use __declspec function decoration | Yang Tse | |
for Win32 and Symbian unless CARES_STATICLIB is defined to use static library linkage. | |||
2009-10-29 | Add reference for ares_parse_srv_reply.pdf | Yang Tse | |