]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2022-02-17  Daniel Stenbergdocs/INTERNALS.md: clean up, refer to the book
2022-02-17  Marcel Raaddes: fix compile break for OpenSSL without DES
2022-02-17  Daniel StenbergRELEASE-NOTES: synced
2022-02-17  Daniel Stenbergdocs/DEPRECATE: remove NPN support in August 2022
2022-02-17  Daniel Stenbergftp: provide error message for control bytes in path
2022-02-17  Daniel Stenberghttp: fix "unused parameter ‘conn’" warning
2022-02-17  Alejandro R... sha256: Fix minimum OpenSSL version
2022-02-16  Daniel StenbergKNOWN_BUGS: remove "slow connect to localhost on Windows"
2022-02-16  Daniel StenbergKNOWN_BUGS: remove "HTTP/3 download is 5x times slower...
2022-02-16  Daniel StenbergKNOWN_BUGS: remove "HTTP/3 download with quiche halts...
2022-02-16  Daniel StenbergKNOWN_BUGS: remove "pulseUI vpn" as a problem
2022-02-16  Daniel Stenbergurldata: remove conn->bits.user_passwd
2022-02-16  Kevin Adlergskit: Convert to using Curl_poll
2022-02-16  Kevin Adlergskit: Fix initialization of Curl_ssl_gskit struct
2022-02-16  Kevin Adlergskit: Fix errors from Curl_strerror refactor
2022-02-15  Marcel Raadntlm: remove unused feature defines 8453/head
2022-02-15  Kantanat WannapakaREADME.md: fix link and layout
2022-02-14  Daniel StenbergKNOWN_BUGS: fix typo "libpsl"
2022-02-14  Jay Satiroh2h3: fix compiler warning due to function prototype...
2022-02-14  Stefan Eissingurlapi: handle "redirects" smarter
2022-02-14  Daniel Stenbergcijobs: pick up circleci configure lines better
2022-02-14  Daniel Stenbergcircleci: add a job using wolfSSH
2022-02-14  Daniel Stenbergscripts/ciconfig.pl: show used options not available
2022-02-14  Daniel Stenbergcircleci: add a job using libssh
2022-02-14  Daniel Stenbergruntests: set 'oldlibssh' for libssh versions before...
2022-02-13  Jay SatiroMakefile.am: Generate VS 2022 projects
2022-02-13  Daniel Stenbergprojects: remove support for MSVC before VC10 (Visual...
2022-02-13  Stav Nirprojects: add support for Visual Studio 17 (2022)
2022-02-13  Daniel StenbergRELEASE-NOTES: synced
2022-02-13  Daniel Stenbergconnect: follow-up fix the copyright year
2022-02-13  MAntoniakmisc: remove unused data when IPv6 is not supported
2022-02-13  Daniel Stenbergscripts/ciconfig: show CI job config info
2022-02-13  Daniel Stenbergquiche: handle stream reset
2022-02-13  Daniel Stenbergmime: use a define instead of the magic number 24
2022-02-13  Henrik Holsthostcheck: reduce strlen calls on chained certificates
2022-02-13  Patrick Monneratmime: some more strlen() call removals.
2022-02-12  Daniel Stenbergscripts/cijobs.pl: detect zuul cmake jobs better
2022-02-11  Daniel Stenbergurl: exclude zonefrom_url when no ipv6 is available
2022-02-11  Daniel Stenbergif2ip: make Curl_ipv6_scope a blank macro when IPv6...
2022-02-11  Henrik Holstmprintf: remove strlen calls on empty strings in dprint...
2022-02-11  Daniel Stenbergwolfssl: return CURLE_AGAIN for the SSL_ERROR_NONE...
2022-02-11  Daniel Stenbergwolfssl: when SSL_read() returns zero, check the error
2022-02-11  Daniel Stenbergquiche: after leaving h3_recving state, poll again
2022-02-11  Daniel Stenbergquiche: when *recv_body() returns data, drain it before...
2022-02-10  gaoxingwang... configure: fix '--enable-code-coverage' typo
2022-02-10  Daniel Stenberglib/h2h3: #ifdef on ENABLE_QUIC, not the wrong define
2022-02-10  Daniel Stenberghostcheck: pass in pattern length too, to avoid a strle...
2022-02-10  HenrikHolstmisc: remove strlen for Curl_checkheaders + Curl_checkP...
2022-02-09  Daniel Stenbergconfigure: requires --with-nss-deprecated to build...
2022-02-09  Daniel Stenbergmqtt: free 'sendleftovers' in disconnect
2022-02-09  Patrick Monneratopenldap: pass string length arguments to client_write()
2022-02-09  HenrikHolstmisc: reduce strlen() calls with Curl_dyn_add()
2022-02-09  Daniel Stenberghttp2: fix the array copy to nghttp2_nv
2022-02-09  Daniel StenbergRELEASE-NOTES: synced
2022-02-09  Daniel Stenbergscripts/cijobs.pl: output data about all currect CI...
2022-02-08  Daniel Stenbergmaketgz: return error if 'make dist' fails
2022-02-08  Daniel Stenbergh2h3: pass correct argument types to infof()
2022-02-08  Daniel Stenberglib/Makefile: remove config-tpf.h from the dist
2022-02-07  Daniel Stenbergconfigure: remove support for "embedded ares"
2022-02-07  Sebastian Sterkgithub/workflows/mbedtls: fix indent & remove unnecessa...
2022-02-07  Daniel StenbergCI: move the NSS job from zuul to GHA
2022-02-07  Daniel Stenbergtests/unit/Makefile.am: add NSS_LIBS to build with...
2022-02-07  Marcel Raadcurl-openssl: fix SRP check for OpenSSL 3.0
2022-02-07  HenrikHolsthttp: make Curl_compareheader() take string length...
2022-02-07  Daniel Stenbergvquic/vquic.h: removed the unused H3 psuedo defines
2022-02-07  Daniel Stenbergngtcp2: use Curl_pseudo_headers
2022-02-07  Daniel Stenbergquiche: use Curl_pseudo_headers
2022-02-07  Daniel Stenberghttp2: use Curl_pseudo_headers
2022-02-07  Daniel Stenbergh2h3: added Curl_pseudo_headers()
2022-02-07  Daniel Stenbergngtcp2/quiche: make :scheme possible to set
2022-02-07  Daniel Stenberghttp2: allow CURLOPT_HTTPHEADER change ":scheme"
2022-02-05  Daniel Stenbergh2/h3: provide and refer to pseudo headers as defines
2022-02-04  MAntoniaksmb: passing a socket for writing and reading data...
2022-02-04  Daniel Stenbergx509asn1: toggle off functions not needed for diff...
2022-02-04  Daniel Stenberglib: move hostcheck and x509sn1 sources to vtls/
2022-02-04  Marcel Raadversion_win32: fix warning for `CURL_WINDOWS_APP`
2022-02-04  Daniel Stenbergtests/disable-scan.pl: properly detect multiple symbols...
2022-02-04  Jay Satiroconfig.d: Clarify _curlrc filename is still valid on...
2022-02-04  Daniel Stenberglib: remove support for CURL_DOES_CONVERSIONS
2022-02-04  Daniel StenbergTPF: drop support
2022-02-03  Daniel Stenbergscripts/delta: check the file delta for current branch
2022-02-03  Fabian Keilruntests.pl: tolerate test directories without Makefile.inc
2022-02-03  HenrikHolstsetopt: do bounds-check before strdup
2022-02-03  MAntoniakmbedtls: enable use of mbedtls without filesystem funct...
2022-02-03  Bernhard Walleconfigure: support specification of a nghttp2 library...
2022-02-02  Daniel Stenbergscripts/release-notes.pl: remove leftover debug output
2022-02-02  Daniel StenbergRELEASE-NOTES: synced
2022-02-02  Daniel Stenbergscripts/release-notes.pl: fix number extraction for...
2022-02-02  Leah Neukirchenscripts/completion.pl: improve zsh completion
2022-02-02  Davide Cassioliconfigure: use correct CFLAGS for threaded resolver...
2022-02-02  Daniel Stenbergmailmap: Henrik Holst
2022-02-02  Jay Satirobuild: fix ngtcp2 crypto library detection
2022-02-01  HenrikHolsturlapi: remove an unnecessary call to strlen
2022-02-01  Daniel Stenbergscripts/copyright.pl: fix for handling removed files...
2022-02-01  Daniel Stenbergvxworks: drop support
2022-02-01  Henrik Holstbase64: remove an unnecessary call to strlen
2022-02-01  Daniel Stenbergtool_getparam: initial --json support
2022-02-01  Bjarni Ingi... curl_getdate.3: remove pointless .PP line
2022-02-01  Sebastian Sterkmulti: grammar fix in comment
2022-02-01  Daniel Stenbergopenldap: fix compiler warning when built without SSL...
next