Lines Matching full:curl
39 5.2 curl-config --libs contains private details
42 5.6 cygwin: make install installs curl-config.1 twice
57 6.10 curl never completes Negotiate over HTTP
96 15.4 build docs/curl.1
124 When curl is built to use hyper for HTTP, it is unnecessary slow.
126 https://github.com/curl/curl/issues/11203
133 https://curl.se/mail/archive-2008-02/0043.html
139 See https://github.com/curl/curl/issues/5403
145 https://github.com/curl/curl/issues/1308
153 See https://github.com/curl/curl/issues/1411
157 See https://github.com/curl/curl/issues/3145
165 https://github.com/curl/curl/issues/5488
171 other operating systems. See https://github.com/curl/curl/issues/5284.
175 https://github.com/curl/curl/issues/8741
184 https://curl.se/bug/view.cgi?id=1366
195 this for the NOOP and DELE commands. https://curl.se/bug/?i=740
202 See https://github.com/curl/curl/issues/4080
206 See https://github.com/curl/curl/issues/10073
214 curl for OS400 requires QADRT to build, which provides ASCII wrappers for
218 See https://github.com/curl/curl/issues/5176
220 5.2 curl-config --libs contains private details
222 "curl-config --libs" will include details set in LDFLAGS when configure is
223 run that might be needed only for building libcurl. Further, curl-config
228 Building curl for certain old macOS versions fails when gcc is used. We
231 See https://github.com/curl/curl/issues/11441
237 UTF-16 encoding for Unicode and stores it in wide characters, however curl
242 https://curl.se/bug/?i=345
243 https://curl.se/bug/?i=731
244 https://curl.se/bug/?i=3747
246 5.6 cygwin: make install installs curl-config.1 twice
248 https://github.com/curl/curl/issues/8839
252 https://github.com/curl/curl/issues/864
258 https://github.com/curl/curl/issues/3841
268 See https://github.com/curl/curl/issues/6972
272 curl on Windows cannot access long paths (paths longer than 260 characters).
274 interpretation may work to allow curl to access the path. For example:
277 See https://github.com/curl/curl/issues/8361
281 The Windows Unicode builds of curl use the current locale, but expect Unicode
286 See https://github.com/curl/curl/pull/7252 and
287 https://github.com/curl/curl/pull/7281
296 https://curl.se/mail/lib-2009-10/0024.html
297 https://curl.se/bug/view.cgi?id=896
300 https://curl.se/mail/lib-2012-07/0073.html
310 NTLM authentication using SSPI (on Windows) when (lib)curl is running in
312 to what winhttp does. See https://curl.se/bug/view.cgi?id=535
316 https://github.com/curl/curl/issues/2120
327 https://github.com/curl/curl/issues/876
331 https://github.com/curl/curl/issues/3267
335 Windows builds of curl that have SSPI enabled use the native Windows API calls
337 with SEC_E_QOP_NOT_SUPPORTED which causes curl to fail with CURLE_AUTH_ERROR.
342 https://github.com/curl/curl/issues/6302
344 6.10 curl never completes Negotiate over HTTP
348 See https://github.com/curl/curl/issues/5235
352 When using --negotiate (or NTLM) with curl on Windows, SSL/TLS handshake
356 https://github.com/curl/curl/issues/5881
360 https://github.com/curl/curl/issues/7048
364 https://github.com/curl/curl/issues/8264
372 https://curl.se/mail/lib-2008-07/0295.html
379 https://curl.se/bug/view.cgi?id=635
383 During FTPS upload curl does not attempt to read TLS handshake messages sent
385 message. When curl closes the upload connection if unread data has been
388 upload if it has not read all sent data yet, and then return an error to curl
391 Since 7.78.0 this is mostly fixed. curl will do a single read before closing
396 https://github.com/curl/curl/issues/6149
400 https://github.com/curl/curl/issues/9161
411 https://curl.se/bug/view.cgi?id=748
415 When building curl to use the wolfSSH backend for SFTP, the publickey
416 authentication does not work. This is simply functionality not written for curl
419 See https://github.com/curl/curl/issues/4820
423 On this servers, the curl fails to create directories on the remote server
426 See https://github.com/curl/curl/issues/5204
432 transmission, curl will be stuck, even if curl is configured with a timeout.
434 https://github.com/curl/curl/issues/8632
440 https://github.com/curl/curl/issues/11244
456 remains empty. Issue: https://github.com/curl/curl/issues/544
463 See https://github.com/curl/curl/issues/868
470 See https://github.com/curl/curl/issues/1332 and
471 https://github.com/curl/curl/issues/4296
491 See https://github.com/curl/curl/issues/622 and
492 https://curl.se/mail/lib-2016-01/0101.html
496 https://github.com/curl/curl/issues/3116
500 A simple curl command line getting "ldap://ldap.forumsys.com" returns an
503 https://github.com/curl/curl/issues/4261
507 https://github.com/curl/curl/issues/9580
513 This makes '--local-port [range]' to not work since curl cannot properly
517 https://github.com/curl/curl/issues/8112
525 https://github.com/curl/curl/issues/11158
531 see https://github.com/curl/curl/issues/3125
533 15.4 build docs/curl.1
535 The cmake build does not create the docs/curl.1 file and therefore must rely on
541 See https://github.com/curl/curl/issues/6166
548 See https://github.com/curl/curl/issues/6167
556 See https://github.com/curl/curl/issues/6169
561 ExternalProject_Add is used to build curl as a dependency.
563 See https://github.com/curl/curl/issues/6313
567 Minimum CMake version was bumped in curl 7.71.0 (#5358) Since CMake 3.2
574 https://github.com/curl/curl/issues/6904
580 https://github.com/curl/curl/issues/7559
584 https://github.com/curl/curl/issues/8107
588 https://github.com/curl/curl/issues/8810
592 https://github.com/curl/curl/issues/9717
596 https://github.com/curl/curl/issues/10129
600 https://github.com/curl/curl/issues/11007
607 curl while the connection is held in curl's connection pool, the socket will
608 be found readable when considered for reuse and that makes curl think it is
619 See https://github.com/curl/curl/issues/5119
625 https://github.com/curl/curl/issues/7695