]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
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
2023-06-12  Karthikdasari0423HTTP3.md: update openssl version
2023-06-12  Daniel Stenbergvtls: avoid memory leak if sha256 call fails
2023-06-12  Daniel Stenbergexamples/ipv6: disable on win32
2023-06-12  Daniel Stenbergtool_operate: allow cookie lines up to 8200 bytes
2023-06-12  Daniel Stenbergtest427: verify sending more cookies than fit in a...
2023-06-12  Daniel Stenbergtestutil: allow multiple %-operators on the same line
2023-06-12  Oleg Jukovecdocs: update CURLOPT_UPLOAD.3
2023-06-12  Daniel StenbergRELEASE-NOTES: synced
2023-06-12  Daniel StenbergCURLOPT_AWS_SIGV4.3: remove unused variable from example
2023-06-10  Daniel Stenbergexamples/https.c: use CURLOPT_CA_CACHE_TIMEOUT
2023-06-10  Daniel Stenbergexample/ipv6: feature CURLOPT_ADDRESS_SCOPE in use
2023-06-10  Karthikdasari0423docs: Update HTTP3.md for newer ngtcp2 and nghttp3
2023-06-10  Dan Fandrichdocs: update the supported ngtcp2 and nghttp3 versions
2023-06-09  Dan Fandrichtests: fix error messages & handling around sockets
2023-06-09  Daniel StenbergCURLOPT_SSH_PRIVATE_KEYFILE.3: expand on the file search
2023-06-09  Stefan Eissingngtcp2: use ever increasing timestamp in io
2023-06-09  Daniel StenbergGHA: use nghttp2 1.54.0 for the ngtcp2 jobs
2023-06-09  Philip HGHA: ngtcp2: use 0.16.0 and nghttp3 0.12.0
2023-06-09  Daniel Stenbergngtcp2: build with 0.16.0 and nghttp3 0.12.0
2023-06-09  Daniel Stenbergexample/http2-download: set CURLOPT_BUFFERSIZE
2023-06-09  Daniel Stenbergexample/crawler: also set CURLOPT_AUTOREFERER
2023-06-09  Wyatt OʼDaytls13-ciphers.d: include Schannel
2023-06-09  Daniel Stenbergcurl_pushheader_byname/bynum.3: document in their own...
2023-06-09  Daniel Stenbergcurl_mprintf.3: minor fix of the example
2023-06-08  Daniel Stenbergcurl_url_set: enforce the max string length check for...
2023-06-08  Daniel Stenbergexamples/ftpuploadresume.c: add use of CURLOPT_ACCEPTTI...
2023-06-08  Daniel Stenbergexamples/unixsocket.c: example using CURLOPT_UNIX_SOCKE...
2023-06-08  Anssi Kolehmainendocs: fix missing parameter names in examples
2023-06-08  Daniel Stenbergurlapi: have *set(PATH) prepend a slash if one is missing
2023-06-07  Dan Fandrichruntests; give each server a unique log lock file
2023-06-07  Dan Fandrichruntests: make test file directories in log/N 11267/head
next