Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KNOWN_BUGS: cmake: libspsl is not supportedbagder/bugs-cmake | Daniel Stenberg | 2020-11-18 | 1 | -0/+5 |
| | | | | Closes #6214 | ||||
* | KNOWN_BUGS: cmake autodetects cert paths when cross-compiling | Daniel Stenberg | 2020-11-18 | 1 | -0/+8 |
| | | | | Closes #6178 | ||||
* | KNOWN_BUGS: cmake build doesn't fail if zlib not found | Daniel Stenberg | 2020-11-18 | 1 | -0/+5 |
| | | | | Closes #6173 | ||||
* | KNOWN_BUGS: cmake libcurl.pc uses absolute library paths | Daniel Stenberg | 2020-11-18 | 1 | -0/+9 |
| | | | | Closes #6169 | ||||
* | KNOWN_BUGS: cmake: generated .pc file contains strange entries | Daniel Stenberg | 2020-11-18 | 1 | -0/+8 |
| | | | | Closes #6167 | ||||
* | KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads | Daniel Stenberg | 2020-11-18 | 1 | -0/+5 |
| | | | | Closes #6166 | ||||
* | KNOWN_BUGS: cmake build in Linux links libcurl to libdl | Daniel Stenberg | 2020-11-18 | 1 | -2/+9 |
| | | | | Closes #6165 | ||||
* | KNOWN_BUGS: make a new section for cmake topics | Daniel Stenberg | 2020-11-18 | 1 | -26/+30 |
| | |||||
* | CURLOPT_HSTS.3: document the file format | Daniel Stenberg | 2020-11-13 | 1 | -0/+15 |
| | | | | Closes #6205 | ||||
* | httpput-postfields.c: new example doing PUT with POSTFIELDS | Daniel Stenberg | 2020-11-13 | 2 | -1/+102 |
| | | | | | | Proposed-by: Jeroen Ooms Ref: #6186 Closes #6188 | ||||
* | docs: document the 8MB input string limit | Daniel Stenberg | 2020-11-09 | 2 | -2/+4 |
| | | | | | | | | | | | 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 | ||||
* | THANKS-filter: ignore autobuild links | Daniel Stenberg | 2020-11-09 | 1 | -0/+1 |
| | |||||
* | examples/httpput: remove use of CURLOPT_PUT | Daniel Stenberg | 2020-11-09 | 1 | -4/+1 |
| | | | | | | | | It is deprecated and unnecessary since it already sets CURLOPT_UPLOAD. Reported-by: Jeroen Ooms Fixes #6186 Closes #6187 | ||||
* | FAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?" | Daniel Stenberg | 2020-11-06 | 1 | -12/+0 |
| | | | | This hasn't been the case for a while now, remove. | ||||
* | FAQ: refresh "Why do I get "certificate verify failed" | Daniel Stenberg | 2020-11-06 | 1 | -21/+26 |
| | | | | Add more details, remove references to ancient curl version. | ||||
* | FAQ: refreshed | Daniel Stenberg | 2020-11-05 | 1 | -95/+48 |
| | | | | | | | | | - remove a few ancient questions - add configure with static libs question - updated wording in several places - lowercased curl Closes #6177 | ||||
* | examples: fix comment syntax | Daniel Gustafsson | 2020-11-05 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | docs: Fix various typos in documentation | Daniel Gustafsson | 2020-11-05 | 5 | -6/+6 |
| | | | | | Closes #6171 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | ||||
* | copyright: fix year ranges | Daniel Stenberg | 2020-11-05 | 139 | -140/+140 |
| | | | | Follow-up from 4d2f8006777 | ||||
* | HISTORY: the new domain | Daniel Stenberg | 2020-11-04 | 1 | -2/+5 |
| | |||||
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 612 | -737/+737 |
| | | | | Closes #6172 | ||||
* | KNOWN_BUGS: FTPS with Schannel times out file list operation | Daniel Stenberg | 2020-11-04 | 1 | -0/+7 |
| | | | | | Reported-by: bobmitchell1956 on github Closes #5284 | ||||
* | KNOWN_BUGS: SMB tests fail with Python 2 | Daniel Stenberg | 2020-11-04 | 1 | -0/+7 |
| | | | | | Reported-by: Jay Satiro Closes #5983 | ||||
* | KNOWN_BUGS: LDAPS with NSS is slow | Daniel Stenberg | 2020-11-04 | 1 | -0/+5 |
| | | | | | Reported-by: nosajsnikta on github Closes #5874 | ||||
* | hsts: add read/write callbacks | Daniel Stenberg | 2020-11-03 | 8 | -0/+314 |
| | | | | | | | | - read/write callback options - man pages for the 4 new setopts - test 1915 verifies the callbacks Closes #5896 | ||||
* | hsts: add support for Strict-Transport-Security | Daniel Stenberg | 2020-11-03 | 13 | -0/+222 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | header.d: fix syntax mistake | Daniel Stenberg | 2020-11-02 | 1 | -1/+1 |
| | | | | follow-up from 1144886f38fd0 | ||||
* | header.d: mention the "Transfer-Encoding: chunked" handling | Daniel Stenberg | 2020-10-31 | 1 | -8/+10 |
| | | | | | Ref: #6144 Closes #6148 | ||||
* | curl.1: add an "OUTPUT" section at the top of the manpage | Daniel Stenberg | 2020-10-29 | 1 | -0/+9 |
| | | | | | | | | Explain the basic concepts behind curl output. Inspired by #6124 Closes #6134 | ||||
* | CURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typo | Jay Satiro | 2020-10-26 | 1 | -1/+1 |
| | | | | | | Reported-by: Rui LIU Closes https://github.com/curl/curl/issues/6131 | ||||
* | range.d: fix typo | Jay Satiro | 2020-10-26 | 1 | -1/+1 |
| | | | | Follow-up to 15ae039 from earlier today. | ||||
* | range.d: clarify that curl will not parse multipart responses | José Joaquín Atria | 2020-10-26 | 1 | -1/+2 |
| | | | | | Closes #6127 Fixes #6124 | ||||
* | alt-svc: enable by default | Daniel Stenberg | 2020-10-25 | 7 | -22/+11 |
| | | | | | | | | Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868 | ||||
* | libssh2: require version 1.0 or later | Daniel Stenberg | 2020-10-22 | 1 | -1/+1 |
| | | | | | | | ... and simplify the code accordingly. libssh2 version 1.0 was released in April 2009. Closes #6116 | ||||
* | KNOWN_BUGS: mention the individual cmake issues | Daniel Stenberg | 2020-10-21 | 1 | -14/+20 |
| | | | | | ... to make them easier to refer to and address separately and one-by-one. | ||||
* | curl_url_set.3: fix typo in the RETURN VALUE section | Daniel Stenberg | 2020-10-18 | 1 | -1/+1 |
| | | | | | Reported-by: Basuke Suzuki Fixes #6102 | ||||
* | CURLOPT_NOBODY.3: fix typo | Daniel Stenberg | 2020-10-16 | 1 | -1/+1 |
| | | | | | Reported-by: Basuke Suzuki Fixes #6097 | ||||
* | CURLOPT_URL.3: clarify SCP/SFTP URLs are for uploads as well | Daniel Stenberg | 2020-10-16 | 1 | -9/+8 |
| | |||||
* | CURLOPT_TCP_NODELAY.3: fix comment in example code | Zenju | 2020-10-16 | 1 | -1/+1 |
| | | | | Closes #6096 | ||||
* | Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3 | Viktor Szakats | 2020-10-16 | 1 | -0/+23 |
| | | | | | Approved-by: Daniel Stenberg Closes #6092 | ||||
* | docs/FEATURE: convert to markdown | Daniel Stenberg | 2020-10-15 | 2 | -84/+100 |
| | | | | | | ... and clean it up a bit. Closes #6067 | ||||
* | THANKS: from 7.73.0 and .mailmap fixes | Daniel Stenberg | 2020-10-14 | 1 | -0/+31 |
| | |||||
* | HISTORY: curl verifies SSL certs by default since version 7.10 | Daniel Stenberg | 2020-10-09 | 1 | -1/+3 |
| | |||||
* | --help: move two options from the misc category | Emil Engler | 2020-10-03 | 2 | -2/+2 |
| | | | | | | | | The cmdline opts delegation and suppress-connect-headers fit better into auth and proxy rather than misc. Follow-up to aa8777f63febc Closes #6038 | ||||
* | docs/opts: fix typos in two manual pages | Samanta Navarro | 2020-10-03 | 2 | -2/+2 |
| | | | | Closes #6039 | ||||
* | TODO: Add OpenBSD libtool notice | Emil Engler | 2020-09-30 | 1 | -0/+10 |
| | | | | | See #5862 Closes #6030 | ||||
* | examples/README: convert to markdown | Daniel Stenberg | 2020-09-30 | 2 | -14/+10 |
| | | | | Closes #6028 | ||||
* | src: Consistently spell whitespace without whitespace | Daniel Gustafsson | 2020-09-30 | 2 | -2/+2 |
| | | | | | | | | | Whitespace is spelled without a space between white and space, so make sure to consistently spell it that way across the codebase. Closes #6023 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Emil Engler <me@emilengler.com> | ||||
* | MANUAL: update examples to resolve without redirects | Daniel Gustafsson | 2020-09-30 | 1 | -8/+8 |
| | | | | | | | | | | | www.netscape.com is redirecting to a cookie consent form on Aol, and cool.haxx.se isn't responding to FTP anymore. Replace with examples that resolves in case users try out the commands when reading the manual. Closes #6024 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Emil Engler <me@emilengler.com> | ||||
* | HISTORY: add some 2020 events | Daniel Stenberg | 2020-09-30 | 1 | -0/+18 |
| |