foundationdb/fdbclient
A.J. Beamon 6becf12ecd Merge branch 'main' into fix-tenant-list-infinite-loop 2023-03-20 14:11:16 -07:00
..
azure_backup Blob single part upload (#8703) 2022-11-08 17:30:01 -06:00
include/fdbclient Merge branch 'main' into fix-tenant-list-infinite-loop 2023-03-20 14:11:16 -07:00
sha1
vexillographer Default transaction options for report_conflicting_keys and used_during_commit_protection_disable (#9441) 2023-02-23 18:05:01 +01:00
ActorLineageProfiler.cpp
AnnotateActor.cpp
AsyncFileS3BlobStore.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
AsyncTaskThread.actor.cpp
Atomic.cpp Initialize memory in new DoAppendIfFits unit test (#8324) 2022-09-26 13:46:20 -07:00
AuditUtils.actor.cpp Validate Storage part II (#8471) 2023-01-15 21:46:14 -08:00
BackupAgentBase.actor.cpp Revert "Refactor GetEncryptCipherKeys (#9600)" (#9708) 2023-03-15 12:10:08 -07:00
BackupContainer.actor.cpp extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file 2023-01-02 23:34:39 -08:00
BackupContainerFileSystem.actor.cpp EaR: Update ApiWorkload to validate encryption at-rest guarantees (#9466) 2023-02-27 21:40:46 -08:00
BackupContainerLocalDirectory.actor.cpp Extract ProcessInfo, MachineInfo, KillType out from ISimulator 2023-01-24 14:48:42 -08:00
BackupContainerS3BlobStore.actor.cpp Blob single part upload (#8703) 2022-11-08 17:30:01 -06:00
BlobCipher.cpp EaR: cleanup encryption knobs (#9386) 2023-02-18 13:18:20 -08:00
BlobConnectionProvider.cpp Blob metadata refresh (#8456) 2022-10-14 08:17:50 -05:00
BlobGranuleCommon.cpp sync with upstream main 2022-08-31 15:46:39 -07:00
BlobGranuleFiles.cpp adding version metadata to blob granule file pointers (#9392) 2023-02-16 17:11:11 -06:00
BlobGranuleReader.actor.cpp Fix KeyRangeRef::isCovered() (#9675) 2023-03-14 12:41:18 -07:00
BlobMetadataUtils.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
BuildFlags.h.in Add build date and time to build_flags 2022-09-14 15:11:51 -07:00
CMakeLists.txt Fix build issue with awssdk_target 2023-02-23 15:05:17 -07:00
ClientBooleanParams.cpp
ClientKnobCollection.cpp
ClientKnobs.cpp adding blob granule logical size 2023-03-15 08:54:49 -05:00
ClientStatusReport.cpp client_status_report: Change variable names 2023-01-16 15:17:37 +01:00
ClusterConnectionFile.actor.cpp
ClusterConnectionKey.actor.cpp
ClusterConnectionMemoryRecord.actor.cpp
CommitProxyInterface.cpp Revert "Refactor GetEncryptCipherKeys (#9600)" (#9708) 2023-03-15 12:10:08 -07:00
ConfigKnobs.cpp fdbcli: Add options for knob management 2022-10-11 15:32:01 -07:00
ConfigTransactionInterface.cpp
CoordinationInterface.cpp Add processID, networkAddress, and locality to layer status JSON for Backup Agents. (#9736) 2023-03-17 18:07:03 -07:00
DatabaseBackupAgent.actor.cpp Add macros for literal string ref versions of __FUNCTION__ and __FILE__ 2022-09-30 16:05:47 -07:00
DatabaseConfiguration.cpp Refactored some parts of database configuration to support log_engine=<name> and storage_engine=<name> and generate these when converting a DatabaseConfig JSON object to a `configure` command. Refactored `fileconfigure` and simulation setup to use the same JSON -> configure function as the same code was copy/pasted to both places but only one has been kept up to date with new features. Renamed Redwood to `ssd-redwood-1` canonically but the experimental name is still supported for backward compatibility. 2023-03-04 20:52:31 -08:00
DatabaseContext.cpp Remove cx->clearWatchMetadata() when connection file changed 2022-11-30 14:31:09 -08:00
FDBAWSCredentialsProvider.cpp Use WITH_AWS_BACKUP instead of BUILD_AWS_BACKUP 2022-10-07 10:52:46 -07:00
FDBTypes.cpp Move implementations to cpp file. 2023-03-06 18:43:26 -08:00
FileBackupAgent.actor.cpp Revert "Refactor GetEncryptCipherKeys (#9600)" (#9708) 2023-03-15 12:10:08 -07:00
FluentDSampleIngestor.cpp
GlobalConfig.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
IConfigTransaction.cpp
IKnobCollection.cpp
ISingleThreadTransaction.cpp Remove tenant name from the TenantInfo object 2023-01-13 08:58:15 -08:00
IdempotencyId.actor.cpp Fix up merge 2022-12-14 17:30:54 -08:00
JsonBuilder.cpp
KeyRangeMap.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
LinkTest.cpp
LocalClientAPI.cpp
ManagementAPI.actor.cpp Refactored some parts of database configuration to support log_engine=<name> and storage_engine=<name> and generate these when converting a DatabaseConfig JSON object to a `configure` command. Refactored `fileconfigure` and simulation setup to use the same JSON -> configure function as the same code was copy/pasted to both places but only one has been kept up to date with new features. Renamed Redwood to `ssd-redwood-1` canonically but the experimental name is still supported for backward compatibility. 2023-03-04 20:52:31 -08:00
Metacluster.cpp Disallow repopulating a management cluster from a data cluster with matching tenant ID prefix unless forced. Remember the largest used tenant ID on the data cluster and use it to update the management cluster tenant ID when force repopulating the same ID. 2023-03-10 15:36:37 -08:00
MetaclusterManagement.actor.cpp Merge branch 'main' into metacluster-concurrent-restore-testing 2023-02-23 16:06:47 -08:00
MonitorLeader.actor.cpp - Do not add fdbserver processes to the client list. (#9225) 2023-01-25 14:39:32 -05:00
MultiVersionTransaction.actor.cpp Merge branch 'main' into transaction-debug-logging 2023-02-28 14:18:51 -08:00
MutationLogReader.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
NameLineage.cpp
NativeAPI.actor.cpp Add processID, networkAddress, and locality to layer status JSON for Backup Agents. (#9736) 2023-03-17 18:07:03 -07:00
ParallelStream.actor.cpp Fix some clang warnings on unused variables 2022-11-01 15:38:47 -07:00
PaxosConfigTransaction.actor.cpp Merge remote-tracking branch 'origin/main' into expose-tag-throttled-duration 2023-01-05 08:10:49 -08:00
RESTClient.actor.cpp EaR: REST KMS fixes - encryption integration testing (#9598) 2023-03-08 09:49:43 -08:00
RESTUtils.actor.cpp EaR: Avoid appending `tls` to the URL (#9734) 2023-03-16 22:52:51 -07:00
RYWIterator.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ReadYourWrites.actor.cpp Add the ability to print messages or log trace events based on a transaction's result 2023-02-28 09:06:54 -08:00
RestoreInterface.cpp
S3BlobStore.actor.cpp Blobstore static connection pool, and observability improvements (#9234) 2023-01-27 16:46:26 -06:00
Schemas.cpp add a miss healthy_perpetual_wiggle enum 2023-03-20 09:46:36 -07:00
ServerKnobCollection.cpp
ServerKnobs.cpp Added newDataMoveId(). (#9647) 2023-03-16 18:06:06 -07:00
SimpleConfigTransaction.actor.cpp Add fdb_transaction_get_tag_throttled_duration function to C bindings 2022-11-13 11:22:57 -08:00
SpecialKeySpace.actor.cpp Prevent divison by 0 2023-02-24 18:36:55 -08:00
StackLineage.cpp
StatusClient.actor.cpp
StorageServerInterface.cpp Remove tenant name from the TenantInfo object 2023-01-20 14:04:43 -08:00
Subspace.cpp
SystemData.cpp Added newDataMoveId(). (#9647) 2023-03-16 18:06:06 -07:00
TagThrottle.actor.cpp Add tests for fdbcli quota commands 2022-10-17 16:27:45 -07:00
TaskBucket.actor.cpp Add correct test for blob restore with large workload 2023-01-18 09:27:48 -08:00
Tenant.cpp Add metacluster support for tenant locking 2023-02-27 16:53:13 -08:00
TenantManagement.actor.cpp More carefully validate tenant increments to avoid overflows 2023-03-15 14:56:12 -07:00
TestKnobCollection.cpp
ThreadSafeTransaction.cpp Add the ability to print messages or log trace events based on a transaction's result 2023-02-28 09:06:54 -08:00
Tracing.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
TransactionLineage.cpp
Tuple.cpp fdbcli: Add options for knob management 2022-10-11 15:32:01 -07:00
TupleVersionstamp.cpp Support versionstamps in key backed object properties 2022-10-05 12:48:40 -07:00
VersionVector.cpp Fix clang 15 compiler warnings 2022-12-08 13:59:37 -08:00
VersionedMap.cpp
WriteMap.cpp Make TEST macros C++ only (#7558) 2022-07-19 13:15:51 -07:00
azurestorage.cmake sync with upstream main 2022-08-31 15:46:39 -07:00
versions.h.cmake
zipf.c