- Apr 13, 2012
-
-
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
-
Yang Tse authored
Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists.
-
Daniel Stenberg authored
When a server certificate matches one in the given CRL file, the code now returns CURLE_SSL_CACERT as test case 313 expects and verifies.
-
Daniel Stenberg authored
Previously it would say PolarSSL only, now it says PolarSSL/1.1.0 in the same style other libs and components do.
-
- Apr 05, 2012
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Andrei Cipu authored
As it turns out, some people do want that after all.
-
Daniel Stenberg authored
Verify that cookies are sent back even after a 407 response has been received
-
- Apr 04, 2012
-
-
Dag Ekengren authored
-
Tim Heckman authored
This reverts commit f7e2ab62. This change caused fetching of the certificates to become unreliable. Bug: http://curl.haxx.se/mail/lib-2012-03/0238.html Reported by: Tim Heckman
-
Andrei Cipu authored
Commit 97b66ebe was copying a smaller buffer, thus duplicating the last character.
-
Daniel Stenberg authored
... as it seems to hard for some people
-
Yang Tse authored
-
Yang Tse authored
-