• Home
  • Raw
  • Download

Lines Matching full:curl

9  Things to do in project curl. Please tell us what you think, contribute and
157 18.10 improve how curl works in a windows console window
181 19.4 Package curl for Windows in a signed installer
183 19.6 build curl with Windows Unicode support
211 See https://github.com/curl/curl/pull/3378
217 See https://github.com/curl/curl/issues/4016
230 See https://github.com/curl/curl/issues/4476
236 See https://github.com/curl/curl/issues/4915 and lib1541.c
255 This could be used by curl on macOS when built without a separate IDN library
258 See initial work in https://github.com/curl/curl/pull/5371
266 See https://github.com/curl/curl/issues/1264
280 https://github.com/curl/curl/pull/977
291 https://github.com/curl/curl/issues/349
301 https://github.com/curl/curl/issues/2251
305 curl will create most sockets via the CURLOPT_OPENSOCKETFUNCTION callback and
308 itself. This means that when curl passes the c-ares socket to the
311 See https://github.com/curl/curl/issues/2734
335 https://github.com/curl/curl/issues/514
340 support this, curl/libcurl would need to translate/encode the given input
343 To make that work smoothly for curl users even on Windows, curl would
353 https://github.com/curl/curl/issues/896
357 curl and libcurl provide timing information via a set of different
358 time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
362 https://github.com/curl/curl/issues/6743
379 directions. https://github.com/curl/curl/issues/2588
394 https://github.com/curl/curl/issues/2126
402 https://github.com/curl/curl/issues/2252
409 https://github.com/curl/curl/issues/11402
414 parsing a config file like curl's -K/--config option to allow applications to
415 get the same ability to read curl options from files.
417 See https://github.com/curl/curl/issues/3698
426 https://github.com/curl/curl/issues/7268
435 https://github.com/curl/curl/pull/6746
450 See https://github.com/curl/curl/issues/6605
462 https://github.com/curl/curl/issues/4852
511 See https://github.com/curl/curl/issues/3199
520 See https://github.com/curl/curl/issues/5835
528 See https://github.com/curl/curl/issues/4829
534 See https://github.com/curl/curl/issues/6968
540 https://github.com/curl/curl/issues/885
556 vice versa). https://curl.se/bug/feature.cgi?id=1754793
568 https://github.com/curl/curl/issues/8602
592 that curl only tried to connect once to the proxy, while it had multiple
595 After switching to passive mode (EPSV), curl could try all IP addresses for
598 See https://github.com/curl/curl/issues/1508
604 When curl receives a body response from a CONNECT request to a proxy, it will
605 always just read and ignore it. It would make some users happy if curl
609 See https://github.com/curl/curl/issues/9513
617 See https://github.com/curl/curl/issues/11447
633 curl only allows HTTP/2 push promise if the provided :authority header value
638 See https://github.com/curl/curl/pull/3581
654 The alt-svc: header provides a set of alternative services for curl to use
658 See https://github.com/curl/curl/issues/4908
662 curl and libcurl provide options for trying higher HTTP versions (for example
666 See https://github.com/curl/curl/issues/7980
688 If it did, curl could be used to probe if there is an server there listening
692 curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
702 https://github.com/curl/curl/issues/8232
717 https://curl.se/mail/lib-2012-05/0178.html
749 https://github.com/curl/curl/issues/4108
753 https://github.com/curl/curl/issues/4452
759 https://github.com/curl/curl/issues/9641
800 https://github.com/curl/curl/issues/5081
814 See https://github.com/curl/curl/issues/8119
830 https://github.com/curl/curl/issues/1110
860 (https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple
862 https://curl.se/mail/lib-2013-03/0103.html . libunbound may be the
874 See https://github.com/curl/curl/issues/5398
885 See https://github.com/curl/curl/issues/2793
889 When using the OpenSSL backend, curl will load and reparse the CA bundle at
894 See https://github.com/curl/curl/issues/9379
901 See https://github.com/curl/curl/issues/5396
911 https://github.com/curl/curl/issues/2299
943 https://github.com/curl/curl/issues/4427
981 https://github.com/curl/curl/issues/4344
985 The libssh2 backend in curl is limited to only reading keys from id_rsa and
989 https://github.com/curl/curl/issues/8586
999 all until PR https://github.com/curl/curl/pull/6021 brought the
1006 forward it might be worth having curl or libcurl attempt SFTP if SCP fails to
1013 "curl --sync http://example.com/feed[1-100].rss" or
1014 "curl --sync http://example.net/{index,calendar,history}.html"
1022 Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
1027 Allow the user to make curl run a command and use its stdio to make requests
1030 curl --proxycommand 'ssh pi@raspberrypi.local -W 10.1.1.75 80' \
1033 See https://github.com/curl/curl/issues/4941
1038 Content-Disposition header, and curl does not support this.
1040 https://github.com/curl/curl/issues/1888
1045 stdout, curl will not "merge" and send complete lines fine but may send
1048 https://github.com/curl/curl/issues/5175
1062 See https://github.com/curl/curl/issues/5203
1067 in the list of alternatives, it could be handy to allow curl to use other
1074 See https://github.com/curl/curl/issues/221
1076 18.10 improve how curl works in a windows console window
1078 If you pull the scrollbar when transferring with curl in a Windows console
1080 probably be improved. See https://github.com/curl/curl/issues/322
1091 See https://github.com/curl/curl/issues/3354
1095 Provide an option that makes curl not exit after the last URL (or even work
1097 over a socket to make further instructions so that a second subsequent curl
1103 Consider a command line option that can make curl do multiple serial requests
1109 See https://github.com/curl/curl/issues/5406
1113 A command line option that makes curl show exactly what it would do and send
1116 See https://github.com/curl/curl/issues/5426
1120 When --retry is used and curl actually retries transfer, it should use the
1125 See https://github.com/curl/curl/issues/1084
1131 to specify that curl should only send a piece of that. One suggested syntax
1134 See https://github.com/curl/curl/issues/1200
1138 When a user gives a URL and uses -O, and curl follows a redirect to a new
1150 *know* already at that point if curl will be redirected to a URL that has a
1153 See https://github.com/curl/curl/issues/1241
1165 https://github.com/curl/curl/issues/1603
1171 See https://github.com/curl/curl/issues/2317
1182 When curl is told to --retry a failed transfer and follows redirects, it
1184 original one, which then could make curl decide to rather retry the transfer
1190 See https://github.com/curl/curl/issues/5462
1194 For SFTP and possibly FTP, curl could offer an option to set the
1197 See https://github.com/curl/curl/issues/5768
1206 transfers, but curl could:
1218 See https://github.com/curl/curl/issues/5774
1222 curl could offer an option to make escape sequence either non-functional or
1226 See https://github.com/curl/curl/issues/6150
1233 many-times-a-second frequency curl can end up doing it with now.
1239 handling in curl and ascii >=128 is a challenge for us. Not to mention that
1243 https://curl.se/bug/view.cgi?id=1294
1259 https://curl.se/bug/view.cgi?id=1169
1267 https://curl.se/mail/lib-2008-01/0080.html and Mandriva bug report
1281 Especially when having programs that execute curl via the command line, PIE
1289 curl.
1292 When compiling curl on OpenBSD with "--enable-debug" it will give linking
1299 See https://github.com/curl/curl/issues/5862
1301 19.4 Package curl for Windows in a signed installer
1303 See https://github.com/curl/curl/issues/5424
1310 See https://github.com/curl/curl/issues/7753
1312 19.6 build curl with Windows Unicode support
1314 The user wants an easier way to tell autotools to build curl with Windows
1317 See https://github.com/curl/curl/issues/7229
1362 curl with that test suite and detect deviances. Ideally, that would even be
1378 See https://github.com/curl/curl/issues/4477