foundationdb/fdbclient
sfc-gh-tclinkenbeard 2385dd36f3 Update GLOBAL_TAG_THROTTLING_FOLDING_TIME default to 10.0 2023-05-26 16:10:37 -07:00
..
azure_backup Blob single part upload (#8703) 2022-11-08 17:30:01 -06:00
include/fdbclient Fix audit storage issue with multiple DDs (#10310) 2023-05-26 15:56:03 -07:00
sha1
vexillographer Add networkoption to disable non-TLS connections (#9984) 2023-05-13 00:14:11 +02: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 Fix audit storage issue with multiple DDs (#10310) 2023-05-26 15:56:03 -07:00
BackupAgentBase.actor.cpp adding blob ranges to backup keys to not lose blobbification on restore (#10059) 2023-05-04 13:55:20 -05:00
BackupContainer.actor.cpp Merge commit '9639192a88001043a104aeef0c394e99ca5d6a6e' into keybackedrangemap 2023-04-21 13:27:15 -07:00
BackupContainerFileSystem.actor.cpp Fixing path for non-backup (blob granule) blob url use cases to not prepend /data to path (#10011) 2023-04-19 14:18:08 -05:00
BackupContainerLocalDirectory.actor.cpp adding knob to allow relative paths for local backup containers 2023-05-23 17:06:49 -05:00
BackupContainerS3BlobStore.actor.cpp Fixing path for non-backup (blob granule) blob url use cases to not prepend /data to path (#10011) 2023-04-19 14:18:08 -05:00
BlobCipher.cpp EaR: Remove unused CODE_PROBE handling encrypiton header flag version (#10020) 2023-04-19 18:02:31 -07:00
BlobConnectionProvider.cpp Blob kms connector ids (#10121) 2023-05-16 13:10:11 -05:00
BlobGranuleCommon.cpp sync with upstream main 2022-08-31 15:46:39 -07:00
BlobGranuleFiles.cpp fixing code probe issues 2023-04-20 11:54:47 -07:00
BlobGranuleReader.actor.cpp Fix KeyRangeRef::isCovered() (#9675) 2023-03-14 12:41:18 -07:00
BlobMetadataUtils.cpp Bg tenant metadata restarting (#10235) 2023-05-23 11:24:13 -05: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
ClientKnobCollection.cpp
ClientKnobs.cpp Update default tag throttling knob values 2023-05-25 16:45:32 -07:00
ClientStatusReport.cpp client_status_report: Change variable names 2023-01-16 15:17:37 +01:00
ClusterConnectionFile.actor.cpp Undo some changes that aren't needed 2022-07-07 14:48:36 -07:00
ClusterConnectionKey.actor.cpp Undo some changes that aren't needed 2022-07-07 14:48:36 -07:00
ClusterConnectionMemoryRecord.actor.cpp Undo some changes that aren't needed 2022-07-07 14:48:36 -07:00
CommitProxyInterface.cpp Revert "Revert "Refactor GetEncryptCipherKeys (#9600)"" (#9903) 2023-04-05 10:03:48 -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
DataDistributionConfig.actor.cpp Apply clang-format, debug output changes. 2023-04-18 22:21:27 -07:00
DatabaseBackupAgent.actor.cpp Changed KeyBackedTypes to an actor file. Added TypedKeySelectors for Map and Set classes and getRange() keySelector methods. Added debug macro for KeyBackedTypes. Rewrote KeyBackedRangeMap using keyselectors on KeyBackedMap. 2023-04-18 22:21:19 -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 support blob restore in fdbrestore (#10248) 2023-05-19 14:45:14 -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 Add test executables to catch missing symbols 2022-07-06 14:49:33 -07:00
LocalClientAPI.cpp
ManagementAPI.actor.cpp Do not allow changing the coordinators to a set that is unreliable, because otherwise we could delete our coordinated state 2023-05-03 15:03:03 -07:00
MetaclusterRegistration.cpp Add a metacluster version to the MetaclusterRegistrationEntry and validate it when loading the entry from the cluster. 2023-04-27 10:04:57 -07:00
MonitorLeader.actor.cpp Allow boolean parameters to be nested inside of namespaces or classes 2023-03-30 15:09:59 -07:00
MultiVersionTransaction.actor.cpp fixing incorrect uses of ThreadSafeAsyncVar (#10086) 2023-05-02 07:29:06 -05:00
MutationLogReader.actor.cpp Update getReadThrough() to return Key directly 2023-04-18 13:13:59 -07:00
NameLineage.cpp
NativeAPI.actor.cpp Fix a couple thread-safety issues (#10359) 2023-05-26 19:36:02 +02: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 copying headers into http request (#10227) 2023-05-11 20:18:12 -05:00
RESTUtils.actor.cpp enable tls with https connection 2023-03-30 21:45:03 -07:00
RYWIterator.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
RandomKeyValueUtils.cpp Add a helper class to container StringSetGenerator and StringGenerator 2023-05-09 09:11:30 -07:00
ReadYourWrites.actor.cpp Revert matchIndex feature 2023-04-17 09:39:45 -07:00
RestoreInterface.cpp
S3BlobStore.actor.cpp Adding Simulated HTTP Server and refactoring HTTP code (#10112) 2023-05-05 12:19:17 -05:00
Schemas.cpp New ConsistencyScan (#10265) 2023-05-18 15:02:41 -05:00
ServerKnobCollection.cpp
ServerKnobs.cpp Update GLOBAL_TAG_THROTTLING_FOLDING_TIME default to 10.0 2023-05-26 16:10:37 -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 Fix two bugs in checkExclusion() and add a trace event for better observability (#10330) 2023-05-24 10:58:03 -07:00
StackLineage.cpp
StatusClient.actor.cpp
StorageServerInterface.cpp Hex values in TSS logs and rocksb debuglogs mode knob (#10231) 2023-05-16 10:34:58 -07:00
Subspace.cpp Avoid unnecessary copy. 2023-04-18 21:48:55 -07:00
SystemData.cpp Psm ss (#9817) 2023-05-23 11:18:35 -07:00
TagThrottle.actor.cpp Allow boolean parameters to be nested inside of namespaces or classes 2023-03-30 15:09:59 -07:00
TaskBucket.actor.cpp Allow boolean parameters to be nested inside of namespaces or classes 2023-03-30 15:09:59 -07:00
Tenant.cpp Add code probes for tenant code 2023-05-10 20:44:39 -07:00
TenantManagement.actor.cpp Add code probes for tenant code 2023-05-10 20:44:39 -07:00
TestKnobCollection.cpp
ThreadSafeTransaction.cpp Revert matchIndex feature 2023-04-17 09:39:45 -07: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