]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2021-04-22  Daniel Stenbergconfigure: make the TLS library choice(s) explicit
2021-04-22  Daniel Stenbergtests/disable-scan.pl: also scan all m4 files
2021-04-22  Jay Satiroschannel: Disable auto credentials; add an option to...
2021-04-22  Michał Antoniakvtls: deduplicate some DISABLE_PROXY ifdefs
2021-04-22  Jay SatiroOS400: fix typo
2021-04-22  Daniel Stenbergchecksrc: complain on == NULL or != 0 checks in conditions 6912/head
2021-04-22  Daniel Stenbergtidy-up: make conditional checks more consistent
2021-04-22  Patrick Monneratvauth: factor base64 conversions out of authentication...
2021-04-22  Patrick Monneratbufref: buffer reference support
2021-04-22  Patrick Monneratos400: additional support for options metadata
2021-04-22  Patrick Monnerattest server: take care of siginterrupt() deprecation
2021-04-21  Marc Hoerskenlib1564.c: enable last wakeup test part on Windows
2021-04-21  Marc Hoerskenmulti: fix slow write/upload performance on Windows
2021-04-21  Marc Hoerskenmulti: reduce Win32 API calls to improve performance
2021-04-21  Marc HoerskenRevert "Revert 'multi: implement wait using winsock...
2021-04-21  Daniel StenbergRevert "cmake: make libcurl library output name configu...
2021-04-21  Michael Kolechkinsectransp: allow cipher name to be specified
2021-04-21  Michael KolechkinNSS: add ciphers to map
2021-04-21  Daniel Stenberghttp2: remove DEBUG_HTTP2
2021-04-21  Ralph Langendamcmake: make libcurl library output name configurable
2021-04-21  Daniel Stenbergsws: #ifdef S_IFSOCK use
2021-04-21  Daniel Stenbergcurl_setup: provide the shutdown flags wider
2021-04-21  Daniel Stenbergconnect: use CURL_SA_FAMILY_T for portability
2021-04-21  Daniel Stenbergurlapi: make sure no +/- signs are accepted in IPv4...
2021-04-21  Daniel StenbergConnectionExists: respect requests for h1 connections...
2021-04-21  Daniel Stenbergmulti: don't close connection HTTP_1_1_REQUIRED
2021-04-21  Daniel Stenberghttp2: move the stream error field to the per-transfer...
2021-04-21  Daniel Stenberghttp2: call the handle-closed function correctly on...
2021-04-21  Daniel Stenbergtest1660: check the created HSTS file as text mode
2021-04-20  Daniel StenbergRELEASE-NOTES: synced
2021-04-20  Daniel Stenbergtest 493: require https in curl to run
2021-04-20  Jay Satirotool_operate: don't discard failed parallel transfer... 6921/head
2021-04-20  Georeth Zhouopenssl: fix build error with OpenSSL < 1.0.2
2021-04-19  Viktor SzakatsREADME.md: delete Codacy UTM parameters & follow perman...
2021-04-19  Daniel Stenbergurlapi: "normalize" numerical IPv4 host names
2021-04-19  Daniel Stenberglibssh: fix "empty expression statement has no effect...
2021-04-19  Daniel Stenberghsts: enable by default
2021-04-19  Daniel Stenbergvtls: refuse setting any SSL version
2021-04-19  Daniel Stenbergcurl: ignore options asking for SSLv2 or SSLv3
2021-04-17  Daniel Stenbergtest972: verify the json output with jsonlint 6906/head
2021-04-17  Jay Satirotool_writeout: fix the HTTP_CODE json output
2021-04-15  Daniel Stenbergopenldap: protect SSL-specific code with proper #ifdef
2021-04-15  Daniel Stenberglibssh2: fix Value stored to 'sshp' is never read
2021-04-15  Victor Vieuxtool_getparam: replace (in-place) '%20' by '+' accordin...
2021-04-15  Daniel Stenbergconfigure: provide --with-openssl, deprecate --with-ssl
2021-04-15  Daniel StenbergRELEASE-NOTES: synced
2021-04-15  Javier Blazquezrustls: only return CURLE_AGAIN when TLS session is...
2021-04-14  Daniel Stenbergcookie: CURLOPT_COOKIEFILE set to NULL switches off...
2021-04-14  Daniel StenbergRELEASE-NOTES: synced curl-7_76_1
2021-04-13  Daniel StenbergTHANKS: add names from 7.76.1
2021-04-13  Daniel Stenbergmisc: update copyright year ranges to match latest...
2021-04-13  Tatsuhiro Tsujikawangtcp2: Use ALPN h3-29 for now
2021-04-11  Jay SatiroTODO: remove 18.22 --fail-with-body
2021-04-10  Jürgen Gmachsrc/tool_vms.c: remove duplicated word in comment
2021-04-09  Daniel Stenbergconfigure: fix CURL_DARWIN_CFLAGS use
2021-04-09  Anthony Shawgithub/workflow: add "security-extended" to codeql...
2021-04-09  Jochem Broekhoffexamples/hiperfifo.c: check event_initialized before...
2021-04-09  Patrick Monneratntlm: fix negotiated flags usage
2021-04-09  Patrick Monneratntlm: support version 2 on 32-bit platforms
2021-04-09  Patrick Monneratcurl_ntlm_core.h: simplify conditionals for USE_NTLM2SE...
2021-04-08  Daniel Stenberglib: remove unused HAVE_INET_NTOA_R* defines
2021-04-07  Michael Forneyconfigure: include <time.h> unconditionally
2021-04-07  Michael Forneyconfigure: remove use of RETSIGTYPE
2021-04-07  Muhammed Yavuz... install: add instructions for Apple Darwin platforms
2021-04-07  Muhammed Yavuz... configure: disable min version set for Darwin
2021-04-07  David Hudocs/HTTP3.md: update the build instruction using gnutls
2021-04-07  Daniel StenbergRELEASE-NOTES: synced
2021-04-06  Daniel Stenbergtypecheck-gcc: make the ssl-ctx-cb check use SSL_CTX...
2021-04-06  Daniel Stenbergngtcp2+gnutls: clear credentials when freed
2021-04-06  Cherish98tool_progress: Fix progress meter in parallel mode
2021-04-06  Emil Englerlibssh: get rid of PATH_MAX
2021-04-05  Daniel Stenberghttp_proxy: only loop on 407 + close if we have credentials
2021-04-05  Daniel Stenbergh2: allow 100 streams by default
2021-04-05  Luke Granger... file: support GETing directories again
2021-04-04  Daniel StenbergRELEASE-NOTES: synced
2021-04-02  Daniel StenbergTLS: fix HTTP/2 selection
2021-04-02  Jay Satirohostip: Fix for builds that disable all asynchronous DNS
2021-03-31  Gilles Vollantopenssl: Fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCE...
2021-03-30  Daniel StenbergRELEASE-NOTES: synced curl-7_76_0
2021-03-30  Daniel StenbergTHANKS: added names from 7.76.0
2021-03-30  Daniel StenbergCURLOPT_AUTOREFERER.3: clarify that it sets the full URL
2021-03-29  Daniel Stenbergdefine: remove CURL_DISABLE_NTLM ifdefs 6809/head
2021-03-29  Daniel Stenbergvtls: fix addsessionid for non-proxy builds
2021-03-29  Li Xinweicmake: support WinIDN
2021-03-29  Daniel Stenbergtransfer: clear 'referer' in declaration
2021-03-29  Marc Hoerskenconfig: fix SSPI enabling NTLM if crypto auth is disabled
2021-03-29  Daniel StenbergHISTORY: add two 2021 events
2021-03-28  Daniel Stenbergvtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()
2021-03-28  Viktor Szakatstransfer: strip credentials from the auto-referer heade...
2021-03-28  Daniel Stenbergcurl_sasl: fix compiler error with --disable-crypto...
2021-03-28  Patrick Monneratldap: only set the callback ptr for TLS context when...
2021-03-27  Daniel Stenbergcopyright: update copyright year ranges to 2021
2021-03-27  Daniel Stenbergsend_speed: simplify the checks for if a speed limit...
2021-03-27  Daniel Stenberghttp: cap body data amount during send speed limiting
2021-03-26  Daniel Stenbergurldata: merge "struct DynamicStatic" into "struct...
2021-03-26  Daniel Stenbergtests/README.md: mentioned that en_US.UTF-8 is required
2021-03-26  Daniel StenbergHISTORY: fixed the Mac OS X 10.1 release date
2021-03-26  Jay Satiroexamples: Remove threaded-shared-conn.c due to bug
2021-03-26  Jay SatiroKNOWN_BUGS: Update 11.9 - DoH option inheritance
2021-03-26  Daniel Stenbergcurl_easy_setopt.3: add curl_easy_option* functions...
next