645948df | 27-May-2018 |
Bernhard Walle |
cmake: check for getpwuid_r The autotools-based build system does it, so we do it also in CMake. Bug: #2609 Signed-off-by: Bernhard Walle <bernhard@bwalle.de> |
06a72880 | 28-May-2018 |
Daniel Stenberg |
cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing options |
7c189c66 | 28-May-2018 |
Frank Gevaerts |
curl.1: Fix cmdline-opts reference errors. --data, --form, and --ntlm were declared to be mutually exclusive with non-existing options. --data and --form referred to --upload (which is
curl.1: Fix cmdline-opts reference errors. --data, --form, and --ntlm were declared to be mutually exclusive with non-existing options. --data and --form referred to --upload (which is short for --upload-file and therefore did work, so this one was merely a bit confusing), --ntlm referred to --negotiated instead of --negotiate. Closes #2612
show more ...
|
c78dd2e1 | 28-May-2018 |
Frank Gevaerts |
docs: fix cmdline-opts metadata headers case consistency. Almost all headers start with an uppercase letter, but some didn't. |
3af865cd | 28-May-2018 |
Daniel Stenberg |
mailmap: Max Savenkov |
7e93637a | 31-Mar-2018 |
maxed |
Fix the test for fsetxattr and strerror_r tests in CMake to work without compiling |
aa18b573 | 27-May-2018 |
Daniel Stenberg |
mailmap: a Richard Alcock fixup |
45eefbd0 | 24-May-2018 |
ralcock |
schannel: add failf calls for client certificate failures Closes #2604 |
75c51e05 | 24-May-2018 |
richardthe3rd |
winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDIST Change requirement from $(DISTDIR) to $(DIRDIST) closes #2603 |
8ff75558 | 24-May-2018 |
richardthe3rd |
winbuild: only delete OUTFILE if it exists This removes the slightly annoying "Could not file LIBCURL_OBJS.inc" and "Could not find CURL_OBJS.inc.inc" message when building into a clean
winbuild: only delete OUTFILE if it exists This removes the slightly annoying "Could not file LIBCURL_OBJS.inc" and "Could not find CURL_OBJS.inc.inc" message when building into a clean folder. closes #2602
show more ...
|
d0f1d6c8 | 25-May-2018 |
Alejandro R. Sedeño |
content_encoding: handle zlib versions too old for Z_BLOCK Fallback on Z_SYNC_FLUSH when Z_BLOCK is not available. Fixes #2606 Closes #2608 |
3e0dee06 | 23-May-2018 |
Daniel Stenberg |
multi: provide a socket to wait for in Curl_protocol_getsock ... even when there's no protocol specific handler setup. Bug: https://curl.haxx.se/mail/lib-2018-05/0062.html Repor
multi: provide a socket to wait for in Curl_protocol_getsock ... even when there's no protocol specific handler setup. Bug: https://curl.haxx.se/mail/lib-2018-05/0062.html Reported-by: Sean Miller Closes #2600
show more ...
|
239a7061 | 22-May-2018 |
Linus Lewandowski |
httpauth: add support for Bearer tokens Closes #2102 |
49fe65cc | 24-May-2018 |
Daniel Stenberg |
TODO: CURLINFO_PAUSE_STATE Closes #2588 |
2c0225e0 | 23-May-2018 |
Sergei Nikulov |
cmake: set -d postfix for debug builds if not specified using -DCMAKE_DEBUG_POSTFIX explicitly fixes #2121, obsoletes #2384 |
d353af00 | 23-May-2018 |
Daniel Stenberg |
configure: add basic test of --with-ssl prefix When given a prefix, the $PREFIX_OPENSSL/lib/openssl.pc or $PREFIX_OPENSSL/include/openssl/ssl.h files must be present or cause an erro
configure: add basic test of --with-ssl prefix When given a prefix, the $PREFIX_OPENSSL/lib/openssl.pc or $PREFIX_OPENSSL/include/openssl/ssl.h files must be present or cause an error. Helps users detect when giving configure the wrong path. Reported-by: Oleg Pudeyev Assisted-by: Per Malmberg Fixes #2580
show more ...
|
09d16af4 | 22-May-2018 |
Patrick Monnerat |
http resume: skip body if http code 416 (range error) is ignored. This avoids appending error data to already existing good data. Test 92 is updated to match this change. New te
http resume: skip body if http code 416 (range error) is ignored. This avoids appending error data to already existing good data. Test 92 is updated to match this change. New test 1156 checks all combinations of --range/--resume, --fail, Content-Range header and http status code 200/416. Fixes #1163 Reported-By: Ithubg on github Closes #2578
show more ...
|
2e65a920 | 22-May-2018 |
Daniel Stenberg |
tftp: make sure error is zero terminated before printfing it |
679fa59e | 22-May-2018 |
Daniel Stenberg |
configure: add missing m4/ax_compile_check_sizeof.m4 follow-up to mistake in 6876ccf90b4 |
aa0f41a5 | 21-May-2018 |
Johannes Schindelin |
schannel: make CAinfo parsing resilient to CR/LF OpenSSL has supported --cacert for ages, always accepting LF-only line endings ("Unix line endings") as well as CR/LF line endings ("Wind
schannel: make CAinfo parsing resilient to CR/LF OpenSSL has supported --cacert for ages, always accepting LF-only line endings ("Unix line endings") as well as CR/LF line endings ("Windows line endings"). When we introduced support for --cacert also with Secure Channel (or in cURL speak: "WinSSL"), we did not take care to support CR/LF line endings, too, even if we are much more likely to receive input in that form when using Windows. Let's fix that. Happily, CryptQueryObject(), the function we use to parse the ca-bundle, accepts CR/LF input already, and the trailing LF before the END CERTIFICATE marker catches naturally any CR/LF line ending, too. So all we need to care about is the BEGIN CERTIFICATE marker. We do not actually need to verify here that the line ending is CR/LF. Just checking for a CR or an LF is really plenty enough. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Closes https://github.com/curl/curl/pull/2592
show more ...
|
2ceab094 | 22-May-2018 |
Daniel Stenberg |
CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bit |
3ba334f6 | 21-May-2018 |
Daniel Stenberg |
RELEASE-NOTES: synced |
6b35e4c9 | 21-May-2018 |
Daniel Stenberg |
KNOWN_BUGS: mention the -O with %-encoded file names Closes #2573 |
cb529b71 | 11-May-2018 |
Daniel Stenberg |
checksrc: make sure sizeof() is used *with* parentheses ... and unify the source code to adhere. Closes #2563 |
f3d836b7 | 17-May-2018 |
Daniel Stenberg |
curl: added --styled-output It is enabled by default, so --no-styled-output will switch off the detection/use of bold headers. Closes #2538 |