summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fnmatch: insist on escaped bracket to matchbagder/fnmatch-escaped-bracketsDaniel Stenberg2018-05-282-6/+15
* 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
* RELEASE-NOTES: 7.60.0 releasecurl-7_60_0Daniel Stenberg2018-05-151-14/+35
* THANKS: added people from the curl 7.60.0 releaseDaniel Stenberg2018-05-151-1/+37
* docs/libcurl/index.html: removedDaniel Stenberg2018-05-152-73/+2
* http2: remove unused variablesteini20002018-05-141-4/+0
* http2: use easy handle of stream for loggingsteini20002018-05-141-2/+2
* gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg2018-05-142-2/+12