• Home
  • Raw
  • Download

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
182 19.4 Package curl for Windows in a signed installer
184 19.6 build curl with Windows Unicode support
215 See https://github.com/curl/curl/pull/3378
221 See https://github.com/curl/curl/issues/4016
234 See https://github.com/curl/curl/issues/4476
240 See https://github.com/curl/curl/issues/4915 and lib1541.c
259 This could be used by curl on macOS when built without a separate IDN library
262 See initial work in https://github.com/curl/curl/pull/5371
270 See https://github.com/curl/curl/issues/1264
284 https://github.com/curl/curl/pull/977
295 https://github.com/curl/curl/issues/349
305 https://github.com/curl/curl/issues/2251
309 curl will create most sockets via the CURLOPT_OPENSOCKETFUNCTION callback and
312 itself. This means that when curl passes the c-ares socket to the
315 See https://github.com/curl/curl/issues/2734
339 https://github.com/curl/curl/issues/514
344 support this, curl/libcurl would need to translate/encode the given input
347 To make that work smoothly for curl users even on Windows, curl would
357 https://github.com/curl/curl/issues/896
361 curl and libcurl provide timing information via a set of different
362 time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
366 https://github.com/curl/curl/issues/6743
383 directions. https://github.com/curl/curl/issues/2588
398 https://github.com/curl/curl/issues/2126
406 https://github.com/curl/curl/issues/2252
413 https://github.com/curl/curl/issues/11402
418 parsing a config file like curl's -K/--config option to allow applications to
419 get the same ability to read curl options from files.
421 See https://github.com/curl/curl/issues/3698
430 https://github.com/curl/curl/issues/7268
439 https://github.com/curl/curl/pull/6746
454 See https://github.com/curl/curl/issues/6605
466 https://github.com/curl/curl/issues/4852
515 See https://github.com/curl/curl/issues/3199
524 See https://github.com/curl/curl/issues/5835
532 See https://github.com/curl/curl/issues/4829
538 See https://github.com/curl/curl/issues/6968
544 https://github.com/curl/curl/issues/885
560 vice versa). https://curl.se/bug/feature.cgi?id=1754793
572 https://github.com/curl/curl/issues/8602
596 that curl only tried to connect once to the proxy, while it had multiple
599 After switching to passive mode (EPSV), curl could try all IP addresses for
602 See https://github.com/curl/curl/issues/1508
608 When curl receives a body response from a CONNECT request to a proxy, it will
609 always just read and ignore it. It would make some users happy if curl
613 See https://github.com/curl/curl/issues/9513
621 See https://github.com/curl/curl/issues/11447
637 curl only allows HTTP/2 push promise if the provided :authority header value
642 See https://github.com/curl/curl/pull/3581
658 The alt-svc: header provides a set of alternative services for curl to use
662 See https://github.com/curl/curl/issues/4908
666 curl and libcurl provide options for trying higher HTTP versions (for example
670 See https://github.com/curl/curl/issues/7980
692 If it did, curl could be used to probe if there is an server there listening
696 curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
706 https://github.com/curl/curl/issues/8232
721 https://curl.se/mail/lib-2012-05/0178.html
753 https://github.com/curl/curl/issues/4108
757 https://github.com/curl/curl/issues/4452
763 https://github.com/curl/curl/issues/9641
804 https://github.com/curl/curl/issues/5081
818 See https://github.com/curl/curl/issues/8119
834 https://github.com/curl/curl/issues/1110
864 (https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple
866 https://curl.se/mail/lib-2013-03/0103.html . libunbound may be the
878 See https://github.com/curl/curl/issues/5398
889 See https://github.com/curl/curl/issues/2793
897 https://github.com/curl/curl/issues/12286
901 When using the OpenSSL backend, curl will load and reparse the CA bundle at
906 See https://github.com/curl/curl/issues/9379
913 See https://github.com/curl/curl/issues/5396
923 https://github.com/curl/curl/issues/2299
955 https://github.com/curl/curl/issues/4427
993 https://github.com/curl/curl/issues/4344
997 The libssh2 backend in curl is limited to only reading keys from id_rsa and
1001 https://github.com/curl/curl/issues/8586
1011 all until PR https://github.com/curl/curl/pull/6021 brought the
1018 forward it might be worth having curl or libcurl attempt SFTP if SCP fails to
1025 "curl --sync http://example.com/feed[1-100].rss" or
1026 "curl --sync http://example.net/{index,calendar,history}.html"
1034 Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
1039 Allow the user to make curl run a command and use its stdio to make requests
1042 curl --proxycommand 'ssh pi@raspberrypi.local -W 10.1.1.75 80' \
1045 See https://github.com/curl/curl/issues/4941
1050 Content-Disposition header, and curl does not support this.
1052 https://github.com/curl/curl/issues/1888
1057 stdout, curl will not "merge" and send complete lines fine but may send
1060 https://github.com/curl/curl/issues/5175
1074 See https://github.com/curl/curl/issues/5203
1079 in the list of alternatives, it could be handy to allow curl to use other
1086 See https://github.com/curl/curl/issues/221
1088 18.10 improve how curl works in a windows console window
1090 If you pull the scrollbar when transferring with curl in a Windows console
1092 probably be improved. See https://github.com/curl/curl/issues/322
1103 See https://github.com/curl/curl/issues/3354
1107 Provide an option that makes curl not exit after the last URL (or even work
1109 over a socket to make further instructions so that a second subsequent curl
1115 Consider a command line option that can make curl do multiple serial requests
1121 See https://github.com/curl/curl/issues/5406
1125 A command line option that makes curl show exactly what it would do and send
1128 See https://github.com/curl/curl/issues/5426
1132 When --retry is used and curl actually retries transfer, it should use the
1137 See https://github.com/curl/curl/issues/1084
1143 to specify that curl should only send a piece of that. One suggested syntax
1146 See https://github.com/curl/curl/issues/1200
1150 When a user gives a URL and uses -O, and curl follows a redirect to a new
1162 *know* already at that point if curl will be redirected to a URL that has a
1165 See https://github.com/curl/curl/issues/1241
1177 https://github.com/curl/curl/issues/1603
1183 See https://github.com/curl/curl/issues/2317
1194 When curl is told to --retry a failed transfer and follows redirects, it
1196 original one, which then could make curl decide to rather retry the transfer
1202 See https://github.com/curl/curl/issues/5462
1206 For SFTP and possibly FTP, curl could offer an option to set the
1209 See https://github.com/curl/curl/issues/5768
1218 transfers, but curl could:
1230 See https://github.com/curl/curl/issues/5774
1234 curl could offer an option to make escape sequence either non-functional or
1238 See https://github.com/curl/curl/issues/6150
1245 many-times-a-second frequency curl can end up doing it with now.
1251 handling in curl and ascii >=128 is a challenge for us. Not to mention that
1255 https://curl.se/bug/view.cgi?id=1294
1271 https://curl.se/bug/view.cgi?id=1169
1279 https://curl.se/mail/lib-2008-01/0080.html and Mandriva bug report
1293 Especially when having programs that execute curl via the command line, PIE
1301 curl.
1304 When compiling curl on OpenBSD with "--enable-debug" it will give linking
1311 See https://github.com/curl/curl/issues/5862
1313 19.4 Package curl for Windows in a signed installer
1315 See https://github.com/curl/curl/issues/5424
1322 See https://github.com/curl/curl/issues/7753
1324 19.6 build curl with Windows Unicode support
1326 The user wants an easier way to tell autotools to build curl with Windows
1329 See https://github.com/curl/curl/issues/7229
1374 curl with that test suite and detect deviances. Ideally, that would even be
1390 See https://github.com/curl/curl/issues/4477
1404 mode. curl does not support extracting that mode from the URL nor does it treat
1408 See https://github.com/curl/curl/issues/12655