]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2024-02-09  Stefan Eissingmulti: add xfer_buf to multi handle
2024-02-09  Daniel Stenbergwrite-out.md: clarify error handling details
2024-02-08  Stefan Eissingftp: do lineend conversions in client writer
2024-02-08  Stefan Eissingftp: tracing improvements
2024-02-08  Karthikdasari0423HTTP3.md: adjust the OpenSSL QUIC install instructions
2024-02-08  Daniel StenbergTODO: align the TOC with the header
2024-02-08  Daniel Stenbergdocs: make sure curl.1 is included in dist tarballs
2024-02-08  Karthikdasari0423HTTP3.md: remove quiche word in Openssl 3.2
2024-02-07  Daniel Stenbergcurl: when allocating variables, add the name into...
2024-02-07  Daniel Stenberglib582: remove code causing warning that is never run
2024-02-07  Stefan Eissingvtls: revert "receive max buffer" + add test case
2024-02-07  Daniel Stenbergtests: support setting/using blank content env variables
2024-02-07  Daniel Stenbergcurl: exit on config file parser errors
2024-02-07  Daniel SzmulewiczCURLOPT_WRITEFUNCTION.md: typo fix
2024-02-07  Daniel Stenberglib: convert Curl_get_line to use dynbuf
2024-02-07  Daniel StenbergKNOWN_BUGS: unicode on Windows
2024-02-07  Daniel Stenbergtool_operate: change precedence of server Retry-After...
2024-02-07  Daniel Stenbergcmdline-docs: quote and angle bracket cleanup
2024-02-07  Daniel Stenbergbadwords: use hostname, not host name
2024-02-06  Viktor Szakatscmake: fix function description in comment [ci skip]
2024-02-06  Daniel Stenbergheader.md: remove backslash, make nicer markdown
2024-02-06  Daniel Stenbergdocs: add mk-ca-bundle.1 to dist
2024-02-06  Stefan Eissinghttps-proxy: use IP address and cert with ip in alt...
2024-02-06  Jiawen Gengdocs: add necessary setup for nghttp3
2024-02-06  Peter Kreftingversion: allow building with ancient libpsl
2024-02-06  Daniel StenbergTODO: Support latest rustls
2024-02-06  Daniel Stenbergdocs: make curldown do angle brackets like markdown
2024-02-06  Daniel Stenbergdocs: fix the --disable-docs for autotools
2024-02-05  Daniel StenbergRELEASE-NOTES: synced
2024-02-05  Daniel Stenberglibcurl-security.md: Active FTP passes on the local...
2024-02-05  Stefan Eissingconfigure: do not link with nghttp3 unless necessary
2024-02-05  Daniel StenbergTHANKS: add Dmitry Tretyakov
2024-02-05  Stefan Eissingopenssl-quic: check on Windows that socket conv to...
2024-02-05  Daniel Stenbergtool_cb_hdr: only parse etag + content-disposition...
2024-02-05  Daniel Stenbergmd4: include strdup.h for the memdup proto
2024-02-05  Joel Depooterdocs: add missing slashes to SChannel client certificat...
2024-02-05  Stefan EissingHTTP/2: write response directly
2024-02-05  Daniel Stenbergcookie.md: provide an example sending a fixed cookie
2024-02-05  Lars Kellogg... ALTSVC.md: correct a typo
2024-02-05  Boris Verkhovskiyproxy1.0.md: fix example
2024-02-05  Chris Webbconfigure: add --disable-docs flag
2024-02-05  Faraz Fallahiconnect.c: fix typo
2024-02-01  Daniel Stenbergsendf: ignore response body to HEAD
2024-02-01  Daniel Stenbergftp: treat a 226 arriving before data as a signal to...
2024-02-01  Patrick MonneratOS400: avoid using awk in the build scripts
2024-02-01  Jan Mackudocs: remove `mk-ca-bundle.1` from `man_MANS`
2024-02-01  Daniel StenbergRELEASE-NOTES: synced
2024-02-01  Daniel Stenbergcmdline-docs/Makefile: avoid using a fixed temp file...
2024-02-01  Daniel Stenbergasyn-thread: use wakeup_close to close the read descriptor
2024-02-01  Stefan Eissingntml_wb: fix buffer type typo
2024-02-01  Daniel Stenbergtool_operate: do not set CURLOPT_QUICK_EXIT in debug...
2024-01-31  Boris Verkhovskiyform-string.md: correct the example
2024-01-31  Daniel StenbergRELEASE-NOTES: synced curl-8_6_0
2024-01-31  Daniel StenbergTHANKS: new contributors from 8.5.0
2024-01-31  Jay Satirocd2nroff: use perl 'strict' and 'warnings'
2024-01-30  Daniel Stenbergcd2nroff: fix duplicate output issue
2024-01-29  Daniel Stenberglib: error out on multissl + http3
2024-01-29  Patrick MonneratOS400: sync ILE/RPG binding
2024-01-28  Viktor Szakatsbuild: delete/replace 3 more clang warning pragmas
2024-01-27  Richard Levittecmake: freshen up docs/INSTALL.cmake
2024-01-27  Viktor Szakatsbuild: delete/replace clang warning pragmas
2024-01-27  Daniel StenbergRELEASE-NOTES: synced
2024-01-27  Daniel Stenberghttp: only act on 101 responses when they are HTTP/1.1
2024-01-27  Scarlett McAllister_VARIABLES.md: add missing 'be' into the sentence
2024-01-27  Stefan Eissingmqtt, remove remaining use of data->state.buffer
2024-01-27  Daniel Stenbergx509asn1: switch from malloc to dynbuf
2024-01-27  Daniel Stenbergx509asn1: make utf8asn1str() use dynbuf instead of...
2024-01-27  Daniel Stenbergx509asn1: reduce malloc in Curl_extract_certinfo
2024-01-27  Jay SatiroTHANKS: add Alexander Bartel and Brennan Kinney
2024-01-26  Daniel Stenbergkrb5: add prototype to silence clang warnings on mvsnpr...
2024-01-26  Daniel Stenbergx509asn1: remove code for WANT_VERIFYHOST
2024-01-26  Daniel Stenbergsocks: reduce the buffer size to 600 (from 8K)
2024-01-26  Stefan Eissingfile+ftp: use stack buffers instead of data->state...
2024-01-26  Stefan Eissingvtls: receive max buffer
2024-01-26  Daniel Stenbergdocs: do not start lines/sentences with So, But nor And
2024-01-26  Daniel Stenbergdocs: remove spurious ampersands from markdown
2024-01-26  Patrick Monneratsasl: make login option string override http auth
2024-01-26  Stefan Eissingsocks: use own buffer instead of data->state.buffer
2024-01-26  Daniel Stenbergsocks: fix generic output string to say SOCKS instead...
2024-01-26  Daniel Stenbergtest742: test SOCKS5 with max length user, password...
2024-01-25  Stefan Eissingssh: use stack scratch buffer for seeks
2024-01-25  Daniel Stenbergkrb5: access the response buffer correctly
2024-01-25  Stefan Eissingmqtt: use stack scratch buffer for recv+publish
2024-01-25  Stefan Eissingtelnet, use stack scratch buffer for do
2024-01-25  Stefan Eissinghttp, use stack scratch buffer
2024-01-25  Stefan Eissingntlm_wb: do not use data->state.buf any longer
2024-01-25  Stefan Eissinggitignore: the generated `libcurl-symbols.md`
2024-01-25  Daniel Stenbergtool: fix the listhelp generation command
2024-01-25  Daniel Stenberghttp: check for "Host:" case insensitively
2024-01-25  Tatsuhiro Tsujikawaconfigure: add libngtcp2_crypto_boringssl detection
2024-01-25  Daniel Stenberghttp: remove comment reference to a removed solution
2024-01-25  Stefan Eissingpytest: Scorecard tracking CPU and RSS
2024-01-25  Graham CampbellGHA: bump ngtcp2, gnutls, mod_h2, quiche
2024-01-25  Daniel Stenbergftpserver.pl: send 213 SIZE response without spurious...
2024-01-25  Daniel Stenbergpingpong: stop using the download buffer
2024-01-25  Daniel Stenberggen.pl: remove bold from .IP used for ##
2024-01-24  Viktor Szakatscmake: rework options to enable curl and libcurl docs
2024-01-24  Daniel Stenbergurlapi: remove assert
2024-01-24  Patrick Monnerattests: avoid int/size_t conversion size/sign warnings
2024-01-24  Daniel StenbergGHA: add a job scanning for "bad words" in markdown
next