Lines Matching full:curl
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
265 https://github.com/curl/curl/pull/977
276 https://github.com/curl/curl/issues/349
286 https://github.com/curl/curl/issues/2251
290 curl will create most sockets via the CURLOPT_OPENSOCKETFUNCTION callback and
293 itself. This means that when curl passes the c-ares socket to the
296 See https://github.com/curl/curl/issues/2734
336 https://github.com/curl/curl/issues/514
341 support this, curl/libcurl would need to translate/encode the given input
344 To make that work smoothly for curl users even on Windows, curl would
354 https://github.com/curl/curl/issues/896
358 curl and libcurl provide timing information via a set of different
359 time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
363 https://github.com/curl/curl/issues/6743
380 directions. https://github.com/curl/curl/issues/2588
399 https://github.com/curl/curl/issues/2126
405 fine way for curl to fix this would be to simply hard-code the response to
419 https://github.com/curl/curl/issues/2252
424 See https://github.com/curl/curl/issues/3523
427 https://curl.se/video/curlup-2017/2017-03-19_05_Michael_Kaufmann_Websocket_support_for_curl.mp4
432 parsing a config file like curl's -K/--config option to allow applications to
433 get the same ability to read curl options from files.
435 See https://github.com/curl/curl/issues/3698
447 https://github.com/curl/curl/issues/4852
496 See https://github.com/curl/curl/issues/3199
505 See https://github.com/curl/curl/issues/5835
513 See https://github.com/curl/curl/issues/4829
521 https://github.com/curl/curl/issues/885
537 vice versa). https://curl.se/bug/feature.cgi?id=1754793
567 To consider for libcurl as well. See https://github.com/curl/curl/issues/1455
574 https://curl.se/bug/feature.cgi?id=1089001
581 https://github.com/curl/curl/issues/5125
597 curl only allows HTTP/2 push promise if the provided :authority header value
602 See https://github.com/curl/curl/pull/3581
618 The alt-svc: header provides a set of alternative services for curl to use
622 See https://github.com/curl/curl/issues/4908
658 https://curl.se/mail/lib-2012-05/0178.html
690 https://github.com/curl/curl/issues/4108
694 https://github.com/curl/curl/issues/4452
735 https://github.com/curl/curl/issues/5081
757 https://github.com/curl/curl/issues/1110
780 (https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple
782 https://curl.se/mail/lib-2013-03/0103.html . libunbound may be the
794 See https://github.com/curl/curl/issues/5398
805 See https://github.com/curl/curl/issues/2793
823 See https://github.com/curl/curl/issues/5396
833 https://github.com/curl/curl/issues/2299
837 Version 3.0 is not backwards compatible with pre-3.0 versions, and curl no
840 See https://github.com/curl/curl/issues/7385
872 https://github.com/curl/curl/issues/4427
914 https://github.com/curl/curl/issues/4344
933 all until PR https://github.com/curl/curl/pull/6021 brought the
941 "curl --sync http://example.com/feed[1-100].rss" or
942 "curl --sync http://example.net/{index,calendar,history}.html"
950 Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
955 Add an option that prevents curl from overwriting existing local files. When
963 Allow the user to make curl run a command and use its stdio to make requests
966 curl --proxycommand 'ssh pi@raspberrypi.local -W 10.1.1.75 80' \
969 See https://github.com/curl/curl/issues/4941
974 Content-Disposition header, and curl does not support this.
976 https://github.com/curl/curl/issues/1888
981 stdout, curl will not "merge" and send complete lines fine but may very well
984 https://github.com/curl/curl/issues/5175
988 Allow curl command lines issue a lot of request against services that limit
993 $ curl "https://example.com/api?input=[1-1000]" -d yadayada --after 500
995 See https://github.com/curl/curl/issues/3920
1009 See https://github.com/curl/curl/issues/5203
1014 in the list of alternatives, it could be handy to allow curl to use other
1021 See https://github.com/curl/curl/issues/221
1023 18.10 improve how curl works in a windows console window
1025 If you pull the scrollbar when transferring with curl in a Windows console
1027 probably be improved. See https://github.com/curl/curl/issues/322
1038 See https://github.com/curl/curl/issues/3354
1042 Provide an option that makes curl not exit after the last URL (or even work
1044 over a socket to make further instructions so that a second subsequent curl
1050 Consider a command line option that can make curl do multiple serial requests
1056 See https://github.com/curl/curl/issues/5406
1060 A command line option that makes curl show exactly what it would do and send
1063 See https://github.com/curl/curl/issues/5426
1067 When --retry is used and curl actually retries transfer, it should use the
1072 See https://github.com/curl/curl/issues/1084
1078 to specify that curl should only send a piece of that. One suggested syntax
1081 See https://github.com/curl/curl/issues/1200
1085 When a user gives a URL and uses -O, and curl follows a redirect to a new
1097 *know* already at that point if curl will be redirected to a URL that has a
1100 See https://github.com/curl/curl/issues/1241
1112 https://github.com/curl/curl/issues/1603
1118 See https://github.com/curl/curl/issues/2317
1129 When curl is told to --retry a failed transfer and follows redirects, it
1131 one, which then could make curl decide to rather retry the transfer on that
1137 See https://github.com/curl/curl/issues/5462
1141 For SFTP and possibly FTP, curl could offer an option to set the
1144 See https://github.com/curl/curl/issues/5768
1153 transfers, but curl could:
1165 See https://github.com/curl/curl/issues/5774
1169 curl could offer an option to make escape sequence either non-functional or
1173 See https://github.com/curl/curl/issues/6150
1180 many-times-a-second frequency curl can end up doing it with now.
1191 Especially when having programs that execute curl via the command line, PIE
1199 curl.
1202 When compiling curl on OpenBSD with "--enable-debug" it will give linking
1209 See https://github.com/curl/curl/issues/5862
1211 19.4 Package curl for Windows in a signed installer
1213 See https://github.com/curl/curl/issues/5424
1258 curl with that test suite and detect deviances. Ideally, that would even be
1274 See https://github.com/curl/curl/issues/4477
1278 In https://github.com/curl/curl/pull/7012 we remove the libssh builds and