]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2024-06-12  Andy Pantcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt
2024-06-12  Daniel StenbergTODO: make it "Add missing features to TLS backends"
2024-06-11  Orgad Shanehcurl: support VLAN Priority: --vlan-priority
2024-06-11  RainRatmisc: fix typos
2024-06-11  Daniel StenbergCURLOPT_ECH.md: remove repeated 'if'
2024-06-11  Daniel Stenbergvms: fixed language in comment
2024-06-11  Stefan Eissinglib: xfer_setup and non-blocking shutdown
2024-06-11  Daniel Stenbergtest1486: verify that write-out.md and tool_writeout...
2024-06-11  Viktor SzakatsGHA: add cmake MSYS2 native job
2024-06-11  Daniel Stenbergopenssl: shortcut store_expired for negative timeouts
2024-06-11  Daniel StenbergRELEASE-NOTES: synced
2024-06-11  Daniel Stenbergcurl: support -w '%{num_retries}
2024-06-11  Guilherme Puidapytest: include testenv/vsftpd.py in dist tarball
2024-06-10  Viktor SzakatsDISTROS: add MSYS2 (native) links
2024-06-10  Daniel Stenbergtool_writeout: get certinfo only when needing it
2024-06-10  Daniel Stenbergtool_writeout: bsearch the variable name
2024-06-10  Stefan Eissingmulti: prepare multi_wait() for future shutdown usage
2024-06-10  Stefan Eissingconnection: shutdown TLS (for FTP) better
2024-06-07  Daniel StenbergCURLOPT_CONNECTTIMEOUT*: clarify, document the milliseo...
2024-06-07  Daniel Stenbergcmdline-opts: tidy up --ip-tos and --mptcp
2024-06-07  Daniel StenbergRELEASE-NOTES: synced
2024-06-07  Dorian Crapscurl: (on linux) add MPTCP support
2024-06-07  Orgad Shanehcurl: support IP Type of Service / Traffic Class: ...
2024-06-07  Andy Pansocketpair: provide `Curl_socketpair` only when `!CURL_...
2024-06-06  Daniel Stenbergnoproxy: test bad ipv6 net size first
2024-06-05  Daniel Stenbergmanagen: warn on excessively long help texts
2024-06-05  Viktor Szakatslib: tidy up types and casts
2024-06-05  Daniel Stenbergcmdline-opts/ech.md: shorten the help text
2024-06-05  Daniel Stenbergcmdline-opts/_PROTOCOLS.md: mention WS(S)
2024-06-05  Viktor SzakatsGHA: disable TFTP and WebSockets tests in old-mingw-w64
2024-06-05  Daniel Stenbergcmdline-opts/fail.md: expand and clarify
2024-06-05  Daniel Stenbergdoh-insecure.md: expand
2024-06-05  Daniel Stenbergcmdline: expand proxy option explanations
2024-06-05  Daniel Stenbergcmdline-opts: expand the parallel explanations
2024-06-05  Daniel StenbergRELEASE-NOTES: synced
2024-06-05  Stefan Eissingvtls: new io_need flags for poll handling
2024-06-05  Daniel Stenbergcfilters: make Curl_conn_connect always assign 'done'
2024-06-05  Daniel StenbergCURLOPT_INTERFACE.md: quote the less-than and larger...
2024-06-05  Daniel Stenbergcmdline-opts/interface.md: expand the documentation
2024-06-05  Daniel Stenbergurl: allow DoH transfers to override max connection...
2024-06-04  Viktor Szakatswindows: fix UWP builds, add GHA job
2024-06-04  Orgad Shanehsocket: support binding to interface *AND* IP
2024-06-04  Andy Pansocketpair: add `eventfd` and use `SOCK_NONBLOCK` for...
2024-06-04  renovate[bot]ci: update github/codeql-action digest to 2e230e8
2024-06-04  Jay Satiroexamples/threaded-ssl: remove locking callback code
2024-06-04  Viktor Szakatstests: delete redundant `!MSDOS` guard
2024-06-04  Viktor Szakatslib: fix thread entry point to return `DWORD` on WinCE
2024-06-04  Andy Pansocket: use SOCK_NONBLOCK to eliminate extra system...
2024-06-04  Viktor SzakatsGHA: show cmake error log in Windows and non-native...
2024-06-04  Viktor SzakatsGHA: switch a Windows job to UCRT (gcc)
2024-06-04  Viktor Szakatscurl-config: revert to backticks to support old target...
2024-06-04  Stefan Eissingmbedtls: v3.6.0 workarounds
2024-06-04  Stefan Eissinggnutls: support CA caching
2024-06-04  Dan Fandrichtests: don't log buffer length in throwing away message
2024-06-04  Dan Fandrichtests: log "Throwing away" messages before throwing...
2024-06-04  Dan FandrichCI: reduce memory request for FreeBSD builds
2024-06-03  Andy Pantcpkeepalive: support setting TCP keep-alive parameters...
2024-06-03  Daniel StenbergKNOWN_BUGS: quiche: QUIC connection is draining
2024-06-03  Daniel StenbergKNOWN_BUGS: aws-sigv4 has problems with particular...
2024-06-03  Daniel StenbergKNOWN_BUGS: aws-sigv4 does not handle multipart/form...
2024-06-03  Daniel StenbergRELEASE-NOTES: synced
2024-06-02  Viktor SzakatsGHA: fix old mingw-w64 32-bit job
2024-06-02  Daniel Stenbergtool_cb_hdr: return error for failed header writes
2024-06-02  Viktor SzakatsGHA: bump all build jobs to nproc+1
2024-06-02  Viktor SzakatsGHA: disable MQTT and WebSocket tests in Windows jobs
2024-06-02  Viktor Szakatslib/v*: tidy up types and casts
2024-06-02  Viktor SzakatsGHA: fix caching old mingw-w64 toolchains in the Window...
2024-06-02  renovate[bot]ci: pin actions/github-script action to 60a0d83
2024-06-02  Bo Andersonx509asn1: add some common ECDSA OIDs
2024-06-02  renovate[bot]ci: update rojopolis/spellcheck-github-actions digest...
2024-06-02  Bo Andersonx509asn1: fallback to dotted OID representation
2024-06-02  Lee Lirequest.md: language fix
2024-06-02  MonkeybreadSoftwarevtls: deprioritize Secure Transport
2024-06-01  Daniel Stenbergurlapi: add CURLU_NO_GUESS_SCHEME
2024-06-01  Daniel Stenbergwolfssl: support CA caching
2024-06-01  Andy Pansocket: change TCP keepalive from ms to seconds on...
2024-06-01  Daniel Stenbergcurlver.h: aiming for 8.9.0
2024-06-01  Daniel Stenbergnoproxy: patterns need to be comma separated
2024-06-01  Jan Venekampsectransp: remove large cipher table
2024-06-01  Tatsuhiro TsujikawaGHA: unify http3 workflows into one
2024-06-01  Stephen FarrellopenSSL: fix hostname handling when using ECH
2024-06-01  renovate[bot]ci: update github/codeql-action digest to f079b84
2024-06-01  Daniel StenbergRELEASE-NOTES: synced
2024-05-31  Daniel Stenbergcurl_multi_poll.md: expand the example with an custom...
2024-05-31  Christian HeuselDISTROS: add a link to the list archive
2024-05-31  Matt Jollyautoconf: remove 'deeper' checks for `AC_CHECK_FUNCS`
2024-05-30  Jay Satirocf-socket: improve SO_SNDBUF update for Winsock
2024-05-30  Viktor Szakatstidy-up: use consistent casing for Windows directories
2024-05-30  Viktor SzakatsGHA: use ubuntu-latest with OmniOS job
2024-05-30  Ayesh KarunaratneGHA: adjust parallel job counts
2024-05-30  pszlazakget.d: clarify the explanation
2024-05-30  Daniel Stenbergcurl_url_set.md: libcurl only parses :// URLs
2024-05-30  Stefan Eissingmulti: fix multi_wait() timeout handling
2024-05-29  Viktor Szakatslib: prefer `var = time(NULL)` over `time(&var)`
2024-05-29  Stefan Eissingwinsock: move SO_SNDBUF update into cf-socket
2024-05-29  Jan Venekampsectransp: use common code for cipher suite lookup
2024-05-29  Matthias Gattoaws-sigv4: url encode the canonical path
2024-05-29  Daniel Stenbergcd2nroff: use an empty "##" to signal end of .IP sequence
2024-05-28  vvb2060openssl: fix %-specifier in infof() call
2024-05-28  Daniel Stenbergcurl: make warnings and other messages aware of termina...
next