summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: add basic test of --with-ssl prefixbagder/configure-detect-bad-sslprefixDaniel Stenberg2018-05-231-1/+3
* 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
* http2: use the correct function pointer typedefDaniel Stenberg2018-05-143-22/+18
* CODE_STYLE: mention return w/o parens, but sizeof withDaniel Stenberg2018-05-141-38/+46
* examples: Fix format specifiersRikard Falkeborn2018-05-147-20/+20
* tool: Fix format specifiersRikard Falkeborn2018-05-142-3/+3
* ntlm: Fix format specifiersRikard Falkeborn2018-05-141-3/+3
* tests: Fix format specifiersRikard Falkeborn2018-05-148-13/+13
* lib: Fix format specifiersRikard Falkeborn2018-05-145-8/+8
* contributors.sh: use "on github", not atDaniel Stenberg2018-05-141-1/+2
* http2: getsock fix for uploadsDaniel Stenberg2018-05-141-1/+4
* pingpong: fix response cache memcpy overflowDaniel Stenberg2018-05-141-1/+4
* http: restore buffer pointer when bad response-line is parsedDaniel Stenberg2018-05-141-1/+5
* cookies: do not take cookie name as a parameterPatrick Monnerat2018-05-133-2/+62
* smb: reject negative file sizesDaniel Stenberg2018-05-121-4/+10
* setup_transfer: deal with both sockets being -1Daniel Stenberg2018-05-111-1/+2
* travis: add build using NSSDaniel Stenberg2018-05-101-1/+8
* openssl: change FILE ops to BIO opsSunny Purushe2018-05-101-15/+41
* travis: add a build using WolfSSLDaniel Stenberg2018-05-091-1/+27
* RELEASE-NOTES: typoDaniel Stenberg2018-05-071-1/+1