Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-25 | configure: accept --with-libidn2 instead | Daniel Stenberg | |
... which the help text already implied since we switched to libidn2 from libidn in commit 9c91ec778104ae3b back in October 2016. Reported-by: Christian Weisgerber Bug: https://curl.haxx.se/mail/lib-2016-12/0110.html | |||
2016-12-24 | test1282: verify the ftp-gss check | Daniel Stenberg | |
2016-12-24 | ftp-gss: check for init before use | Daniel Stenberg | |
To avoid dereferencing a NULL pointer. Reported-by: Daniel Romero | |||
2016-12-24 | build-wolfssl: Sync config with wolfSSL 3.10 | Jay Satiro | |
wolfSSL configure script relevant changes from 3.9 to 3.10: - DES3 no longer enabled by default - Shamir no longer enabled by default - Extended master secret enabled by default - RSA and ECC timing protections enabled by default For backwards compatibility I enabled DES3 and ECC shamir config options (ie no change from 3.9), and the other changes are included. | |||
2016-12-24 | cyassl: use time_t instead of long for timeout | Jay Satiro | |
2016-12-23 | bump: toward next release | Daniel Stenberg | |
2016-12-23 | http: remove "Curl_http_done: called premature" message | Daniel Stenberg | |
... it only confuses people. | |||
2016-12-23 | openssl-random: check return code when asking for random | Daniel Stenberg | |
and fail appropriately if it returns error | |||
2016-12-23 | gnutls-random: check return code for failed random | Daniel Stenberg | |
2016-12-22 | RELEASE-NOTES: curl 7.52.1 | Daniel Stenberg | |
2016-12-22 | lib557.c: use a shorter MAXIMIZE representation | Daniel Stenberg | |
Since several compilers had problems with the previous one Reported-by: Ray Satiro Bug: https://curl.haxx.se/mail/lib-2016-12/0098.html | |||
2016-12-21 | runtests: remove the valgrind parser | Daniel Stenberg | |
Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore. | |||
2016-12-21 | randit: store the value in the buffer | Kamil Dudka | |
2016-12-21 | tests/Makefile: run checksrc on debug builds | Daniel Stenberg | |
... just like we already do in src/ and lib/ | |||
2016-12-21 | lib557: move the "enable LONGLINE" to allow more long lines | Daniel Stenberg | |
This file is riddled with them... | |||
2016-12-21 | bump: toward next release | Daniel Stenberg | |
2016-12-21 | lib: fix MSVC compiler warnings | Marcel Raad | |
Visual C++ complained: warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data warning C4701: potentially uninitialized local variable 'path' used | |||
2016-12-20 | THANKS: 13 new contributors from 7.52.0 | Daniel Stenberg | |
2016-12-20 | RELEASE-NOTES: 7.52.0 | Daniel Stenberg | |
2016-12-20 | ssh: inhibit coverity warning with (void) | Daniel Stenberg | |
CID 1397391 (#1 of 1): Unchecked return value (CHECKED_RETURN) | |||
2016-12-19 | Curl_recv_has_postponed_data: silence compiler warnings | Daniel Stenberg | |
Follow-up to d00f2a8f2 | |||
2016-12-19 | tests: checksrc compliance | Jay Satiro | |
2016-12-19 | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro | |
- Check for pending data before waiting on the socket. Bug: https://github.com/curl/curl/issues/1156 Reported-by: Adam Langley | |||
2016-12-19 | cmdline-opts/tlsv1.d: rephrased | Daniel Stenberg | |
2016-12-19 | schannel: fix wildcard cert name validation on Win CE | Dan McNulty | |
Fixes a few issues in manual wildcard cert name validation in schannel support code for Win32 CE: - when comparing the wildcard name to the hostname, the wildcard character was removed from the cert name and the hostname was checked to see if it ended with the modified cert name. This allowed cert names like *.com to match the connection hostname. This violates recommendations from RFC 6125. - when the wildcard name in the certificate is longer than the connection hostname, a buffer overread of the connection hostname buffer would occur during the comparison of the certificate name and the connection hostname. | |||
2016-12-19 | printf: fix floating point buffer overflow issues | Daniel Stenberg | |
... and add a bunch of floating point printf tests | |||
2016-12-18 | config-amigaos.h: (embarrassed) made the line shorter | Daniel Stenberg | |
2016-12-18 | config-amigaos.h: fix bug report email reference | Daniel Stenberg | |
2016-12-18 | RELEASE-NOTES: synced with 4517158abfeba | Daniel Stenberg | |
2016-12-18 | CIPHERS.md: backtick the names to show underscores fine | Daniel Stenberg | |
2016-12-18 | form-string.d: fix format mistake | Daniel Stenberg | |
and regenerated curl.1 Reported-by: Gisle Vanem | |||
2016-12-18 | openssl: simplify expression in Curl_ossl_version | Michael Kaufmann | |
2016-12-18 | curl_easy_recv: Improve documentation and example program | Michael Kaufmann | |
Follow-up to 82245ea: Fix the example program sendrecv.c (handle CURLE_AGAIN, handle incomplete send). Improve the documentation for curl_easy_recv() and curl_easy_send(). Reviewed-by: Frank Meier Assisted-by: Jay Satiro See https://github.com/curl/curl/pull/1134 | |||
2016-12-18 | Curl_getconnectinfo: avoid checking if the connection is closed | Isaac Boukris | |
It doesn't benefit us much as the connection could get closed at any time, and also by checking we lose the ability to determine if the socket was closed by reading zero bytes. Reported-by: Michael Kaufmann Closes https://github.com/curl/curl/pull/1134 | |||
2016-12-18 | CIPHERS.md: attempt to document TLS cipher names | Daniel Stenberg | |
As the official docs seems really hard to keep track of and link to over time | |||
2016-12-18 | curl.1: generated after 6cce4dbf830 | Daniel Stenberg | |
2016-12-18 | cmdline-opts/post30X.d: fix the RFC references | Daniel Stenberg | |
2016-12-17 | curl.1: regenerated | Daniel Stenberg | |
Fixed trailing whitespace and numerous formatting glitches | |||
2016-12-17 | cmdline-opts: formatting fixes | Daniel Stenberg | |
2016-12-17 | curl_easy_setopt.3: removed CURLOPT_SOCKS_PROXYTYPE | Daniel Stenberg | |
2016-12-17 | tool_getparam.c: make comments use the up-to-date option names | Daniel Stenberg | |
2016-12-17 | manpage-scan.pl: allow deprecated options to get removed from curl.1 | Daniel Stenberg | |
--krb4, --ftp-ssl and --ftp-ssl-reqd no longer need to be documented in the man page | |||
2016-12-17 | cmdline-opts/gen.pl: trim off trailing spaces | Daniel Stenberg | |
2016-12-17 | cmdline-opts/proxy-tlsuser.d: remove trailing .d | Daniel Stenberg | |
2016-12-17 | curl_easy_setopt.3: CURLOPT_PRE_PROXY instead of CURLOPT_SOCKS_PROXY | Daniel Stenberg | |
2016-12-17 | symbols: removed two, added one | Daniel Stenberg | |
2016-12-17 | cmdline-opts: include the man page split up files in the dist | Daniel Stenberg | |
2016-12-16 | curl.1: generated with gen.pl | Daniel Stenberg | |
This is the first time we replace the manually edited curt.1 with the generated one created by gen.pl and the individual option documentation pages. Do not edit this file, edit the individual pages and regenerate this output. This file will be generated by the build system soon and then removed from git. | |||
2016-12-16 | cmdline-opts: added some missing info | Daniel Stenberg | |
2016-12-16 | CURLINFO_SSL_VERIFYRESULT.3: language | Daniel Stenberg | |