Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 134) sorted by relevance

123456

/curl/docs/cmdline-opts/
H A Dtls-max.md32 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 Dftp-pret.md20 drftpd, require this non-standard command for directory listings as well as up
H A Dciphers.md23 Read up on cipher suite details on this URL:
H A Doutput-dir.md23 command line, up until the first --next.
H A Dproxy-ciphers.md25 valid ciphers. Read up on cipher suite details on this URL:
H A Dno-clobber.md21 the file that would be created, up to filename.100 after which it does not
H A Dparallel-immediate.md19 When doing parallel transfers, this option instructs curl to prefer opening up
H A Dtls13-ciphers.md22 1.3. The list of ciphers suites must specify valid ciphers. Read up on TLS 1.3
/curl/docs/libcurl/
H A Dcurl_multi_wakeup.md17 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 Dcurl_multi_cleanup.md31 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 Dcurl_easy_pause.md91 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 Dtest42533 -T %LOGDIR/up%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER/?fullpath
35 <file name="%LOGDIR/up%TESTNUMBER">
H A Dtest129547 …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 DCURLMOPT_MAX_TOTAL_CONNECTIONS.md32 new session, libcurl might open a new connection up to the limit set by
39 due to the set limit, they get queued up waiting for their chance. When that
44 Even in the queued up situation, the CURLOPT_CONNECTTIMEOUT_MS(3)
H A DCURLMOPT_MAX_HOST_CONNECTIONS.md33 open a new connection up to the limit set by CURLMOPT_MAX_HOST_CONNECTIONS(3).
42 due to the set limit, they are queued up waiting for their chance. When that
47 Even in the queued up situation, the CURLOPT_CONNECTTIMEOUT_MS(3) timeout is
H A DCURLOPT_KEYPASSWD.md71 This option was known as CURLOPT_SSLKEYPASSWD up to 7.16.4 and
72 CURLOPT_SSLCERTPASSWD up to 7.9.2.
H A DCURLOPT_RESOLVER_START_FUNCTION.md40 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 DCURLOPT_APPEND.md58 This option was known as CURLOPT_FTPAPPEND up to 7.16.4
/curl/packages/vms/
H A Dpcsi_product_gnv_curl.com3 $! 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 Dsetup_gnv_curl_build.com3 $! 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 Dcurl_gnv_build_steps.txt70 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 Dgopher.c139 char *path = data->state.up.path; in gopher_do()
140 char *query = data->state.up.query; in gopher_do()
H A Durl.c207 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()
1799 hostname = data->state.up.hostname;
[all …]
/curl/.github/workflows/
H A Dlabel.yml8 # To use this workflow, you will need to set up a .github/labeler.yml
/curl/
H A DRELEASE-NOTES20 o build: tidy up and improve versioned-symbols options [5]
21 o build: tidy up deprecation suppression, enable warnings for clang [12]
56 o tests: speed up builds with single-binary test bundles [29]
59 o tidy-up: rename CURL_WINDOWS_APP to CURL_WINDOWS_UWP [36]

Completed in 43 milliseconds

123456