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
181 19.4 Package curl for Windows in a signed installer
183 19.6 build curl with Windows Unicode support
214 See https://github.com/curl/curl/pull/3378
220 See https://github.com/curl/curl/issues/4016
233 See https://github.com/curl/curl/issues/4476
239 See https://github.com/curl/curl/issues/4915 and lib1541.c
259 See https://github.com/curl/curl/issues/1264
273 https://github.com/curl/curl/pull/977
284 https://github.com/curl/curl/issues/349
294 https://github.com/curl/curl/issues/2251
298 curl will create most sockets via the CURLOPT_OPENSOCKETFUNCTION callback and
301 itself. This means that when curl passes the c-ares socket to the
304 See https://github.com/curl/curl/issues/2734
328 https://github.com/curl/curl/issues/514
333 support this, curl/libcurl would need to translate/encode the given input
336 To make that work smoothly for curl users even on Windows, curl would
346 https://github.com/curl/curl/issues/896
350 curl and libcurl provide timing information via a set of different
351 time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
355 https://github.com/curl/curl/issues/6743
372 directions. https://github.com/curl/curl/issues/2588
387 https://github.com/curl/curl/issues/2126
395 https://github.com/curl/curl/issues/2252
402 https://github.com/curl/curl/issues/11402
407 parsing a config file like curl's -K/--config option to allow applications to
408 get the same ability to read curl options from files.
410 See https://github.com/curl/curl/issues/3698
419 https://github.com/curl/curl/issues/7268
428 https://github.com/curl/curl/pull/6746
443 See https://github.com/curl/curl/issues/6605
455 https://github.com/curl/curl/issues/4852
504 See https://github.com/curl/curl/issues/3199
513 See https://github.com/curl/curl/issues/5835
521 See https://github.com/curl/curl/issues/4829
527 See https://github.com/curl/curl/issues/6968
533 https://github.com/curl/curl/issues/885
549 vice versa). https://curl.se/bug/feature.cgi?id=1754793
561 https://github.com/curl/curl/issues/8602
585 that curl only tried to connect once to the proxy, while it had multiple
588 After switching to passive mode (EPSV), curl could try all IP addresses for
591 See https://github.com/curl/curl/issues/1508
597 When curl receives a body response from a CONNECT request to a proxy, it will
598 always just read and ignore it. It would make some users happy if curl
602 See https://github.com/curl/curl/issues/9513
610 See https://github.com/curl/curl/issues/11447
626 curl only allows HTTP/2 push promise if the provided :authority header value
631 See https://github.com/curl/curl/pull/3581
647 The alt-svc: header provides a set of alternative services for curl to use
651 See https://github.com/curl/curl/issues/4908
655 curl and libcurl provide options for trying higher HTTP versions (for example
659 See https://github.com/curl/curl/issues/7980
681 If it did, curl could be used to probe if there is an server there listening
685 curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
695 https://github.com/curl/curl/issues/8232
710 https://curl.se/mail/lib-2012-05/0178.html
742 https://github.com/curl/curl/issues/4108
746 https://github.com/curl/curl/issues/4452
752 https://github.com/curl/curl/issues/9641
793 https://github.com/curl/curl/issues/5081
807 See https://github.com/curl/curl/issues/8119
823 https://github.com/curl/curl/issues/1110
853 (https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple
855 https://curl.se/mail/lib-2013-03/0103.html . libunbound may be the
867 See https://github.com/curl/curl/issues/5398
878 See https://github.com/curl/curl/issues/2793
886 https://curl.se/libcurl/c/tls-options.html
888 https://github.com/curl/curl/issues/12286
892 When using the OpenSSL backend, curl will load and reparse the CA bundle at
897 See https://github.com/curl/curl/issues/9379
904 See https://github.com/curl/curl/issues/5396
914 https://github.com/curl/curl/issues/2299
922 https://github.com/curl/curl/issues/12982
954 https://github.com/curl/curl/issues/4427
992 https://github.com/curl/curl/issues/4344
996 The libssh2 backend in curl is limited to only reading keys from id_rsa and
1000 https://github.com/curl/curl/issues/8586
1010 all until PR https://github.com/curl/curl/pull/6021 brought the
1017 forward it might be worth having curl or libcurl attempt SFTP if SCP fails to
1024 "curl --sync http://example.com/feed[1-100].rss" or
1025 "curl --sync http://example.net/{index,calendar,history}.html"
1033 Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
1038 Allow the user to make curl run a command and use its stdio to make requests
1041 curl --proxycommand 'ssh pi@raspberrypi.local -W 10.1.1.75 80' \
1044 See https://github.com/curl/curl/issues/4941
1049 Content-Disposition header, and curl does not support this.
1051 https://github.com/curl/curl/issues/1888
1056 stdout, curl will not "merge" and send complete lines fine but may send
1059 https://github.com/curl/curl/issues/5175
1073 See https://github.com/curl/curl/issues/5203
1078 in the list of alternatives, it could be handy to allow curl to use other
1085 See https://github.com/curl/curl/issues/221
1087 18.10 improve how curl works in a windows console window
1089 If you pull the scrollbar when transferring with curl in a Windows console
1091 probably be improved. See https://github.com/curl/curl/issues/322
1102 See https://github.com/curl/curl/issues/3354
1106 Provide an option that makes curl not exit after the last URL (or even work
1108 over a socket to make further instructions so that a second subsequent curl
1114 Consider a command line option that can make curl do multiple serial requests
1120 See https://github.com/curl/curl/issues/5406
1124 A command line option that makes curl show exactly what it would do and send
1127 See https://github.com/curl/curl/issues/5426
1131 When --retry is used and curl actually retries transfer, it should use the
1136 See https://github.com/curl/curl/issues/1084
1142 to specify that curl should only send a piece of that. One suggested syntax
1145 See https://github.com/curl/curl/issues/1200
1149 When a user gives a URL and uses -O, and curl follows a redirect to a new
1161 *know* already at that point if curl will be redirected to a URL that has a
1164 See https://github.com/curl/curl/issues/1241
1176 https://github.com/curl/curl/issues/1603
1182 See https://github.com/curl/curl/issues/2317
1193 When curl is told to --retry a failed transfer and follows redirects, it
1195 original one, which then could make curl decide to rather retry the transfer
1201 See https://github.com/curl/curl/issues/5462
1205 For SFTP and possibly FTP, curl could offer an option to set the
1208 See https://github.com/curl/curl/issues/5768
1217 transfers, but curl could:
1229 See https://github.com/curl/curl/issues/5774
1233 curl could offer an option to make escape sequence either non-functional or
1237 See https://github.com/curl/curl/issues/6150
1244 many-times-a-second frequency curl can end up doing it with now.
1250 handling in curl and ascii >=128 is a challenge for us. Not to mention that
1254 https://curl.se/bug/view.cgi?id=1294
1270 https://curl.se/bug/view.cgi?id=1169
1278 https://curl.se/mail/lib-2008-01/0080.html and Mandriva bug report
1286 Especially when having programs that execute curl via the command line, PIE
1294 curl.
1297 When compiling curl on OpenBSD with "--enable-debug" it will give linking
1304 See https://github.com/curl/curl/issues/5862
1306 19.4 Package curl for Windows in a signed installer
1308 See https://github.com/curl/curl/issues/5424
1315 See https://github.com/curl/curl/issues/7753
1317 19.6 build curl with Windows Unicode support
1319 The user wants an easier way to tell autotools to build curl with Windows
1322 See https://github.com/curl/curl/issues/7229
1367 curl with that test suite and detect deviances. Ideally, that would even be
1383 See https://github.com/curl/curl/issues/4477
1397 mode. curl does not support extracting that mode from the URL nor does it treat
1401 See https://github.com/curl/curl/issues/12655