Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 76) sorted by relevance

1234

/curl/scripts/
H A Dcontributors.sh60 git log --pretty=full --use-mailmap "$start..HEAD"
62 git -C "$CURLWWW" log --pretty=full --use-mailmap "$start..HEAD"
/curl/docs/cmdline-opts/
H A Dftp-method.md30 Do no CWD at all. curl does SIZE, RETR, STOR etc and gives the full path to
34 Do one CWD with the full target directory and then operate on the file
36 compliant than `nocwd` but without the full penalty of `multicwd`.
H A Dmanual.md6 Help: Display the full manual
H A Dfalse-start.md20 message, thus saving a round trip when performing a full handshake.
H A Dtrace.md23 Save a full trace dump of all incoming and outgoing data, including
H A Dtrace-ascii.md21 Save a full trace dump of all incoming and outgoing data, including
H A Durl.md25 providing a full URL including the scheme, or disabled by setting a default
H A Dconnect-to.md30 `127.0.0.1` or the full host name such as `example.org`.
/curl/tests/data/
H A Dtest34812 STOR 552 disk full
22 FTP upload file with 552 disk full response
H A Dtest30152 [insert full protocol verifiction dump here]
H A Dtest25815 # The stupid test server doesn't response anything at all until the full
16 # request has been sent, and then of course the full POST has already been
H A Dtest25913 # The stupid test server doesn't response anything at all until the full
14 # request has been sent, and then of course the full POST has already been
H A Dtest17131 HTTP, get cookie with dot prefixed full domain
/curl/docs/libcurl/opts/
H A DCURLOPT_FTP_FILEMETHOD.md47 full path to the server for all these commands. This is the fastest behavior
52 libcurl does one CWD with the full target directory and then operates on the
54 compliant than 'nocwd' but without the full penalty of 'multicwd'.
H A DCURLOPT_AUTOREFERER.md33 automatically sets the Referer: header field in HTTP requests to the full URL
36 The automatic referer is set to the full previous URL even when redirects are
H A DCURLSHOPT_USERDATA.md60 error occurred. See libcurl-errors(3) for the full list with
H A DCURLOPT_SSL_FALSESTART.md35 when performing a full handshake.
H A DCURLOPT_TCP_FASTOPEN.md32 connection handshake, saving up to one full round-trip time (RTT).
H A DCURLOPT_NETRC_FILE.md31 containing the full path name to the *file* you want libcurl to use as .netrc
/curl/tests/
H A Dftpserver.pl3175 my $full = "";
3209 $full .= $input;
3215 $full =~ s/[\n\r]+$//;
3228 elsif($full =~ /^\*$/) {
3236 $FTPCMD=$full;
3250 if($full =~ /^\*$/) {
3256 $FTPCMD=$full;
3266 if($full =~ /^\*$/) {
3272 $FTPCMD=$full;
3285 logmsg "< \"$full\"\n";
[all …]
/curl/docs/libcurl/
H A Dcurl_url_get.md37 piece or the full URL from it.
69 does not decode the scheme, the port number or the full URL.
82 If set, curl_url_get(3) URL encodes the hostname part when a full URL is
120 query and fragments parts or when used in the full URL. By default, libcurl
139 of a guess makes curl_url_get() return the full URL without the scheme
149 When asked to return the full URL, curl_url_get(3) returns a normalized and
172 this field independently of scheme when not parsing full URLs.
246 fine. See the libcurl-errors(3) man page for the full list with
H A Dcurl_share_setopt.md74 page for the full list with descriptions.
H A Dcurl_url_set.md63 when it gets populated as a result of a full URL parse. Beware. If done so,
64 extracting a full URL later on from such components might render an invalid
73 Allows the full URL of the handle to be replaced. If the handle already is
94 When a full URL is set (parsed), the hostname component is stored URL decoded.
236 curl_url_get(3) is subsequently used to extract the full URL or
268 went fine. See the libcurl-errors(3) man page for the full list with
H A Dcurl_share_cleanup.md59 page for the full list with descriptions. If an error occurs, then the share
/curl/
H A DMakefile.am120 test-full: test
137 test-full:
138 @(cd tests; $(MAKE) all full-test)

Completed in 28 milliseconds

1234