]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
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
2023-06-07  Daniel Stenbergws: make the curl_ws_meta() return pointer a const
2023-06-07  Daniel StenbergRELEASE-NOTES: synced
2023-06-07  Daniel Stenbergruntests: move parallel log dirs from logN to log/N
2023-06-07  Dan Fandrichtest447: move the test file into %LOGDIR
2023-06-07  Viktor Szakatscmake: add support for "unity" builds
2023-06-07  Daniel Stenbergexamples/websocket.c: websocket example using CONNECT_ONLY
2023-06-07  Daniel Stenbergwebsocket-cb: example doing WebSocket download using...
2023-06-07  Daniel Stenbergtest/.gitignore: ignore log*
2023-06-05  Dan Fandrichruntests: document the -j parallel testing option 11255/head
2023-06-05  Dan Fandrichruntests: create multiple test runners when requested
2023-06-05  Dan Fandrichruntests: handle repeating tests in multiprocess mode
2023-06-05  Dan Fandrichruntests: buffer logmsg while running singletest()
2023-06-05  Dan Fandrichruntests: call initserverconfig() in the runner
2023-06-05  Dan Fandrichruntests: use a per-runner random seed
2023-06-05  Dan Fandrichruntests: complete main test loop refactor for multiple...
2023-06-05  Dan Fandrichruntests: prepare main test loop for multiple runners
2023-06-05  Stefan Eissingbufq: make write/pass methods more robust
2023-06-05  Boris Verkhovskiytool_getparam: fix comment
2023-06-05  Raito Bezariushaproxy: add --haproxy-clientip flag to spoof client IPs
2023-06-05  Daniel Stenbergcurl: add --ca-native and --proxy-ca-native
2023-06-05  Viktor Szakatsbuild: drop unused/redundant `HAVE_WINLDAP_H`
2023-06-05  Daniel Stenbergurlapi: scheme starts with alpha
2023-06-03  Daniel StenbergRELEASE-NOTES: synced
2023-06-03  Daniel StenbergCURLOPT_MAIL_RCPT_ALLOWFAILS: replace CURLOPT_MAIL_RCPT...
2023-06-02  Daniel Stenbergtests/servers: generate temp names in /tmp for unix...
2023-06-02  Stefan Eissinghttp2: better support for --limit-rate
2023-06-02  Stefan Eissingcurl_log: evaluate log statement only when transfer...
2023-06-02  Daniel Stenberglibssh2: provide error message when setting host key...
2023-06-02  Igor Todorovskisystem.h: remove __IBMC__/__IBMCPP__ guards and apply...
2023-06-02  Daniel Stenbergdocs/SECURITY-PROCESS.md: link to example of previous...
2023-06-02  Mark SeuffertREADME.md: updated link to opencollective
2023-06-01  Daniel Stenberglibssh2: use custom memory functions
2023-06-01  Daniel Stenbergtest447: test PUTting a file that grows
2023-06-01  Daniel Stenbergcurl: count uploaded data to stop at the originally...
2023-06-01  Daniel Stenbergtool: remove exclamation marks from error/warning messages
2023-06-01  Daniel Stenbergtool: use errorf() for error output
2023-06-01  Daniel Stenbergtool: remove newlines from all helpf/notef/warnf/errorf...
2023-05-31  Daniel Stenbergtests/servers.pm: pick unused port number with a server...
2023-05-31  Daniel StenbergRELEASE-NOTES: synced
2023-05-31  Alejandro R... configure: fix run-compiler for old /bin/sh
2023-05-31  Philip Hcircleci: install impacket & wolfssl 5.6.0
2023-05-31  Daniel Stenbergtool_urlglob: use curl_off_t instead of longs
2023-05-30  Dan Fandrichscripts: Fix GHA matrix job detection in cijobs.pl
2023-05-30  Dan Fandrichruntests: abort test run after failure without -a 11227/head
2023-05-30  Daniel StenbergRELEASE-NOTES: synced curl-8_1_2
2023-05-30  Daniel StenbergTHANKS: contributors from 8.1.2
2023-05-29  Daniel Stenberglib1560: verify more scheme guessing
2023-05-29  Daniel Stenbergpage-header: minor wording polish in the URL segment
2023-05-29  Daniel Stenbergpage-header: mention curl version and how to figure...
2023-05-28  Daniel StenbergRELEASE-NOTES: synced
2023-05-28  Daniel Stenbergconfigure: without pkg-config and no custom path, use...
next