/external/c-ares/ |
D | README | 1 c-ares 4 This is c-ares, an asynchronous resolver library. It is intended for 10 The full source code is available in the 'c-ares' release archives, and in a 11 git repository: http://github.com/bagder/c-ares 14 regard to c-ares (or by all means the original ares too), get in touch with us 15 on the c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares 17 c-ares is of course distributed under the same MIT-style license as the 18 original ares. 20 You'll find all c-ares details and news here: 22 http://c-ares.haxx.se/ [all …]
|
D | README.msvc | 9 How to build c-ares using MSVC or Visual Studio 20 Change to c-ares source folder where Makefile.msvc file is located and run: 24 This will build all c-ares libraries as well as three sample programs. 28 depends on the MSVC compiler version being used to build c-ares. 32 holds the c-ares libraries you have just generated, the other three 35 The above command builds four versions of the c-ares library, dynamic 46 In order to allow easy usage of c-ares libraries it may be convenient to 47 install c-ares libraries and header files to a common subdirectory tree. 49 Once that c-ares libraries have been built using procedure described above, 51 to designate the top subdirectory where installation of c-ares libraries and [all …]
|
D | README.cares | 1 c-ares 4 This package is based on ares 1.1.1 (written by Greg Hudson). I decided to 5 fork and release a separate project since the ares author didn't want the 8 This package is dubbed 'c-ares' since I (Daniel Stenberg) wanted this for use 10 c-ares is not API compatible with ares: a new name makes that more obvious to 13 The original libares was distributed at athena-dist.mit.edu:pub/ATHENA/ares.
|
D | cares.rc | 42 VALUE "CompanyName", "The c-ares library, http://c-ares.haxx.se/\0" 44 VALUE "FileDescription", "c-ares Debug Shared Library\0" 46 VALUE "InternalName", "c-ares\0" 49 VALUE "FileDescription", "c-ares Shared Library\0" 51 VALUE "InternalName", "c-ares\0" 54 VALUE "ProductName", "The c-ares library\0" 57 VALUE "License", "http://c-ares.haxx.se/license.html\0"
|
D | CHANGES | 1 Changelog for the c-ares project 16 o man pages: docs for the c-ares utility programs 68 - We switched from CVS to git. See http://github.com/bagder/c-ares 77 Bail, and February 2010 by Jakub Hrozek on the c-ares mailing list. On 84 ares channel as these support both IPv4 and IPv6 name servers. 119 - Changed naming convention for c-ares libraries built with MSVC, details 124 with the ones declared in ares.h 131 adjustments when recompiled using c-ares 1.7.0. 138 with the ones declared in ares.h. Added ares_free_data() along with 147 - Makefile.msvc is now the reference method to build c-ares and sample [all …]
|
D | libcares.pc.in | 12 Name: c-ares 13 URL: http://daniel.haxx.se/projects/c-ares/
|
D | AUTHORS | 1 c-ares is based on ares, and these are the people that have worked on it since
|
D | ares_build.h.in | 27 * c-ares library user nor by the c-ares library builder. 30 * or fixed in this file, then, report it on the c-ares development 31 * mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/
|
D | RELEASE-NOTES | 1 c-ares version 1.7.5 14 o man pages: docs for the c-ares utility programs
|
/external/curl/CMake/ |
D | FindCARES.cmake | 1 # - Find c-ares 2 # Find the c-ares includes and library 4 # CARES_INCLUDE_DIR, where to find ares.h, etc. 5 # CARES_LIBRARIES, the libraries needed to use c-ares. 6 # CARES_FOUND, If false, do not try to use c-ares. 8 # CARES_LIBRARY, where to find the c-ares library. 10 FIND_PATH(CARES_INCLUDE_DIR ares.h 31 MESSAGE(STATUS "Found c-ares: ${CARES_LIBRARIES}") 35 MESSAGE(FATAL_ERROR "Could not find c-ares library")
|
/external/curl/m4/ |
D | curl-confopts.m4 | 55 dnl --enable-ares or --disable-ares, and 61 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) 63 AC_ARG_ENABLE(ares, optenable 64 AC_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) 65 AC_HELP_STRING([--disable-ares],[Disable c-ares for DNS lookups]), 69 dnl --disable-ares option used 77 dnl --enable-ares option used 307 dnl AC_MSG_CHECKING([whether to ignore c-ares enabling assumed setting]) 315 dnl AC_MSG_ERROR([options --enable-ares and --enable-threads are mutually exclusive, at most on… 449 dnl When c-ares library support has been requested, [all …]
|
/external/curl/ |
D | buildconf.bat | 30 REM setup c-ares git tree 31 if not exist ares\buildconf.bat goto end_c_ares 32 cd ares
|
/external/curl/tests/server/ |
D | Makefile.am | 43 -I$(top_builddir)/ares \ 44 -I$(top_srcdir)/ares
|
/external/curl/tests/unit/ |
D | Makefile.am | 45 -I$(top_builddir)/ares \ 46 -I$(top_srcdir)/ares
|
/external/curl/tests/libtest/ |
D | Makefile.am | 43 -I$(top_builddir)/ares \ 44 -I$(top_srcdir)/ares
|
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 510 ctx->ares = 0; in CRYPTO_gcm128_setiv() 593 n = ctx->ares; in CRYPTO_gcm128_aad() 603 ctx->ares = n; in CRYPTO_gcm128_aad() 631 ctx->ares = n; in CRYPTO_gcm128_aad() 661 if (ctx->ares) { in CRYPTO_gcm128_encrypt() 664 ctx->ares = 0; in CRYPTO_gcm128_encrypt() 821 if (ctx->ares) { in CRYPTO_gcm128_decrypt() 824 ctx->ares = 0; in CRYPTO_gcm128_decrypt() 986 if (ctx->ares) { in CRYPTO_gcm128_encrypt_ctr32() 989 ctx->ares = 0; in CRYPTO_gcm128_encrypt_ctr32() [all …]
|
/external/curl/lib/ |
D | Makefile.am | 66 AM_CPPFLAGS += -I$(top_builddir)/ares \ 67 -I$(top_srcdir)/ares
|
D | Makefile.netware | 57 LIBCARES_PATH = ../ares 198 ifeq ($(findstring -ares,$(CFG)),-ares)
|
/external/curl/tests/data/ |
D | test167 | 66 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares… 74 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares…
|
D | test1097 | 69 …-CVS (i686-pc-linux-gnu) libcurl/7.19.5-CVS OpenSSL/0.9.8g zlib/1.2.3.3 c-ares/1.6.1-CVS libidn/1.… 73 …-CVS (i686-pc-linux-gnu) libcurl/7.19.5-CVS OpenSSL/0.9.8g zlib/1.2.3.3 c-ares/1.6.1-CVS libidn/1.…
|
D | test168 | 79 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares… 86 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares…
|
/external/curl/docs/examples/ |
D | Makefile.netware | 52 LIBCARES_PATH = ../../ares 187 ifeq ($(findstring -ares,$(CFG)),-ares)
|
/external/curl/src/ |
D | Makefile.netware | 72 LIBCARES_PATH = ../ares 207 ifeq ($(findstring -ares,$(CFG)),-ares)
|
/external/netcat/ |
D | netcat.c | 614 struct addrinfo ahints, *ares; in remote_connect() local 625 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares))) in remote_connect() 628 if (bind(s, (struct sockaddr *)ares->ai_addr, in remote_connect() 629 ares->ai_addrlen) < 0) in remote_connect() 631 freeaddrinfo(ares); in remote_connect()
|
/external/icu/icu4c/source/data/unit/ |
D | fy.txt | 43 dnam{"ares"} 45 other{"{0} ares"} 511 dnam{"ares"} 513 other{"{0} ares"}
|