| /third_party/curl/packages/vms/ |
| D | curlmsg.sdl | 10 /* THESE VMS ERROR CODES ARE GENERATED BY TAKING APART THE CURL.H 20 /* CURLE_ ONES IN INCLUDE/CURL.H. THE MESSAGE UTILITY MANUAL STATES 28 "FACILITY" EQUALS 3841 PREFIX "CURL" TAG "" 29 ,"OK" EQUALS %X0F018009 PREFIX "CURL" TAG "" 30 ,"UNSUPPORTED_PROTOCOL" EQUALS %X0F018012 PREFIX "CURL" TAG "" 31 ,"FAILED_INIT" EQUALS %X0F01801A PREFIX "CURL" TAG "" 32 ,"URL_MALFORMAT" EQUALS %X0F018022 PREFIX "CURL" TAG "" 33 ,"OBSOLETE4" EQUALS %X0F01802A PREFIX "CURL" TAG "" 34 ,"COULDNT_RESOLVE_PROXY" EQUALS %X0F018032 PREFIX "CURL" TAG "" 35 ,"COULDNT_RESOLVE_HOST" EQUALS %X0F01803A PREFIX "CURL" TAG "" [all …]
|
| D | stage_curl_install.com | 5 $! This updates or removes the GNV$CURL.EXE and related files for the 9 $! [usr.bin]gnv$curl.exe 10 $! [usr.bin]curl-config. 12 $! [usr.bin]curl. hard link for [usr.bin]gnv$curl.exe 13 $! [usr.include.curl]curl.h 14 $! [usr.include.curl]curlver.h 15 $! [usr.include.curl]easy.h 16 $! [usr.include.curl]mprintf.h 17 $! [usr.include.curl]multi.h 18 $! [usr.include.curl]stdcheaders.h [all …]
|
| /third_party/curl/ |
| D | BUILD.gn | 15 "//third_party/curl/lib/altsvc.c", 16 "//third_party/curl/lib/amigaos.c", 17 "//third_party/curl/lib/asyn-ares.c", 18 "//third_party/curl/lib/asyn-thread.c", 19 "//third_party/curl/lib/base64.c", 20 "//third_party/curl/lib/bufref.c", 21 "//third_party/curl/lib/c-hyper.c", 22 "//third_party/curl/lib/conncache.c", 23 "//third_party/curl/lib/connect.c", 24 "//third_party/curl/lib/content_encoding.c", [all …]
|
| D | README.md | 1  4 …rity passed](https://scan.coverity.com/projects/curl/badge.svg)](https://scan.coverity.com/project… 5 …r.com/api/projects/status/l1vv31029huhf4g4?svg=true)](https://ci.appveyor.com/project/curlorg/curl) 6 …tps://dev.azure.com/daniel0244/curl/_apis/build/status/curl.curl?branchName=master)](https://dev.a… 7 … Status](https://api.cirrus-ci.com/github/curl/curl.svg?branch=master)](https://cirrus-ci.com/gith… 8 [](#backers) 9 [](#sponsors) 10 …tps://img.shields.io/lgtm/grade/cpp/g/curl/curl.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/proj… 11 …cy.com/project/badge/Grade/d11483a0cc5c4ebd9da4ff9f7cd56690)](https://app.codacy.com/app/curl/curl) 12 ….storage.googleapis.com/badges/curl.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-o… [all …]
|
| D | RELEASE-NOTES | 1 curl and libcurl 7.78.0 3 Public curl releases: 201 63 o curl.h: <sys/select.h> is supported by VxWorks7 [102] 64 o curl.h: include sys/select.h for NuttX RTOS [100] 65 o curl: ignore blank --output-dir [57] 199 o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html) 227 [1] = https://curl.se/bug/?i=7133 228 [2] = https://curl.se/bug/?i=7167 229 [3] = https://curl.se/bug/?i=7152 230 [4] = https://curl.se/bug/?i=7154 [all …]
|
| /third_party/ejdb/src/jbr/tests/ |
| D | jbr_test1.c | 3 #include <curl/curl.h> 5 CURL *curl; variable 9 curl = curl_easy_init(); in init_suite() 10 if (!curl) { in init_suite() 18 curl_easy_cleanup(curl); in clean_suite() 63 CURLcode cc = curl_easy_setopt(curl, CURLOPT_URL, url); in jbr_test1_1() 65 cc = curl_easy_perform(curl); in jbr_test1_1() 67 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &code); in jbr_test1_1() 74 curl_easy_reset(curl); in jbr_test1_1() 75 curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "POST"); in jbr_test1_1() [all …]
|
| /third_party/curl/tests/libtest/ |
| D | lib661.c | 12 * are also available at https://curl.se/docs/copyright.html. 28 CURL *curl = NULL; in test() local 37 curl = curl_easy_init(); in test() 38 if(!curl) { in test() 47 test_setopt(curl, CURLOPT_URL, newURL); in test() 48 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test() 49 test_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 1L); in test() 50 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_SINGLECWD); in test() 51 res = curl_easy_perform(curl); in test() 55 test_setopt(curl, CURLOPT_URL, newURL); in test() [all …]
|
| D | lib572.c | 12 * are also available at https://curl.se/docs/copyright.html. 45 CURL *curl; in test() local 58 curl = curl_easy_init(); in test() 59 if(!curl) { in test() 66 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test() 67 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test() 68 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test() 70 test_setopt(curl, CURLOPT_URL, URL); in test() 78 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test() 82 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, "Planes/Trains/Automobiles"); in test() [all …]
|
| D | lib1533.c | 12 * are also available at https://curl.se/docs/copyright.html. 35 CURL *easy_handle; 42 static void reset_data(struct cb_data *data, CURL *curl) in reset_data() argument 44 data->easy_handle = curl; in reset_data() 99 static int perform_and_check_connections(CURL *curl, const char *description, in perform_and_check_connections() argument 105 res = curl_easy_perform(curl); in perform_and_check_connections() 111 res = curl_easy_getinfo(curl, CURLINFO_NUM_CONNECTS, &connections); in perform_and_check_connections() 131 CURL *curl = NULL; in test() local 139 curl = curl_easy_init(); in test() 140 if(!curl) { in test() [all …]
|
| D | libauthretry.c | 12 * are also available at https://curl.se/docs/copyright.html. 30 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() argument 44 test_setopt(curl, CURLOPT_URL, full_url); in send_request() 45 test_setopt(curl, CURLOPT_VERBOSE, 1L); in send_request() 46 test_setopt(curl, CURLOPT_HEADER, 1L); in send_request() 47 test_setopt(curl, CURLOPT_HTTPGET, 1L); in send_request() 48 test_setopt(curl, CURLOPT_USERPWD, userpwd); in send_request() 49 test_setopt(curl, CURLOPT_HTTPAUTH, auth_scheme); in send_request() 51 res = curl_easy_perform(curl); in send_request() 58 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password() argument [all …]
|
| D | lib568.c | 12 * are also available at https://curl.se/docs/copyright.html. 45 CURL *curl; in test() local 58 curl = curl_easy_init(); in test() 59 if(!curl) { in test() 65 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test() 66 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test() 68 test_setopt(curl, CURLOPT_URL, URL); in test() 75 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test() 89 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_ANNOUNCE); in test() 91 test_setopt(curl, CURLOPT_READDATA, sdpf); in test() [all …]
|
| D | test1013.pl | 13 # are also available at https://curl.se/docs/copyright.html. 23 # Determine if curl-config --protocols/--features matches the 24 # curl --version protocols/features 27 print "Usage: $0 curl-config-script curl-version-output-file features|protocols\n"; 33 # Read the output of curl --version 35 open(CURL, "$ARGV[1]") || die "Can't get curl $what list\n"; 36 while( <CURL> ) 40 close CURL; 44 @curl = split / /,$1; 46 # These features are not supported by curl-config [all …]
|
| D | lib1525.c | 13 * are also available at https://curl.se/docs/copyright.html. 37 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback() 49 CURL *curl = NULL; in test() local 59 curl = curl_easy_init(); in test() 60 if(!curl) { in test() 72 test_setopt(curl, CURLOPT_URL, URL); in test() 73 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test() 74 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); in test() 75 test_setopt(curl, CURLOPT_PROXYHEADER, hhl); in test() 76 test_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_UNIFIED); in test() [all …]
|
| /third_party/curl/docs/ |
| D | KNOWN_BUGS | 52 5.2 curl-config --libs contains private details 53 5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10 73 6.10 curl never completes Negotiate over HTTP 102 11.1 Curl leaks .onion hostnames in DNS 135 15.4 build docs/curl.1 155 18.1 If the HTTP/3 server closes connection during upload curl hangs 177 https://github.com/curl/curl/issues/218 178 https://curl.se/bug/view.cgi?id=1213 193 https://curl.se/mail/archive-2008-02/0043.html 199 https://curl.se/mail/lib-2008-08/0462.html [all …]
|
| D | MANUAL.md | 1 # curl tutorial 7 curl https://www.example.com/ 11 curl ftp://ftp.funet.fi/README 15 curl http://www.weirdserver.com:8000/ 19 curl ftp://ftp.funet.fi 21 Get the definition of curl from a dictionary: 23 curl dict://dict.org/m:curl 27 curl ftp://ftp.funet.fi/ http://www.weirdserver.com:8000/ 31 curl ftps://files.are.secure.com/secrets.txt 35 curl --ftp-ssl ftp://files.are.secure.com/secrets.txt [all …]
|
| D | TheArtOfHttpScripting.md | 1 # The Art Of Scripting HTTP Requests Using Curl 12 Curl is a command line tool for doing all sorts of URL manipulations and 15 invoke `curl --help` or `curl --manual` to get basic information about it. 17 Curl is not written to do everything for you. It makes the requests, it gets 33 The client, curl, sends a HTTP request. The request contains a method (like 41 Using curl's option [`--verbose`](https://curl.se/docs/manpage.html#-v) 42 (`-v` as a short option) will display what kind of commands curl sends to the 46 understand the curl<->server interaction. 49 [`--trace`](https://curl.se/docs/manpage.html#-trace) and 50 [`--trace-ascii`](https://curl.se/docs/manpage.html#--trace-ascii) [all …]
|
| D | FAQ | 10 1.1 What is cURL? 12 1.3 What is curl not? 13 1.4 When will you make curl do XXXX ? 14 1.5 Who makes curl? 15 1.6 What do you get for making curl? 16 1.7 What about CURL from curl.com? 18 1.9 Where do I buy commercial support for curl? 19 1.10 How many are using curl? 22 1.13 curl's ECCN number? 28 2.2 Does curl work/build with other SSL libraries? [all …]
|
| D | TODO | 9 Things to do in project curl. Please tell us what you think, contribute and 153 18.10 improve how curl works in a windows console window 174 19.4 Package curl for Windows in a signed installer 199 See https://github.com/curl/curl/pull/3378 205 See https://github.com/curl/curl/issues/4016 218 See https://github.com/curl/curl/issues/4476 234 This could be used by curl on macOS when built without a separate IDN library 237 See initial work in https://github.com/curl/curl/pull/5371 243 See https://github.com/curl/curl/issues/3570 251 See https://github.com/curl/curl/issues/1264 [all …]
|
| D | HISTORY.md | 1 How curl Became Like This 50 again misleading and a second name change was made. On March 20, 1998 curl 4 53 (Unrelated to this project a company called Curl Corporation registered a US 54 trademark on the name "CURL" on May 18 1998. That company had then already 55 registered the curl.com domain back in November of the previous year. All this 60 August: first announcement of curl on freshmeat.net. 62 October: with the curl 4.9 release and the introduction of cookie support, 63 curl was no longer released under the GPL license. Now we're at 4000 lines of 69 curl could now simulate quite a lot of a browser. TELNET support was added. 71 Curl 5 was released in December 1998 and introduced the first ever curl man [all …]
|
| /third_party/curl/zuul.d/ |
| D | jobs.yaml | 12 # are also available at https://curl.se/docs/copyright.html. 24 name: curl-base 38 name: curl-normal-with-openssl-gssapi-libssh2-checksrc 39 parent: curl-base 52 name: curl-normal-with-openssl-enable-ares 53 parent: curl-base 64 name: curl-normal-with-openssl-disable-proxy 65 parent: curl-base 74 name: curl-normal-with-openssl-disable-verbose-notests 75 parent: curl-base [all …]
|
| /third_party/curl/docs/examples/ |
| D | rtsp.c | 59 #include <curl/curl.h> 80 static void rtsp_options(CURL *curl, const char *uri) in rtsp_options() argument 84 my_curl_easy_setopt(curl, CURLOPT_RTSP_STREAM_URI, uri); in rtsp_options() 85 my_curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_OPTIONS); in rtsp_options() 86 my_curl_easy_perform(curl); in rtsp_options() 91 static void rtsp_describe(CURL *curl, const char *uri, in rtsp_describe() argument 104 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, sdp_fp); in rtsp_describe() 105 my_curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_DESCRIBE); in rtsp_describe() 106 my_curl_easy_perform(curl); in rtsp_describe() 107 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, stdout); in rtsp_describe() [all …]
|
| D | cookie_interface.c | 12 * are also available at https://curl.se/docs/copyright.html. 33 #include <curl/curl.h> 36 print_cookies(CURL *curl) in print_cookies() argument 43 printf("Cookies, curl knows:\n"); in print_cookies() 44 res = curl_easy_getinfo(curl, CURLINFO_COOKIELIST, &cookies); in print_cookies() 46 fprintf(stderr, "Curl curl_easy_getinfo failed: %s\n", in print_cookies() 66 CURL *curl; in main() local 70 curl = curl_easy_init(); in main() 71 if(curl) { in main() 74 curl_easy_setopt(curl, CURLOPT_URL, "https://www.example.com/"); in main() [all …]
|
| /third_party/curl/src/ |
| D | tool_operate.c | 12 * are also available at https://curl.se/docs/copyright.html. 90 CURLcode curl_easy_perform_ev(CURL *easy); 102 "More details here: https://curl.se/docs/sslcerts.html\n\n" \ 103 "curl failed to verify the legitimacy of the server and therefore " \ 328 my_setopt(per->curl, CURLOPT_INFILESIZE_LARGE, uploadfilesize); in pre_transfer() 345 CURL *curl = per->curl; in post_per_transfer() local 348 if(!curl || !config) in post_per_transfer() 366 fprintf(global->errors, "curl: (%d) %s\n", result, in post_per_transfer() 375 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &code); in post_per_transfer() 379 "curl: (%d) The requested URL returned error: %ld\n", in post_per_transfer() [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | page-header | 12 .\" * are also available at https://curl.se/docs/copyright.html. 23 .\" DO NOT EDIT. Generated by the curl project gen.pl man page generator. 25 .TH curl 1 "16 Dec 2016" "Curl 7.52.0" "Curl Manual" 27 curl \- transfer a URL 29 .B curl [options / URLs] 31 .B curl 38 curl offers a busload of useful tricks like proxy support, user 43 curl is powered by libcurl for all transfer-related features. See 88 If you specify URL without protocol:// prefix, curl will attempt to guess what 91 with "ftp." curl will assume you want to speak FTP. [all …]
|
| /third_party/openssl/apps/ |
| D | tsget.in | 14 use WWW::Curl::Easy; 39 # Initialise a new Curl object. 43 # Create Curl object. 44 my $curl = WWW::Curl::Easy::new(); 47 $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d}; 48 $curl->setopt(CURLOPT_FAILONERROR, 1); 49 $curl->setopt(CURLOPT_USERAGENT, 53 $curl->setopt(CURLOPT_UPLOAD, 1); 54 $curl->setopt(CURLOPT_CUSTOMREQUEST, "POST"); 55 $curl->setopt(CURLOPT_HTTPHEADER, [all …]
|