Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 92) sorted by relevance

1234

/curl/docs/libcurl/opts/
H A DCURLOPT_UPKEEP_INTERVAL_MS.md35 perform the upkeep work.
62 /* Perform more work here. */
69 /* Perform more work here. */
H A DCURLOPT_SSL_OPTIONS.md39 the SSL layer libcurl uses may use a work-around for this flaw although it
41 WARNING: avoiding this work-around lessens the security, and by setting this
95 This option does not work when using QUIC.
/curl/lib/
H A Dmprintf.c683 char work[BUFFSIZE]; in formatf() local
688 char *workend = &work[sizeof(work) - 2]; in formatf()
831 while(prec-- > 0 && w >= work) in formatf()
971 if(width >= (int)sizeof(work)) in formatf()
972 width = sizeof(work)-1; in formatf()
981 size_t maxprec = sizeof(work) - 2; in formatf()
1017 (snprintf)(work, sizeof(work), formatbuf, iptr->val.dnum); in formatf()
1019 (sprintf)(work, formatbuf, iptr->val.dnum); in formatf()
1024 DEBUGASSERT(strlen(work) <= sizeof(work)); in formatf()
1025 for(fptr = work; *fptr; fptr++) in formatf()
/curl/docs/libcurl/
H A Dcurl_easy_upkeep.md38 This function must be explicitly called in order to perform the upkeep work.
63 /* Perform more work here. */
70 /* Perform more work here. */
/curl/scripts/
H A Dcmakelint.sh40 elif git rev-parse --is-inside-work-tree >/dev/null 2>&1; then
/curl/tests/data/
H A Dtest301619 <!-- doesn't work on win32, see #6379 -->
H A DDISABLED60 # Tests that are disabled here for Hyper are SUPPOSED to work but
92 # The CRL test doesn't work with wolfSSL
96 # The CRL test doesn't work with BearSSL
H A Dtest191322 # require debug so that alt-svc can work over plain old HTTP
H A Dtest191423 # require debug so that alt-svc can work over plain old HTTP
H A Dtest320319 <!-- doesn't work on win32, see #6379 -->
H A Dtest190634 # the second resets the port again and expects that request to work.
H A Dtest33635 FTP range download when SIZE doesn't work
H A Dtest39553 # hyper cannot work with too-large content-length
H A Dtest71746 # target a port that won't work without the SOCKS magic
H A Dtest74246 # target a port that won't work without the SOCKS magic
/curl/docs/cmdline-opts/
H A Dtlspassword.md22 This option does not work with TLS 1.3.
H A Dtlsuser.md22 This option does not work with TLS 1.3.
H A Dproxy-tlsuser.md23 This option does not work with TLS 1.3.
H A Dproxy-tlspassword.md23 This option does not work with TLS 1.3.
H A Dhostpubsha256.md22 This feature requires libcurl to be built with libssh2 and does not work with
H A Dno-buffer.md18 Disables the buffering of the output stream. In normal work situations, curl
H A Dignore-content-length.md25 This option does not work for HTTP if libcurl was built to use hyper.
H A Dssl-allow-beast.md19 Do not work around a security flaw in the TLS1.0 protocol known as BEAST. If
/curl/docs/
H A DKNOWN_BUGS65 9.2 wolfssh: publickey auth does not work
79 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy
85 12.3 LDAP on Windows does not work
97 15.13 CMake build with MIT Kerberos does not work
111 18.1 connection migration does not work
178 work correctly.
413 9.2 wolfssh: publickey auth does not work
487 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy
523 12.3 LDAP on Windows does not work
563 15.13 CMake build with MIT Kerberos does not work
[all …]
/curl/packages/vms/
H A Dcurl_release_note_start.txt42 If you need to work around having the older HP SSL kit installed, then
54 For the HP SSL work around to work for GNV do the following:

Completed in 31 milliseconds

1234