Home
last modified time | relevance | path

Searched refs:build (Results 51 – 75 of 90) sorted by relevance

1234

/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com136 $! version_type = 'V' for a production release, and 'D' for a build from a
H A Dgnv_link_curl.com3 $! File to build images using gnv$libcurl.exe
83 $! Need to build the common init module.
95 $! Need to build the module to test the HP OpenSSL version
344 $! DCL build puts curllib in architecture directory
345 $! GNV build uses the makefile.
351 $ ! GNV based build
H A Dbuild_libcurl_pc.com46 $! kit type of "D" means a daily build
H A Dgenerate_config_vms_h_curl.com200 $! Curl uses an OS macro to set the build environment.
216 $! We are now setting this on the GNV build, so also do this
/curl/docs/
H A DKNOWN_BUGS46 6.2 MIT Kerberos for Windows build
92 15.2 support build with GnuTLS
96 15.13 CMake build with MIT Kerberos does not work
216 curl for OS400 requires QADRT to build, which provides ASCII wrappers for
243 us sometimes miss actual build problems and it is surprising to newcomers to
303 6.2 MIT Kerberos for Windows build
305 libcurl fails to build with MIT Kerberos for Windows (KfW) due to KfW's
539 Something in the SONAME generation seems to be wrong in the cmake build.
554 15.13 CMake build with MIT Kerberos does not work
/curl/docs/libcurl/
H A Dcurl_global_init_mem.md40 threaded resolver is a common build option to enable (and in some cases the
H A Dcurl_global_sslset.md44 that this particular build of libcurl supports.
H A Dlibcurl-ws.md124 It is only built-in if explicitly opted in at build time. We discourage use of
H A Dlibcurl-errors.md64 due to a build-time decision. This means that a feature or option was not
623 This libcurl build does not support the given URL scheme.
764 HTTP support or the header API has been disabled in the build.
/curl/docs/libcurl/opts/
H A DCURLOPT_DEFAULT_PROTOCOL.md45 build of libcurl that you are using.
H A DCURLOPT_URL.md59 by the build of libcurl you are using.
88 UTF-8 (when WinIDN is used; or a Windows Unicode build using libidn2).
H A DCURLOPT_CAINFO.md43 certificate bundle is assumed to be stored, as established at build time.
H A DCURLOPT_PROXY_SSL_VERIFYPEER.md46 certificates (the path for that is determined at build time) and you can
H A DCURLOPT_ECH.md33 This experimental feature requires a special build of OpenSSL, as ECH is not
H A DCURLOPT_PROXY_CAINFO.md48 certificate bundle is assumed to be stored, as established at build time.
H A DCURLOPT_DOH_SSL_VERIFYPEER.md51 certificates (the path for that is determined at build time) and you can
H A DCURLOPT_SSL_VERIFYPEER.md45 certificates (the path for that is determined at build time) and you can
H A DCURLOPT_ACCEPT_ENCODING.md39 particular libcurl build supports, libcurl allows a zero-length string to be
/curl/docs/cmdline-opts/
H A Dcacert.md34 curl 8.11.0 added a build-time option to disable this search behavior, and
/curl/tests/libtest/
H A DCMakeLists.txt77 "${CURL_SOURCE_DIR}/tests/libtest" # to be able to build generated tests
/curl/lib/vtls/
H A Dvtls.c902 struct dynbuf build; in Curl_ssl_push_certinfo_len() local
906 Curl_dyn_init(&build, CURL_X509_STR_MAX); in Curl_ssl_push_certinfo_len()
908 if(Curl_dyn_add(&build, label) || in Curl_ssl_push_certinfo_len()
909 Curl_dyn_addn(&build, ":", 1) || in Curl_ssl_push_certinfo_len()
910 Curl_dyn_addn(&build, value, valuelen)) in Curl_ssl_push_certinfo_len()
914 Curl_dyn_ptr(&build)); in Curl_ssl_push_certinfo_len()
916 Curl_dyn_free(&build); in Curl_ssl_push_certinfo_len()
/curl/m4/
H A Dcurl-confopts.m4153 AC_MSG_CHECKING([whether to enable debug build options])
156 AS_HELP_STRING([--enable-debug],[Enable debug build options])
157 AS_HELP_STRING([--disable-debug],[Disable debug build options]),
171 AC_DEFINE(DEBUGBUILD, 1, [enable debug build options])
/curl/
H A Dacinclude.m4178 AC_CACHE_CHECK([whether build target is a native Windows one], [curl_cv_native_windows], [
185 #error Not a native Windows build target.
1377 AC_MSG_CHECKING([whether build target supports Win32 file API])
1434 AC_MSG_CHECKING([whether build target supports Win32 crypto API])
1540 dnl Save build info for test runner to pick up and log
1574 buildinfo.host: $build
H A Dappveyor.yml31 version: 7.50.0.{build}
/curl/tests/
H A Druntests.md102 curl executable in the build tree.
280 build tree.

Completed in 83 milliseconds

1234