- Jul 02, 2015
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jul 01, 2015
-
-
Travis Burtrum authored
-
Daniel Stenberg authored
-
John Malmberg authored
setup-vms.h: Symbol case fixups submitted by Michael Steve build_gnv_curl_pcsi_desc.com: VSI aka as VMS Software, is now the supplier of new versions of VMS. The install kit needs to accept VSI as a producer.
-
- Jun 30, 2015
-
-
Jay Satiro authored
This change necessary for binary compatibility. Prior to this change test 1135 failed due to the order of functions.
-
Jay Satiro authored
Prior to this change test 1119 failed due to the missing symbols.
-
- Jun 29, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
For security reasons, until there is a fix. Bug: http://curl.haxx.se/mail/lib-2015-06/0143.html Reported-by: Gustavo Grieco, Feist Josselin
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Just to underscore how we treat each other in this project. Nothing new really, but could be useful for newcomers and outsiders to see our values.
-
- Jun 25, 2015
-
-
Daniel Stenberg authored
Flush the header stream when -D is used so that they are sent off earlier. Bug: https://github.com/bagder/curl/issues/324 Reported-by: Cédric Connes
-
Roger Leigh authored
-
- Jun 24, 2015
-
-
Daniel Stenberg authored
Reported-by: bemoody Bug: https://github.com/bagder/curl/issues/325
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Since we do prefix match using given header by application code against header name pair in format "NAME:VALUE", and VALUE part can contain ":", we have to careful about existence of ":" in header parameter. ":" should be allowed to match HTTP/2 pseudo-header field, and other use of ":" in header must be treated as error, and curl_pushheader_byname should return NULL. This commit implements this behaviour.
-
Tatsuhiro Tsujikawa authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Following the fix made in 903b6e05.
-
Daniel Stenberg authored
... to properly support that options are set to the handle after it is added to the multi handle. Bug: http://curl.haxx.se/mail/lib-2015-06/0122.html Reported-by: Stefan Bühler
-
- Jun 21, 2015
-
-
Lior Kaplan authored
-
- Jun 20, 2015
-
-
Jay Satiro authored
Advise that WinSSL in versions <= XP will not be able to connect to servers that no longer support the legacy handshakes and algorithms used by those versions, and to use an alternate backend like OpenSSL instead. Bug: https://github.com/bagder/curl/issues/253 Reported-by: zenden2k <zenden2k@gmail.com>
-
- Jun 19, 2015
-
-
Kamil Dudka authored
... in commit curl-7_43_0-18-g570076e
-
Daniel Stenberg authored
-
- Jun 18, 2015
-
-
Jay Satiro authored
In 3013bb6b I had changed cookie export to ignore any-domain cookies, however the logic I used to do so was incorrect, and would lead to a busy loop in the case of exporting a cookie list that contained any-domain cookies. The result of that is worse though, because in that case the other cookies would not be written resulting in an empty file once the application is terminated to stop the busy loop.
-
Dan Fandrich authored
-
Daniel Stenberg authored
libcurl can still be built with it, even if the tool is not. Maintain independence!
-
Daniel Stenberg authored
-
Viktor Szakats authored
It is similar to existing CURL_CFLAG_EXTRAS, but for extra linker option.
-
Daniel Stenberg authored
Coverity CID 1306668
-