| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Closes #6308
|
|
|
|
| |
Closes #6285
|
|
|
|
|
|
| |
... for better readability
Closes #6286
|
|
|
|
| |
for 7.74.0
|
|
|
|
|
| |
We always use the patch number these days: all releases are
"major.minor.patch"
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Once a vulnerability has been published, the hackerone issue should be
disclosed. For tranparency.
Closes #6275
|
|
|
|
|
| |
Reported-by: emanruse on github
Fixes #6273
|
|
|
|
| |
Closes #6263
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
... to avoid the use of 'void *' for the protocol specific structs done
per transfer.
Closes #6238
|
|
|
|
| |
Closes #6235
|
|
|
|
| |
Closes #5839
|
|
|
|
|
| |
Closes #6132
Closes #6133
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #6214
|
|
|
|
| |
Closes #6178
|
|
|
|
| |
Closes #6173
|
|
|
|
| |
Closes #6169
|
|
|
|
| |
Closes #6167
|
|
|
|
| |
Closes #6166
|
|
|
|
| |
Closes #6165
|
|
|
|
| |
Closes #6219
|
|
|
|
| |
Closes #6205
|
|
|
|
|
|
| |
Proposed-by: Jeroen Ooms
Ref: #6186
Closes #6188
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
It is deprecated and unnecessary since it already sets CURLOPT_UPLOAD.
Reported-by: Jeroen Ooms
Fixes #6186
Closes #6187
|
|
|
|
| |
This hasn't been the case for a while now, remove.
|
|
|
|
| |
Add more details, remove references to ancient curl version.
|
|
|
|
|
|
|
|
|
| |
- remove a few ancient questions
- add configure with static libs question
- updated wording in several places
- lowercased curl
Closes #6177
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Closes #6171
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
|
|
|
|
| |
Follow-up from 4d2f8006777
|
| |
|
|
|
|
| |
Closes #6172
|
|
|
|
|
| |
Reported-by: bobmitchell1956 on github
Closes #5284
|
|
|
|
|
| |
Reported-by: Jay Satiro
Closes #5983
|
|
|
|
|
| |
Reported-by: nosajsnikta on github
Closes #5874
|
|
|
|
|
|
|
|
| |
- read/write callback options
- man pages for the 4 new setopts
- test 1915 verifies the callbacks
Closes #5896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
follow-up from 1144886f38fd0
|
|
|
|
|
| |
Ref: #6144
Closes #6148
|
|
|
|
|
|
|
|
| |
Explain the basic concepts behind curl output.
Inspired by #6124
Closes #6134
|
|
|
|
|
|
| |
Reported-by: Rui LIU
Closes https://github.com/curl/curl/issues/6131
|
|
|
|
| |
Follow-up to 15ae039 from earlier today.
|
|
|
|
|
| |
Closes #6127
Fixes #6124
|
|
|
|
|
|
|
|
| |
Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported.
alt-svc support in curl is no longer considered experimental
Closes #5868
|
|
|
|
|
|
|
| |
... and simplify the code accordingly. libssh2 version 1.0 was released
in April 2009.
Closes #6116
|