- Nov 28, 2009
- Nov 27, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
rework patch that now integrates TFTP properly into libcurl so that it can be used non-blocking with the multi interface and more. BLKSIZE also works. The --tftp-blksize option was added to allow setting the TFTP BLKSIZE from the command line.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Set 0600 file permissions on certificate pem files.
-
Yang Tse authored
-
- Nov 26, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
meter/callback during FTP command/response sequences. It turned out it was really lame before and now the progress meter SHOULD get called at least once per second.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
which might contain non-SRV answers, skipping over potential non-SRV ones such as CNAMEs.
-
- Nov 24, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
- Nov 23, 2009
-
-
Yang Tse authored
finer granularity control when generating src and lib makefiles.
-
Yang Tse authored
Fix compiler warning: conditional expression is constant.
-
Daniel Stenberg authored
though it failed to write a very small download to disk (done in a single fwrite call). It turned out to be because fwrite() returned success, but there was insufficient error-checking for the fclose() call which tricked curl to believe things were fine.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
CARES_HAVE_ARES_FREE_DATA. Current functionality of ares_free_data() makes it unnecessary.
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
ares_addr6ttl in order to prevent name space pollution, along with necessary changes to code base and man pages.This change does not break ABI, there is no need to recompile existing applications. But existing applications using these structs with the old name will need source code adjustments when recompiled using c-ares 1.6.1.
-
Yang Tse authored
with the ones declared in ares.h
-
- Nov 22, 2009
-
-
Yang Tse authored
Make configure remove the curlbuild.h file included in distribution tarballs for use by non-configure systems. As intended, configure would overwrite the distributed one when doing in-tree builds. But VPATH builds would end having two curlbuild.h files, one in the source tree and another in the build tree.
-
Yang Tse authored
Make configure remove the ares_build.h file included in distribution tarballs.
-
Yang Tse authored
Fix macro redefinition.
-
Yang Tse authored
Fix name space pollution.
-
Yang Tse authored
Allow using different extra import libraries for debug and release builds.
-
- Nov 21, 2009
-
-
Yang Tse authored
Add manifest stuff to msvc makefile
-
- Nov 20, 2009
-
-
Daniel Stenberg authored
closed by libcurl before the SSL lib were shutdown and they may write to its socket. Detected to at least happen with OpenSSL builds.
-