Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-12 | RELEASE-NOTES: synced with 186e46d88dd | Daniel Stenberg | |
2015-03-12 | openssl: use colons properly in the ciphers list | Daniel Stenberg | |
While the previous string worked, this is the documented format. Reported-by: Richard Moore | |||
2015-03-12 | openssl: sort the ciphers on strength | Daniel Stenberg | |
This makes curl pick better (stronger) ciphers by default. The strongest available ciphers are fine according to the HTTP/2 spec so an OpenSSL built curl is no longer rejected by string HTTP/2 servers. Bug: http://curl.haxx.se/bug/view.cgi?id=1487 | |||
2015-03-12 | test203[0-3]: Expect the Host header to be the first header | Fabian Keil | |
Required for the tests to work after a5d994941c2b. | |||
2015-03-12 | openssl: show the cipher selection to use | Daniel Stenberg | |
2015-03-12 | http: always send Host: header as first header | Daniel Stenberg | |
...after the method line: "Since the Host field-value is critical information for handling a request, a user agent SHOULD generate Host as the first header field following the request-line." / RFC 7230 section 5.4 Additionally, this will also make libcurl ignore multiple specified custom Host: headers and only use the first one. Test 1121 has been updated accordingly Bug: http://curl.haxx.se/bug/view.cgi?id=1491 Reported-by: Rainer Canavan | |||
2015-03-11 | mk-ca-bundle bugfix: Don't report SHA1 numbers with "-q". | Alexander Pepper | |
Also unified printing to STDERR by creating the helper method "report". | |||
2015-03-11 | proxy: re-use proxy connections (regression) | Daniel Stenberg | |
When checking for a connection to re-use, a proxy-using request must check for and use a proxy connection and not one based on the host name! Added test 1421 to verify Bug: http://curl.haxx.se/bug/view.cgi?id=1492 | |||
2015-03-10 | memanalyze.pl: handle free(NULL) | Jay Satiro | |
2015-03-10 | .travis.yml: Change CI make test to make test-full | Jay Satiro | |
- Change the continuous integration script to use 'make test-full' instead of just 'make test' so that the diagnostic log output is printed to stdout when a test fails. - Change the continuous integration script to use './configure --enable-debug' instead of just './configure' so that the memory analyzer will work during testing. Prior to this change Travis used its default C test script: ./configure && make && make test | |||
2015-03-10 | gtls: correctly align certificate status verification messages | Alessandro Ghedini | |
2015-03-10 | gtls: don't print double newline after certificate dates | Alessandro Ghedini | |
2015-03-10 | gtls: print negotiated TLS version and full cipher suite name | Alessandro Ghedini | |
Instead of priting cipher and MAC algorithms names separately, print the whole cipher suite string which also includes the key exchange algorithm, along with the negotiated TLS version. | |||
2015-03-10 | gtls: fix compiler warnings | Daniel Stenberg | |
2015-03-10 | gtls: add support for CURLOPT_CAPATH | Alessandro Ghedini | |
2015-03-09 | MacOSX-Framework: use @rpath instead of @executable_path | stopiccot | |
Bug: https://github.com/bagder/curl/pull/157 | |||
2015-03-09 | RELEASE-NOTES: synced with c19349951 | Daniel Stenberg | |
2015-03-07 | multi: fix *getsock() with CONNECT | Daniel Stenberg | |
The code used some happy eyeballs logic even _after_ CONNECT has been sent to a proxy, while the happy eyeball phase is already (should be) over by then. This is solved by splitting the multi state into two separate states introducing the new SENDPROTOCONNECT state. Bug: http://curl.haxx.se/mail/lib-2015-01/0170.html Reported-by: Peter Laser | |||
2015-03-07 | conncontrol: only log changes to the connection bit | Daniel Stenberg | |
2015-03-07 | http2: use CURL_HTTP_VERSION_* symbols instead of NPN_* | Daniel Stenberg | |
Since they already exist and will make comparing easier | |||
2015-03-07 | http2: make the info-message about receiving HTTP2 headers debug-only | Daniel Stenberg | |
2015-03-07 | urldata: remove unused asked_for_h2 field | Alessandro Ghedini | |
2015-03-07 | polarssl: make it possible to enable ALPN/NPN without HTTP2 | Alessandro Ghedini | |
2015-03-07 | nss: make it possible to enable ALPN/NPN without HTTP2 | Alessandro Ghedini | |
2015-03-07 | gtls: make it possible to enable ALPN/NPN without HTTP2 | Alessandro Ghedini | |
2015-03-07 | openssl: make it possible to enable ALPN/NPN without HTTP2 | Alessandro Ghedini | |
2015-03-06 | metalink: add some error checks | Daniel Stenberg | |
malloc() and strdup() calls without checking return codes. Reported-by: Markus Elfring Bug: https://github.com/bagder/curl/issues/150 | |||
2015-03-06 | curl_easy_setopt.3: added CURLOPT_SSL_VERIFYSTATUS | Daniel Stenberg | |
Reported-by: Jonathan Cardoso | |||
2015-03-06 | urldata: fix gnutls build | Daniel Stenberg | |
2015-03-05 | openssl: Removed use of USE_SSLEAY from the Visual Studio project files | Steve Holme | |
In addition to commit 709cf76f6b, removed the USE_SSLEAY preprocessor variable from the Visual Studio project files as it isn't required anymore. | |||
2015-03-05 | multi: fix memory-leak on timeout (regression) | Daniel Stenberg | |
Since 1342a96ecfe0d44, 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 | |||
2015-03-05 | configure: follow-up fix from 709cf76f6 | Daniel Stenberg | |
OpenSSL handling was a little broken. | |||
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg | |
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. | |||
2015-03-05 | cmake: handle build definitions CURLDEBUG/DEBUGBUILD | Sergei Nikulov | |
Acked-by: Brad King | |||
2015-03-04 | FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request? | Daniel Stenberg | |
2015-03-04 | symbols.pl: handle '-' in the deprecated field | Daniel Stenberg | |
... 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 | |||
2015-03-04 | curl.1: fix "The the" typo | Daniel Stenberg | |
Reported-by: Jon Seymour | |||
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg | |
No need to use _MPRINTF_REPLACE internally. | |||
2015-03-03 | tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACE | Daniel Stenberg | |
2015-03-03 | tool_writeenv: remove _MPRINTF_REPLACE define, it wasn't used | Daniel Stenberg | |
2015-03-03 | libtest: fixed linker errors on msvc | Sergei Nikulov | |
Bug: https://github.com/bagder/curl/pull/144 | |||
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | |
... and as a consequence, introduce curl_printf.h with that re-define magic instead and make all libcurl code use that instead. | |||
2015-03-03 | tool_getpass: remove unused curl/mprintf.h include | Daniel Stenberg | |
2015-03-03 | CONTRIBUTING.md: file for advice on github | Daniel Stenberg | |
2015-03-02 | BINDINGS: add link to Harbour bindings | Viktor Szakáts | |
And UTF8-fix a few names | |||
2015-03-02 | CURLOPT_HEADERFUNCTION.3: typo in error code name | Daniel Stenberg | |
Reported-by: Jonathan Cardoso | |||
2015-03-02 | BINDINGS: tclcurl moved | Daniel Stenberg | |
Reporte-by: Steve Havelka | |||
2015-03-02 | opts: Fix pipelining examples | Jay Satiro | |
2015-03-02 | curl_multi_setopt.3: Link to CURLMOPT_MAXCONNECTS | Jay Satiro | |
2015-03-01 | CONTRIBUTE: the new more github-friendly attitude! | Daniel Stenberg | |