Lines Matching full:curl
9 Things to do in project curl. Please tell us what you think, contribute and
158 18.10 improve how curl works in a windows console window
179 19.4 Package curl for Windows in a signed installer
208 See https://github.com/curl/curl/pull/3378
214 See https://github.com/curl/curl/issues/4016
227 See https://github.com/curl/curl/issues/4476
243 This could be used by curl on macOS when built without a separate IDN library
246 See initial work in https://github.com/curl/curl/pull/5371
252 See https://github.com/curl/curl/issues/3570
260 See https://github.com/curl/curl/issues/1264
274 https://github.com/curl/curl/pull/977
285 https://github.com/curl/curl/issues/349
295 https://github.com/curl/curl/issues/2251
299 curl will create most sockets via the CURLOPT_OPENSOCKETFUNCTION callback and
302 itself. This means that when curl passes the c-ares socket to the
305 See https://github.com/curl/curl/issues/2734
329 https://github.com/curl/curl/issues/514
334 support this, curl/libcurl would need to translate/encode the given input
337 To make that work smoothly for curl users even on Windows, curl would
347 https://github.com/curl/curl/issues/896
351 curl and libcurl provide timing information via a set of different
352 time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
356 https://github.com/curl/curl/issues/6743
373 directions. https://github.com/curl/curl/issues/2588
388 https://github.com/curl/curl/issues/2126
396 https://github.com/curl/curl/issues/2252
401 See https://github.com/curl/curl/issues/3523
404 https://curl.se/video/curlup-2017/2017-03-19_05_Michael_Kaufmann_Websocket_support_for_curl.mp4
409 parsing a config file like curl's -K/--config option to allow applications to
410 get the same ability to read curl options from files.
412 See https://github.com/curl/curl/issues/3698
421 https://github.com/curl/curl/issues/7268
430 https://github.com/curl/curl/pull/6746
445 See https://github.com/curl/curl/issues/6605
457 https://github.com/curl/curl/issues/4852
506 See https://github.com/curl/curl/issues/3199
515 See https://github.com/curl/curl/issues/5835
523 See https://github.com/curl/curl/issues/4829
529 See https://github.com/curl/curl/issues/6968
535 https://github.com/curl/curl/issues/885
551 vice versa). https://curl.se/bug/feature.cgi?id=1754793
563 https://github.com/curl/curl/issues/8602
587 that curl only tried to connect once to the proxy, while it had multiple
590 After switching to passive mode (EPSV), curl could try all IP addresses for
593 See https://github.com/curl/curl/issues/1508
599 When curl receives a body response from a CONNECT request to a proxy, it will
600 always just read and ignore it. It would make some users happy if curl
604 See https://github.com/curl/curl/issues/9513
611 https://github.com/curl/curl/issues/5125
627 curl only allows HTTP/2 push promise if the provided :authority header value
632 See https://github.com/curl/curl/pull/3581
648 The alt-svc: header provides a set of alternative services for curl to use
652 See https://github.com/curl/curl/issues/4908
656 curl and libcurl provide options for trying higher HTTP versions (for example
660 See https://github.com/curl/curl/issues/7980
682 If it did, curl could be used to probe if there's an server there listening
686 curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
696 https://github.com/curl/curl/issues/8232
711 https://curl.se/mail/lib-2012-05/0178.html
743 https://github.com/curl/curl/issues/4108
747 https://github.com/curl/curl/issues/4452
788 https://github.com/curl/curl/issues/5081
802 See https://github.com/curl/curl/issues/8119
818 https://github.com/curl/curl/issues/1110
848 (https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple
850 https://curl.se/mail/lib-2013-03/0103.html . libunbound may be the
862 See https://github.com/curl/curl/issues/5398
873 See https://github.com/curl/curl/issues/2793
888 When using the OpenSSL backend, curl will load and reparse the CA bundle at
893 See https://github.com/curl/curl/issues/9379
900 See https://github.com/curl/curl/issues/5396
910 https://github.com/curl/curl/issues/2299
942 https://github.com/curl/curl/issues/4427
980 https://github.com/curl/curl/issues/4344
984 The libssh2 backend in curl is limited to only reading keys from id_rsa and
988 https://github.com/curl/curl/issues/8586
998 all until PR https://github.com/curl/curl/pull/6021 brought the
1005 forward it might be worth having curl or libcurl attempt SFTP if SCP fails to
1012 "curl --sync http://example.com/feed[1-100].rss" or
1013 "curl --sync http://example.net/{index,calendar,history}.html"
1021 Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
1026 Allow the user to make curl run a command and use its stdio to make requests
1029 curl --proxycommand 'ssh pi@raspberrypi.local -W 10.1.1.75 80' \
1032 See https://github.com/curl/curl/issues/4941
1037 Content-Disposition header, and curl does not support this.
1039 https://github.com/curl/curl/issues/1888
1044 stdout, curl will not "merge" and send complete lines fine but may send
1047 https://github.com/curl/curl/issues/5175
1061 See https://github.com/curl/curl/issues/5203
1066 in the list of alternatives, it could be handy to allow curl to use other
1073 See https://github.com/curl/curl/issues/221
1075 18.10 improve how curl works in a windows console window
1077 If you pull the scrollbar when transferring with curl in a Windows console
1079 probably be improved. See https://github.com/curl/curl/issues/322
1090 See https://github.com/curl/curl/issues/3354
1094 Provide an option that makes curl not exit after the last URL (or even work
1096 over a socket to make further instructions so that a second subsequent curl
1102 Consider a command line option that can make curl do multiple serial requests
1108 See https://github.com/curl/curl/issues/5406
1112 A command line option that makes curl show exactly what it would do and send
1115 See https://github.com/curl/curl/issues/5426
1119 When --retry is used and curl actually retries transfer, it should use the
1124 See https://github.com/curl/curl/issues/1084
1130 to specify that curl should only send a piece of that. One suggested syntax
1133 See https://github.com/curl/curl/issues/1200
1137 When a user gives a URL and uses -O, and curl follows a redirect to a new
1149 *know* already at that point if curl will be redirected to a URL that has a
1152 See https://github.com/curl/curl/issues/1241
1164 https://github.com/curl/curl/issues/1603
1170 See https://github.com/curl/curl/issues/2317
1181 When curl is told to --retry a failed transfer and follows redirects, it
1183 original one, which then could make curl decide to rather retry the transfer
1189 See https://github.com/curl/curl/issues/5462
1193 For SFTP and possibly FTP, curl could offer an option to set the
1196 See https://github.com/curl/curl/issues/5768
1205 transfers, but curl could:
1217 See https://github.com/curl/curl/issues/5774
1221 curl could offer an option to make escape sequence either non-functional or
1225 See https://github.com/curl/curl/issues/6150
1232 many-times-a-second frequency curl can end up doing it with now.
1243 Especially when having programs that execute curl via the command line, PIE
1251 curl.
1254 When compiling curl on OpenBSD with "--enable-debug" it will give linking
1261 See https://github.com/curl/curl/issues/5862
1263 19.4 Package curl for Windows in a signed installer
1265 See https://github.com/curl/curl/issues/5424
1272 See https://github.com/curl/curl/issues/7753
1317 curl with that test suite and detect deviances. Ideally, that would even be
1333 See https://github.com/curl/curl/issues/4477