summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setopt: add TLS 1.3 ciphersuitesbagder/tls13-ciphersuitesDaniel Stenberg2018-05-2919-11/+260
* cmake: fixed comments in compile checks codeSergei Nikulov2018-05-291-3/+3
* INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/libDaniel Stenberg2018-05-291-3/+2
* KNOWN_BUGS: restore text regarding #2101.Will Dietz2018-05-291-0/+3
* fnmatch: insist on escaped bracket to matchDaniel Stenberg2018-05-282-6/+15
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-2814-29/+254
* configure: fix ssh2 linking when built with a static mbedtlsFabrice Fontaine2018-05-281-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-05-281-3/+34
* cmake: check for getpwuid_rBernhard Walle2018-05-282-0/+4
* cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing optionsDaniel Stenberg2018-05-281-0/+6
* curl.1: Fix cmdline-opts reference errors.Frank Gevaerts2018-05-283-3/+3
* docs: fix cmdline-opts metadata headers case consistency.Frank Gevaerts2018-05-2812-14/+14
* mailmap: Max SavenkovDaniel Stenberg2018-05-281-0/+1
* Fix the test for fsetxattr and strerror_r tests in CMake to work without comp...maxed2018-05-282-17/+17
* mailmap: a Richard Alcock fixupDaniel Stenberg2018-05-271-0/+1
* schannel: add failf calls for client certificate failuresralcock2018-05-271-0/+4
* winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDISTrichardthe3rd2018-05-271-1/+1
* winbuild: only delete OUTFILE if it existsrichardthe3rd2018-05-271-1/+3
* content_encoding: handle zlib versions too old for Z_BLOCKAlejandro R. SedeƱo2018-05-251-0/+6
* multi: provide a socket to wait for in Curl_protocol_getsockDaniel Stenberg2018-05-241-1/+5
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-248-5/+124
* TODO: CURLINFO_PAUSE_STATEDaniel Stenberg2018-05-241-0/+6
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-245-24/+3
* configure: add basic test of --with-ssl prefixDaniel Stenberg2018-05-231-1/+3
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-226-14/+262
* tftp: make sure error is zero terminated before printfing itDaniel Stenberg2018-05-221-1/+4
* configure: add missing m4/ax_compile_check_sizeof.m4Daniel Stenberg2018-05-221-0/+115
* schannel: make CAinfo parsing resilient to CR/LFJohannes Schindelin2018-05-221-2/+6
* CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bitDaniel Stenberg2018-05-221-6/+14
* RELEASE-NOTES: syncedDaniel Stenberg2018-05-221-4/+24
* KNOWN_BUGS: mention the -O with %-encoded file namesDaniel Stenberg2018-05-211-2/+9
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-2125-64/+77
* curl: added --styled-outputDaniel Stenberg2018-05-217-5/+19
* curl: show headers in boldDaniel Stenberg2018-05-2122-55/+81
* configure: compile-time SIZEOF checksDaniel Stenberg2018-05-211-8/+8
* configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg2018-05-212-3/+4
* docs: clarify CURLOPT_HTTPGET somewhatDaniel Stenberg2018-05-213-9/+14
* curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg2018-05-183-7/+3
* checksrc: fix too long lineDaniel Stenberg2018-05-181-1/+1
* docs: mention HAproxy protocol "version 1"Aleks2018-05-186-10/+10
* examples/progressfunc: make it build on older libcurlsDaniel Stenberg2018-05-181-10/+29
* stub_gssapi: fix numerous 'unused parameter' warningsDaniel Stenberg2018-05-181-2/+50
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-1723-56/+585
* openssl: acknowledge --tls-max for default version tooDaniel Stenberg2018-05-171-2/+1
* bump: start working on the pending 7.61.0Daniel Stenberg2018-05-172-231/+13
* tests/libtest/Makefile: Do not unconditionally add gcc-specific flagsDagobert Michelsen2018-05-161-1/+1
* schannel_verify: fix build for non-schannelDaniel Stenberg2018-05-161-2/+1
* rand: fix typoJay Satiro2018-05-161-1/+1
* schannel: disable manual verify if APIs not availableJay Satiro2018-05-163-4/+37
* schannel: disable client cert option if APIs not availableArchangel_SDY2018-05-161-0/+15