]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2020-07-02  Marcel Raadurl: silence MSVC warning 5638/head
2020-07-01  Daniel StenbergRELEASE-NOTES: synced
2020-06-30  Daniel StenbergRELEASE-NOTES: curl 7.71.1 curl-7_71_1
2020-06-30  Daniel StenbergTHANKS: add contributors to 7.71.1
2020-06-30  Daniel Stenbergscripts/copyright.pl: skip .dcignore
2020-06-30  Daniel StenbergRevert "multi: implement wait using winsock events"
2020-06-29  Daniel StenbergTODO: Add flag to specify download directory
2020-06-29  Daniel StenbergTODO: return code to CURLMOPT_PUSHFUNCTION to fail...
2020-06-29  Daniel Stenbergcirrus-ci: disable FreeBSD 13 (again)
2020-06-29  Daniel Stenbergngtcp2: sync with current master
2020-06-29  Daniel Stenbergexamples/multithread.c: call curl_global_cleanup()
2020-06-29  Daniel Stenbergvtls: compare cert blob when finding a connection to...
2020-06-27  Daniel StenbergRELEASE-NOTES: synced
2020-06-27  Daniel Stenbergterminology: call them null-terminated strings
2020-06-27  Daniel Stenberghttp: fix proxy auth with blank password
2020-06-26  Daniel Stenberg.dcignore: ignore tests and docs directories
2020-06-26  Jay Satirotool_cb_hdr: Fix etag warning output and return code
2020-06-26  Daniel StenbergCURLOPT_READFUNCTION.3: provide the upload data size...
2020-06-26  Daniel Stenbergtest1539: do a HTTP 1.0 POST without a set size (fails)
2020-06-26  Baruch Siachmbedtls: fix build with disabled proxy support
2020-06-26  Daniel Stenbergcodeql-analysis.yml: fix the 'languages' setting
2020-06-25  Daniel Stenberggtihub: codeql-analysis.yml
2020-06-25  Daniel Stenbergtests: verify newline in username and password for...
2020-06-25  Daniel Stenbergurl: allow user + password to contain "control codes...
2020-06-25  Daniel Stenbergescape: make the URL decode able to reject only %00...
2020-06-25  Daniel Stenberghttp2: set the correct URL in pushed transfers
2020-06-25  Javier Blazquezopenssl: Fix compilation on Windows when ngtcp2 is...
2020-06-24  Daniel Stenbergtest543: extended to verify zero length input
2020-06-24  Daniel Stenbergescape: zero length input should return a zero length...
2020-06-24  Daniel StenbergCurl_inet_ntop: always check the return code
2020-06-24  Daniel Stenbergsendf: improve the message on client write errors
2020-06-24  Daniel StenbergRELEASE-NOTES: synced
2020-06-24  Daniel Stenbergcurlver: start working on 7.71.1
2020-06-24  Denis BaručićDYNBUF.md: fix a typo: trail => tail
2020-06-23  Daniel StenbergRELEASE-NOTES: curl 7.71.0 release curl-7_71_0
2020-06-23  Daniel StenbergTHANKS: curl 7.71.0 additions
2020-06-23  Daniel Stenbergurl: make sure pushed streams get an allocated download...
2020-06-22  Jay Satiroopenssl: Don't ignore CA paths when using Windows CA... 5585/head
2020-06-22  Jay Satirotool_operate: Don't use Windows CA store as a fallback
2020-06-22  Jay Satiroopenssl: Fix CA fallback logic for OpenSSL 3.0 build
2020-06-22  Daniel Stenbergcopyright: update mismatched copyright years
2020-06-21  Daniel Stenbergtest1460: verify that -Ji is not ok
2020-06-21  Daniel Stenbergtool_getparam: -i is not OK if -J is used
2020-06-21  Peter WuCMake: ignore INTERFACE_LIBRARY targets for pkg-config...
2020-06-21  Valentyn Korniienkomultibyte: Fixed access-> waccess to file for Windows...
2020-06-19  Daniel Stenbergaltsvc: bump to h3-29
2020-06-18  Daniel Stenbergurlglob: treat literal IPv6 addresses with zone IDs...
2020-06-18  Daniel Stenbergtest1179: verify error message for non-existing cmdline...
2020-06-18  Daniel Stenbergtool_getparam: repair the error message for unknown...
2020-06-18  Daniel StenbergFILEFORMAT: describe verify/stderr
2020-06-17  Daniel Stenbergconnect: improve happy eyeballs handling
2020-06-17  Daniel Stenbergngtcp2: never call fprintf() in lib code in release...
2020-06-17  Daniel Stenbergngtcp2: fix happy eyeballs quic connect crash
2020-06-17  Daniel Stenbergselect: remove the unused ELAPSED_MS() macro
2020-06-17  rcombsmulti: implement wait using winsock events
2020-06-16  Daniel Stenbergmanpage: add three missing environment variables
2020-06-16  Daniel StenbergRELEASE-NOTES: synced
2020-06-16  Daniel Stenbergconfigure: for wolfSSL, check for the DES func needed...
2020-06-16  Ruurd Beerstrantlm: enable NTLM support with wolfSSL
2020-06-15  Daniel Stenberghttp: move header storage to Curl_easy from connectdata
2020-06-13  Daniel StenbergCODE_REVIEW.md: how to do code reviews in curl
2020-06-12  Daniel Stenbergaltsvc: remove the num field from the altsvc struct
2020-06-12  Daniel Stenbergversion.d: expanded and alpha-sorted
2020-06-12  Daniel StenbergABI.md: rename to .md and polish the markdown
2020-06-12  Daniel StenbergHELP-US: add a section for "smaller tasks"
2020-06-12  Daniel StenbergTODO: retry on the redirected-to URL
2020-06-12  Daniel Stenbergmailmap: Nicolas Sterchele
2020-06-12  Sterchele NicolasTODO: remove 19.3 section title
2020-06-12  Martin Vtest1560: avoid possibly negative association in wording
2020-06-12  Daniel Stenbergshare: don't set the share flag it something fails
2020-06-10  Daniel Stenbergbuildconf: remove -print from the find command that...
2020-06-10  Daniel StenbergRELEASE-NOTES: synced
2020-06-10  Daniel Stenbergwording: avoid blacklist/whitelist stereotypes
2020-06-09  Jay Satirotool_getparam: fix memory leak in parse_args
2020-06-08  Daniel Stenbergsocks: detect connection close during handshake
2020-06-08  xquerymulti: add defensive check on data->multi->num_alive
2020-06-08  Daniel StenbergCurl_addrinfo: use one malloc instead of three
2020-06-08  Alessandro... quiche: update SSLKEYLOGFILE support
2020-06-08  Daniel Stenbergtests: add two simple tests for --login-options
2020-06-08  Daniel Stenbergngtcp2: update with recent API changes
2020-06-08  xquerysocks: remove unreachable breaks in socks.c and mime.c
2020-06-08  Daniel Stenbergtool_cfgable: free login_options at exit
2020-06-08  Daniel Stenberglibssh2: keep sftp errors as 'unsigned long'
2020-06-06  Marc Hoerskentimeouts: move ms timeouts to timediff_t from int and...
2020-06-06  François Rigaultopenssl: set FLAG_TRUSTED_FIRST unconditionally
2020-06-06  Daniel Stenbergserver/util: fix logmsg format using curl_off_t argument
2020-06-05  Daniel StenbergRELEASE-NOTES: synced
2020-06-05  Cherish98socks: fix expected length of SOCKS5 reply
2020-06-05  Marc Hoersken.gitignore: add directory containing the stats repo
2020-06-05  Adnan KhanHTTP3.md: clarify cargo build directory
2020-06-05  Daniel Stenberguser-agent.d: spell out what happens given a blank...
2020-06-05  Daniel Stenbergtrailers: switch h1-trailer logic to use dynbuf
2020-06-05  Daniel StenbergCURLINFO_ACTIVESOCKET.3: clarify the description
2020-06-04  Daniel Stenbergmailmap: Don J Olmstead
2020-06-04  Daniel Stenbergconfigure: only strip first -L from LDFLAGS
2020-06-04  Peter Wuquiche: advertise draft 28 support
2020-06-04  Daniel StenbergKNOWN_BUGS: RTSP authentication breaks without redirect...
2020-06-04  Jay Satiroprojects: Add crypt32.lib to dependencies for all OpenS...
2020-06-03  Marc HoerskenCI/macos: fix 'is already installed' errors by using...
2020-06-03  Daniel Stenbergaltsvc: fix 'dsthost' may be used uninitialized in...
next