]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2021-01-15  Daniel Stenbergtest1918: verify curl_easy_option_by_name() and curl_ea...
2021-01-15  Gisle Vanemeasyoptions: add the missing AWS_SIGV4
2021-01-15  Daniel Stenbergschannel_verify: fix safefree call typo
2021-01-15  Daniel Stenbergmime: make sure setting MIMEPOST to NULL resets properly
2021-01-14  Daniel Stenbergmulti: set the PRETRANSFER time-stamp when we switch...
2021-01-14  Daniel StenbergCURLINFO_PRETRANSFER_TIME.3: clarify
2021-01-14  Gisle Vanemschannel: plug a memory-leak
2021-01-14  Jay Satirogitattributes: Set batch files to CRLF line endings...
2021-01-14  Daniel Stenbergtool_operate: spellfix a comment
2021-01-14  Daniel StenbergROADMAP: refreshed
2021-01-14  Daniel Stenberghttp_chunks: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergtransfer: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergtftp: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergmulti: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergldap: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergdoh: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergasyn-ares: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergvtls: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergbearssl: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergmbedtls: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergwolfssl: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergnss: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenberggnutls: remove Curl_ prefix from static functions
2021-01-14  Daniel Stenbergopenssl: remove Curl_ prefix from static functions
2021-01-13  Daniel Stenbergnss: get the run-time version instead of build-time
2021-01-12  Jay Satirotool_doswin: Restore original console settings on CTRL...
2021-01-12  Daniel Stenberggen.pl: fix perl syntax
2021-01-12  Emil Englerhelp: update to current codebase
2021-01-12  Emil Englerdocs: fix line length bug in gen.pl
2021-01-11  Emil Englerdocs: fix wrong documentation in help.d
2021-01-11  Daniel Stenbergaws-sigv4.d: polish the wording
2021-01-11  Fabian Keilmisc: fix typos
2021-01-11  Daniel Stenbergmulti_runsingle: bail out early on data->conn == NULL
2021-01-11  Daniel Stenbergmulti: skip DONE state if there's no connection left...
2021-01-11  Daniel Stenberglibssh2: fix "Value stored to 'readdir_len' is never...
2021-01-11  Daniel Stenbergconnect: mark intentional ignores of setsockopt return...
2021-01-11  Jay Satirohttp_proxy: Fix CONNECT chunked encoding race condition
2021-01-10  Daniel StenbergRELEASE-NOTES: synced
2021-01-10  Daniel Stenbergurl: if IDNA conversion fails, fallback to Transitional
2021-01-10  Daniel Stenbergtravis: make the Hyper build from its master branch
2021-01-10  Daniel Stenberghttp: make 'authneg' also work for Hyper
2021-01-09  Jay Satirocmake: Add an option to disable libidn2
2021-01-08  Daniel StenbergHYPER: no longer needs the special branch
2021-01-08  Daniel Stenbergtest179: use consistent header line endings
2021-01-07  Daniel Stenbergfile: don't provide content-length for directories
2021-01-07  Daniel StenbergTODO: Directory listing for FILE:
2021-01-06  Daniel Stenbergcurl.h: add CURLPROTO_GOPHERS as own protocol identifier
2021-01-06  Daniel Stenberghttp: have CURLOPT_FAILONERROR fail after all headers
2021-01-06  Daniel Stenbergglobal_init: debug builds allocates a byte in init
2021-01-06  Daniel Stenberglib/unit tests: add missing curl_global_cleanup() calls
2021-01-06  Daniel Stenbergtravis: adapt to Hyper build change
2021-01-05  Daniel Stenbergpretransfer: setup the User-Agent header here
2021-01-05  Daniel Stenbergtest66: disable with Hyper
2021-01-05  Daniel Stenbergc-hyper: poll the tasks until end correctly
2021-01-05  Gergely Nagymk-ca-bundle.pl: deterministic output when using -t
2021-01-05  Daniel StenbergKNOWN_BUGS: fixed "wolfSSL lacks support for renegotiation"
2021-01-05  Himanshu Guptawolfssl: add SECURE_RENEGOTIATION support
2021-01-05  Daniel StenbergRELEASE-NOTES: synced
2021-01-05  Daniel Stenbergwolfssl: update copyright year range
2021-01-05  Daniel Stenbergc-hyper: make CURLE_GOT_NOTHING work
2021-01-05  Daniel Stenberghttp_proxy: make CONNECT work with the Hyper backend
2021-01-05  Daniel StenbergTODO: --fail-with-body perchance?
2021-01-04  Jay Satirotool_operate: fix the suppression logic of some error...
2021-01-04  Jay Satirowolfssl: Support wolfSSL builds missing TLS 1.1
2021-01-04  Daniel Stenbergtest1633: set appropriate name
2021-01-03  Daniel Stenbergtravis: limit the tests with quiche builds to HTTPS...
2021-01-03  Daniel StenbergHISTORY: added dates to early history
2021-01-02  Daniel Stenberghttpauth: make multi-request auth work with custom...
2021-01-02  Emil Englerlanguage: s/behaviour/behavior/g
2021-01-02  Daniel Stenbergcmdline-opts/retry.d: mention response code 429 as...
2021-01-02  Daniel Stenbergdocs/HYPER.md: mention outstanding issues
2020-12-31  Daniel StenbergCOPYING/configure: bump copyright year range
2020-12-31  Daniel Stenbergc-hyper: add timecondition to the request
2020-12-30  Daniel Stenbergc-hyper: make Digest and NTLM work
2020-12-30  Daniel Stenbergexamples/curlgtk.c: fix the copyright year range
2020-12-30  Olaf Heringdocs/examples: adjust prototypes for CURLOPT_READFUNCTION
2020-12-30  Daniel Stenbergexamples: fix more empty expression statement has no...
2020-12-30  Daniel Stenbergcleanup: fix two empty expression statement has no...
2020-12-29  Daniel Stenbergconfigure: set -Wextra-semi-stmt for clang with --enabl...
2020-12-29  Daniel Stenbergtests/unit: fix empty statements with no effect
2020-12-29  Paul Grokedns: extend CURLOPT_RESOLVE syntax for adding non-perma...
2020-12-29  Daniel Stenbergschannel: fix "empty expression statement has no effect"
2020-12-29  Denis Laxaldedocs: remove redundant "better" in --fail help
2020-12-27  Kevin Usheycurl.1: fix typo microsft -> microsoft
2020-12-26  XhmikosRmisc: assorted typo fixes
2020-12-26  Daniel StenbergRELEASE-NOTES: synced
2020-12-26  Daniel Stenbergtool_operate: avoid NULL dereference of first_arg
2020-12-26  Daniel Stenbergmisc: fix "warning: empty expression statement has...
2020-12-26  Daniel StenbergKNOWN_BUGS: 6.10 curl never completes Negotiate over...
2020-12-26  Daniel Stenbergwriteout: fix NULL dereference for "this url"
2020-12-25  Daniel Stenbergfailf: remove newline from formatting strings
2020-12-25  XhmikosRCI: fix warning with the latest versions
2020-12-25  Daniel StenbergINSTALL: update the list known OSes and CPU archs curl...
2020-12-23  Cherish98curl: fix handling of -q option
2020-12-22  Daniel Stenbergtests/badsymbols.pl: ignore stand-alone single hash...
2020-12-22  Daniel Stenbergcurl_easy_pause.3: add multiplexed pause effects
2020-12-22  Jay Satirocurl_easy_pause.3: fix man page reference
2020-12-22  Daniel StenbergEXPERIMENTAL: add the Hyper backend to the list
2020-12-22  Daniel Stenbergspeedcheck: exclude paused transfers
2020-12-22  Daniel Stenbergh2: do not wait for RECV on paused transfers
next