- Mar 07, 2015
-
-
Daniel Stenberg authored
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
-
- Mar 06, 2015
-
-
Daniel Stenberg authored
malloc() and strdup() calls without checking return codes. Reported-by: Markus Elfring Bug: https://github.com/bagder/curl/issues/150
-
Daniel Stenberg authored
Reported-by: Jonathan Cardoso
-
Daniel Stenberg authored
-
- Mar 05, 2015
-
-
Steve Holme authored
In addition to commit 709cf76f, removed the USE_SSLEAY preprocessor variable from the Visual Studio project files as it isn't required anymore.
-
Daniel Stenberg authored
Since 1342a96e, a timeout detected in the multi state machine didn't necesarily clear everything up, like formpost data. Bug: https://github.com/bagder/curl/issues/147 Reported-by: Michel Promonet Patched-by: Michel Promonet
-
Daniel Stenberg authored
OpenSSL handling was a little broken.
-
Daniel Stenberg authored
SSLeay was the name of the library that was subsequently turned into OpenSSL many moons ago (1999). curl does not work with the old SSLeay library since years. This is now reflected by only using USE_OPENSSL in code that depends on OpenSSL.
-
Sergei Nikulov authored
Acked-by: Brad King
-
- Mar 04, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... which otherwise made the script skip the _LAST define for some symbols. Reported-by: Jeroen Ooms Bug: http://curl.haxx.se/mail/lib-2015-03/0052.html
-
Daniel Stenberg authored
Reported-by: Jon Seymour
-
- Mar 03, 2015
-
-
Daniel Stenberg authored
No need to use _MPRINTF_REPLACE internally.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Sergei Nikulov authored
Bug: https://github.com/bagder/curl/pull/144
-
Daniel Stenberg authored
... and as a consequence, introduce curl_printf.h with that re-define magic instead and make all libcurl code use that instead.
-
Daniel Stenberg authored
-
- Mar 02, 2015
-
-
Daniel Stenberg authored
-
Viktor Szakats authored
And UTF8-fix a few names
-
Daniel Stenberg authored
Reported-by: Jonathan Cardoso
-
Daniel Stenberg authored
Reporte-by: Steve Havelka
-
Jay Satiro authored
-
Jay Satiro authored
-
- Mar 01, 2015
-
-
Daniel Stenberg authored
-
- Feb 28, 2015
-
-
Steve Holme authored
-
Kamil Dudka authored
... to avoid a build failure when configured with --enable-debug
-
- Feb 27, 2015
-
-
Tatsuhiro Tsujikawa authored
Previously, we just ignored error code passed to on_stream_close_callback and just return 0 (success) after stream closure even if stream was reset with error. This patch records error code in on_stream_close_callback, and return -1 and use CURLE_HTTP2 error code on abnormal stream closure.
-
Steve Holme authored
As the 'error' and 'mute' options are now part of the GlobalConfig, rather than per Operation, updated the warnf() function to use this structure rather than the OperationConfig.
-
- Feb 26, 2015
-
-
Steve Holme authored
Removed the DataExecutionPrevention directive from the project files for Visual Studio 2008 and above. The XML value in the VC9 project files was set to "0" (Default) whilst the VC10+ project files contained an empty XML element.
-
Steve Holme authored
Visual Studio 2008 introduced support for the address space layout randomization (ASLR) feature of Windows Vista. However, upgrading the VC8 project files to VC9 and above disabled this feature. Removed the RandomizedBaseAddress directive to enabled the default setting (/DYNAMICBASE). Note: This doesn't appear to have any negative impact when compiled and ran on Windows XP.
-
Steve Holme authored
-
- Feb 25, 2015
-
-
Daniel Stenberg authored
Pointed-out-by: Tatsuhiro Tsujikawa Bug: http://curl.haxx.se/bug/view.cgi?id=1487
-
Kamil Dudka authored
... in order to make test1135 succeed
-
Daniel Stenberg authored
-