summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* CURLINFO_PROTOCOL.3: mention the existing defined namesDaniel Stenberg2018-04-271-3/+12
* examples/http2-upload: expand buffer to avoid silly warningDaniel Stenberg2018-04-241-2/+2
* examples/sftpuploadresume: typecast fseek argument to longDaniel Stenberg2018-04-241-1/+1
* curl_global_sslset: always provide available backendsChristian Schmitz2018-04-231-1/+4
* curl.1: clarify that options and URLs can be mixedDaniel Stenberg2018-04-231-4/+4
* CURLOPT_SSLCERT.3: improve WinSSL-specific usage infoArchangel_SDY2018-04-232-2/+21
* tool_help: clarify --max-time unit of time is secondsJay Satiro2018-04-211-1/+1
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-183-12/+10
* docs: fix typosJakub Wilk2018-04-1754-75/+75
* schannel: add client certificate authenticationArchangel_SDY2018-04-171-0/+3
* checksrc: Fix typoDaniel Gustafsson2018-04-151-1/+1
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-153-5/+1
* examples/sftpuploadresmue: Fix Windows large file seekJay Satiro2018-04-071-1/+5
* RELEASE-NOTES: syncedDaniel Stenberg2018-04-061-0/+1
* docs: fix CURLINFO_*_T examples use of CURL_FORMAT_CURL_OFF_TJay Satiro2018-03-316-6/+6
* TODO: connection cache sharing is now supporteDaniel Stenberg2018-03-271-2/+1
* gitignore: ignore more generated filesDaniel Stenberg2018-03-241-4/+12
* CURLINFO_SSL_VERIFYRESULT.3: fix the example, add some textDaniel Stenberg2018-03-211-3/+5
* TODO: expand ~/ in config filesDaniel Stenberg2018-03-211-0/+8
* cookie.d: mention that "-" as filename means stdinDaniel Stenberg2018-03-201-1/+2
* CURLINFO_COOKIELIST.3: made the example not leak memoryDaniel Stenberg2018-03-201-4/+5
* examples/hiperfifo: checksrc complianceJay Satiro2018-03-201-9/+13
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-174-0/+73
* add_handle/easy_perform: clear errorbuffer on start if setDaniel Stenberg2018-03-171-5/+7
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-175-0/+72
* curl_version_info.3: fix ssl_version descriptionDaniel Stenberg2018-03-171-3/+4
* examples/hiperfifo.c: improvedPhilip Prindeville2018-03-161-64/+76
* cleanup: misc typos in strings and commentsluz.paz2018-03-164-4/+4
* user-agent.d:: mention --proxy-header as wellDaniel Stenberg2018-03-151-2/+2
* SECURITY-PROCESS: mention how we write/add advisoriesDaniel Stenberg2018-03-141-3/+26
* release: 7.59.0curl-7_59_0Daniel Stenberg2018-03-131-1/+7
* CURLOPT_COOKIEFILE.3: "-" as file name means stdinDaniel Stenberg2018-03-131-2/+3
* FAQ: fix a broken URL [ci skip]Viktor Szakats2018-03-121-1/+1
* credits: Viktor prefers without accentDaniel Stenberg2018-03-121-1/+1
* BUGS: updated link to security processDaniel Stenberg2018-03-121-1/+1
* docs/SECURITY.md -> docs/SECURITY-PROCESS.mdDaniel Stenberg2018-03-112-2/+2
* SECURITY.md: call it the security processDaniel Stenberg2018-03-111-4/+4
* SECURITY: distros' max embargo time is 14 days nowDaniel Stenberg2018-03-091-1/+1
* THANKS + mailmap: remove duplicates, fixup full namesDaniel Stenberg2018-03-051-1/+0
* RELEASE-NOTES/THANKS: synced with cc1d4c505Daniel Stenberg2018-03-041-0/+15
* curl.1: mention how to add numerical IP addresses in NO_PROXYDaniel Stenberg2018-03-041-3/+6
* CURLOPT_NOPROXY.3: mention how to list numerical IPv6 addressesDaniel Stenberg2018-03-041-1/+6
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-041-1/+4
* docs/MANUAL: formfind.pl is not accessible on the site anymoreDaniel Stenberg2018-02-261-2/+1
* spelling fixesViktor Szakats2018-02-237-8/+8
* TODO: remove "sha-256 digest", added in 2b5b37cb9109e7c2Daniel Stenberg2018-02-231-10/+0
* curl_share_setopt.3: connection cache is shared within multi handlesDaniel Stenberg2018-02-231-3/+6
* form.d: rephrased somewhat, added two example command linesDaniel Stenberg2018-02-221-16/+26
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-215-0/+154
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-214-8/+8