]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2024-05-04  RainRatdoh: Fix typo in comment
2024-05-04  Christian Schmitzdynbuf: Fix returncode on memory error
2024-05-03  Daniel StenbergRELEASE-NOTES: synced
2024-05-02  Jan Venekampbearssl: use common code for cipher suite lookup
2024-05-02  Daniel Stenbergcurl.h: change CURL_SSLVERSION_* from enum to defines
2024-05-02  Daniel Stenbergconfigure: error on missing perl if docs or manual...
2024-05-02  Daniel Stenbergtool_cb_rea: limit rate unpause for -T . uploads
2024-05-01  Viktor Szakatsappveyor: enable websockets for VS2017 jobs
2024-04-30  Daniel Stenbergif2ip: make the buf_size arg a size_t
2024-04-30  Daniel Stenbergcf-https-connect: use timeouts as unsigned ints
2024-04-30  Daniel Stenberghash: change 'slots' to size_t from int
2024-04-30  Viktor Szakatslibssh2: replace `access()` with `stat()`
2024-04-30  Daniel Stenbergmulti: remove useless assignment
2024-04-30  Daniel StenbergRELEASE-NOTES: synced
2024-04-29  fuzzardcmake: FindNGHTTP2 add static lib name to find_library...
2024-04-29  Viktor SzakatsDISTROS: add patch and issues link for curl-for-win
2024-04-29  Daniel Stenbergmime: avoid using access()
2024-04-29  Stefan Eissingtests: add SNI and peer name checks
2024-04-29  Daniel Stenbergcurl_getdate.md: document two-digit year handling
2024-04-28  Viktor Szakatscmake: add `BUILD_EXAMPLES` option to build examples
2024-04-26  Stefan Eissinghttp3: quiche+ngtcp2 improvements
2024-04-26  Stefan Eissingvtls: TLS session storage overhaul
2024-04-25  Stefan Eissingmulti: multi_wait improvements
2024-04-25  Philip H.ci: remove microsoft-prod.list
2024-04-25  Evgeny Grincurl_setup.h: detect 'inline' support
2024-04-25  Daniel Stenbergmulti: avoid memory-leak risk
2024-04-25  Johann Sebastian... sendf: Curl_cwriter_write: remove comment disallowing...
2024-04-25  Stefan EissingCI: macos fixes for new ARM GHA images
2024-04-25  Stefan Eissingcontent_encoding: ignore duplicate chunked encoding
2024-04-25  Daniel Stenbergtool: move tool_ftruncate64 to tool_util.c
2024-04-24  Viktor Szakatslib: silence `-Wsign-conversion` in base64, strcase...
2024-04-24  Viktor SzakatsCI: retain failure code after `./configure` with Circle CI
2024-04-24  Daniel StenbergRELEASE-NOTES: synced
2024-04-24  Jan VenekampmbedTLS: implement CURLOPT_SSL_CIPHER_LIST option
2024-04-24  Viktor SzakatsCI: show more failed `config.log` on Circle CI
2024-04-24  Daniel Stenbergtelnet: check return code from fileno()
2024-04-24  Viktor Szakatstls: fix SecureTransport + BearSSL cmake unity builds
2024-04-24  Jay Satirodllmain: Call OpenSSL thread cleanup for Windows and...
2024-04-24  Jan Venekamprustls: remove incorrect SSLSUPP_TLS13_CIPHERSUITES...
2024-04-24  Stefan Eissingquiche: expire all active transfers on connection close
2024-04-23  Dan Fandrichtests: fix feature case in test1481
2024-04-23  Gustedtool_operate: don't truncate the etag save file by...
2024-04-22  Abdullah Alyantests: enable test 1117 for hyper
2024-04-22  Daniel Stenbergsendf: useless assignment in cr_lc_read()
2024-04-21  Daniel Stenbergtool_paramhlp: remove duplicate assign
2024-04-21  Daniel Stenbergtransfer: remove useless assignment
2024-04-21  Daniel Stenberghttp: acknowledge a returned error code
2024-04-20  Daniel Stenbergtool_operate: init vars unconditionally in post_per_tra...
2024-04-19  Daniel StenbergRELEASE-NOTES: synced
2024-04-19  Daniel Stenbergurlapi: allow setting port number zero
2024-04-19  Daniel Stenberghttp_aws_sigv4: remove useless assignment
2024-04-19  Daniel Stenbergfile: remove useless assignment
2024-04-19  Daniel Stenbergtest2406: verify -f with HTTP/2
2024-04-19  Stefan Eissinghttp2 + ngtcp2: pass CURLcode errors from callbacks
2024-04-19  Daniel Stenbergrequest: make Curl_req_init return void
2024-04-19  Daniel Stenbergmulti: remove the unused Curl_preconnect function
2024-04-19  Daniel StenbergCurl_creader_read: init two variables to avoid using...
2024-04-19  Daniel Stenberghttp: reject HTTP major version switch mid connection
2024-04-19  Daniel Stenbergmqtt: when Curl_xfer_recv returns error, don't use...
2024-04-19  Daniel Stenbergftp: fix socket leak on rare error
2024-04-18  Daniel Stenbergurlapi: remove unused flags argument from Curl_url_set_...
2024-04-18  Daniel Stenberggithub/ISSUE_TEMPLATE: tweak the commericual support...
2024-04-18  Daniel Stenberggithub/ISSUE_TEMPLATE: link the GitHub discussions too
2024-04-18  Daniel Stenbergcurl_url_get.md: clarify queries and fragments and...
2024-04-18  Stefan Eissingtests: check caddy server version to match test expecta...
2024-04-18  Daniel Stenbergcurl_url_set.md: extended
2024-04-18  Daniel Stenbergurlapi: add CURLU_GET_EMPTY for empty queries and fragments
2024-04-17  Daniel StenbergRELEASE-NOTES: synced
2024-04-17  Daniel Stenberglib1560: test with leading zeroes and more IPv4 versions
2024-04-17  MonkeybreadSoftwaresmtp: result of Curl_bufq_cread was not used
2024-04-17  Daniel Stenbergurlapi: fix relative redirects to fragment-only
2024-04-17  Jiwoo Parkurl: fix use of an uninitialized variable
2024-04-17  Patrick Monneratos400: sync with latest changes
2024-04-17  Daniel Stenbergngtcp2: fix macro use
2024-04-17  MonkeybreadSoftwaresendf: fix two typos in comments
2024-04-17  MonkeybreadSoftwarelib: silence warnings on comma misuse
2024-04-17  Stefan Eissinghttp/2, http/3: decouple stream state from easy handle
2024-04-17  Daniel StenbergROADMAP: remove completed entries, mention websocket
2024-04-17  Daniel StenbergTHANKS-filter: name fixes
2024-04-17  MonkeybreadSoftwarewinbuild: add ENABLE_WEBSOCKETS option
2024-04-17  Daniel Stenbergdmaketgz: compacter
2024-04-17  Dan Fandrichtests: Fix uninitialized value warning
2024-04-16  MonkeybreadSoftwareidn: add native AppleIDN (icucore) support for macOS/iOS
2024-04-16  Stefan Eissinghttp3: extend download abort tests, fixes in ngtcp2
2024-04-16  Daniel Stenbergtests: add -q as first option when invoking curl for...
2024-04-16  Daniel Stenbergdmaketgz: release tarball generation using docker
2024-04-16  Viktor Szakatscmake: update ECH code and minor fixups
2024-04-16  Viktor Szakatstests: fix shellcheck issues in `ech_tests.sh`
2024-04-16  Viktor Szakatsdist: add ECH files to tarball
2024-04-16  Viktor Szakatsopenvms: look for `USE_IPV6` in `config.h` (was: `ENABL...
2024-04-16  daniel-j-hDockerfile: for release automation and reproducibility
2024-04-16  Stefan Eissingcw-out: improved error handling
2024-04-16  Daniel Stenbergversion: add "ECH" as a feature
2024-04-16  Daniel StenbergCURLOPT_ECH: polish
2024-04-16  Viktor Szakatstidy-up: whitespace [ci skip]
2024-04-16  Viktor Szakatsmbedtls: fix building with v3 in CMake Unity mode
2024-04-16  Viktor Szakatscmake: add librtmp/rtmpdump option and detection
2024-04-16  Stephen FarrellTLS: add support for ECH (Encrypted Client Hello)
2024-04-15  Daniel StenbergRELEASE-NOTES: synced
2024-04-15  Daniel Stenbergmulti: introduce SETUP state for better timeouts
next