]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2022-09-16  Patrick Monneratcli tool: do not use disabled protocols
2022-09-16  Patrick Monneratsetopt: use the handler table for protocol name to...
2022-09-16  Daniel Stenbergaltsvc: use 'h3' for h3
2022-09-16  chemodaxwinbuild: Use NMake batch-rules for compilation
2022-09-16  Daniel Stenbergws: the infof() flags should be %zu
2022-09-16  Daniel Stenbergcurl: warn for --ssl use, considered insecure
2022-09-16  Sergey Bronnikovcurl_escape.3: fix typo
2022-09-16  Daniel Stenbergmailmap: merge Philip Heiduck's two addresses into one
2022-09-15  Daniel Stenbergtest1948: verify PUT + POST reusing the same handle
2022-09-15  Daniel Stenbergsetopt: when POST is set, reset the 'upload' field
2022-09-15  Marc Hoerskengithub: initial CODEOWNERS setup for CI configuration
2022-09-15  Philip HeiduckCI: optimize some more dependencies install
2022-09-15  Marc HoerskenCI/GHA: merge event-based and NSS into new linux workflow
2022-09-15  Daniel Stenberginclude/curl/websockets.h: add extern "C" for C++
2022-09-15  Daniel Stenberglib1560: extended to verify detect/reject of unknown...
2022-09-15  Daniel Stenbergurlapi: detect scheme better when not guessing
2022-09-15  Daniel Stenbergstrerror: improve two URL API error messages
2022-09-14  Marc HoerskenCI/GHA: merge bearssl and hyper into initial linux...
2022-09-14  Daniel StenbergRELEASE-NOTES: synced
2022-09-14  Daniel Stenbergcmake: define BUILDING_LIBCURL in lib/CMakeLists, not...
2022-09-14  Daniel Stenbergtool_hugehelp: make hugehelp a blank macro when disabled
2022-09-14  Daniel Stenberggetparameter: return PARAM_MANUAL_REQUESTED for -M...
2022-09-14  Daniel Stenbergsetopt: fix compiler warning
2022-09-13  Philip HeiduckCI: skip make, do make install at once for dependencies
2022-09-13  Daniel Stenbergformdata: typecast the va_arg return value
2022-09-13  Daniel StenbergRELEASE-PROCEDURE.md: mention patch releases
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
next