]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Add FoundationDB client library "libfdb". 65535/head
authorJesse F. Williamson <jfw@ibm.com>
Fri, 12 Sep 2025 20:07:43 +0000 (13:07 -0700)
committerJesse F. Williamson <jfw@ibm.com>
Tue, 30 Jun 2026 16:06:20 +0000 (09:06 -0700)
commit132c77376f6b28990bdabe838192c4a650178016
treef2f0f611a278b5822bec12d3a7018028e12f6d5e
parent1d7f80b43bc0e94c941bcb599453f6cc6acec630
Add FoundationDB client library "libfdb".

Assisted-by: Codex:GPT-5
Signed-off-by: Jesse F. Williamson <jfw@ibm.com>
17 files changed:
CMakeLists.txt
examples/libfdb/Makefile [new file with mode: 0644]
examples/libfdb/mini_example.cc [new file with mode: 0644]
src/include/buffer.h
src/rgw/CMakeLists.txt
src/rgw/ceph_fdb.h [new file with mode: 0644]
src/rgw/fdb/EXAMPLES.md [new file with mode: 0644]
src/rgw/fdb/NOTES.txt [new file with mode: 0644]
src/rgw/fdb/base.h [new file with mode: 0644]
src/rgw/fdb/conversion.h [new file with mode: 0644]
src/rgw/fdb/fdb.h [new file with mode: 0644]
src/rgw/fdb/interface.h [new file with mode: 0644]
src/test/bufferlist.cc
src/test/rgw/CMakeLists.txt
src/test/rgw/test_fdb.cc [new file with mode: 0644]
src/test/rgw/test_fdb_ceph.cc [new file with mode: 0644]
src/test/rgw/test_fdb_common.h [new file with mode: 0644]