summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* runtests.pl: removed <precommand> featureDan Fandrich2017-05-281-15/+0
| | | | | This hasn't been used in over a decade. <precheck> can still be used to run commands before the main test.
* opts: more examples added in option man pagesDaniel Stenberg2017-05-2713-48/+190
|
* runtests.pl: removed unused arguments to valgrindparseDan Fandrich2017-05-272-4/+2
|
* TODO: 6.4 is done, send telnet data in chunksDaniel Stenberg2017-05-251-6/+0
|
* docs/CURLOPT_SSLVERSION.3: Correct define name in examplePhil Crump2017-05-251-1/+1
| | | | Closes #1509
* ssh: fix 'left' may be used uninitializedDaniel Stenberg2017-05-251-1/+1
| | | | | | | follow-up to f31760e63b4e Reported-by: Michael Kaufmann Bug: https://github.com/curl/curl/pull/1495#issuecomment-303982793
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-2413-86/+36
| | | | | | | | | Fix bugs and compiler warnings on systems with 32-bit long and 64-bit time_t. Reviewed-by: Daniel Stenberg Closes #1499
* examples: fix Wimplicit-fallthrough warningsMarcel Raad2017-05-245-0/+5
| | | | This is contained in -Wextra with GCC 7.
* winbuild: fix the nghttp2 buildAnatol Belski2017-05-242-16/+28
| | | | Closes #1321
* LDAP: documentation update per #878 changes (#1506)Sergei Nikulov2017-05-242-1/+19
|
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-235-38/+94
| | | | | | | | | Test 1261 added to verify. Reported-by: Lloyd Fournier Fixes #1489 Closes #1497
* LDAP: fixed checksrc issueSergei Nikulov2017-05-241-2/+2
|
* LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov2017-05-231-16/+85
| | | | | | | | * 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
* cmake: fix build on Ubuntu 14.04Akhil Kedia2017-05-232-4/+4
| | | | | | | | | | | 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>
* url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg2017-05-231-10/+11
| | | | follow-up to 4cdb1be8246c
* memdebug: fix compilation failureKamil Dudka2017-05-221-1/+1
| | | | | | | | .... 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]
* assert: avoid, use DEBUGASSERT instead!Daniel Stenberg2017-05-224-18/+12
| | | | | | | ... as it does extra checks to actually work. Reported-by: jonrumsey at github Fixes #1504
* cmake: remove unused variables: GNUTLS_ENABLED, NSS_ENABLEDSimon Warta2017-05-211-3/+2
|
* cmake: remove CURL_CA_BUNDLE from cmake TODOSimon Warta2017-05-211-2/+0
|
* cmake: auto detection of CURL_CA_BUNDLE/CURL_CA_PATHSimon Warta2017-05-211-10/+53
| | | | Closes #1461
* cmake: add CURL_CA_BUNDLE/CURL_CA_FALLBACK/CURL_CA_PATH optionsSimon Warta2017-05-211-0/+29
|
* cmake: Add CURL_CA_FALLBACK to curl_config.h.cmakeSimon Warta2017-05-211-0/+3
| | | | This is for symmetry with the autoconf generated curl_config.h.in
* RELEASE-NOTES: synced with 052a14e3cDaniel Stenberg2017-05-211-4/+20
|
* tests: stabilize test 1034Michael Kaufmann2017-05-201-1/+5
| | | | | | | Pass the invalid domain name on stdin. On some systems, the test framework cannot pass invalid UTF-8 sequences on the command line. Closes #1488
* ssh: ignore timeouts during disconnectDaniel Stenberg2017-05-201-12/+15
| | | | | | | | | | | | ... as otherwise it risks not cleaning up the libssh2 handle properly which leads to memory leak! Assisted-by: Joel Depooter Closes #1495 Closes #1479 Bug: https://curl.haxx.se/mail/lib-2017-04/0024.html
* ghiper.c/hiperfifo.c: add comment about missing timer functionalityDaniel Stenberg2017-05-192-4/+21
| | | | | | | | | It takes someone to read up on the APIs of these libraries to figure out how to do this correctly. Reported-by: Michael Kaufmann Closes #1253
* asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction inputDaniel Stenberg2017-05-192-3/+3
| | | | | | | That means delete the timer. Reported-by: Michael Kaufmann Ref: #1253
* cmdline-opts/write-out.d: s/-L/--locationDaniel Stenberg2017-05-181-2/+3
| | | | | Since the man page generator wants the long option name version to generate the proper output.
* mkhelp.pl: do not add current time into curl binaryBernhard M. Wiedemann2017-05-171-1/+1
| | | | | | | | ... as part of hugehelpgz rodata to make build reproducible. See https://reproducible-builds.org/ for why this is good Closes #1490
* oauth2-bearer.d: mention the <token> argumentDaniel Stenberg2017-05-171-0/+1
|
* darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann2017-05-161-1/+1
| | | | | | if no error was raised by the API but the SecIdentityRef was null Fixes #1450
* curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg2017-05-161-2/+2
| | | | | Reported-by: wyattoday at github Fixes #1487
* docs/cmdline-opts/config.d: edit for languageDaniel Stenberg2017-05-161-7/+8
|
* RELEASE-NOTES: synced with eb16305e6Daniel Stenberg2017-05-151-5/+23
|
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-154-1/+186
| | | | Closes #1400
* man pages: fix example syntax errorsDaniel Stenberg2017-05-153-0/+3
| | | | follow-up to 5ddad099b42b50
* docs/libcurl/opts: added more examples in man pagesDaniel Stenberg2017-05-1514-37/+265
|
* CURLOPT_HTTPPROXYTUNNEL: clarify, add exampleDaniel Stenberg2017-05-151-12/+23
|
* curl: show the libcurl release date in --version outputDaniel Stenberg2017-05-143-5/+11
| | | | | | | | | | | | | | | | | ... and support and additional "security patched" date for those who enhance older versions that way. Pass on the define CURL_PATCHSTAMP with a date for that. Building with non-release headers shows the date as [unreleased]. Also: this changes the date format generated in the curlver.h file to be "YYYY-MM-DD" (no name of the day or month, no time, no time zone) to make it easier on the eye and easier to parse. Example (new) date string: 2017-05-09 Suggested-by: Brian Childs Closes #1474
* url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich2017-05-132-1/+11
| | | | | | Some code (e.g. Curl_fillreadbuffer) assumes that this buffer is not exceedingly tiny and will break if it is. This same check is already done at run time in the CURLOPT_BUFFERSIZE option.
* lib510: don't write past the end of the buffer if it's too smallDan Fandrich2017-05-131-0/+4
|
* tests: added missing keywords "chunked Transfer-Encoding"Dan Fandrich2017-05-1310-2/+11
|
* THANKS: add a few missing namesDaniel Stenberg2017-05-131-0/+10
| | | | ... I found them in the commit logs from the early years
* tests: made a couple of prechecks consistent with othersDan Fandrich2017-05-133-7/+2
| | | | | | | | | | Also removed a TODO suggesting caching the precheck results. Tests showed this would save about 0.1 sec on the total test run time on a relatively modern system, an unnoticeable gain at the cost of longer and more complicated code. There would also be a danger that a cached test result would be inappropriately returned, such as when other test dependencies (like environment variables) are different or when the precheck causes side effects (like filesystem changes).
* FAQ: add 7.4 to tocDaniel Stenberg2017-05-121-14/+15
| | | | | | ... and delete trailing whitespace Fixes #1484
* multi: remove leftover debug infof() calls from e9fd794a6Daniel Stenberg2017-05-121-3/+0
|
* pipeline: fix mistakenly trying to pipeline POSTsDaniel Stenberg2017-05-121-23/+27
| | | | | | | | | | | | | The function IsPipeliningPossible() would return TRUE if either pipelining OR HTTP/2 were possible on a connection, which would lead to it returning TRUE even for POSTs on HTTP/1 connections. It now returns a bitmask so that the caller can differentiate which kind the connection allows. Fixes #1481 Closes #1483 Reported-by: stootill at github
* mbedtls: Support server renegotiation requestRon Eldor2017-05-121-0/+5
| | | | | | Tested with servers: IIS 7.5; OpenSSL 1.0.2. Closes https://github.com/curl/curl/pull/1475
* cookie_interface: fix -Wcomma warningMarcel Raad2017-05-111-1/+2
| | | | | clang 5.0 complains: possible misuse of comma operator here [-Wcomma]
* formdata: fix -Wcomma warningMarcel Raad2017-05-111-1/+1
| | | | | | | clang 5.0 complains: possible misuse of comma operator here [-Wcomma] Change the comma to a semicolon to fix that.