This is an automated email from the ASF dual-hosted git repository.
hoslo pushed a change to branch add-ascii-auth
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard 23b1144b6d feat(services/memcached): add binary protocal support
add 014893e1ec docs: remove unneeded duplicate words from Rust files
(#4243)
add acb8ef6128 feat(bin/ofs): implement fuse for linux (#4179)
add f2402cc0fb Bump to opendal version 0.45.1 (#4246)
add 453fea61ff docs: fix grammar and spelling in Markdown (#4245)
new 34bded499d feat(services/memcached): add binary protocal support
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (23b1144b6d)
\
N -- N -- N refs/heads/add-ascii-auth (34bded499d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 74 +++
bin/oay/Cargo.lock | 6 +-
bin/oay/Cargo.toml | 4 +-
bin/oay/DEPENDENCIES.rust.tsv | 186 +++---
bin/ofs/Cargo.lock | 29 +-
bin/ofs/Cargo.toml | 17 +-
bin/ofs/DEPENDENCIES.rust.tsv | 180 +++---
bin/ofs/src/bin/ofs.rs | 62 +-
.../cpp/src/lister.rs => bin/ofs/src/config.rs | 25 +-
bin/ofs/src/fuse.rs | 670 +++++++++++++++++++++
bin/ofs/src/lib.rs | 246 ++------
bin/oli/Cargo.lock | 4 +-
bin/oli/Cargo.toml | 4 +-
bin/oli/DEPENDENCIES.rust.tsv | 187 +++---
bindings/c/Cargo.toml | 2 +-
bindings/c/DEPENDENCIES.rust.tsv | 41 +-
bindings/cpp/Cargo.toml | 4 +-
bindings/cpp/DEPENDENCIES.rust.tsv | 29 +-
bindings/dotnet/Cargo.toml | 4 +-
bindings/dotnet/DEPENDENCIES.rust.tsv | 29 +-
bindings/{haskell => go}/DEPENDENCIES.rust.tsv | 0
bindings/haskell/Cargo.toml | 4 +-
bindings/haskell/DEPENDENCIES.rust.tsv | 195 ++++++
bindings/java/Cargo.toml | 5 +-
bindings/java/DEPENDENCIES.rust.tsv | 143 ++---
bindings/java/pom.xml | 2 +-
bindings/lua/Cargo.toml | 4 +-
bindings/lua/DEPENDENCIES.rust.tsv | 31 +-
bindings/nodejs/Cargo.toml | 5 +-
bindings/nodejs/DEPENDENCIES.rust.tsv | 164 ++---
bindings/nodejs/npm/darwin-arm64/package.json | 4 +-
bindings/nodejs/npm/darwin-x64/package.json | 4 +-
bindings/nodejs/npm/linux-arm64-gnu/package.json | 4 +-
bindings/nodejs/npm/linux-arm64-musl/package.json | 4 +-
bindings/nodejs/npm/linux-x64-gnu/package.json | 4 +-
bindings/nodejs/npm/win32-arm64-msvc/package.json | 4 +-
bindings/nodejs/npm/win32-x64-msvc/package.json | 4 +-
bindings/nodejs/package.json | 2 +-
bindings/ocaml/Cargo.toml | 4 +-
bindings/ocaml/DEPENDENCIES.rust.tsv | 39 +-
bindings/php/Cargo.toml | 4 +-
bindings/php/DEPENDENCIES.rust.tsv | 45 +-
bindings/python/Cargo.toml | 8 +-
bindings/python/DEPENDENCIES.rust.tsv | 160 ++---
bindings/ruby/Cargo.toml | 4 +-
bindings/ruby/DEPENDENCIES.rust.tsv | 47 +-
bindings/{haskell => swift}/DEPENDENCIES.rust.tsv | 0
bindings/{haskell => zig}/DEPENDENCIES.rust.tsv | 0
core/Cargo.lock | 2 +-
core/Cargo.toml | 2 +-
core/DEPENDENCIES.rust.tsv | 433 ++++++-------
core/src/docs/upgrade.md | 20 +-
integrations/dav-server/Cargo.toml | 4 +-
integrations/dav-server/DEPENDENCIES.rust.tsv | 161 ++---
integrations/object_store/Cargo.toml | 4 +-
integrations/object_store/DEPENDENCIES.rust.tsv | 148 ++---
56 files changed, 2118 insertions(+), 1353 deletions(-)
copy bindings/cpp/src/lister.rs => bin/ofs/src/config.rs (66%)
create mode 100644 bin/ofs/src/fuse.rs
copy bindings/{haskell => go}/DEPENDENCIES.rust.tsv (100%)
copy bindings/{haskell => swift}/DEPENDENCIES.rust.tsv (100%)
copy bindings/{haskell => zig}/DEPENDENCIES.rust.tsv (100%)