mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:03:36 +03:00
parent
a0ea955f80
commit
9fa0cf9c53
2 changed files with 33 additions and 4 deletions
8
.github/scripts/spellcheck.words
vendored
8
.github/scripts/spellcheck.words
vendored
|
|
@ -137,6 +137,7 @@ CPUs
|
||||||
CR
|
CR
|
||||||
CRL
|
CRL
|
||||||
CRLF
|
CRLF
|
||||||
|
crontab
|
||||||
crt
|
crt
|
||||||
crypto
|
crypto
|
||||||
cryptographic
|
cryptographic
|
||||||
|
|
@ -451,6 +452,7 @@ libz
|
||||||
libzstd
|
libzstd
|
||||||
LineageOS
|
LineageOS
|
||||||
linux
|
linux
|
||||||
|
lldb
|
||||||
ln
|
ln
|
||||||
localhost
|
localhost
|
||||||
LOGDIR
|
LOGDIR
|
||||||
|
|
@ -829,6 +831,7 @@ TCP
|
||||||
tcpdump
|
tcpdump
|
||||||
Tekniska
|
Tekniska
|
||||||
testability
|
testability
|
||||||
|
testcurl
|
||||||
TFTP
|
TFTP
|
||||||
tftp
|
tftp
|
||||||
threadsafe
|
threadsafe
|
||||||
|
|
@ -847,6 +850,7 @@ TPF
|
||||||
TrackMemory
|
TrackMemory
|
||||||
transcode
|
transcode
|
||||||
Tru
|
Tru
|
||||||
|
trurl
|
||||||
trustless
|
trustless
|
||||||
Tse
|
Tse
|
||||||
Tsujikawa
|
Tsujikawa
|
||||||
|
|
@ -923,6 +927,7 @@ Warta
|
||||||
watchOS
|
watchOS
|
||||||
WAV
|
WAV
|
||||||
WB
|
WB
|
||||||
|
wcurl
|
||||||
web page
|
web page
|
||||||
WebDAV
|
WebDAV
|
||||||
WebOS
|
WebOS
|
||||||
|
|
@ -962,6 +967,3 @@ zsh
|
||||||
zstd
|
zstd
|
||||||
Zuul
|
Zuul
|
||||||
zuul
|
zuul
|
||||||
crontab
|
|
||||||
testcurl
|
|
||||||
lldb
|
|
||||||
|
|
|
||||||
|
|
@ -426,7 +426,7 @@ April: added the cyassl backend (later renamed to wolfSSL)
|
||||||
2022
|
2022
|
||||||
----
|
----
|
||||||
|
|
||||||
March: added --json, removed mesalink support
|
March: added --json, removed mesalink support
|
||||||
|
|
||||||
Public curl releases: 206
|
Public curl releases: 206
|
||||||
Command line options: 245
|
Command line options: 245
|
||||||
|
|
@ -437,7 +437,34 @@ April: added the cyassl backend (later renamed to wolfSSL)
|
||||||
The curl.se website serves 16,500 GB/month over 462M requests, the
|
The curl.se website serves 16,500 GB/month over 462M requests, the
|
||||||
official docker image has been pulled 4,098,015,431 times.
|
official docker image has been pulled 4,098,015,431 times.
|
||||||
|
|
||||||
|
October: initial WebSocket support
|
||||||
|
|
||||||
2023
|
2023
|
||||||
----
|
----
|
||||||
|
|
||||||
|
March: remove support for curl_off_t < 8 bytes
|
||||||
|
|
||||||
|
March 31: we started working on a new command line tool for URL parsing and
|
||||||
|
manipulations: trurl.
|
||||||
|
|
||||||
|
May: added support for HTTP/2 over HTTPS proxy. Refuse to resolve .onion.
|
||||||
|
|
||||||
August: Dropped support for the NSS library
|
August: Dropped support for the NSS library
|
||||||
|
|
||||||
|
September: added "variable" support in the command line tool. Dropped support
|
||||||
|
for the gskit TLS library.
|
||||||
|
|
||||||
|
October: added support for IPFS via HTTP gateway
|
||||||
|
|
||||||
|
December: HTTP/3 support with ngtcp2 is no longer experimental
|
||||||
|
|
||||||
|
2024
|
||||||
|
----
|
||||||
|
|
||||||
|
January: switched to "curldown" for all documentation
|
||||||
|
|
||||||
|
April 24: the curl container has been pulled more than six billion times
|
||||||
|
|
||||||
|
May: experimental support for ECH
|
||||||
|
|
||||||
|
August 9: we adopted the wcurl tool into the curl organization
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue