HomeSort by relevance Sort by last modified time
    Searched full:libcurl (Results 126 - 150 of 853) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/curl/docs/libcurl/opts/
CURLOPT_SSH_AUTH_TYPES.3 23 .TH CURLOPT_SSH_AUTH_TYPES 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
35 Set \fICURLSSH_AUTH_ANY\fP to let libcurl pick a suitable one. Currently
36 CURLSSH_AUTH_HOST has no effect. If CURLSSH_AUTH_AGENT is used, libcurl
CURLOPT_SSH_PUBLIC_KEYFILE.3 23 .TH CURLOPT_SSH_PUBLIC_KEYFILE 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
34 libcurl defaults to \fB$HOME/.ssh/id_dsa.pub\fP if the HOME environment
38 If an empty string is passed, libcurl will pass no public key to libssh2 which
CURLOPT_TLSAUTH_TYPE.3 23 .TH CURLOPT_TLSAUTH_TYPE 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
31 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
47 You need to build libcurl with GnuTLS or OpenSSL with TLS-SRP support for this
CURLOPT_TRANSFERTEXT.3 23 .TH CURLOPT_TRANSFERTEXT 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
37 libcurl does not do a complete ASCII conversion when doing ASCII transfers
38 over FTP. This is a known limitation/flaw that nobody has rectified. libcurl
CURLOPT_VERBOSE.3 23 .TH CURLOPT_VERBOSE 3 "16 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
33 libcurl and/or protocol debugging and understanding. The verbose information
51 /* ask libcurl to show us the verbose output */
CURLOPT_COOKIEJAR.3 23 .TH CURLOPT_COOKIEJAR 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
31 Pass a \fIfilename\fP as char *, zero terminated. This will make libcurl write
38 Note that libcurl doesn't read any cookies from the cookie jar. If you want to
42 \fIcurl_easy_cleanup(3)\fP is called), libcurl will not and cannot report an
CURLOPT_ERRORBUFFER.3 23 .TH CURLOPT_ERRORBUFFER 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
31 Pass a char * to a buffer that the libcurl may store human readable error
36 You must keep the associated buffer available until libcurl no longer needs
37 it. Failing to do so will cause very odd behavior or even crashes. libcurl
CURLOPT_NETRC.3 23 .TH CURLOPT_NETRC 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
31 This parameter controls the preference \fIlevel\fP of libcurl between using
35 libcurl uses a user name (and supplied or prompted password) supplied with
42 libcurl does not verify that the file has the correct properties set (as the
CURLOPT_PATH_AS_IS.3 23 .TH CURLOPT_PATH_AS_IS 3 "17 Jun 2014" "libcurl 7.42.0" "curl_easy_setopt options"
31 By setting the long \fIleavit\fP to 1, to explicitly tell libcurl to not alter
34 This tells libcurl to NOT squash sequences of "/../" or "/./" that may exist
42 By default libcurl will merge such sequences before using the path.
CURLOPT_PROTOCOLS.3 23 .TH CURLOPT_PROTOCOLS 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
32 limits what protocols libcurl may use in the transfer. This allows you to have
33 a libcurl built to support a wide range of protocols but still limit specific
34 transfers to only be allowed to use a subset of them. By default libcurl will
CURLOPT_TIMEOUT_MS.3 23 .TH CURLOPT_TIMEOUT_MS 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
32 milliseconds that you allow the libcurl transfer operation to take. Normally,
35 libcurl to use the SIGALRM signal to timeout system calls.
37 If libcurl is built to use the standard system name resolver, that portion of
  /external/curl/lib/
libcurl.rc 48 VALUE "FileDescription", "libcurl Shared Library\0"
50 VALUE "InternalName", "libcurl\0"
51 VALUE "OriginalFilename", "libcurl.dll\0"
CMakeLists.txt 1 set(LIB_NAME libcurl)
17 list(APPEND CSOURCES libcurl.rc)
90 # Remove the "lib" prefix since the library is already named "libcurl".
96 # Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "libcurl.lib"
  /external/curl/tests/data/
test18 55 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
60 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
65 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
  /external/curl/tests/server/
CMakeLists.txt 18 # Test servers simply are standalone programs that do not use libcurl
20 # some source code files from the libcurl subdirectory are also used
23 # with CURL_STATICLIB defined, independently of how libcurl is built.
  /external/curl/docs/
HTTP-COOKIES 15 1.4 Cookies with libcurl
53 When libcurl saves a cookiejar, it creates a file header of its own in which
79 1.4 Cookies with libcurl
81 libcurl offers several ways to enable and interface the cookie engine. These
82 options are the ones provided by the native API. libcurl bindings may offer
92 Tell libcurl to activate the cookie engine, and to read the initial set of
97 Tell libcurl to activate the cookie engine, and when the easy handle is
118 Since curl and libcurl are plain HTTP clients without any knowledge of or
123 cookie operations using curl or libcurl.
VERSIONS 4 Curl is not only curl. Curl is also libcurl. They're actually individually
35 All original curl source release archives are named according to the libcurl
39 As a service to any application that might want to support new libcurl
41 have the libcurl version stored in the curl/curlver.h file using a static
  /external/curl/docs/examples/
imap-ssl.c 25 /* This is a simple example showing how to fetch mail using libcurl's IMAP
29 * Note that this example requires libcurl 7.30.0 or above.
61 * subjectAltName) fields, libcurl will refuse to connect. You can skip
68 * information within libcurl to see what is happening during the
pop3-ssl.c 25 /* This is a simple example showing how to retrieve mail using libcurl's POP3
29 * Note that this example requires libcurl 7.20.0 or above.
61 * subjectAltName) fields, libcurl will refuse to connect. You can skip
68 * information within libcurl to see what is happening during the
  /external/curl/docs/libcurl/
curl_easy_init.3 22 .TH curl_easy_init 3 "4 March 2002" "libcurl 7.8.1" "libcurl Manual"
24 curl_easy_init - Start a libcurl easy session
curl_easy_pause.3 22 .TH curl_easy_pause 3 "17 Dec 2007" "libcurl 7.18.0" "libcurl Manual"
75 This function was added in libcurl 7.18.0. Before this version, there was no
78 Before libcurl 7.32.0, when a specific handle was unpaused with this function,
85 Starting in libcurl 7.32.0, unpausing a transfer will schedule a timeout
91 the read data is already in libcurl's internal buffers so it'll have to keep
96 automatically on download, libcurl will continue to uncompress the entire
101 you allow libcurl to uncompress data automatically.
curl_easy_send.3 23 .TH curl_easy_send 3 "29 April 2008" "libcurl 7.18.2" "libcurl Manual"
35 using libcurl. This functionality can be particularly useful if you use
36 proxies and/or SSL encryption: libcurl will take care of proxy negotiation and
curl_formget.3 22 .TH curl_formget 3 "20 June 2006" "libcurl 7.15.5" "libcurl Manual"
46 request as only then will libcurl get the actual read callback to use!
68 This function was added in libcurl 7.15.5
curl_getenv.3 22 .TH curl_getenv 3 "30 April 2004" "libcurl 7.12" "libcurl Manual"
33 systems libcurl builds on (including win32).
35 This function will be removed from the public libcurl API in a near future. It
curl_multi_socket.3 22 .TH curl_multi_socket 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual"
65 Force libcurl to (re-)check all its internal sockets and transfers instead of
112 CURLMcode type, general libcurl multi interface error code.
116 more actions on libcurl's sockets. You don't have to do it immediately, but
117 the return code means that libcurl may have more data available to return or
137 5. Provide some means to manage the sockets libcurl is using, so you can check
141 6. Wait for activity on any of libcurl's sockets, use the timeout value your
150 This function was added in libcurl 7.15.4, and is deemed stable since

Completed in 509 milliseconds

1 2 3 4 56 7 8 91011>>