foundationdb/fdbclient
akankshamahajan15 604fd35eb2 Fix unit test failure 2026-05-01 17:18:51 -07:00
..
bench Remove outdated CMAKE_CURRENT_BINARY_DIR references from CMakeLists.txt files 2026-04-24 06:20:40 +00:00
include/fdbclient Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
sha1 Improve header file encapsulation 2026-04-24 16:03:07 +00:00
tests Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
vexillographer Improve the documentation for the read_lock_aware option and the go bindings RebootWorker method (#12840) 2026-03-25 11:38:37 +01:00
ActorLineageProfiler.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
AnnotateActor.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
AsyncFileBlobStore.cpp Introduce blob store interface and refactor S3 classes (#12936) 2026-04-17 09:17:15 -07:00
Atomic.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
AuditUtils.cpp Factor out core logic of audit_storage locationmetadata (#13058) 2026-04-28 09:41:19 -07:00
BackupAgentBase.cpp Merge remote-tracking branch 'origin/main' into dev/tclinkenbeard/enforce-clang-tidy2 2026-04-17 20:22:33 -07:00
BackupContainer.cpp Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
BackupContainerBlobStore.cpp Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
BackupContainerBlobStore.h Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
BackupContainerFileSystem.cpp Fix unit test failure 2026-05-01 17:18:51 -07:00
BackupContainerLocalDirectory.cpp Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
BackupContainerLocalDirectory.h Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
BackupTLSConfig.cpp Enforce new rules 2026-03-14 02:25:26 +00:00
BlobStoreCommon.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
BuildFlags.h.in Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
BulkDumping.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
BulkLoading.cpp Improve backup/restore observability and status messages (#12729) 2026-03-18 21:10:28 -07:00
CMakeLists.txt Merge pull request #13075 from tclinkenbeard-oai/dev/tclinkenbeard/grey-failure-detection 2026-04-28 14:45:23 -05:00
ClientKnobs.cpp Make status async and return before we timeout (#12940) 2026-04-23 09:55:05 -07:00
ClientStatusReport.cpp Add and enforce more `readability-*` `clang-tidy` rules (#12765) 2026-03-12 22:30:38 -07:00
ClusterConnectionFile.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
ClusterConnectionKey.cpp Make fdbclient header files private 2026-04-01 07:47:51 +00:00
ClusterConnectionKey.h Make fdbclient header files private 2026-04-01 07:47:51 +00:00
ClusterConnectionMemoryRecord.cpp Rename .actor.cpp files without actors 2026-03-13 06:18:08 +00:00
CommitProxyInterface.cpp Delete encryption at rest (#12667) 2026-02-04 16:02:06 -08:00
CoordinationInterface.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
DataDistributionConfig.cpp Rename actor files without ACTORs 2026-03-20 08:30:40 +00:00
DatabaseBackupAgent.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
DatabaseConfiguration.cpp Enforce new rules 2026-03-14 02:25:26 +00:00
DatabaseContext.cpp Merge pull request #13075 from tclinkenbeard-oai/dev/tclinkenbeard/grey-failure-detection 2026-04-28 14:45:23 -05:00
FDBAWSCredentialsProvider.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
FDBAWSCredentialsProvider.h Improve header file encapsulation 2026-04-24 16:03:07 +00:00
FDBTypes.cpp Simplify loop variable initialization (#12804) 2026-03-18 15:38:14 -07:00
FileBackupAgent.cpp Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
FluentDSampleIngestor.cpp Enforce two new modernize-* clang-tidy rules 2026-03-13 20:12:14 +00:00
GCSBlobStore.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
GCSBlobStore.h Improve header file encapsulation 2026-04-24 16:03:07 +00:00
GlobalConfig.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
IdempotencyId.cpp Merge remote-tracking branch 'origin/main' into dev/tclinkenbeard/status-coro2 2026-04-24 16:20:28 -07:00
JsonBuilder.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
KeyRangeMap.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
KnobValue.cpp Remove dynamic knobs feature (#12683) 2026-02-19 13:25:00 -08:00
LinkTest.cpp Add test executables to catch missing symbols 2022-07-06 14:49:33 -07:00
LocalClientAPI.cpp Make fdbclient header files private 2026-04-01 07:47:51 +00:00
LocalClientAPI.h Make fdbclient header files private 2026-04-01 07:47:51 +00:00
ManagementAPI.cpp Merge remote-tracking branch 'apple/main' into dev/tclinkenbeard/move-simulator-up 2026-04-25 00:14:13 +00:00
MonitorLeader.cpp Convert fdbrpc/genericactors.actor.h to standard coroutines 2026-04-27 20:48:21 +00:00
MultiVersionTransaction.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
MutationLogReader.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
NameLineage.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
NameLineage.h Improve header file encapsulation 2026-04-24 16:03:07 +00:00
NativeAPI.actor.cpp Merge pull request #13080 from tclinkenbeard-oai/dev/tclinkenbeard/move-simulator-up 2026-04-28 16:52:22 -05:00
PartitionedLogIterator.h Make fdbclient header files private 2026-04-01 07:47:51 +00:00
Printable.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
ProxyLoadBalance.h Fix formatting 2026-04-12 12:00:53 -07:00
RESTClient.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
RESTClient.h Improve header file encapsulation 2026-04-24 16:03:07 +00:00
RESTUtils.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
RESTUtils.h Improve header file encapsulation 2026-04-24 16:03:07 +00:00
RYWIterator.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
RandomKeyValueUtils.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
ReadYourWrites.actor.cpp Convert getWorkerInterfaces to standard coroutine 2026-04-21 21:13:21 +00:00
RestoreInterface.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
RestoreInterface.h Improve header file encapsulation 2026-04-24 16:03:07 +00:00
S3BlobStore.cpp Improve header file encapsulation 2026-04-24 16:03:07 +00:00
S3Client.cpp Rename S3Client.actor* files 2026-03-25 09:32:06 +00:00
S3Client_cli.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
Schemas.cpp Remove dead code left behind by blob worker, change feed, and metacluster feature deletions (#13119) 2026-04-29 20:15:54 -07:00
SpecialKeySpace.cpp Merge remote-tracking branch 'origin/main' into dev/tclinkenbeard/enforce-clang-tidy2 2026-04-21 21:37:31 -07:00
StackLineage.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
StatusClient.cpp Convert fdbrpc/genericactors.actor.h to standard coroutines 2026-04-27 20:48:21 +00:00
StorageCheckpoint.cpp ShardedRocks determinism phase 2 (PSM, Checkpoint) (#12203) 2025-06-23 20:37:10 -07:00
StorageServerInterface.cpp Move long function implementations out of header files (#12726) 2026-02-24 12:58:55 -08:00
Subspace.cpp Enforce two new modernize-* clang-tidy rules 2026-03-13 20:12:14 +00:00
SystemData.cpp Remove dead code left behind by blob worker, change feed, and metacluster feature deletions (#13119) 2026-04-29 20:15:54 -07:00
TagThrottle.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
TaskBucket.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
ThreadSafeTransaction.cpp Rename non-actor files 2026-03-22 03:06:37 +00:00
Tracing.cpp Rename Tracing.actor.cpp 2026-04-28 13:08:37 -07:00
TransactionLineage.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
Tuple.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
TupleVersionstamp.cpp Add testing that a metacluster can be used after a restore. Fix some bugs found by this related to the restore ID and tenant tombstones. 2023-06-21 08:59:22 -07:00
VersionVector.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
WriteMap.cpp Add FDB_BOOLEAN_PARAMs in WriteMap.h 2026-03-28 10:19:22 +00:00
azurestorage.cmake sync with upstream main 2022-08-31 15:46:39 -07:00
notified_support.swift Add code back 2024-07-10 18:52:14 -07:00
versions.h.cmake
zipf.c fdbclient compiling 2022-06-27 18:31:05 -06:00