]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2024-05-10  Stefan Eissingftp: add tracing support
2024-05-10  Daniel Stenberghttp: remove redundant check
2024-05-10  Viktor Szakatsldap: fix unused variables (seen on OmniOS)
2024-05-10  Daniel Stenbergurl: make parse_login_details use memdup0
2024-05-10  Orgad Shanehdigest: replace strcpy for empty string with simple...
2024-05-10  Viktor Szakatsautotools: fix `HAVE_IOCTLSOCKET_FIONBIO` test for...
2024-05-10  Viktor SzakatsCI: ignore test 286 on Appveyor gcc 7 build
2024-05-10  Daniel Stenbergcf-socket: don't try getting local IP without socket
2024-05-10  Daniel Stenbergtool_getparam: remove two redundant conditions
2024-05-10  Stefan Eissingquiche: trust its timeout handling
2024-05-10  Daniel Stenbergdmaketgz: accept a SOURCE_DATE_EPOCH as an second argument
2024-05-10  Daniel StenbergRELEASE-NOTES: synced
2024-05-10  Stefan Eissingh3/ngtcp2: improve error handling
2024-05-10  Jay Satirodocs: fix some CURLINFO examples
2024-05-09  Daniel StenbergKNOWN_BUGS: gssapi library name + version is missing...
2024-05-09  Daniel Stenbergkrb5: use dynbuf
2024-05-09  Daniel Stenbergmanagen: fix the option sort order
2024-05-08  Stefan EissingGHA: repair the linux-old job
2024-05-08  Viktor Szakatsappveyor: make gcc 6 mingw64 job build-only
2024-05-08  Stefan Eissingunit2604: use alloc instead of overlong string const
2024-05-08  Daniel Gustafssonbufq: remove duplicate word in comment
2024-05-08  Viktor Szakatslib/cf-h1-proxy: silence compiler warnings (gcc 14)
2024-05-08  MAntoniakmbedtls: support TLS 1.3
2024-05-08  Daniel Stenbergversion: use msnprintf instead of strncpy
2024-05-08  Daniel Stenbergcurl_path: make Curl_get_pathname use dynbuf
2024-05-08  Daniel Stenberglib: make protocol handlers store scheme name lowercase
2024-05-07  Daniel Stenberglib: remove two instances of "only only" messages
2024-05-07  Pavel Pasyn-thread: fix curl_global_cleanup crash in Windows
2024-05-07  Jay Satiroasyn-thread: fix Curl_thread_create result check
2024-05-07  Jay Satirocurl_multibyte: remove access() function wrapper for...
2024-05-06  Daniel Gustafssontls: Remove EXAMPLEs from deprecated options
2024-05-06  Daniel Gustafssontests: Only require EXAMPLE for non-deprecated options
2024-05-06  Daniel StenbergEXPERIMENTAL: add graduation requirements for each...
2024-05-06  Ivanmisc: fix typos, quoting and spelling
2024-05-06  Daniel Gustafssontests: Mark tftpd timer function as noreturn
2024-05-06  Daniel Gustafssondoh: Remove unused function prototype
2024-05-06  Daniel Stenbergdoh: cleanups in ECH related functions
2024-05-05  Viktor Szakatslibssh2: delete redundant feature guard
2024-05-05  Jan Venekamptool_cfgable: free {proxy_}cipher13_list on exit
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_...
next