Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 91) 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. */
/curl/lib/
H A Dmprintf.c668 char work[BUFFSIZE]; in formatf() local
673 char *workend = &work[sizeof(work) - 2]; in formatf()
816 while(prec-- > 0 && w >= work) in formatf()
956 if(width >= (int)sizeof(work)) in formatf()
957 width = sizeof(work)-1; in formatf()
966 size_t maxprec = sizeof(work) - 2; in formatf()
1002 (snprintf)(work, sizeof(work), formatbuf, iptr->val.dnum); in formatf()
1004 (sprintf)(work, formatbuf, iptr->val.dnum); in formatf()
1009 DEBUGASSERT(strlen(work) <= sizeof(work)); in formatf()
1010 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
90 # The CRL test doesn't work with wolfSSL
94 # 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 Dtest191524 # require debug so that alt-svc can work over plain old HTTP
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_BUGS64 9.2 wolfssh: publickey auth does not work
78 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy
84 12.3 LDAP on Windows does not work
96 15.13 CMake build with MIT Kerberos does not work
110 18.1 connection migration does not work
177 work correctly.
404 9.2 wolfssh: publickey auth does not work
478 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy
514 12.3 LDAP on Windows does not work
554 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 29 milliseconds

1234