#
cb142cf2 |
| 11-Jun-2012 |
Marc Hoersken |
winbuild: Updated winbuild scripts to add schannel
|
Revision tags: curl-7_26_0 |
|
#
c1311c2b |
| 14-Apr-2012 |
Marc Hoersken |
curl_sspi: Added Curl_sspi_version function Added new function to get SSPI version as string. Added required library version.lib to makefiles. Changed curl_schannel.c to use Curl_ssp
curl_sspi: Added Curl_sspi_version function Added new function to get SSPI version as string. Added required library version.lib to makefiles. Changed curl_schannel.c to use Curl_sspi_version.
show more ...
|
#
72c7c1d6 |
| 10-Jun-2012 |
Marc Hoersken |
winbuild: Fixed environment variables being lost Fixed USE_IPV6 and USE_IDN not being passed from Makefile.vc to MakefileBuild.vc Fixed whitespace and formatting issues Fixed typ
winbuild: Fixed environment variables being lost Fixed USE_IPV6 and USE_IDN not being passed from Makefile.vc to MakefileBuild.vc Fixed whitespace and formatting issues Fixed typo and format in help message
show more ...
|
#
9258b846 |
| 22-May-2012 |
Jan Ehrhardt |
winbuild: fix IPv6 enabled build The existing check was wrong so IPv6 support would never be enabled
|
#
cf41ee3a |
| 14-May-2012 |
Daniel Stenberg |
MakefileBuild.vc: use the correct IDN variable The variable that control IDN enablement is called USE_IDN within these Makefiles
|
#
d6c449e3 |
| 23-Apr-2012 |
Yang Tse |
Revert "sspi: Added version information" This reverts commit 2976de480808119dae08fc6f52c8d75ba1aedb1a.
|
#
2976de48 |
| 22-Apr-2012 |
Steve Holme |
sspi: Added version information Added version information for Windows SSPI to curl's main version string and removed SSPI from the features string.
|
Revision tags: curl-7_25_0 |
|
#
575f3c30 |
| 26-Jan-2012 |
Pierre Joye |
- fix IPV6 and IDN options
|
Revision tags: curl-7_24_0 |
|
#
9dbe6565 |
| 07-Dec-2011 |
Daniel Stenberg |
static SSL windows builds: add more libs to the link Starting with some recent OpenSSL versions (1.0.0e was mentioned) linking with a static openssl requires a set of more libs to be lin
static SSL windows builds: add more libs to the link Starting with some recent OpenSSL versions (1.0.0e was mentioned) linking with a static openssl requires a set of more libs to be linked on Windows. Thanks also to Steve Holme and Martin Storsj� for additional feedback. Bug: http://curl.haxx.se/mail/lib-2011-12/0063.html Reported by: Ward Willats
show more ...
|
#
82a4d26e |
| 06-Dec-2011 |
Daniel Stenberg |
MakefileBuild: fix the static build This is a left-over fix from commit b7e242de0e that Tom Wright suggested. Reported by: Ward Willats
|
Revision tags: curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4 |
|
#
76ac6b94 |
| 28-Jan-2011 |
Pierre Joye |
Windows build: alternative makefile This is a separate makefile for MSVC builds. It is deliberately put in another dir than src/ and lib/ to allow a different build experience than t
Windows build: alternative makefile This is a separate makefile for MSVC builds. It is deliberately put in another dir than src/ and lib/ to allow a different build experience than the previous - at least during a period. Eventually we should unify.
show more ...
|