summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: show the long option version of -q in the -h listDaniel Stenberg2016-04-291-1/+1
* curl: remove "--socks" as "--socks5" turned 8Daniel Stenberg2016-04-291-3/+0
* curl.1: document the deprecated --ftp-ssl optionDaniel Stenberg2016-04-291-2/+3
* curl: remove --http-requestDaniel Stenberg2016-04-291-2/+0
* curl: mention --ntlm-wb in -h listDaniel Stenberg2016-04-291-0/+1
* curl: -h output lacked --proxy-headerDaniel Stenberg2016-04-291-1/+2
* curl.1: document --ntlm-wbDaniel Stenberg2016-04-291-0/+4
* curl.1: document the long format of -q: --disableDaniel Stenberg2016-04-291-1/+1
* curl.1: mention the deprecated --krb4 optionDaniel Stenberg2016-04-291-0/+2
* curl.1: document --ftp-ssl-reqdDaniel Stenberg2016-04-291-2/+4
* curl: use --telnet-option as documentedDaniel Stenberg2016-04-291-2/+1
* getparam: remove support for --ftpportDaniel Stenberg2016-04-291-2/+0
* curl: make --disable work as long form of -qDaniel Stenberg2016-04-291-1/+3
* aliases: remove trailing space from capath stringDaniel Stenberg2016-04-291-1/+1
* cmdline parse: only single letter options have single-letter stringsDaniel Stenberg2016-04-291-9/+8
* CURLINFO_TLS_SSL_PTR.3: Clarify SSL pointer availabilityJay Satiro2016-04-281-1/+2
* curl_easy_getinfo.3: remove superfluous blank linesDaniel Stenberg2016-04-281-46/+0
* test1139: verifies libcurl option man page presenceDaniel Stenberg2016-04-283-1/+154
* curl_easy_getinfo.3: added missing mention of CURLINFO_TLS_SESSIONDaniel Stenberg2016-04-281-1/+6
* mbedtls: Fix session resumeJay Satiro2016-04-285-74/+62
* RELEASE-NOTES: synced with f4298fcc6d2Daniel Stenberg2016-04-271-5/+13
* opts: Fix some syntax errors in example code fragmentsMichael Kaufmann2016-04-273-4/+6
* openssl: avoid BN_print a NULL bignumDaniel Stenberg2016-04-261-1/+2
* CONNECT_ONLY: don't close connection on GSS 401/407 reponsesMarcel Raad2016-04-261-2/+4
* CURLINFO_TLS_SESSION.3: clarify TLS library support before 7.48.0Daniel Stenberg2016-04-261-1/+2
* mbedtls.c: silly spellfix of a commentDaniel Stenberg2016-04-261-1/+1
* KNOWN_BUGS: 1.10 Strips trailing dot from host nameDaniel Stenberg2016-04-261-0/+36
* test1322: verify stripping of trailing dot from host nameDaniel Stenberg2016-04-252-2/+59
* multi: accidentally used resolved host name instead of proxyDaniel Stenberg2016-04-251-2/+4
* symbols-in-versions: added new CURLSSLBACKEND_ symbolsDaniel Stenberg2016-04-251-0/+3
* test148: fixed after the --ftp-create-dirs retry changeDaniel Stenberg2016-04-251-0/+1
* curl.h: clarify curl_sslbackend for openssl clones and renamesDaniel Stenberg2016-04-251-0/+5
* url.c: fixed DEBUGASSERT() for WinSock workaroundKarlson2k2016-04-251-1/+3
* KNOWN_BUGS: --interface for ipv6 binds to unusable IP addressDaniel Stenberg2016-04-251-0/+15
* TODO: 1.17 Add support for IRIsDaniel Stenberg2016-04-241-0/+11
* THANKS-filter: Travis BurtrumDaniel Stenberg2016-04-241-0/+1
* lib1517: checksrc complianceDaniel Stenberg2016-04-241-2/+3
* PolarSSL: Implement public key pinningmoparisthebest2016-04-245-7/+89
* os400: upgrade ILE/RPG bindingPatrick Monnerat2016-04-221-0/+6
* curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a stringPatrick Monnerat2016-04-221-1/+1
* contributors.sh: make --releasenotes impliedDaniel Stenberg2016-04-221-12/+4
* RELEASE-NOTES: synced with 3c1e84f5693d8093Daniel Stenberg2016-04-221-5/+19
* curl: make --ftp-create-dirs retry on failureDaniel Stenberg2016-04-221-2/+5
* winbuild: add mbedtls supportHenrik Gaßmann2016-04-213-2/+30
* KNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache variables"Daniel Stenberg2016-04-211-8/+0
* configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic2016-04-212-107/+107
* configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic2016-04-214-40/+40
* configure: ac_cv_func_clock_gettime -> curl_...Irfan Adilovic2016-04-211-9/+9
* configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic2016-04-214-87/+87
* openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg2016-04-211-1/+72