summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* curl_fnmatch: only allow two asterisks for matchingbagder/fnmatch-limit-wildcardDaniel Stenberg2018-05-181-2/+2
* examples/progressfunc: make it build on older libcurlsDaniel Stenberg2018-05-181-10/+29
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-1720-37/+520
* 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
* CODE_STYLE: mention return w/o parens, but sizeof withDaniel Stenberg2018-05-141-38/+46
* examples: Fix format specifiersRikard Falkeborn2018-05-147-20/+20
* URLs: fix one more http urlDaniel Gustafsson2018-05-051-1/+1
* docs: remove extraneous commas in man pagesDenis Ollier2018-05-033-4/+4
* Revert "TODO: remove configure --disable-pthreads"Daniel Stenberg2018-05-031-11/+6
* TODO: remove configure --disable-pthreadsDaniel Stenberg2018-05-021-6/+11
* CURLOPT_URL.3: add ENCODING section [ci skip]Daniel Stenberg2018-04-301-1/+11
* KNOWN_BUGS: Client cert with Issuer DN differs between backendsDaniel Stenberg2018-04-301-0/+8
* KNOWN_BUGS: Passive transfer tries only one IP addressDaniel Stenberg2018-04-301-0/+13
* KNOWN_BUGS: --upload-file . hang if delay in STDINDaniel Stenberg2018-04-301-0/+8
* KNOWN_BUGS: Connection information when using TCP Fast OpenDaniel Stenberg2018-04-301-0/+8
* TODO: Support the clienthello extensionDaniel Stenberg2018-04-301-0/+11
* TODO: CLOEXECDaniel Stenberg2018-04-301-0/+9
* 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