Searched refs:libcurl (Results 1 – 25 of 263) sorted by relevance
1234567891011
/third_party/curl/ |
D | MacOSX-Framework | 115 rm -r libcurl.framework 116 mkdir -p libcurl.framework/${FRAMEWORK_VERSION}/Resources 117 cp lib/.libs/libcurl.dylib libcurl.framework/${FRAMEWORK_VERSION}/libcurl 118 …install_name_tool -id @rpath/libcurl.framework/${FRAMEWORK_VERSION}/libcurl libcurl.framework/${FR… 119 …/usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.framework/${FRAMEWORK_VERSION}/R… 120 mkdir -p libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl 121 cp include/curl/*.h libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl 122 pushd libcurl.framework 123 ln -fs ${FRAMEWORK_VERSION}/libcurl libcurl 144 cp lib/.libs/libcurl.dylib libcurl.framework/${FRAMEWORK_VERSION}/libcurl64 [all …]
|
D | Makefile.am | 52 VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl 53 VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp.dist 59 VC7_LIBTMPL = projects/Windows/VC7/lib/libcurl.tmpl 60 VC7_LIBVCPROJ = projects/Windows/VC7/lib/libcurl.vcproj.dist 66 VC71_LIBTMPL = projects/Windows/VC7.1/lib/libcurl.tmpl 67 VC71_LIBVCPROJ = projects/Windows/VC7.1/lib/libcurl.vcproj.dist 73 VC8_LIBTMPL = projects/Windows/VC8/lib/libcurl.tmpl 74 VC8_LIBVCPROJ = projects/Windows/VC8/lib/libcurl.vcproj.dist 80 VC9_LIBTMPL = projects/Windows/VC9/lib/libcurl.tmpl 81 VC9_LIBVCPROJ = projects/Windows/VC9/lib/libcurl.vcproj.dist [all …]
|
D | curl-config.in | 36 --built-shared says 'yes' if libcurl was built shared 47 --ssl-backends output the SSL backends libcurl was built to support 48 --static-libs static libcurl library linking information 99 echo libcurl @CURLVERSION@ 175 echo @libdir@/libcurl.@libext@ @LDFLAGS@ @LIBCURL_LIBS@
|
/third_party/curl/docs/libcurl/ |
D | Makefile.inc | 100 libcurl-easy.3 \ 101 libcurl-env.3 \ 102 libcurl-errors.3 \ 103 libcurl-multi.3 \ 104 libcurl-security.3 \ 105 libcurl-share.3 \ 106 libcurl-symbols.3 \ 107 libcurl-thread.3 \ 108 libcurl-tutorial.3 \ 109 libcurl-url.3 \ [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.md | 12 A libcurl upgrade does not break the ABI or change established and documented 13 behavior. Your application can remain using libcurl just as before, only with 18 In libcurl land, you cannot tell by the libcurl version number if that 19 libcurl is binary compatible or not with another libcurl version. As a rule, 33 During the first seven years of libcurl releases, there have only been four 41 Going to an older libcurl version from one you're currently using can be a 44 that going backwards may get you in a situation where you pick a libcurl that 54 0 - libcurl 7.1, August 2000 56 1 - libcurl 7.5 December 2000 58 2 - libcurl 7.7 March 2001 [all …]
|
/third_party/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 20 $! [usr.lib.pkgconfig]libcurl.pc 24 $! [usr.share.man.man3]libcurl*.3 63 $! If we are staging files, make sure that the libcurl.pc and curl-config 118 $ copy sys$disk:[]gnv$libcurl.exe 'new_gnu'[usr.lib]gnv$libcurl.exe/prot=w:re 147 $ copy [--]libcurl.pc 'new_gnu'[usr.lib.pkgconfig]libcurl.pc 152 $ copy [--.docs.libcurl]*.3 - 160 $ file = "''new_gnu'[usr.lib]gnv$libcurl.exe"
|
/third_party/skia/third_party/externals/microhttpd/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 …]
|
/third_party/curl/docs/ |
D | HISTORY.md | 97 other software and programs to be based on and powered by libcurl. Almost 104 The PHP guys adopted libcurl already the same month, when the first ever third 105 party libcurl binding showed up. CURL has been a supported module in PHP since 112 from scratch again. The libcurl major SONAME number was set to 1. 121 libcurl while it was released under MPL only. (Due to the fact that MPL is 125 also introduced libcurl's ability to do persistent connections. 24000 lines of 126 code. The libcurl major SONAME number was bumped to 2 due to this overhaul. 133 September: libcurl 7.9 introduces cookie jar and curl_formadd(). During the 144 June: the curl website gets 13000 visits weekly. curl and libcurl is 148 To estimate number of users of the curl tool or libcurl library is next to [all …]
|
D | BINDINGS.md | 1 libcurl bindings 10 The bindings listed below are not part of the curl/libcurl distribution 58 [Kapito](https://github.com/puzza007/katipo) is an Erlang HTTP library around libcurl. 64 [Mono](https://forge.novell.com/modules/xfmod/project/?libcurl-mono) Written by Jeffrey Phillips 66 [.NET](https://sourceforge.net/projects/libcurl-net/) libcurl-net by Jeffrey Phillips 68 [Nim](https://nimble.directory/pkg/libcurl) wrapper for libcurl 70 [node.js](https://github.com/JCMais/node-libcurl) node-libcurl by Jonathan Cardoso Machado 87 [PureBasic](https://www.purebasic.com/documentation/http/index.html) uses libcurl in its "native" H… 95 [Ring](https://ring-lang.sourceforge.io/doc1.3/libcurl.html) RingLibCurl by Mahmoud Fayed 117 [Visual Basic](https://sourceforge.net/projects/libcurl-vb/) libcurl-vb by Jeffrey Phillips [all …]
|
D | HTTP2.md | 16 libcurl uses this 3rd party library for the low level protocol handling 26 If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`, libcurl will 30 Possibly we can later introduce an option that will cause libcurl to fail if 31 not possible to upgrade. Possibly we introduce an option that makes libcurl 37 If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`, libcurl will use 39 an option that will cause libcurl to fail if not possible to use HTTP/2. 41 `CURL_HTTP_VERSION_2TLS` was added in 7.47.0 as a way to ask libcurl to prefer 71 Starting in 7.43.0, libcurl fully supports HTTP/2 multiplexing, which is the 76 `CURLMOPT_PIPELINING` to `CURLPIPE_MULTIPLEX`. With that bit set, libcurl will 80 While libcurl sets up a connection to a HTTP server there is a period during [all …]
|
D | FAQ | 11 1.2 What is libcurl? 24 1.15 How do I port libcurl to my OS? 52 3.21 Protocol xxx not supported or disabled in libcurl 82 5. libcurl Issues 83 5.1 Is libcurl thread-safe? 85 5.3 How do I fetch multiple files with libcurl? 86 5.4 Does libcurl do Winsock initialization on win32 systems? 89 5.7 Link errors when building libcurl on Windows! 90 5.8 libcurl.so.X: open failed: No such file or directory 91 5.9 How does libcurl resolve host names? [all …]
|
D | ECH.md | 1 # TLS: ECH support in curl and libcurl 10 in **curl** and **libcurl**. 30 To build and demonstrate ECH support in **curl** and/or **libcurl**, 33 - a TLS library, supported by **libcurl**, which implements ECH; 35 - an edition of **curl** and/or **libcurl** which supports the ECH 71 - (next PR) Add libcurl options to set ECH parameters. 80 - Track OpenSSL ECH API in libcurl 92 **TLS: Provide ECH support framework for curl and libcurl** 95 support in curl and libcurl. It is not intended either to provide ECH
|
D | INTERNALS.md | 40 - [Structs in libcurl](#structs) 76 We write curl and libcurl to compile with C89 compilers. On 32-bit and up 77 machines. Most of libcurl assumes more or less POSIX compliance but that's 80 We write libcurl to build and work with lots of third party tools, and we 177 (See [Structs in libcurl](#structs) for the separate section describing all 181 function that libcurl offers to applications. All of those functions are 188 can initialize the socket layer on Windows machines. libcurl itself has no 244 If this DO function fails and the connection is being re-used, libcurl will 279 it can be called to make sure that libcurl doesn't keep too many 392 The persistent connection support in libcurl requires some considerations on [all …]
|
/third_party/skia/third_party/externals/microhttpd/ |
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 …]
|
/third_party/curl/projects/ |
D | generate.bat | 109 call :generate dsp Windows\VC6\lib\libcurl.tmpl Windows\VC6\lib\libcurl.dsp 113 call :clean Windows\VC6\lib\libcurl.dsp 124 call :generate vcproj1 Windows\VC7\lib\libcurl.tmpl Windows\VC7\lib\libcurl.vcproj 128 call :clean Windows\VC7\lib\libcurl.vcproj 139 call :generate vcproj1 Windows\VC7.1\lib\libcurl.tmpl Windows\VC7.1\lib\libcurl.vcproj 143 call :clean Windows\VC7.1\lib\libcurl.vcproj 154 call :generate vcproj2 Windows\VC8\lib\libcurl.tmpl Windows\VC8\lib\libcurl.vcproj 158 call :clean Windows\VC8\lib\libcurl.vcproj 169 call :generate vcproj2 Windows\VC9\lib\libcurl.tmpl Windows\VC9\lib\libcurl.vcproj 173 call :clean Windows\VC9\lib\libcurl.vcproj [all …]
|
/third_party/curl/lib/ |
D | makefile.amiga | 38 ar cru libcurl.a $(OBJS) 39 ranlib libcurl.a 42 $(INSTALL) -c ./libcurl.a /lib/libcurl.a
|
/third_party/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
|
D | test572 | 15 Server: RTSPD/libcurl-test 23 Server: RTSPD/libcurl-test 36 Server: RTSPD/libcurl-test 44 Server: RTSPD/libcurl-test 54 Server: RTSPD/libcurl-test
|
/third_party/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 …]
|
/third_party/curl/docs/cmdline-opts/ |
D | version.d | 6 Displays information about curl and the libcurl version it uses. 8 The first line includes the full version of curl, libcurl and other 3rd party 11 The second line (starts with "Protocols:") shows all protocols that libcurl 14 The third line (starts with "Features:") shows specific features libcurl 27 This curl uses a libcurl built with Debug. This enables more error-tracking 31 libcurl was built with libgsasl.
|
/third_party/curl/tests/ |
D | convsrctest.pl | 107 my @libcurl = getpart("verify", "file") 118 foreach (@libcurl) { 182 my @libcurl = getpart("verify", "file") 186 foreach (@libcurl) {
|
/third_party/curl/projects/Windows/VC6/ |
D | curl-all.dsw | 6 Project: "libcurl"=".\lib\libcurl.dsp" - Package Owner=<4> 27 Project_Dep_Name libcurl
|
1234567891011