- Jun 01, 2017
-
-
Marcel Raad authored
Otherwise, they are removed in the final configure file. Also changed sed to "$SED" like in most other calls in this file.
-
Marcel Raad authored
"clang -dumpversion" always returns "4.2.1", the GCC version that clang was initially compatible to. Use "clang -v" instead, which returns the actual clang version. Fixes https://github.com/curl/curl/issues/1522 Closes https://github.com/curl/curl/pull/1523
-
- May 31, 2017
-
-
Daniel Stenberg authored
... since closesocket is a function in WinSock. Reported-by: Marcel Raad Bug: https://github.com/curl/curl/commit/55fcb8485914700132fd1854c9509b66c955efbe#co mmitcomment-22347818
-
Marcel Raad authored
Use CURLMcode for variable 'res' and cast to int where necessary instead of the other way around. Other tests do the same. This fixes the following clang warning: lib583.c:68:15: warning: cast from function call of type 'CURLMcode' to non-matching type 'int' [-Wbad-function-cast]
-
Daniel Stenberg authored
Reported-by: Gisle Vanem
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Marcel Raad authored
clang 2.9+ supports -Wshift-sign-overflow, which warns about undefined behavior on signed left shifts when shifting by too many places. Ref: https://github.com/curl/curl/issues/1516 Closes https://github.com/curl/curl/pull/1517
-
Daniel Stenberg authored
-
Jay Satiro authored
wolfSSL configure script relevant changes from 3.10 to 3.11: - Async threading support added; disabled by default without async crypto, which continues to be disabled by default. wolfSSL configure script relevant changes from 3.11 to 3.11.1 (beta): - TLS 1.3 beta support added; disabled by default. For experimenting I put in a comment block the defines needed to enable TLS 1.3 support (ie the equivalent of --enable-tls13).
-
- May 30, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Fixes #1208
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... with a strlen() if no size was set, and do this in the pretransfer function so that the info is set early. Otherwise, the default strlen() done on the POSTFIELDS data never sets state.infilesize. Reported-by: Vincas Razma Bug: #1294
-
- May 29, 2017
-
-
Jay Satiro authored
- Test curl_msnprintf negative int width arg using INT_MIN instead of 1 << 31 which is undefined behavior. Closes https://github.com/curl/curl/issues/1516
-
Jay Satiro authored
vtls/mbedtls.c:804:69: warning: declaration of 'entropy' shadows a global declaration [-Wshadow] CURLcode Curl_mbedtls_random(struct Curl_easy *data, unsigned char *entropy, ^~~~~~~
-
Daniel Stenberg authored
-
- May 28, 2017
-
-
Dan Fandrich authored
-
Dan Fandrich authored
This hasn't been used in over a decade. <precheck> can still be used to run commands before the main test.
-
- May 27, 2017
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- May 25, 2017
-
-
Daniel Stenberg authored
-
Phil Crump authored
Closes #1509
-
Daniel Stenberg authored
follow-up to f31760e6 Reported-by: Michael Kaufmann Bug: https://github.com/curl/curl/pull/1495#issuecomment-303982793
-
- May 24, 2017
-
-
Michael Kaufmann authored
Fix bugs and compiler warnings on systems with 32-bit long and 64-bit time_t. Reviewed-by: Daniel Stenberg Closes #1499
-
Marcel Raad authored
This is contained in -Wextra with GCC 7.
-
Anatol Belski authored
Closes #1321
-
- May 23, 2017
-
-
Sergei Nikulov authored
-
Daniel Stenberg authored
Test 1261 added to verify. Reported-by: Lloyd Fournier Fixes #1489 Closes #1497
-
Sergei Nikulov authored
-
Sergei Nikulov authored
* LDAP: using ldap_bind_s on Windows with methods(BASIC/DIGEST/NTLM/AUTONEG) * ldap: updated per build options handling * ldap: fixed logic for auth selection
-
Akhil Kedia authored
Fixed a syntax error with setting cache variables (The type and docstring were missing), resulting in build errors. Quoted the CURL_CA_PATH and CURL_CA_BUNDLE otherwise the path was written without quotes in C code, resulting in build errors. Closes #1503 Signed-off-by: Akhil <akhil.kedia@samsung.com>
-
Daniel Stenberg authored
follow-up to 4cdb1be8
-
- May 22, 2017
-
-
Kamil Dudka authored
.... caused by a typo in the last commit (fixing issue #1504): memdebug.c: In function ‘curl_fclose’: memdebug.c:444:3: error: implicit declaration of function ‘DEBUGDEBUGASSERT’ [-Werror=implicit-function-declaration]
-
Daniel Stenberg authored
... as it does extra checks to actually work. Reported-by: jonrumsey at github Fixes #1504
-