]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2024-01-22  Daniel Stenbergdocs: introduce "curldown" for libcurl man page format
2024-01-22  Viktor Szakatslibssh2: use `libssh2_session_callback_set2()` with...
2024-01-22  Daniel Stenbergtransfer: make the select_bits_paused condition check...
2024-01-22  Stefan Eissinghttp3: initial support for OpenSSL 3.2 QUIC stack
2024-01-22  Viktor Szakatscmake: fix `ENABLE_MANUAL` option
2024-01-19  Mohammadreza... TODO: update broken link to ratelimit-headers draft
2024-01-19  Daniel Stenbergcmake: when USE_MANUAL=YES, build the curl.1 man page
2024-01-19  Daniel Stenbergcmdline-opts/write-out.d: remove spurious double quotes
2024-01-19  Stefan Eissingrtsp: Convert assertion into debug log
2024-01-19  Daniel Stenbergheaders: remove assert from Curl_headers_push
2024-01-18  Daniel Stenbergcurl_easy_getinfo.3: remove the wrong time value count
2024-01-18  Viktor Szakatsmbedtls: fix `-Wnull-dereference` and `-Wredundant...
2024-01-17  Daniel Stenbergdocs: cleanup nroff format use
2024-01-17  Stefan Eissingtest2307: fix expected failure code after ws refactoring
2024-01-17  Jay Satirocf-socket: show errno in tcpkeepalive error messages
2024-01-17  Jay Satirotool_getparam: stop supporting `@filename` style for...
2024-01-16  Stefan Eissingwebsockets: refactor decode chain
2024-01-16  Stefan Eissingwebsockets: check for negative payload lengths
2024-01-16  Daniel Stenbergdocs: mention env vars not used by schannel
2024-01-16  Daniel Stenbergtool_operate: make --remove-on-error only remove "real...
2024-01-16  Jay Wuurl: don't set default CA paths for Secure Transport...
2024-01-16  Lin Sunasyn-ares: with modern c-ares, use its default timeout
2024-01-15  Daniel Stenbergtool_operate: stop setting the file comment on Amiga
2024-01-15  Stefan Eissingrtsp: deal with borked server responses
2024-01-14  Daniel Stenbergversion: show only the libpsl version, not its dependencies
2024-01-14  bchcurl.h: CURLOPT_DNS_SERVERS is only available with...
2024-01-14  Daniel Stenbergcmdline-opts/gen.pl: error on initital blank line
2024-01-14  Daniel Stenbergcf-h1-proxy: no CURLOPT_USERAGENT in CONNECT with hyper
2024-01-14  Daniel Stenbergcurl_multi_fdset.3: remove mention of null pointer...
2024-01-14  Mark Huangdocs/cmdline: remove unnecessary line breaks
2024-01-14  Daniel Stenbergtransfer: remove warning: Value stored to 'blen' is...
2024-01-13  Stefan Eissinglib: replace readwrite with write_resp
2024-01-13  Daniel StenbergRELEASE-NOTES: synced
2024-01-13  Daniel StenbergTODO: TFTP doesn't convert LF to CRLF for mode=netascii
2024-01-13  Daniel Stenberggen: do italics/bold for a range of letters, not just...
2024-01-12  Daniel Stenbergdocs: describe and highlight super cookies
2024-01-12  Daniel Stenbergconfigure: when enabling QUIC, check that TLS supports...
2024-01-11  Stefan Eissingvquic: extract TLS setup into own source
2024-01-11  Sergey Markelovmulti: remove total timer reset in file_do() while...
2024-01-11  Daniel Stenberghttp_proxy: a blank CURLOPT_USERAGENT should not be...
2024-01-10  Daniel Stenbergsectransp: do verify_cert without memdup for blobs
2024-01-10  Daniel Stenberghsts: remove assert for zero length domain
2024-01-10  Daniel Stenbergheaders: make sure the trailing newline is not stored
2024-01-10  Daniel Stenbergcurl_easy_header.3: tiny language fix
2024-01-10  Daniel Stenbergexamples/range.c: add
2024-01-10  Daniel Stenbergexamples/netrc.c: add
2024-01-10  Daniel Stenbergexamples/ipv6.c: new example showing IPv6-only internet...
2024-01-10  Daniel Stenbergexamples/address-scope.c: renamed from ipv6.c
2024-01-09  Stefan Eissingmulti: pollset adjust, init with FIRSTSOCKET during...
2024-01-09  Daniel StenbergWEBSOCKET.md: remove dead link
2024-01-09  Daniel StenbergCI: spellcheck/appveyor: invoke configure --without...
2024-01-09  Daniel Stenbergcmdline/docs/*.d: switch to using ## instead of .IP
2024-01-09  Daniel Stenberggen.pl: support ## for doing .IP in table-like lists
2024-01-09  Jay Satirocookie.d: Document use of empty string to enable cookie...
2024-01-09  Daniel Stenbergsetopt: use memdup0 when cloning COPYPOSTFIELDS
2024-01-09  Daniel Stenbergtelnet: use dynbuf instad of malloc for escape buffer
2024-01-09  Daniel StenbergCI: install libpsl or configure --without-libpsl in...
2024-01-09  Daniel Stenbergconfigure: make libpsl detection failure cause error
2024-01-08  Daniel StenbergRELEASE-NOTES: synced
2024-01-08  Daniel Stenbergpop3: replace calloc + memcpy with memdup0
2024-01-08  Daniel Stenberglib: add debug log outputs for CURLE_BAD_FUNCTION_ARGUMENT
2024-01-08  Daniel Stenbergmime: use memdup0 instead of malloc + memcpy
2024-01-08  Daniel Stenbergtool_getparam: move the --rate logic into set_rate()
2024-01-08  Daniel Stenbergtool_getparam: switch to an enum for every option
2024-01-08  Daniel Stenbergtool_getparam: build post data using dynbuf (more)
2024-01-08  Daniel Stenbergtool_getparam: replace malloc + copy by dynbuf for...
2024-01-08  Daniel Stenbergtool_getparam: make data_urlencode avoid direct malloc
2024-01-08  Daniel Stenbergtool_getparam: move the --url-query logic into url_query()
2024-01-08  Daniel Stenbergtool_getparam: move the --data logic into set_data()
2024-01-08  Daniel Stenbergtool_getparam: unify the cmdline switch() into a single one
2024-01-08  Daniel Stenbergtool_getparam: bsearch cmdline options
2024-01-08  GabeCOPYING: update copyright year
2024-01-08  Stefan Eissingurl: init conn->sockfd and writesockfd to CURL_SOCKET_BAD
2024-01-08  Daniel Stenbergconnect: remove margin from eyeballer alloc
2024-01-07  Daniel Stenbergftp: only consider entry path if it has a length
2024-01-07  Stefan Eissingtransfer: adjust_pollset improvements
2024-01-06  Daniel Stenbergftp: use memdup0 to store the OS from a SYST 215 response
2024-01-06  Daniel Stenbergftp: use dynbuf to store entrypath
2024-01-06  Lealem Amediewolfssl: load certificate *chain* for PEM client certs
2024-01-04  Stefan Eissinghttp: adjust_pollset fix
2024-01-03  Daniel Stenbergtool: make parser reject blank arguments if not supported
2024-01-03  dependabot... build(deps): bump github/codeql-action from 2 to 3
2024-01-03  dependabot... build(deps): bump actions/checkout from 3 to 4
2024-01-03  dependabot... build(deps): bump actions/upload-artifact from 3 to 4
2024-01-03  dependabot... build(deps): bump actions/download-artifact from 3...
2024-01-03  Stefan Eissinghttp3/quiche: fix result code on a stream reset
2024-01-02  Daniel Stenbergsetopt: clear mimepost when formp is freed
2024-01-02  andy5995CI: Add dependabot.yml
2024-01-02  Gisle Vanemcontent_encoding: change return code to typedef'ed...
2024-01-02  Daniel Stenbergtool: prepend output_dir in header callback
2024-01-02  Daniel Stenbergtest1254: fix typo in name plus shorten it
2024-01-02  Daniel StenbergRELEASE-NOTES: synced
2024-01-02  Viktor Szakatsschannel: fix `-Warith-conversion` gcc 13 warning
2024-01-02  Viktor Szakatsasyn-thread: silence `-Wcast-align` warning for Windows
2024-01-02  Daniel Stenbergtool_listhelp: regenerate after recent .d updates
2024-01-02  Daniel Stenbergtest1478: verify src/tool_listhelp.c
2024-01-02  Daniel Stenbergtestutil: make runtests support %include
2024-01-02  Daniel Stenbergruntests: for mode="text" on <stdout>, fix newlines...
2024-01-02  Jay Satiroquiche: return CURLE_HTTP3 on send to invalid stream
2023-12-31  Daniel Stenbergcmdline-opts: update availability for the *-ca-native...
next