Lines Matching full:curl
52 5.2 curl-config --libs contains private details
53 5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
73 6.10 curl never completes Negotiate over HTTP
102 11.1 Curl leaks .onion hostnames in DNS
135 15.4 build docs/curl.1
155 18.1 If the HTTP/3 server closes connection during upload curl hangs
177 https://github.com/curl/curl/issues/218
178 https://curl.se/bug/view.cgi?id=1213
193 https://curl.se/mail/archive-2008-02/0043.html
199 https://curl.se/mail/lib-2008-08/0462.html
208 See https://github.com/curl/curl/issues/2719
217 See https://github.com/curl/curl/pull/3857 and
218 https://github.com/curl/curl/pull/3850
229 https://github.com/curl/curl/issues/768
241 Curl doesn't recognize certificates in DER format in keychain, but it works
242 with PEM. https://curl.se/bug/view.cgi?id=1065
246 See https://github.com/curl/curl/issues/5403
252 https://github.com/curl/curl/issues/1308
260 See https://github.com/curl/curl/issues/1411
265 merged in https://github.com/curl/curl/commit/d661b0afb571a
288 https://github.com/curl/curl/issues/2276
292 See https://github.com/curl/curl/issues/3145
298 https://github.com/curl/curl/issues/3284
302 See https://github.com/curl/curl/issues/4301
312 https://github.com/curl/curl/issues/5102
320 https://github.com/curl/curl/issues/5488
326 other operating systems. See https://github.com/curl/curl/issues/5284.
336 If a server aborts a handshake then curl shows error "SSL peer handshake
340 https://github.com/curl/curl/issues/6347
349 https://curl.se/bug/view.cgi?id=1366
360 this for the NOOP and DELE commands. https://curl.se/bug/?i=740
367 See https://github.com/curl/curl/issues/4080
375 handling in curl and ascii >=128 is a challenge for us. Not to mention that
379 https://curl.se/bug/view.cgi?id=1294
394 https://curl.se/bug/view.cgi?id=1169
402 https://curl.se/mail/lib-2008-01/0080.html and Mandriva bug report
409 curl for OS400 requires QADRT to build, which provides ASCII wrappers for
413 See https://github.com/curl/curl/issues/5176
415 5.2 curl-config --libs contains private details
417 "curl-config --libs" will include details set in LDFLAGS when configure is
418 run that might be needed only for building libcurl. Further, curl-config
421 5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
423 See https://github.com/curl/curl/issues/2905
427 The build scripts in curl (autotools, cmake and others) are primarily done to
444 We welcome help to improve curl's ability to link with static libraries, but
451 UTF-16 encoding for Unicode and stores it in wide characters, however curl
456 https://curl.se/bug/?i=345
457 https://curl.se/bug/?i=731
458 https://curl.se/bug/?i=3747
493 https://github.com/curl/curl/issues/864
499 See https://github.com/curl/curl/issues/5983
505 https://github.com/curl/curl/issues/3841
515 See https://github.com/curl/curl/issues/6972
524 https://curl.se/mail/lib-2009-10/0024.html
525 https://curl.se/bug/view.cgi?id=896
528 https://curl.se/mail/lib-2012-07/0073.html
538 NTLM authentication using SSPI (on Windows) when (lib)curl is running in
540 to what winhttp does. See https://curl.se/bug/view.cgi?id=535
546 concerns both curl and the lib) because the code wrongly only considers
548 conn->bits.user_passwd in url.c https://curl.se/bug/view.cgi?id=440 How?
549 https://curl.se/mail/lib-2004-08/0182.html A possible solution is to
556 https://github.com/curl/curl/issues/2120
567 https://github.com/curl/curl/issues/876
571 https://github.com/curl/curl/issues/3267
580 See https://github.com/curl/curl/pull/4750
584 Windows builds of curl that have SSPI enabled use the native Windows API calls
586 with SEC_E_QOP_NOT_SUPPORTED which causes curl to fail with CURLE_AUTH_ERROR.
591 https://github.com/curl/curl/issues/6302
593 6.10 curl never completes Negotiate over HTTP
597 See https://github.com/curl/curl/issues/5235
601 When using --negotiate (or NTLM) with curl on Windows, SSL/TSL handshake
605 https://github.com/curl/curl/issues/5881
617 https://curl.se/bug/view.cgi?id=856
631 https://curl.se/mail/lib-2008-07/0295.html
638 https://curl.se/bug/view.cgi?id=635
655 FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 <user>,
659 959 <string>, so the way to handle this correctly in curl would be to use a
689 that curl only tried to connect once to the proxy, while it had multiple
692 After switching to passive mode (EPSV), curl should try all IP addresses for
695 See https://github.com/curl/curl/issues/1508
703 https://github.com/curl/curl/issues/4654
710 https://curl.se/bug/view.cgi?id=846
715 https://curl.se/bug/view.cgi?id=649
727 https://curl.se/bug/view.cgi?id=748
731 When building curl to use the wolfSSH backend for SFTP, the publickey
732 authentication doesn't work. This is simply functionality not written for curl
735 See https://github.com/curl/curl/issues/4820
739 On this servers, the curl fails to create directories on the remote server
742 See https://github.com/curl/curl/issues/5204
758 11.1 Curl leaks .onion hostnames in DNS
760 Curl sends DNS requests for hostnames with a .onion TLD. This leaks
764 Issue: https://github.com/curl/curl/issues/543
771 remains empty. Issue: https://github.com/curl/curl/issues/544
783 See https://github.com/curl/curl/issues/893
790 See https://github.com/curl/curl/issues/868
797 See https://github.com/curl/curl/issues/1332 and
798 https://github.com/curl/curl/issues/4296
802 When connecting to "localhost" on Windows, curl will resolve the name for
812 https://github.com/curl/curl/issues/2281
821 problem is available at https://curl.se/mail/lib-2008-09/0197.html
828 https://github.com/curl/curl/issues/4592
842 See https://github.com/curl/curl/issues/6605
854 See https://github.com/curl/curl/issues/4915 and lib1541.c
861 See https://github.com/curl/curl/issues/5745
872 See https://github.com/curl/curl/issues/6132 and
873 https://github.com/curl/curl/pull/6133
881 See https://github.com/curl/curl/issues/2975 and
882 https://github.com/curl/curl/issues/4852
891 https://github.com/curl/curl/issues/5747
899 https://github.com/curl/curl/issues/6882
900 https://github.com/curl/curl/pull/6884
920 See https://github.com/curl/curl/issues/622 and
921 https://curl.se/mail/lib-2016-01/0101.html
925 https://github.com/curl/curl/issues/3116
929 A simple curl command line getting "ldap://ldap.forumsys.com" returns an
932 https://github.com/curl/curl/issues/4261
936 See https://github.com/curl/curl/issues/5874
946 https://github.com/curl/curl/issues/686
955 https://github.com/curl/curl/issues/1809
964 See https://github.com/curl/curl/pull/5935
970 see https://github.com/curl/curl/issues/3125
972 15.4 build docs/curl.1
974 The cmake build doesn't create the docs/curl.1 file and therefor must rely on
982 See https://github.com/curl/curl/issues/6165
986 See https://github.com/curl/curl/issues/6166
993 See https://github.com/curl/curl/issues/6167
1001 See https://github.com/curl/curl/issues/6169
1008 See https://github.com/curl/curl/issues/6178
1012 See https://github.com/curl/curl/issues/6214
1017 ExternalProject_Add is used to build curl as a dependency.
1019 See https://github.com/curl/curl/issues/6313
1023 See https://github.com/curl/curl/issues/6284
1037 ….pulsesecure.net/t5/Pulse-Desktop-Clients/Linux-Pulse-Client-does-not-work-with-curl-7-74/m-p/44378
1038 and https://github.com/curl/curl/issues/6306
1044 Because of how curl sets TCP_NODELAY by default, HTTP/2 requests are issued
1050 See https://github.com/curl/curl/issues/6363
1055 curl while the connection is held in curl's connection pool, the socket will
1056 be found readable when considered for reuse and that makes curl think it is
1067 See https://github.com/curl/curl/issues/5119
1071 See https://github.com/curl/curl/issues/5611
1076 18.1 If the HTTP/3 server closes connection during upload curl hangs
1078 See https://github.com/curl/curl/issues/6606
1082 See https://github.com/curl/curl/issues/6510
1086 See https://github.com/curl/curl/issues/6494