aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-05-31KNOWN_BUGS: CURL_GLOBAL_SSLDaniel Stenberg
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-31libcurl-security.3: improved layout for two rememdy listsDaniel Stenberg
2018-05-31libcurl-security.3: refer to URL instead of in-source markdown fileDaniel Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-29INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/libDaniel Stenberg
2018-05-29KNOWN_BUGS: restore text regarding #2101.Will Dietz
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
2018-05-28cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing optionsDaniel Stenberg
2018-05-28curl.1: Fix cmdline-opts reference errors.Frank Gevaerts
2018-05-28docs: fix cmdline-opts metadata headers case consistency.Frank Gevaerts
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-24TODO: CURLINFO_PAUSE_STATEDaniel Stenberg
2018-05-22CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bitDaniel Stenberg
2018-05-21KNOWN_BUGS: mention the -O with %-encoded file namesDaniel Stenberg
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-21curl: added --styled-outputDaniel Stenberg
2018-05-21docs: clarify CURLOPT_HTTPGET somewhatDaniel Stenberg
2018-05-18curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg
2018-05-18docs: mention HAproxy protocol "version 1"Aleks
2018-05-18examples/progressfunc: make it build on older libcurlsDaniel Stenberg
2018-05-17getinfo: add microsecond precise timers for various intervalsPhilip Prindeville
2018-05-15THANKS: added people from the curl 7.60.0 releaseDaniel Stenberg
2018-05-15docs/libcurl/index.html: removedDaniel Stenberg
2018-05-14CODE_STYLE: mention return w/o parens, but sizeof withDaniel Stenberg
2018-05-14examples: Fix format specifiersRikard Falkeborn
2018-05-05URLs: fix one more http urlDaniel Gustafsson
2018-05-03docs: remove extraneous commas in man pagesDenis Ollier
2018-05-03Revert "TODO: remove configure --disable-pthreads"Daniel Stenberg
2018-05-02TODO: remove configure --disable-pthreadsDaniel Stenberg
2018-04-30CURLOPT_URL.3: add ENCODING section [ci skip]Daniel Stenberg
2018-04-30KNOWN_BUGS: Client cert with Issuer DN differs between backendsDaniel Stenberg
2018-04-30KNOWN_BUGS: Passive transfer tries only one IP addressDaniel Stenberg
2018-04-30KNOWN_BUGS: --upload-file . hang if delay in STDINDaniel Stenberg
2018-04-30KNOWN_BUGS: Connection information when using TCP Fast OpenDaniel Stenberg
2018-04-30TODO: Support the clienthello extensionDaniel Stenberg
2018-04-30TODO: CLOEXECDaniel Stenberg
2018-04-27CURLINFO_PROTOCOL.3: mention the existing defined namesDaniel Stenberg
2018-04-24examples/http2-upload: expand buffer to avoid silly warningDaniel Stenberg
2018-04-24examples/sftpuploadresume: typecast fseek argument to longDaniel Stenberg
2018-04-23curl_global_sslset: always provide available backendsChristian Schmitz
2018-04-23curl.1: clarify that options and URLs can be mixedDaniel Stenberg
2018-04-23CURLOPT_SSLCERT.3: improve WinSSL-specific usage infoArchangel_SDY
2018-04-21tool_help: clarify --max-time unit of time is secondsJay Satiro
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-17docs: fix typosJakub Wilk
2018-04-17schannel: add client certificate authenticationArchangel_SDY
2018-04-15checksrc: Fix typoDaniel Gustafsson
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-04-07examples/sftpuploadresmue: Fix Windows large file seekJay Satiro