]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2022-09-13  Daniel Stenbergurldata: use a curl_prot_t type for storing protocol...
2022-09-13  zhanghuformdata: fix warning: 'CURLformoption' is promoted...
2022-09-13  Daniel StenbergCURLOPT_CONNECT_ONLY.3: for ws(s) as well
2022-09-13  Daniel Stenbergtool_operate: avoid a few #ifdefs for disabled-libcurl...
2022-09-13  a1346054scripts: use `grep -E` instead of `egrep`
2022-09-13  Hayden RochewolfSSL: fix session management bug.
2022-09-13  Daniel Stenbergdocs: use "WebSocket" in singular
2022-09-12  Marcel Raadws: fix build without `USE_WEBSOCKETS`
2022-09-12  Marcel Raadws: add missing curl.h include
2022-09-12  Daniel Stenbergws: fix an infof() call to use %uz for size_t output
2022-09-12  Marcel Raadcurl_setup: include only system.h instead of curl.h
2022-09-12  Marcel Raadlib: add missing limits.h includes
2022-09-12  Marcel Raadlib and tests: add missing curl.h includes
2022-09-12  Marcel Raadcurl_setup: include curl.h after platform setup headers
2022-09-12  Benjamin Loisondocs: correct missing uppercase in Markdown files
2022-09-12  Daniel Stenbergtool_setopt: use better English in --libcurl source...
2022-09-12  Daniel Stenbergsetopt: make protocol2num use a curl_off_t for the...
2022-09-11  Daniel StenbergRELEASE-NOTES: synced
2022-09-11  Daniel Stenbergconfigure: polish the grep -E message a bit further
2022-09-11  Daniel StenbergGHA: add a gcc-11 -O3 build using OpenSSL
2022-09-11  Patrick Monneratcontent_encoding: use writer struct subclasses for...
2022-09-11  Daniel Stenbergconfigure: correct the wording when checking grep -E
2022-09-10  Viktor Szakatswebsockets: sync prototypes in docs with implementation...
2022-09-10  Daniel Stenbergsetopt: make protocols2num() work with websockets
2022-09-10  Daniel Stenbergcurl/websockets.h: remove leftover bad typedef
2022-09-10  Orgad Shanehfix Cygwin/MSYS compilation
2022-09-10  Marc HoerskenGHA: prepare workflow merge by aligning structure again
2022-09-09  Daniel Stenbergdocs: the websockets symbols are added in 7.86.0
2022-09-09  Daniel Stenbergtests/libtest/Makefile.inc: fixup merge conflict mistake
2022-09-09  Daniel StenbergEXPERIMENTAL.md: add WebSockets
2022-09-09  Daniel Stenbergappveyor: enable websockets
2022-09-09  Daniel Stenbergcirrus: enable websockets in the windows builds
2022-09-09  Daniel StenbergGHA: add websockets to macos, openssl3 and hyper builds
2022-09-09  Daniel Stenbergtests: add websockets tests
2022-09-09  Daniel Stenbergcurl_ws_meta: initial implementation
2022-09-09  Daniel Stenbergcurl_ws_meta.3: added docs
2022-09-09  Daniel Stenbergws: initial websockets support
2022-09-09  Daniel Stenbergversion: add ws + wss
2022-09-09  Daniel Stenberglibtest/lib1560: test basic websocket URL parsing
2022-09-09  Daniel Stenbergconfigure: add --enable-websockets
2022-09-09  Daniel Stenbergdocs/WebSockets.md: docs
2022-09-09  Daniel Stenbergtest415: verify Content-Length parser with control...
2022-09-09  Daniel Stenbergstrtoofft: after space, there cannot be a control code
2022-09-09  Daniel Stenbergheaders: reset the requests counter at transfer start
2022-09-08  Jay Satiroheader: define public API functions as extern c
2022-09-08  Daniel Stenberghttp2: make nghttp2 less picky about field whitespace
2022-09-07  Daniel StenbergRELEASE-NOTES: synced
2022-09-07  Michael Heimpoldftp: ignore a 550 response to MDTM
2022-09-07  Daniel Stenbergurlapi: leaner with fewer allocs
2022-09-07  Jay Satirosetup-win32: no longer define UNICODE/_UNICODE implicitly
2022-09-06  Dan Fandrichtests: fix tag syntax errors in test files
2022-09-06  Marc Hoerskenlib: add required Win32 setup definitions in setup...
2022-09-06  Daniel Stenbergpingpong: extend the response reading error with errno
2022-09-06  Daniel Stenbergcurl-compilers.m4: use -O2 as default optimize for...
2022-09-06  Daniel Stenbergtool_operate: fix msnprintfing the error message
2022-09-06  Emanuele Torrecurl_ctype: add space around <= operator in ISSPACE...
2022-09-06  Daniel StenbergCURLOPT_PROXY_SSLCERT_BLOB.3: this is for HTTPS proxies
2022-09-06  Daniel Stenbergcurl_ctype: convert to macros-only
2022-09-06  Daniel Stenbergmisc: ISSPACE() => ISBLANK()
2022-09-06  Daniel Stenbergctype: remove all use of <ctype.h>, use our own versions
2022-09-05  Marc Hoerskencmake: skip superfluous hex2dec conversion using math...
2022-09-05  Daniel Stenbergcurl_easy_pause.3: unpausing is as fast as possible
2022-09-05  Daniel StenbergCURLOPT_DNS_INTERFACE.3: mention it works for almost...
2022-09-05  Daniel StenbergNPN: remove support for and use of
2022-09-04  Daniel StenbergRELEASE-NOTES: synced
2022-09-04  Samuel Henriqueconfigure: fail if '--without-ssl' + explicit parameter...
2022-09-04  Daniel Stenbergtests/certs/scripts: insert standard curl source headers
2022-09-02  Samuel Henriquedocs: remove mentions of deprecated '--without-openssl...
2022-09-02  Samuel Henriquemanpages: Fix spelling of "allows to" -> "allows one to"
2022-09-02  Samuel HenriqueCURLOPT_WILDCARDMATCH.3: Fix backslash escaping under...
2022-09-01  Daniel Stenbergtool_operate: reduce errorbuffer allocs
2022-08-31  Viktor Szakatsmisc: spelling fixes
2022-08-31  Daniel Stenbergtool_progress: remove 'Qd' from the parallel progress bar
2022-08-31  Daniel Stenbergtool_operate: prevent over-queuing in parallel mode
2022-08-31  Viktor Szakatscmake: fix original MinGW builds
2022-08-31  Daniel StenbergRELEASE-NOTES: synced curl-7_85_0
2022-08-31  Daniel StenbergTHANKS: add contributors from the 7.85.0 release
2022-08-30  Daniel Stenberggetparam: correctly clean args
2022-08-30  Daniel Stenbergzuul: remove the clang-tidy job
2022-08-30  Daniel Stenbergcmake: set feature PSL if present
2022-08-30  Daniel Stenberglib530: simplify realloc failure exit path
2022-08-29  Orgad Shanehtests: add tests for netrc login/password combinations
2022-08-29  Orgad Shanehurl: really use the user provided in the url when netrc...
2022-08-29  Orgad Shanehnetrc: Use the password from lines without login
2022-08-29  Jay Satirourl: treat missing usernames in netrc as empty
2022-08-29  Daniel Stenbergtest8: verify that "ctrl-byte cookies" are ignored
2022-08-29  Daniel Stenbergcookie: reject cookies with "control bytes"
2022-08-29  Daniel Stenberglibssh: ignore deprecation warnings
2022-08-29  Daniel StenbergRevert "schannel: when importing PFX, disable key persi...
2022-08-28  Daniel Stenbergmulti: use larger dns hash table for multi interface
2022-08-28  Marc HoerskenCI/runtests.pl: add param for dedicated curl to talk...
2022-08-27  Jacob Tolaropenssl: add cert path in error message
2022-08-27  Jacob Tolarcert.d: clarify that escape character works for file...
2022-08-27  Daniel Stenberggha: move over ngtcp2-gnutls CI job from zuul
2022-08-26  Marc Hoerskencmake: add detection of threadsafe feature
2022-08-26  Daniel StenbergRELEASE-NOTES: synced
2022-08-26  Marc HoerskenCI/azure: align torture shallowness with GHA
2022-08-26  Marc Hoerskenmulti_wait: fix and improve Curl_poll error handling...
2022-08-25  Marc Hoerskenmulti_wait: fix skipping to populate revents for extra_fds
2022-08-25  Marc HoerskenCI/appveyor: disable TLS in msys2-native autotools...
next