Searched refs:libcurl (Results 1 – 25 of 325) sorted by relevance
12345678910>>...13
/external/curl/ |
D | MacOSX-Framework | 94 rm -r libcurl.framework 95 mkdir -p libcurl.framework/${FRAMEWORK_VERSION}/Resources 96 cp lib/.libs/libcurl.dylib libcurl.framework/${FRAMEWORK_VERSION}/libcurl 97 …install_name_tool -id @rpath/libcurl.framework/${FRAMEWORK_VERSION}/libcurl libcurl.framework/${FR… 98 …/usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.framework/${FRAMEWORK_VERSION}/R… 99 mkdir -p libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl 100 cp include/curl/*.h libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl 101 pushd libcurl.framework 102 ln -fs ${FRAMEWORK_VERSION}/libcurl libcurl 123 cp lib/.libs/libcurl.dylib libcurl.framework/${FRAMEWORK_VERSION}/libcurl64 [all …]
|
D | Makefile.am | 32 VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl 33 VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp.dist 39 VC7_LIBTMPL = projects/Windows/VC7/lib/libcurl.tmpl 40 VC7_LIBVCPROJ = projects/Windows/VC7/lib/libcurl.vcproj.dist 46 VC71_LIBTMPL = projects/Windows/VC7.1/lib/libcurl.tmpl 47 VC71_LIBVCPROJ = projects/Windows/VC7.1/lib/libcurl.vcproj.dist 53 VC8_LIBTMPL = projects/Windows/VC8/lib/libcurl.tmpl 54 VC8_LIBVCPROJ = projects/Windows/VC8/lib/libcurl.vcproj.dist 60 VC9_LIBTMPL = projects/Windows/VC9/lib/libcurl.tmpl 61 VC9_LIBVCPROJ = projects/Windows/VC9/lib/libcurl.vcproj.dist [all …]
|
/external/curl/docs/libcurl/ |
D | Makefile.am | 36 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \ 37 libcurl-share.3 libcurl-errors.3 curl_easy_strerror.3 \ 39 libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3 \ 43 curl_multi_socket_action.3 curl_multi_wait.3 libcurl-symbols.3 56 libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html \ 57 libcurl-errors.html curl_easy_strerror.html curl_multi_strerror.html \ 59 libcurl-tutorial.html curl_easy_reset.html curl_easy_escape.html \ 63 curl_multi_socket_action.html curl_multi_wait.html libcurl-symbols.html 75 curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \ 76 libcurl-share.pdf libcurl-errors.pdf curl_easy_strerror.pdf \ [all …]
|
D | libcurl.m4 | 27 # Checks for libcurl. DEFAULT-ACTION is the string yes or no to 28 # specify whether to default to --with-libcurl or --without-libcurl. 30 # minimum version of libcurl to accept. Pass the version as a regular 33 # libcurl was successfully found and passed the various tests. 35 # Note that using --without-libcurl does run ACTION-IF-NO. 37 # This macro #defines HAVE_LIBCURL if a working libcurl setup is 40 # the various features supported by libcurl, and LIBCURL_PROTOCOL_yyy 41 # where yyy are the various protocols supported by libcurl. Both xxx 52 # For the sake of sanity, this macro assumes that any libcurl that is 55 # packaging binary versions of libcurl to include this script! [all …]
|
D | ABI | 7 libcurl's binary interface 21 In the vast majority of all cases, a typical libcurl upgrade does not break 22 the ABI at all. Your application can remain using libcurl just as before, 25 have to verify that your application still builds fine and uses libcurl as 31 In libcurl land, you really can't tell by the libcurl version number if that 32 libcurl is binary compatible or not with another libcurl version. 45 During the first seven years of libcurl releases, there have only been four 54 Going to an older libcurl version from one you're currently using can be a 57 that going backwards may get you in a situation where you pick a libcurl 68 0 - libcurl 7.1, August 2000 [all …]
|
/external/curl/packages/vms/ |
D | gnv_link_curl.com | 5 $! File to build images using gnv$libcurl.exe 294 libcurl to use these shared images instead of the system ones. 364 $gnv_libcurl_share = "''default_dir'gnv$libcurl.exe" 372 $ link/dsf='default_dir'gnv$libcurl.dsf/share='gnv_libcurl_share' - 373 /map='default_dir'gnv$libcurl.map - 380 $ link/share='gnv_libcurl_share'/map='default_dir'gnv$libcurl.map - 398 $ define/user gnv$libcurl 'gnv_libcurl_share' 422 gnv$libcurl/share 445 $ define/user gnv$libcurl 'gnv_libcurl_share' 452 gnv$libcurl/share [all …]
|
D | make_gnv_curl_install.sh | 42 sed -e 's/^Libs:/#Libs:/g' libcurl.pc > libcurl.pc_new 43 rm libcurl.pc 44 mv libcurl.pc_new libcurl.pc
|
D | stage_curl_install.com | 11 $! [usr.lib]gnv$libcurl.exe 22 $! [usr.lib.pkgconfig]libcurl.pc 26 $! [usr.share.man.man3]libcurl*.3 65 $! If we are staging files, make sure that the libcurl.pc and curl-config 120 $ copy sys$disk:[]gnv$libcurl.exe 'new_gnu'[usr.lib]gnv$libcurl.exe/prot=w:re 151 $ copy [--]libcurl.pc 'new_gnu'[usr.lib.pkgconfig]libcurl.pc 156 $ copy [--.docs.libcurl]*.3 - 164 $ file = "''new_gnu'[usr.lib]gnv$libcurl.exe"
|
/external/libmicrohttpd/m4/ |
D | libcurl.m4 | 6 # Checks for libcurl. DEFAULT-ACTION is the string yes or no to 7 # specify whether to default to --with-libcurl or --without-libcurl. 9 # minimum version of libcurl to accept. Pass the version as a regular 12 # libcurl was successfully found and passed the various tests. 14 # Note that using --without-libcurl does run ACTION-IF-NO. 16 # This macro #defines HAVE_LIBCURL if a working libcurl setup is 19 # the various features supported by libcurl, and LIBCURL_PROTOCOL_yyy 20 # where yyy are the various protocols supported by libcurl. Both xxx 31 # For the sake of sanity, this macro assumes that any libcurl that is 34 # packaging binary versions of libcurl to include this script! [all …]
|
/external/curl/docs/ |
D | DISTRO-DILEMMA | 8 libcurl 7.16.1 is currently the latest version available. Things may of 24 libcurl is MIT-style[4] licensed - how on earth did this dilemma fall onto 27 libcurl is only a little library. libcurl can be built to use OpenSSL for its 30 If libcurl built to use OpenSSL is used by a GPL-licensed application and you 34 This dilemma is not libcurl-specific nor is it specific to any particular 37 issue yet since no other distro is shipping libcurl built with two SSL 57 Since May 2005 libcurl can get built to use GnuTLS instead of OpenSSL. GnuTLS 59 OpenSSL does. Now, you can build and distribute an TLS/SSL capable libcurl 62 I believe Debian is the first (only?) distro that provides libcurl/GnuTLS 67 libcurl can get also get built to use yassl for the TLS/SSL layer. yassl is a [all …]
|
D | HISTORY | 81 other software and programs to get based on and powered by libcurl. Almost 86 The PHP guys adopted libcurl already the same month, when the first ever third 87 party libcurl binding showed up. CURL has been a supported module in PHP since 94 from scratch again. The libcurl major SONAME number was set to 1. 103 libcurl while it was released under MPL only. (Due to the fact that MPL is 107 also introduced libcurl's ability to do persistent connections. 24000 lines of 108 code. The libcurl major SONAME number was bumped to 2 due to this overhaul. 118 September, libcurl 7.9 introduces cookie jar and curl_formadd(). During the 125 June, the curl web site gets 13000 visits weekly. curl and libcurl is 129 To estimate number of users of the curl tool or libcurl library is next to [all …]
|
D | BINDINGS | 7 libcurl bindings 15 The bindings listed below are not part of the curl/libcurl distribution 25 ScriptBasic bindings to libcurl. Writtten by Peter Verhas 29 libcurl is a C library in itself! 30 http://curl.haxx.se/libcurl/ 128 http://forge.novell.com/modules/xfmod/project/?libcurl-mono 132 libcurl-net by Jeffrey Phillips 133 https://sourceforge.net/projects/libcurl-net/ 137 node-libcurl by Jonathan Cardoso Machado 138 https://github.com/JCMais/node-libcurl [all …]
|
D | HTTP2.md | 15 libcurl uses this 3rd party library for the low level protocol handling 25 If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`, libcurl will 29 Possibly we can later introduce an option that will cause libcurl to fail if 30 not possible to upgrade. Possibly we introduce an option that makes libcurl 36 If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`, libcurl will use 38 an option that will cause libcurl to fail if not possible to use HTTP/2. 60 Starting in 7.43.0, libcurl fully supports HTTP/2 multiplexing, which is the 65 `CURLMOPT_PIPELINING` to `CURLPIPE_MULTIPLEX`. With that bit set, libcurl will 69 While libcurl sets up a connection to a HTTP server there is a period during 71 transfers in that period, libcurl will default to start new connections for [all …]
|
D | FAQ | 11 1.2 What is libcurl? 24 1.15 How do I port libcurl to my OS? 55 3.21 Protocol xxx not supported or disabled in libcurl 87 5. libcurl Issues 88 5.1 Is libcurl thread-safe? 90 5.3 How do I fetch multiple files with libcurl? 91 5.4 Does libcurl do Winsock initing on win32 systems? 94 5.7 Link errors when building libcurl on Windows! 95 5.8 libcurl.so.X: open failed: No such file or directory 96 5.9 How does libcurl resolve host names? [all …]
|
D | BUGS | 13 1.4 libcurl problems 16 1.7 Bugs in libcurl bindings 22 Curl and libcurl have grown substantially since the beginning. At the time 55 - versions of the used libraries that libcurl is built to use 77 1.4 libcurl problems 79 First, post all libcurl problems on the curl-library mailing list. 81 When you've written your own application with libcurl to perform transfers, 84 Tell us the libcurl version and your operating system. Tell us the name and 86 you're using and what name resolving your libcurl uses. If you use SFTP or 93 Lots of problems that appear to be libcurl problems are actually just abuses [all …]
|
/external/curl/packages/EPM/ |
D | curl.list.in | 48 f 0644 cowo pppusers ${mandir}/man3/libcurl.3 ./docs/libcurl.3 49 f 0755 cowo pppusers ${libdir}/libcurl.so.2.0.2 ./lib/.libs/libcurl.so.2.0.2 50 f 0755 cowo pppusers ${libdir}/libcurl.la ./lib/libcurl.la 51 f 0755 cowo pppusers ${libdir}/libcurl.la ./lib/.libs/libcurl.la 52 f 0644 cowo pppusers ${libdir}/libcurl.a ./lib/.libs/libcurl.a
|
/external/libmicrohttpd/ |
D | MHD_config.h.in | 212 /* Defined if libcurl supports AsynchDNS */ 215 /* Defined if libcurl supports IDN */ 218 /* Defined if libcurl supports IPv6 */ 221 /* Defined if libcurl supports KRB4 */ 224 /* Defined if libcurl supports libz */ 227 /* Defined if libcurl supports NTLM */ 230 /* Defined if libcurl supports SSL */ 233 /* Defined if libcurl supports SSPI */ 236 /* Defined if libcurl supports DICT */ 239 /* Defined if libcurl supports FILE */ [all …]
|
/external/curl/packages/Symbian/group/ |
D | bld.inf | 2 // libcurl and curl bld.inf file for Symbian OS 5 libcurl.iby /epoc32/rom/include/libcurl.iby 9 libcurl.mmp
|
D | libcurl.iby | 2 // libcurl file transfer DLL 4 // Use this file with buildrom to add libcurl to a device ROM 12 file=ABI_DIR\BUILD_DIR\libcurl.dll \sys\bin\libcurl.dll
|
/external/curl/packages/Symbian/ |
D | readme.txt | 3 This is a basic port of curl and libcurl to Symbian OS. The port is 6 port would involve writing a Symbian C++ binding, or wrapping libcurl 12 tricky, since libcurl isn't designed with Symbian's native asynchronous 13 message passing idioms in mind. However, it may be possible to use libcurl 14 in an active object-based application through libcurl's multi interface. 18 libcurl is built as a standard Symbian ordinal-linked DLL, and curl is 55 libcurl notes 57 libcurl uses writable static data, so the EPOCALLOWDLLDATA option is 62 calling certain other libcurl functions) before any libcurl functions 76 is uncommented in the libcurl.mmp file. [all …]
|
/external/curl/lib/ |
D | makefile.amiga | 17 ar cru libcurl.a $(OBJS) 18 ranlib libcurl.a 21 $(INSTALL) -c ./libcurl.a /lib/libcurl.a
|
/external/curl/tests/data/ |
D | test569 | 15 Server: RTSPD/libcurl-test 22 Server: RTSPD/libcurl-test 30 Server: RTSPD/libcurl-test 36 Server: RTSPD/libcurl-test 42 Server: RTSPD/libcurl-test 49 Server: RTSPD/libcurl-test
|
/external/curl/projects/Windows/VC6/lib/ |
D | libcurl.tmpl | 1 # Microsoft Developer Studio Project File - Name="libcurl" - Package Owner=<4> 8 CFG=libcurl - Win32 LIB Debug 12 !MESSAGE NMAKE /f "libcurl.mak". 17 !MESSAGE NMAKE /f "libcurl.mak" CFG="libcurl - Win32 LIB Debug" 21 !MESSAGE "libcurl - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") 22 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Dynamic-Link Library") 23 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Dynamic-Link Li… 24 !MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Dynamic-Link Library") 25 !MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Dynamic-Lin… 26 !MESSAGE "libcurl - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") [all …]
|
/external/curl/tests/libtest/ |
D | Makefile.am | 62 SUPPORTFILES_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@ 63 TESTUTIL_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@ 65 SUPPORTFILES_LIBS = $(top_builddir)/lib/libcurl.la @CURL_NETWORK_LIBS@ 66 TESTUTIL_LIBS = $(top_builddir)/lib/libcurl.la @CURL_NETWORK_AND_TIME_LIBS@ 71 DEPENDENCIES = $(top_builddir)/lib/libcurl.la
|
/external/curl/packages/Linux/RPM/ |
D | curl-ssl.spec.in | 32 Summary: The includes, libs, and man pages to develop with libcurl 38 libcurl is the core engine of curl; this packages contains all the libs, 39 headers, and manual pages to develop applications using libcurl. 70 %{_libdir}/libcurl.so* 83 %{_libdir}/libcurl.a 84 %{_libdir}/libcurl.la 85 %doc docs/BINDINGS docs/INTERNALS docs/examples/* docs/libcurl-the-guide
|
12345678910>>...13