Searched refs:up (Results 1 – 25 of 131) sorted by relevance
123456
/curl/docs/cmdline-opts/ |
H A D | tls-max.md | 32 Use up to recommended TLS version. 35 Use up to TLSv1.0. 38 Use up to TLSv1.1. 41 Use up to TLSv1.2. 44 Use up to TLSv1.3.
|
H A D | ftp-pret.md | 20 drftpd, require this non-standard command for directory listings as well as up
|
H A D | ciphers.md | 23 Read up on cipher suite details on this URL:
|
H A D | output-dir.md | 23 command line, up until the first --next.
|
H A D | proxy-ciphers.md | 25 valid ciphers. Read up on cipher suite details on this URL:
|
H A D | tls13-ciphers.md | 22 1.3. The list of ciphers suites must specify valid ciphers. Read up on TLS 1.3
|
H A D | no-clobber.md | 21 the file that would be created, up to filename.100 after which it does not
|
H A D | parallel-immediate.md | 19 When doing parallel transfers, this option instructs curl to prefer opening up
|
H A D | parallel.md | 23 manner. Parallel transfer means that curl runs up to N concurrent transfers
|
/curl/docs/libcurl/ |
H A D | curl_multi_wakeup.md | 17 curl_multi_wakeup - wake up a sleeping curl_multi_poll call 29 This function can be called from any thread and it wakes up a sleeping 36 Calling this function only guarantees to wake up the current (or the next if 38 that multiple calls to this function wake up the same waiting operation.
|
H A D | curl_multi_cleanup.md | 31 This function is the opposite of curl_multi_init(3). Cleans up and removes a 34 curl_easy_cleanup(3) way. The order of cleaning up should be: 36 1 - curl_multi_remove_handle(3) before any easy handles are cleaned up
|
H A D | curl_easy_pause.md | 91 libcurl might end up buffering contents for the paused transfer. It has to do 94 continue sending data up to that window size amount. By default, libcurl 95 announces a 32 megabyte window size, which thus can make libcurl end up 132 If the download is done with HTTP/2 or HTTP/3, there is up to a stream window 135 might end up having to cache 64 MB of data.
|
/curl/tests/data/ |
H A D | test425 | 33 -T %LOGDIR/up%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER/?fullpath 35 <file name="%LOGDIR/up%TESTNUMBER">
|
H A D | test1295 | 47 …late in the mornings, save upon those not infrequent occasions when he was up all night, was seate… 63 …late in the mornings, save upon those not infrequent occasions when he was up all night, was seate…
|
/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_MAX_TOTAL_CONNECTIONS.md | 32 new session, libcurl might open a new connection up to the limit set by 37 due to the set limit, they get queued up waiting for their chance. 39 While a transfer is queued up internally waiting for a connection, the
|
H A D | CURLMOPT_MAX_HOST_CONNECTIONS.md | 33 might open a new connection up to the limit set by 42 due to the set limit, they are queued up waiting for their chance. 44 While a transfer is queued up internally waiting for a connection, the
|
H A D | CURLOPT_KEYPASSWD.md | 71 This option was known as CURLOPT_SSLKEYPASSWD up to 7.16.4 and 72 CURLOPT_SSLCERTPASSWD up to 7.9.2.
|
H A D | CURLOPT_RESOLVER_START_FUNCTION.md | 40 the ares resolver backend has a resolver state. It can be used to set up any 41 desired option on the ares channel before it is used, for example setting up
|
H A D | CURLOPT_APPEND.md | 59 This option was known as CURLOPT_FTPAPPEND up to 7.16.4
|
/curl/packages/vms/ |
H A D | pcsi_product_gnv_curl.com | 3 $! This command file packages up the product CURL into a sequential 58 $! Make sure that the kit name is up to date for this build 88 $! Make sure that the release note file name is up to date 93 $! Make sure that the source has been backed up.
|
H A D | setup_gnv_curl_build.com | 3 $! Set up build environment for building Curl under GNV on VMS. 105 $! Set up an include list for the compiler to find all the header files 223 $! clean up the copy. 251 $! clean up the copy.
|
H A D | curl_gnv_build_steps.txt | 70 OLD_GNU: can be set up to reference the real GNV directory tree. 72 Then a local copy of the GNU/GNV$GNU logical names can be set up as a search 81 The file stage_curl_install.com is used set up a new_gnu: directory tree 119 With these search lists set up and the properly, curl can be built by 131 may not have been kept up to date. 179 To clean up after a GNV based build to start over, the following commands are 251 step of backing up the source files will probably hang or fail. 259 those directories and keep them up to date.
|
/curl/lib/ |
H A D | gopher.c | 139 char *path = data->state.up.path; in gopher_do() 140 char *query = data->state.up.query; in gopher_do()
|
H A D | url.c | 207 struct urlpieces *up = &data->state.up; in up_free() local 208 Curl_safefree(up->scheme); in up_free() 209 Curl_safefree(up->hostname); in up_free() 210 Curl_safefree(up->port); in up_free() 211 Curl_safefree(up->user); in up_free() 212 Curl_safefree(up->password); in up_free() 213 Curl_safefree(up->options); in up_free() 214 Curl_safefree(up->path); in up_free() 215 Curl_safefree(up->query); in up_free() 1798 hostname = data->state.up.hostname; [all …]
|
/curl/.github/workflows/ |
H A D | label.yml | 8 # To use this workflow, you will need to set up a .github/labeler.yml
|
Completed in 36 milliseconds
123456