.. |
sqlite
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
workloads
|
Add schema to configuration database (not yet tested)
|
2021-05-11 11:12:19 -07:00 |
ApplyMetadataMutation.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
ApplyMetadataMutation.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
ArtMutationBuffer.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
BackupInterface.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
BackupProgress.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
BackupProgress.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
BackupWorker.actor.cpp
|
Merge branch 'release-6.3-pre-format' into master-format
|
2021-03-10 10:40:53 -08:00 |
CMakeLists.txt
|
Improve decoupling of configuration database interfaces and implementations
|
2021-05-17 15:31:03 -07:00 |
ClusterController.actor.cpp
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
CommitProxyServer.actor.cpp
|
Fix line length of test macro + comments to be within the 120 character limit
|
2021-04-13 10:48:52 -07:00 |
CompactMap.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
ConfigBroadcastFollowerInterface.h
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
ConfigBroadcaster.actor.cpp
|
Combine STL container helper functions in ConfigBroadcaster.actor.cpp
|
2021-05-23 16:50:35 -07:00 |
ConfigBroadcaster.h
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
ConfigDatabaseUnitTests.actor.cpp
|
Add configuration database node compaction unit tests
|
2021-05-23 16:44:06 -07:00 |
ConfigFollowerInterface.cpp
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
ConfigFollowerInterface.h
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
ConflictSet.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
CoordinatedState.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
CoordinatedState.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Coordination.actor.cpp
|
Add GetSnapshotAndChangesRequest type
|
2021-05-18 15:28:44 -07:00 |
CoordinationInterface.h
|
Add GetSnapshotAndChangesRequest type
|
2021-05-18 15:28:44 -07:00 |
CoroFlow.actor.cpp
|
Merge branch 'release-6.3-pre-format' into master-format
|
2021-03-10 10:40:53 -08:00 |
CoroFlow.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
CoroFlowCoro.actor.cpp
|
Fix windows build
|
2021-03-10 18:56:01 -08:00 |
DBCoreState.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
DataDistribution.actor.cpp
|
Merge pull request #4535 from jzhou77/fix-dd
|
2021-03-24 10:50:04 -07:00 |
DataDistribution.actor.h
|
added comments and fixed style
|
2021-03-16 15:44:49 -07:00 |
DataDistributionQueue.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
DataDistributionTracker.actor.cpp
|
added comments and fixed style
|
2021-03-16 15:44:49 -07:00 |
DataDistributorInterface.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
DeltaTree.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
DiskQueue.actor.cpp
|
Fix line length of test macro + comments to be within the 120 character limit
|
2021-04-13 10:48:52 -07:00 |
FDBExecHelper.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
FDBExecHelper.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
GrvProxyServer.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
IConfigConsumer.cpp
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
IConfigConsumer.h
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
IConfigDatabaseNode.cpp
|
Add dummy PaxosConfixDatabaseNode implementation
|
2021-05-17 14:15:30 -07:00 |
IConfigDatabaseNode.h
|
Add dummy PaxosConfixDatabaseNode implementation
|
2021-05-17 14:15:30 -07:00 |
IDiskQueue.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
IKeyValueContainer.h
|
Move IKeyValueContainer from flow to fdbserver
|
2020-11-15 12:23:08 -08:00 |
IKeyValueStore.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
IPager.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-05 16:31:35 -06:00 |
ISimpleConfigDatabaseNode.h
|
Add dummy PaxosConfixDatabaseNode implementation
|
2021-05-17 14:15:30 -07:00 |
IVersionedStore.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-05 16:31:35 -06:00 |
KeyValueStoreCompressTestData.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
KeyValueStoreMemory.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
KeyValueStoreRocksDB.actor.cpp
|
Merge branch 'release-6.3-pre-format' into master-format
|
2021-03-10 10:40:53 -08:00 |
KeyValueStoreSQLite.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Knobs.cpp
|
Remove duplicate Knobs::reset code
|
2021-05-14 23:02:40 -07:00 |
Knobs.h
|
Remove duplicate Knobs::reset code
|
2021-05-14 23:02:40 -07:00 |
LatencyBandConfig.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LatencyBandConfig.h
|
Use LF instead of CRLF in LatencyBandConfig
|
2021-03-11 08:56:55 -08:00 |
LeaderElection.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LeaderElection.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LocalConfiguration.actor.cpp
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
LocalConfiguration.h
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
LogProtocolMessage.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LogRouter.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LogSystem.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LogSystemConfig.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LogSystemDiskQueueAdapter.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LogSystemDiskQueueAdapter.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LogSystemPeekCursor.actor.cpp
|
change buggified knob instead
|
2021-03-31 16:25:13 -06:00 |
MasterInterface.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
MetricLogger.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
MetricLogger.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
MoveKeys.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
MoveKeys.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
MutationTracking.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
MutationTracking.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
NetworkTest.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
OldTLogServer_4_6.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
OldTLogServer_6_0.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
OldTLogServer_6_2.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Orderer.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
PaxosConfigConsumer.actor.cpp
|
Add GetSnapshotAndChangesRequest type
|
2021-05-18 15:28:44 -07:00 |
PaxosConfigConsumer.h
|
Add GetSnapshotAndChangesRequest type
|
2021-05-18 15:28:44 -07:00 |
PaxosConfigDatabaseNode.actor.cpp
|
Add dummy PaxosConfixDatabaseNode implementation
|
2021-05-17 14:15:30 -07:00 |
PaxosConfigDatabaseNode.h
|
Add dummy PaxosConfixDatabaseNode implementation
|
2021-05-17 14:15:30 -07:00 |
ProxyCommitData.actor.h
|
Add a comment back
|
2021-03-17 09:44:45 -07:00 |
QuietDatabase.actor.cpp
|
Merge branch 'release-6.3-pre-format' into master-format
|
2021-03-10 10:40:53 -08:00 |
QuietDatabase.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RadixTree.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Ratekeeper.actor.cpp
|
Fix line length of test macro + comments to be within the 120 character limit
|
2021-04-13 10:48:52 -07:00 |
RatekeeperInterface.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RecoveryState.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Resolver.actor.cpp
|
Merge remote-tracking branch 'apple/release-6.3' into master-format-final
|
2021-03-10 16:50:44 -08:00 |
ResolverInterface.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreApplier.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreApplier.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreCommon.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreCommon.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreController.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreController.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreLoader.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreLoader.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreRoleCommon.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreRoleCommon.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreUtil.actor.cpp
|
FastRestore:Replace master word with controller
|
2020-07-16 16:37:13 -07:00 |
RestoreUtil.h
|
Make enums automatically binary serializable
|
2020-11-14 19:22:04 -08:00 |
RestoreWorker.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
RestoreWorker.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
ServerDBInfo.actor.h
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
ServerDBInfo.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-05 16:31:35 -06:00 |
SimpleConfigConsumer.actor.cpp
|
Add configuration database node compaction unit tests
|
2021-05-23 16:44:06 -07:00 |
SimpleConfigConsumer.h
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |
SimpleConfigDatabaseNode.actor.cpp
|
Address/remove some TODO comments
|
2021-05-18 19:14:22 -07:00 |
SimpleConfigDatabaseNode.h
|
Add dummy PaxosConfixDatabaseNode implementation
|
2021-05-17 14:15:30 -07:00 |
SimulatedCluster.actor.cpp
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
SimulatedCluster.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
SkipList.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
SpanContextMessage.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Status.actor.cpp
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
Status.h
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
StorageCache.actor.cpp
|
Revert change on storageCacheServer
|
2021-03-10 14:09:10 -08:00 |
StorageMetrics.actor.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
StorageMetrics.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
TLogInterface.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
TLogServer.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
TagPartitionedLogSystem.actor.cpp
|
Merge branch 'release-6.3' into merge-release-6.3-into-master (temporarily discard all changes to BackupContainer.actor.cpp)
|
2021-03-15 16:41:04 -07:00 |
TesterInterface.actor.h
|
Added some missing comments for structs
|
2021-03-23 17:24:00 -04:00 |
VFSAsync.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
VFSAsync.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
VersionedBTree.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
WaitFailure.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
WaitFailure.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
WorkerInterface.actor.h
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
art.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
art_impl.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
fdbserver.actor.cpp
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
masterserver.actor.cpp
|
Fix line length of test macro + comments to be within the 120 character limit
|
2021-04-13 10:48:52 -07:00 |
networktest.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
pubsub.actor.cpp
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
pubsub.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
storageserver.actor.cpp
|
Merge branch 'release-6.3' into merge-release-6.3-into-master (temporarily discard all changes to BackupContainer.actor.cpp)
|
2021-03-15 16:41:04 -07:00 |
template_fdb.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
tester.actor.cpp
|
Merge pull request #4573 from sfc-gh-jfu/jfu-test-parser
|
2021-03-25 20:25:51 -07:00 |
worker.actor.cpp
|
Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication
|
2021-05-23 00:41:15 -07:00 |