]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2023-07-17  Daniel Stenbergquiche: avoid NULL deref in debug logging
2023-07-17  Stefan Eissinghttp2: treat initial SETTINGS as a WINDOW_UPDATE
2023-07-17  Daniel Stenbergngtcp2: assigning timeout, but value is overwritten...
2023-07-17  Daniel Stenbergkrb5: add typecast to please Coverity
2023-07-16  Derzsi Dánielwolfssl: support setting CA certificates as blob
2023-07-16  Derzsi Dánielwolfssl: detect when TLS 1.2 support is not built into...
2023-07-15  Graham CampbellCI: bump nghttp2 from 1.55.0 to 1.55.1
2023-07-15  Daniel Stenbergcurl: return error when asked to use an unsupported...
2023-07-14  Chris Paulson... cf-socket: don't bypass fclosesocket callback if cancel...
2023-07-13  Daniel Stenbergtool_parsecfg: accept line lengths up to 10M
2023-07-13  Stefan EissingCI: brew fix for openssl in default path
2023-07-13  Daniel StenbergRELEASE-NOTES: synced
2023-07-13  Ondřej Koláčeksectransp: fix EOF handling
2023-07-13  Daniel Stenbergchecksrc: quote the file name to work with "funny"...
2023-07-13  Karthikdasari0423HTTP3.md: ngtcp2 updated to v0.17.0 and nghttp3 to...
2023-07-13  Daniel StenbergCURLOPT_MIMEPOST.3: clarify what setting to NULL means
2023-07-12  Tatsuhiro Tsujikawangtcp2: build with 0.17.0 and nghttp3 0.13.0
2023-07-12  Tatsuhiro TsujikawaCI: Bump ngtcp2, nghttp3, and nghttp2
2023-07-11  James Fullerexample/maxconnects: set maxconnect example
2023-07-11  Pontakorn Prasertsukhttp2: send HEADER & DATA together if possible
2023-07-11  Daniel StenbergCI: use wolfSSL 5.6.3 in builds
2023-07-11  SaltyMilkfopen: optimize
2023-07-11  Daniel Stenbergcmake: make use of snprintf
2023-07-10  Stefan EissingmacOS: fix taget detection
2023-07-09  Stan Huhostip.c: Move macOS-specific calls into global init...
2023-07-09  Daniel Stenbergdocs: use a space after RFC when spelling out RFC numbers
2023-07-09  Marguimap-append.c: update to make it more likely to work
2023-07-09  Emanuele Torretool_writeout_json: fix encoding of control characters
2023-07-09  Stefan Eissinghttp3/ngtcp2: upload EAGAIN handling
2023-07-09  Brian Nixontool_easysrc.h: correct `easysrc_perform` for `CURL_DIS...
2023-07-09  Daniel StenbergRELEASE-NOTES: synced
2023-07-09  Daniel Stenbergtransfer: clear credentials when redirecting to absolut... 11412/head
2023-07-08  Stefan Eissinghyper: fix EOF handling on input
2023-07-08  Stefan Eissinghttp2: raise header limitations above and beyond
2023-07-08  Juan Cruz Viotticurl_easy_nextheader.3: add missing open parenthesis...
2023-07-07  Dan FandrichCI: enable verbose test output on pytest
2023-06-28  Stefan Eissinghttp2: fix crash in handling stream weights 11384/head
2023-06-28  Stefan Eissingtests/http: Add mod_h2 directive `H2ProxyRequests`
2023-06-28  Dan FandrichCI: make Appveyor job names unique
2023-06-25  Sheshadri.Vcurl.h: include <sys/select.h> for vxworks
2023-06-24  Dan FandrichCI: enable parallel make in more builds
2023-06-24  Dan FandrichCI: don't install impacket if tests are not run
2023-06-24  divinity76configure: the --without forms of the options are also...
2023-06-23  Daniel Stenbergconfigure: add check for ldap_init_fd
2023-06-23  Michał Petrykacmake: stop CMake from quietly ignoring missing Brotli
2023-06-22  Emanuele Torredocs: add more .IP after .RE to fix indentation of...
2023-06-22  Stefan Eissinghttp2: h2 and h2-PROXY connection alive check fixes
2023-06-22  Stefan Eissinghttp2: error stream resets with code CURLE_HTTP2_STREAM
2023-06-22  Daniel Stenbergconnect-timeout.d: mention that the DNS lookup is included
2023-06-22  Emanuele Torrequote.d: fix indentation of generated paragraphs
2023-06-22  Paul Wisechecksrc: modernise perl file open
2023-06-22  Dan Fandrichruntests: work around a perl without SIGUSR1
2023-06-21  Dan Fandrichruntests: include missing valgrind package 11365/head
2023-06-21  Dan Fandrichruntests: use more consistent failure lines
2023-06-21  Dan Fandrichruntests: consistently write the test check summary...
2023-06-21  Dan Fandrichtest2600: fix the description
2023-06-21  Daniel StenbergTODO: "Support HTTP/2 for HTTP(S) proxies" *done*
2023-06-21  humbleacolytecf-socket: move ctx declaration under HAVE_GETPEERNAME
2023-06-20  Daniel StenbergRELEASE-NOTES: synced
2023-06-20  Daniel Stenbergexample/connect-to: show CURLOPT_CONNECT_TO
2023-06-20  Stefan Eissinghyper: unslow
2023-06-20  Stefan EissingHTTP/2: upload handling fixes
2023-06-20  Daniel Stenbergexample/opensslthreadlock: remove
2023-06-20  Dan Fandrichlibtest: display the times after a test timeout error
2023-06-20  Dan Fandrichtest2600: bump a test timeout
2023-06-20  Dan Fandrichruntests: better detect and handle pipe errors in the...
2023-06-20  Dan Fandrichruntests: cleanly abort the runner if the controller...
2023-06-20  Dan Fandrichruntests: improve error logging
2023-06-20  Dan Fandrichruntests: better handle ^C during slow tests
2023-06-20  Dan Fandrichruntests: rename server command file
2023-06-20  Dan Fandrichtests: improve reliability of TFTP tests
2023-06-19  Daniel Stenbergcf-socket: skip getpeername()/getsockname for TFTP
2023-06-19  Daniel Stenbergexample/crawler: make it use a few more options
2023-06-18  Daniel Stenberglibcurl-ws.3: mention raw mode
2023-06-18  Daniel Stenbergexample/default-scheme: set the default scheme for...
2023-06-18  Daniel Stenbergexample/hsts-preload: show one way to HSTS preload
2023-06-18  Daniel Stenbergexamples/http-options: show how to send "OPTIONS *"
2023-06-18  Daniel Stenbergexamples: make use of CURLOPT_(REDIR_|)PROTOCOLS_STR
2023-06-18  Daniel Stenbergexamples/smtp-mime: use CURLOPT_MAIL_RCPT_ALLOWFAILS
2023-06-18  Daniel Stenberghttp: rectify the outgoing Cookie: header field size...
2023-06-17  Jay Satirolib: fix some format specifiers
2023-06-16  Marcel Raadtest427: add `cookies` feature and keyword
2023-06-16  Chris Talbotimap: Provide method to disable SASL if it is advertised 10041/head
2023-06-15  Daniel StenbergRELEASE-NOTES: synced
2023-06-15  Daniel Stenbergexamples/multi-debugcallback.c: avoid the bool typedef
2023-06-15  Daniel Stenbergdocs/libcurl/libcurl.3: cleanups and improvements
2023-06-14  Daniel Stenberglibcurl-ws.3: fix typo
2023-06-14  Daniel Stenbergcurl_ws_*.3: enhance
2023-06-14  Daniel Stenbergdocs/libcurl/libcurl-ws.3: see also CURLOPT_WS_OPTIONS
2023-06-14  Daniel Stenbergdocs/libcurl/libcurl-ws.3: minor polish
2023-06-14  Daniel Stenberglibcurl-ws.3. WebSocket API overview
2023-06-14  Daniel Stenberglibcurl-url.3: also mention CURLUPART_ZONEID
2023-06-14  Marcel Raadfopen: fix conversion warning on 32-bit Android
2023-06-14  Marcel Raadhttp2: fix variable type
2023-06-13  Daniel Stenbergvtls: fix potentially uninitialized local variable...
2023-06-12  Daniel Stenbergtimeval: use CLOCK_MONOTONIC_RAW if available
2023-06-12  Stefan Eissingtool: add curl command line option `--trace-ids`
2023-06-12  Stefan Eissinglib: add CURLINFO_CONN_ID and CURLINFO_XFER_ID
2023-06-12  Daniel StenbergCURLOPT_INFILESIZE.3: mention -1 triggers chunked
2023-06-12  Philip HCI: openssl-3.0.9+quic
next