- Apr 18, 2012
-
-
Yang Tse authored
Fail with CURLE_NOT_BUILT_IN when none of requested auth methods is supported. Reject CURLAUTH_ONLY bit when given alone or with CURLAUTH_NONE.
-
Yang Tse authored
Data type of internal vars holding CURLAUTH_* bitmasks changed from 'long' to 'unsigned long' for proper handling and operating.
-
Yang Tse authored
Info: http://curl.haxx.se/mail/lib-2012-04/0170.html
-
Yang Tse authored
Explicit conversion to 'long' of curl_easy_setopt() third argument for options CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH given that this is how its bitmasks are docummented to be used.
-
- Apr 17, 2012
-
-
Yang Tse authored
-
- Apr 16, 2012
-
-
Daniel Stenberg authored
By comparing if a different "progress point" is reached or not since the previous update, the progress function callback for this now avoids many superfluous screen updates. This has the nice side-effect that it fixes a problem that causes a second progress meter line. The second line output happened because when we use the -# progress meter, we force a newline output after the transfer in the main loop in curl, but when libcurl calls the progress callback from curl_easy_cleanup() it would then output the progress display again. Possibly the naive newline output is wrong but this optimization was suitable anyway... Reported by: Daniel Theron Bug: http://curl.haxx.se/bug/view.cgi?id=3517418
-
Yang Tse authored
-
Yang Tse authored
When building a Windows target with gcc 4.5 or newer and strict compiler warnings enabled use -Wno-pedantic-ms-format in addition to other flags.
-
-
- Apr 14, 2012
-
-
Yang Tse authored
Include stdbool.h only when it is available and configure is capable of detecting a proper 'bool' data type when the header is included. Compilation fix for old or unpatched versions of XL C compiler. Report: http://curl.haxx.se/mail/archive-2012-04/0022.html
-
Yang Tse authored
Usage in other code paths already protected and requiring even newer versions.
-
Jonathan Nieder authored
This protects from attribute names being defined by third party's code. Improvement: http://curl.haxx.se/mail/lib-2012-04/0127.html
-
- Apr 13, 2012
-
-
Guenter Knauf authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Kamil Dudka authored
-
Kamil Dudka authored
NSS_InitContext() was introduced in NSS 3.12.5 and helps to prevent collisions on NSS initialization/shutdown with other libraries. Bug: https://bugzilla.redhat.com/738456
-
Kamil Dudka authored
This bumps the minimal supported version of NSS to 3.12.x.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Apr 12, 2012
-
-
Guenter Knauf authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Yang Tse authored
-
Yang Tse authored
Allow repeatable file name length reduction on file names with underscore or dash characters. This is done in order to better support libcurl's existing source file names and allow OS/400 package to build out of the box again.
-
Yang Tse authored
-
Yang Tse authored
-
- Apr 11, 2012
-
-
Yang Tse authored
configure script now provides conditional definitions for Makefile.am that result in CURL_HIDDEN_SYMBOLS being defined by resulting makefiles when appropriate. Additionally, configure script option for symbol hiding control is now named --enable-symbol-hiding --disable-symbol-hiding. While still valid, old option name --enable-hidden-symbols --disable-hidden-symbols will be deprecated in some future release.
-
Yang Tse authored
Undefining CURL_HIDDEN_SYMBOLS in source files isn't the proper fix.
-
- Apr 10, 2012
-
-
Yang Tse authored
Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might leak from lib/setup.h into source files where this should not be defined.
-
Yang Tse authored
Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might leak from lib/setup.h into source files where this should not be defined.
-
Yang Tse authored
-
- Apr 09, 2012
- Apr 08, 2012
-
-
Yang Tse authored
-
- Apr 06, 2012
-
-
Yang Tse authored
amigaos.[ch] now integrates nicely with any libcurl build
-