Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/curl/tests/data/
H A Dtest320717 run 1: foobar and so on fun!
20 run 1: foobar and so on fun!
21 run 1: foobar and so on fun!
22 run 1: foobar and so on fun!
23 run 1: foobar and so on fun!
24 run 1: foobar and so on fun!
25 run 1: foobar and so on fun!
26 run 1: foobar and so on fun!
27 run 1: foobar and so on fun!
28 run 1: foobar and so on fun!
[all …]
H A Dtest154127 CURLINFO_CONNECT_TIME_T on 1st header is OK
28 CURLINFO_PRETRANSFER_TIME_T on 1st header is OK
30 CURLINFO_TOTAL_TIME_T on 1st header is OK
32 CURLINFO_SPEED_DOWNLOAD_T on 1st header is OK
37 CURLINFO_CONNECT_TIME_T on done is OK
38 CURLINFO_PRETRANSFER_TIME_T on done is OK
39 CURLINFO_POSTTRANSFER_TIME_T on done is OK
40 CURLINFO_STARTTRANSFER_TIME_T on done is OK
41 CURLINFO_APPCONNECT_TIME_T on done is OK
42 CURLINFO_SPEED_DOWNLOAD_T on done is OK
[all …]
H A Dtest105645 # This test relies on the IPv6 scope field being ignored when connecting to
47 # dodgy, but it happens on all our test platforms but Windows so skip this
48 # test there. This feature doesn't work on msys or Cygwin, so use a precheck
65 %PERL -e "print 'Test is not supported on the Windows kernel' if ($^O eq 'MSWin32' || $^O eq 'msys'…
H A DDISABLED18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
42 # test 1184 causes flakiness in CI builds, mostly visible on macOS
49 # test 1510 causes problems on the CI on GitHub
53 # test 1801 causes problems on macOS and GitHub
56 # test 2086 causes issues on Windows only
H A Dtest155419 run 1: foobar and so on fun!
32 run 1: foobar and so on fun!
47 run 1: foobar and so on fun!
62 run 1: foobar and so on fun!
/curl/docs/
H A DTHANKS7 0xee on github
8 0xflotus on github
9 12932 on github
10 1337vt on github
12 3dyd on github
13 3eka on github
14 5533asdg on github
15 8U61ife on github
21 aasivov on github
28 ad0p on github
[all …]
H A DTHANKS-filter126 s/wangp on github/Peter Wang/
130 s/Travis Burtrum on github//
131 s/i-ky on github/Gleb Ivanovsky/
138 s/pszlazak$/pszlazak on github/
140 s/talregev on github/Tal Regev/
143 s/z2_ on hackerone/z2_/
144 s/z2-2z on github/z2_/
145 s/janedenone on hackerone/janedenone on github/
149 s/vvb2060\z/vvb2060 on github/
150 s/kartatz\z/Kartatz on github/i
[all …]
/curl/docs/cmdline-opts/
H A Dproto-redir.md6 Help: Enable/disable PROTOCOLS on redirect
18 Limit what protocols to allow on redirects. Protocols denied by --proto are
21 Example, allow only HTTP and HTTPS on redirect:
25 By default curl only allows HTTP, HTTPS, FTP and FTPS on redirects
26 (added in 7.65.2). Specifying *all* or *+all* enables all protocols on
H A Dremove-on-error.md4 Long: remove-on-error
5 Help: Remove output file on errors
12 - --remove-on-error -o output $URL
15 # `--remove-on-error`
H A Dfail-early.md5 Help: Fail on first transfer error
19 Fail and exit on the first detected transfer error.
21 When curl is used to do multiple transfers on the command line, it attempts to
22 operate on each given URL, one by one. By default, it ignores errors if there
26 Using this option, curl instead returns an error on the first transfer that
27 fails, independent of the amount of URLs that are given on the command
H A Ddata-urlencode.md31 URL-encode the content and pass that on. Just be careful so that the content
36 URL-encode the content and pass that on. The preceding `=` symbol is not
40 URL-encode the content part and pass that on. Note that the name part is
45 and pass it on in the POST. Using `@-` makes curl read the data from stdin.
49 and pass it on in the POST. The name part gets an equal sign appended,
H A Ddisable.md18 If used as the **first** parameter on the command line, the *curlrc* config
19 file is not read or used. See the --config for details on the default config
H A Dno-keepalive.md5 Help: Disable TCP keepalive on the connection
18 Disables the use of keepalive messages on the TCP connection. curl otherwise
H A Dtcp-nodelay.md17 Turn on the TCP_NODELAY option. See the *curl_easy_setopt(3)* man page for
21 you do not want it on (added in 7.50.2).
/curl/.github/workflows/
H A Dlabel.yml5 # This workflow will triage pull requests and apply a label based on the
13 'on': [pull_request_target]
18 runs-on: ubuntu-latest
H A Dcheckdocs.yml5 # This workflow contains tests that operate on documentation files only. Some
10 'on':
37 # runs-on: ubuntu-latest
90 runs-on: ubuntu-latest
103 runs-on: ubuntu-latest
129 runs-on: ubuntu-latest
141 runs-on: ubuntu-latest
153 runs-on: ubuntu-24.04
H A Ddistcheck.yml7 'on':
24 runs-on: ubuntu-latest
66 runs-on: ubuntu-latest
89 runs-on: ubuntu-latest
110 runs-on: ubuntu-latest
127 runs-on: ubuntu-latest
141 runs-on: ubuntu-latest
H A Dchecksrc.yml9 'on':
36 runs-on: ubuntu-latest
45 runs-on: ubuntu-24.04
81 runs-on: ubuntu-latest
90 runs-on: ubuntu-24.04
/curl/docs/libcurl/
H A Dcurl_multi_poll.md19 curl_multi_poll - poll on all easy handles in a multi handle
37 detected on at least one of the handles or *timeout_ms* has passed.
43 similar to *poll(2)*'s *pollfd* structure to be waited on in the same
47 number of file descriptors on which interesting events occurred. This number
77 Bit flag to curl_waitfd.events indicating the socket should poll on read
82 Bit flag to curl_waitfd.events indicating the socket should poll on high
87 Bit flag to curl_waitfd.events indicating the socket should poll on write
119 /* wait for activity on curl's descriptors or on our own,
H A Dcurl_multi_wait.md18 curl_multi_wait - poll on all easy handles in a multi handle
36 detected on at least one of the handles or *timeout_ms* has passed.
42 are similar to *poll(2)*'s *pollfd* structure to be waited on in the
46 number of file descriptors on which interesting events occurred. This number
70 Bit flag to *curl_waitfd.events* indicating the socket should poll on read
75 Bit flag to *curl_waitfd.events* indicating the socket should poll on high
80 Bit flag to *curl_waitfd.events* indicating the socket should poll on
H A Dcurl_multi_socket_action.md35 When the application has detected action on a socket handled by libcurl, it
37 set to the socket with the action. When the events on a socket are known, they
41 CURL_CSELECT_ERR. When the events on a socket are unknown, pass 0 instead, and
48 complete/done. When you call curl_multi_socket_action(3) on a specific
62 information on how long to wait for socket actions at most before doing the
66 for an event-based system using the callback is far better than relying on
71 called again on the same multi handle after an error has been returned, unless
92 7. Wait for activity on any of libcurl's sockets, use the timeout value your
106 /* the event-library gets told when there activity on the socket 'fd',
H A Dcurl_multi_socket.md38 curl_multi_socket(3) on a specific socket and the counter decreases by one, it
50 curl_multi_setopt(3). Your application then gets called with information on
55 callback is far better than relying on polling the timeout value.
64 /* the event-library gets told when there activity on the socket 'fd',
85 occurred on individual transfers even when one of these functions return OK.
/curl/
H A D.mailmap72 SecuritySense on github <si@securitysense.co.uk>
73 Mipsters on github <tomaviv57@gmail.com>
75 apique13 on github <apique@PC42.isdom.isoft.fr>
89 neutric on github <5984479+neutric@users.noreply.github.com>
94 rzrymiak on github <106121613+rzrymiak@users.noreply.github.com>
96 opensignature on github <antonio@piumarossa.it>
97 Cering on github <gfypm@qq.com>
98 a1346054 on github <36859588+a1346054@users.noreply.github.com>
99 zhanghu on xiaomi <zhanghu6@xiaomi.com>
101 bsergean on github <bsergean@gmail.com>
[all …]
/curl/tests/
H A Dtestcurl.md28 backlog) is published on the curl site, at https://curl.se/dev/builds.html
34 dependency on automake, autoconf, libtool, GNU m4 and possibly a few other
53 Description of your test system. Displayed on the build summary page on the
58 Set email address to report as. Displayed in the build logs on the site.
66 Set name to report as. Displayed in the build summary on the site.
72 simultaneously on the same source tree (like several hosts on a NFS mounted
90 info in a 'setup' file, which it looks for on each invoke. Use *--name*,
/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETFUNCTION.md47 activities and tell libcurl again when something happens on one of them. Tell
59 what activity on this socket the application is supposed to
63 The socket callback should return 0 on success, and -1 on error. If this
71 The **what** parameter informs the callback on the status of the given
114 /* wait for read on this socket */
117 /* wait for write on this socket */

Completed in 23 milliseconds

12345678910>>...23