• Home
  • Raw
  • Download

Lines Matching +full:macos +full:- +full:autotools

16  1.5 Expect-100 meets 417
30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
38 5.2 curl-config --libs contains private details
39 5.3 building for old macOS fails with gcc
40 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
41 5.6 cygwin: make install installs curl-config.1 twice
43 5.11 configure --with-gssapi with Heimdal is ignored on macOS
53 6.6 libcurl can fail to try alternatives with --proxy-any
55 6.9 SHA-256 digest not supported in Windows SSPI builds
79 11.4 HTTP test server 'connection-monitor' problems
95 15.6 uses -lpthread instead of Threads::Threads
101 16. aws-sigv4
102 16.1 aws-sigv4 does not sign requests with * correctly
103 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
125 1.5 Expect-100 meets 417
127 If an upload using Expect: 100-continue receives an HTTP 417 response, it
130 https://curl.se/mail/archive-2008-02/0043.html
147 server-specified DNs, the OpenSSL and GnuTLS backends behave differently.
167 expires." - the same command line seems to work with other TLS backends and
188 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
196 Specifying "--login-options AUTH=PLAIN" on the command line does not seem to
217 5.2 curl-config --libs contains private details
219 "curl-config --libs" will include details set in LDFLAGS when configure is
220 run that might be needed only for building libcurl. Further, curl-config
221 --cflags suffers from the same effects with CFLAGS/CPPFLAGS.
223 5.3 building for old macOS fails with gcc
225 Building curl for certain old macOS versions fails when gcc is used. We
230 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
234 UTF-16 encoding for Unicode and stores it in wide characters, however curl
236 _UNICODE and UNICODE defined. And, except for Cygwin, Windows cannot use UTF-8
243 5.6 cygwin: make install installs curl-config.1 twice
251 5.11 configure --with-gssapi with Heimdal is ignored on macOS
253 ... unless you also pass --with-gssapi-libs
279 UTF-8 encoded paths for internal use such as open, access and stat. The user's
281 UTF-8 encoded Unicode.
293 https://curl.se/mail/lib-2009-10/0024.html
297 https://curl.se/mail/lib-2012-07/0073.html
308 "system context" will make it use wrong(?) user name - at least when compared
315 6.6 libcurl can fail to try alternatives with --proxy-any
317 When connecting via a proxy using --proxy-any, a failure to establish an
320 --proxy-any against a proxy which advertise Negotiate and NTLM, but which
330 6.9 SHA-256 digest not supported in Windows SSPI builds
349 When using --negotiate (or NTLM) with curl on Windows, SSL/TLS handshake
369 https://curl.se/mail/lib-2008-07/0295.html
406 prematurely. There is a half-baked (busy-looping) patch provided in the bug
407 report but it cannot be accepted as-is. See
455 11.4 HTTP test server 'connection-monitor' problems
457 The 'connection-monitor' feature of the sws HTTP test server does not work
489 https://curl.se/mail/lib-2016-01/0101.html
510 This makes '--local-port [range]' to not work since curl cannot properly
530 15.6 uses -lpthread instead of Threads::Threads
536 The Libs.private field of the generated .pc file contains -lgcc -lgcc_s -lc
537 -lgcc -lgcc_s
545 autotools equivalent would say Libs.private: -lssl -lcrypto -lz
561 and ;-separated flags. It had to blow up at some point. All the CMake checks
567 16. aws-sigv4
569 16.1 aws-sigv4 does not sign requests with * correctly
573 16.6 aws-sigv4 does not behave well with AWS VPC Lattice