summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-01-13gnurl adjustments (paths)nikita
2021-01-13Merge tag 'curl-7_74_0'nikita
7.74.0
2020-12-09RELEASE-NOTES: syncedcurl-7_74_0Daniel Stenberg
for 7.74.0
2020-12-07VERSIONS: refreshedDaniel Stenberg
We always use the patch number these days: all releases are "major.minor.patch"
2020-12-07ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg
The command line tool also independently sets --ftp-skip-pasv-ip by default. Ten test cases updated to adapt the modified --libcurl output. Bug: https://curl.se/docs/CVE-2020-8284.html CVE-2020-8284 Reported-by: Varnavas Papaioannou
2020-12-03SECURITY-PROCESS: disclose on hackeroneDaniel Stenberg
Once a vulnerability has been published, the hackerone issue should be disclosed. For tranparency. Closes #6275
2020-12-03docs: fix typos and markup in ETag manpage sectionsDaniel Gustafsson
Reported-by: emanruse on github Fixes #6273
2020-12-01NEW-PROTOCOL: document what needs to be done to add oneDaniel Stenberg
Closes #6263
2020-11-24docs/INTERNALS: remove reference to Curl_sendf()Daniel Stenberg
The function has been removed from common usage. Also removed comment in gopher.c that still referenced it. Reported-by: Rikard Falkeborn Fixes #6242 Closes #6243
2020-11-23examples: update .gitignoreRikard Falkeborn
Add files that are generated by 'make examples' and remove some that have been renamed. The commits that renamed the programs are e9625c5bc6c046a (imap.c and simplesmtp.c were renamed to imap-fetch.c and smtp-send.c) and ad39e7ec01e7 (pop3slist.c and pop3s.c were renamed to pop3-list.c and pop3-ssl.c). Closes #6240
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
... to avoid the use of 'void *' for the protocol specific structs done per transfer. Closes #6238
2020-11-22http3: use the master branch of GnuTLS for testingDaiki Ueno
Closes #6235
2020-11-22KNOWN_BUGS: curl with wolfSSL lacks support for renegotiationDaniel Stenberg
Closes #5839
2020-11-22KNOWN_BUGS: wakeup socket disconnect causes havocDaniel Stenberg
Closes #6132 Closes #6133
2020-11-19cmake: make CURL_ZLIB a tri-state variableCristian Morales Vega
By differentiating between ON and AUTO it can make a missing zlib library a hard error when CURL_ZLIB=ON is used. Reviewed-by: Jakub Zakrzewski Closes #6221 Fixes #6173
2020-11-18KNOWN_BUGS: cmake: libspsl is not supportedDaniel Stenberg
Closes #6214
2020-11-18KNOWN_BUGS: cmake autodetects cert paths when cross-compilingDaniel Stenberg
Closes #6178
2020-11-18KNOWN_BUGS: cmake build doesn't fail if zlib not foundDaniel Stenberg
Closes #6173
2020-11-18KNOWN_BUGS: cmake libcurl.pc uses absolute library pathsDaniel Stenberg
Closes #6169
2020-11-18KNOWN_BUGS: cmake: generated .pc file contains strange entriesDaniel Stenberg
Closes #6167
2020-11-18KNOWN_BUGS: cmake uses -lpthread instead of Threads::ThreadsDaniel Stenberg
Closes #6166
2020-11-18KNOWN_BUGS: cmake build in Linux links libcurl to libdlDaniel Stenberg
Closes #6165
2020-11-18KNOWN_BUGS: make a new section for cmake topicsDaniel Stenberg
Closes #6219
2020-11-13CURLOPT_HSTS.3: document the file formatDaniel Stenberg
Closes #6205
2020-11-13httpput-postfields.c: new example doing PUT with POSTFIELDSDaniel Stenberg
Proposed-by: Jeroen Ooms Ref: #6186 Closes #6188
2020-11-09docs: document the 8MB input string limitDaniel Stenberg
for curl_easy_escape and curl_easy_setopt() The limit is there to catch mistakes and abuse. It is meant to be large enough to allow virtually all "fine" use cases. Reported-by: Marc Schlatter Fixes #6190 Closes #6191
2020-11-09THANKS-filter: ignore autobuild linksDaniel Stenberg
2020-11-09examples/httpput: remove use of CURLOPT_PUTDaniel Stenberg
It is deprecated and unnecessary since it already sets CURLOPT_UPLOAD. Reported-by: Jeroen Ooms Fixes #6186 Closes #6187
2020-11-06FAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?"Daniel Stenberg
This hasn't been the case for a while now, remove.
2020-11-06FAQ: refresh "Why do I get "certificate verify failed"Daniel Stenberg
Add more details, remove references to ancient curl version.
2020-11-05FAQ: refreshedDaniel Stenberg
- remove a few ancient questions - add configure with static libs question - updated wording in several places - lowercased curl Closes #6177
2020-11-05examples: fix comment syntaxDaniel Gustafsson
Commit ac0a88fd2 accidentally added a stray character outside of the comment which broke compilation. Fix by removing. Reported-by: autobuild https://curl.se/dev/log.cgi?id=20201105084306-12742
2020-11-05docs: Fix various typos in documentationDaniel Gustafsson
Closes #6171 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2020-11-05copyright: fix year rangesDaniel Stenberg
Follow-up from 4d2f8006777
2020-11-04HISTORY: the new domainDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
Closes #6172
2020-11-04KNOWN_BUGS: FTPS with Schannel times out file list operationDaniel Stenberg
Reported-by: bobmitchell1956 on github Closes #5284
2020-11-04KNOWN_BUGS: SMB tests fail with Python 2Daniel Stenberg
Reported-by: Jay Satiro Closes #5983
2020-11-04KNOWN_BUGS: LDAPS with NSS is slowDaniel Stenberg
Reported-by: nosajsnikta on github Closes #5874
2020-11-03hsts: add read/write callbacksDaniel Stenberg
- read/write callback options - man pages for the 4 new setopts - test 1915 verifies the callbacks Closes #5896
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
- enable in the build (configure) - header parsing - host name lookup - unit tests for the above - CI build - CURL_VERSION_HSTS bit - curl_version_info support - curl -V output - curl-config --features - CURLOPT_HSTS_CTRL - man page for CURLOPT_HSTS_CTRL - curl --hsts (sets CURLOPT_HSTS_CTRL and works with --libcurl) - man page for --hsts - save cache to disk - load cache from disk - CURLOPT_HSTS - man page for CURLOPT_HSTS - added docs/HSTS.md - fixed --version docs - adjusted curl_easy_duphandle Closes #5896
2020-11-02header.d: fix syntax mistakeDaniel Stenberg
follow-up from 1144886f38fd0
2020-10-31header.d: mention the "Transfer-Encoding: chunked" handlingDaniel Stenberg
Ref: #6144 Closes #6148
2020-10-29curl.1: add an "OUTPUT" section at the top of the manpageDaniel Stenberg
Explain the basic concepts behind curl output. Inspired by #6124 Closes #6134
2020-10-26CURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typoJay Satiro
Reported-by: Rui LIU Closes https://github.com/curl/curl/issues/6131
2020-10-26range.d: fix typoJay Satiro
Follow-up to 15ae039 from earlier today.
2020-10-26range.d: clarify that curl will not parse multipart responsesJosé Joaquín Atria
Closes #6127 Fixes #6124
2020-10-25alt-svc: enable by defaultDaniel Stenberg
Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868
2020-10-22libssh2: require version 1.0 or laterDaniel Stenberg
... and simplify the code accordingly. libssh2 version 1.0 was released in April 2009. Closes #6116
2020-10-21KNOWN_BUGS: mention the individual cmake issuesDaniel Stenberg
... to make them easier to refer to and address separately and one-by-one.