Home
last modified time | relevance | path

Searched refs:enable (Results 26 – 50 of 109) sorted by relevance

12345

/curl/docs/libcurl/opts/
H A DCURLMOPT_PIPELINING.md21 CURLMOPT_PIPELINING - enable HTTP multiplexing
34 enable multiplexing for this multi handle.
H A DCURLOPT_COOKIE.md46 held by the cookie engine and they are not be modified by it. If you enable
63 This option does not enable the cookie engine. Use CURLOPT_COOKIEFILE(3) or
64 CURLOPT_COOKIEJAR(3) to enable parsing and sending cookies automatically.
H A DCURLOPT_NOSIGNAL.md35 building libcurl with the c-ares or threaded resolver backends to enable
36 asynchronous DNS lookups, to enable timeouts for name resolves without the use
H A DCURLOPT_NOPROGRESS.md51 /* enable progress meter */
H A DCURLOPT_REDIR_PROTOCOLS_STR.md52 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
53 all, you may enable protocols that were not supported the day you write this
H A DCURLOPT_PROTOCOLS_STR.md48 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
49 all, you may enable protocols that were not supported the day you write this
H A DCURLOPT_SSL_ENABLE_ALPN.md31 Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
H A DCURLOPT_SSL_ENABLE_NPN.md33 Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
H A DCURLOPT_COOKIEFILE.md38 By passing the empty string ("") to this option, you enable the cookie engine
61 enable the cookie engine. While true, we strongly advise against using that
H A DCURLOPT_HSTSREADDATA.md35 This option does not enable HSTS, you need to use CURLOPT_HSTS_CTRL(3) to
H A DCURLOPT_HSTSWRITEDATA.md35 This option does not enable HSTS, you need to use CURLOPT_HSTS_CTRL(3) to
H A DCURLOPT_SOCKS5_GSSAPI_NEC.md29 Pass a long set to 1 to enable or 0 to disable. As part of the GSSAPI
/curl/src/
H A Dtool_getpass.c137 static bool ttyecho(bool enable, int fd) in ttyecho() argument
143 if(!enable) { in ttyecho()
/curl/lib/
H A Dcurl_config.h.cmake752 /* to enable NGHTTP2 */
755 /* to enable NGTCP2 */
758 /* to enable NGHTTP3 */
761 /* to enable quiche */
764 /* to enable openssl + nghttp3 */
770 /* to enable msh3 */
779 /* to enable SSPI support */
782 /* to enable Windows SSL */
785 /* enable multiple SSL backends */
815 /* to enable Windows IDN */
[all …]
/curl/.github/workflows/
H A Dwindows.yml84 …mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-warnings --enabl…
197 … , env: 'x86_64' , tflags: '!19 !1233', config: '--enable-debug --disable-th…
198 … , env: 'x86_64' , tflags: 'skiprun' , config: '--enable-debug --disable-th…
201 …s: 'skiprun' , config: '--enable-debug --disable-threaded-resolver --disable-curld…
202 … , tflags: '~472 ~1299 ~1613' , config: '--enable-debug --enable-windows-unicode --enabl…
254 …mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-warnings --enabl…
562 …mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-warnings --enabl…
H A Dconfigure-vs-cmake.yml41 …mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --wit…
79 …mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --dis…
116 …mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-schannel --without-libpsl --ho…
/curl/docs/cmdline-opts/
H A Dno-progress-meter.md22 --progress-meter to enable the progress meter again.
H A Dno-alpn.md26 enable ALPN.
H A Dno-buffer.md24 enable buffering again.
H A Dtrace-config.md22 Specify 'all' to enable all trace components.
H A Dverbose.md39 (--trace-ids), as well as enable tracing for all protocols (--trace-config
42 Adding a third verbose outputs transfer content (--trace-ascii %) and enable
H A Dntlm.md27 If you want to enable NTLM for your proxy authentication, then use
H A Ddisable-epsv.md23 --epsv can be used to explicitly enable EPSV again and --no-epsv is an alias
H A Dmax-time.md25 If you enable retrying the transfer (--retry) then the maximum time counter is
/curl/scripts/
H A Dchecksrc.pl145 elsif (/^\s*enable ([A-Z]+)$/) {
339 my ($enable, $what) = ($1, $2);
342 if($enable eq "disable") {
376 elsif($enable eq "enable") {

Completed in 34 milliseconds

12345