foundationdb/fdbclient
Chaoguang Lin 5f912f0deb Add snapshot c function 2021-01-26 11:53:35 -08:00
..
json_spirit
libb64 A hack way to call API through getRange("\xff\xff/conflicting_keys\<start_key>", "\xff\xff/conflicting_keys\<end_key>"). 2020-01-06 11:22:11 -08:00
md5 fix: messed up define 2020-02-20 17:29:06 -08:00
rapidjson Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
rapidxml Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
sha1 Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
vexillographer Use c90 compatibility for clarity 2021-01-15 02:50:34 +00:00
AsyncFileS3BlobStore.actor.cpp Disambiguate between S3BlobStore and other blob stores 2020-10-29 20:42:23 -07:00
AsyncFileS3BlobStore.actor.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
AsyncTaskThread.actor.cpp Azure backup cleanup 2020-10-24 16:48:05 -07:00
AsyncTaskThread.h Improve AsyncTaskThread encapsulation 2020-10-24 16:48:05 -07:00
Atomic.h Merge remote-tracking branch 'upstream/master' into features/icc 2020-02-04 10:26:18 -08:00
AutoPublicAddress.cpp net: Support IPv6 #963 2019-03-04 14:12:41 -08:00
BackupAgent.actor.h add static method to access backup pause key instead of constructing it manually 2020-11-06 14:03:29 -05:00
BackupAgentBase.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
BackupContainer.actor.cpp Resolve last conflict 2021-01-15 21:51:25 +00:00
BackupContainer.h Resolve the simple-looking conflicts 2021-01-15 19:35:10 +00:00
BackupContainerAzureBlobStore.actor.cpp Merge pull request #4181 from sfc-gh-tclinkenbeard/azure-read-remove-copy 2021-01-22 14:13:23 -08:00
BackupContainerAzureBlobStore.h Cleaned up unnecessary backup container includes 2020-10-24 16:48:05 -07:00
BackupContainerFileSystem.actor.cpp Use structured bindings in for loops 2020-12-27 01:46:20 -04:00
BackupContainerFileSystem.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
BackupContainerLocalDirectory.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
BackupContainerLocalDirectory.h Cleaned up unnecessary backup container includes 2020-10-24 16:48:05 -07:00
BackupContainerS3BlobStore.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
BackupContainerS3BlobStore.h Disambiguate between S3BlobStore and other blob stores 2020-10-29 20:42:23 -07:00
CMakeLists.txt Move MetricLogger from fdbclient to fdbserver 2020-11-15 11:41:57 -08:00
ClientLogEvents.h Improve type safety of ClientLogEvents 2020-11-14 19:22:19 -08:00
ClientWorkerInterface.h Make enums automatically binary serializable 2020-11-14 19:22:04 -08:00
ClusterInterface.h Backport #3426 to release-6.2 2020-10-05 13:53:51 -07:00
CommitProxyInterface.h Merge remote-tracking branch 'upstream/master' into visibility-1 2020-10-06 18:38:15 -07:00
CommitTransaction.h Add span metadata message 2020-09-04 15:36:47 -07:00
CoordinationInterface.h merge anoyes/stable-interface and add back in isCompatible 2020-10-12 20:39:37 +00:00
DatabaseBackupAgent.actor.cpp Apply clang-tidy's modernize-use-override fix 2021-01-26 02:04:12 +00:00
DatabaseConfiguration.cpp Change description of GRV proxy and Commit proxy in docs and add backward compatibility support for configuring proxies in fdbcli 2020-09-25 10:50:48 -07:00
DatabaseConfiguration.h Resolve the simple-looking conflicts 2021-01-15 19:35:10 +00:00
DatabaseContext.h Add snapshot c function 2021-01-26 11:53:35 -08:00
EventTypes.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
FDBOptions.h Unknown options should not be used internally (i.e. underneath thread-safe API). This commit removes various checks that options exist and replaces them with an ASSERT. 2019-07-11 11:25:39 -07:00
FDBTypes.h Mark Tag::toTagDataIndex const 2020-12-08 09:09:33 -08:00
FileBackupAgent.actor.cpp Apply clang-tidy's modernize-use-override fix 2021-01-26 02:04:12 +00:00
GrvProxyInterface.h Rename proxy to commit proxy 2020-09-10 17:44:15 -07:00
HTTP.actor.cpp Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
HTTP.h Added optional support for sending a unique id per request in a header for logging/tracking purposes. 2019-01-08 14:48:47 -08:00
IClientApi.h Add snapshot c function 2021-01-26 11:53:35 -08:00
JSONDoc.h Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
JsonBuilder.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
JsonBuilder.h Fix some accidental s/NULL/nullptr replacements 2020-09-20 11:33:18 -07:00
KeyBackedTypes.h Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00
KeyRangeMap.actor.cpp clang-format the pr 2020-03-26 15:52:30 -07:00
KeyRangeMap.h Replace BOOST_NOEXCEPT with noexcept 2020-06-09 22:39:19 -07:00
Knobs.cpp Merge branch 'release-6.3' into anoyes/merge-6.3-to-master 2021-01-15 18:04:09 +00:00
Knobs.h Merge branch 'release-6.3' into anoyes/merge-6.3-to-master 2021-01-15 18:04:09 +00:00
ManagementAPI.actor.cpp Merge branch 6.3 into master 2020-11-17 11:22:45 -08:00
ManagementAPI.actor.h Make getDesiredClusterKeyName const 2020-10-15 10:39:38 -07:00
MonitorLeader.actor.cpp merge conflicts 2020-12-02 21:53:19 +00:00
MonitorLeader.h Add uses of makeReference 2020-11-07 22:10:18 -08:00
MultiVersionAssignmentVars.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
MultiVersionTransaction.actor.cpp Add snapshot c function 2021-01-26 11:53:35 -08:00
MultiVersionTransaction.h Add snapshot c function 2021-01-26 11:53:35 -08:00
MutationList.h Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
NativeAPI.actor.cpp Add snapshot c function 2021-01-26 11:53:35 -08:00
NativeAPI.actor.h Removed the override 2020-12-14 08:34:09 -05:00
Notified.h Replace BOOST_NOEXCEPT with noexcept 2020-06-09 22:39:19 -07:00
RYWIterator.cpp Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
RYWIterator.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
ReadYourWrites.actor.cpp Merge branch 'release-6.3' into anoyes/merge-6.3-to-master 2021-01-15 18:04:09 +00:00
ReadYourWrites.h Remove unnecessary uses of virtual 2020-12-08 09:09:33 -08:00
RestoreWorkerInterface.actor.h Merge branch 'master' into mengxu/merge-to-master-PR 2020-09-24 17:06:00 -07:00
RunTransaction.actor.h s/fake/declval/ 2020-07-15 23:33:01 +00:00
S3BlobStore.actor.cpp Use structured bindings in for loops 2020-12-27 01:46:20 -04:00
S3BlobStore.h Use structured bindings in for loops 2020-12-27 01:46:20 -04:00
Schemas.cpp merge conflicts 2020-12-02 21:53:19 +00:00
Schemas.h Add json schema for the management api error message in special key space 2020-07-27 17:37:19 -07:00
SnapshotCache.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
SpecialKeySpace.actor.cpp Merge pull request #4141 from sfc-gh-anoyes/anoyes/merge-release-6.3-master 2020-12-09 08:50:57 -08:00
SpecialKeySpace.actor.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
Status.h FDB compiling with intel compiler 2019-06-20 09:29:01 -07:00
StatusClient.actor.cpp merge conflicts 2020-12-02 21:53:19 +00:00
StatusClient.h Clients which fetch status should not disconnect from the coordinators and cluster controller between each retrieval 2020-01-22 15:41:22 -08:00
StorageServerInterface.h Mark expectedSize methods const 2020-12-26 18:30:44 -04:00
Subspace.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Subspace.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
SystemData.cpp Merge branch 'release-6.3' into anoyes/merge-6.3-to-master 2021-01-15 18:04:09 +00:00
SystemData.h Resolve the simple-looking conflicts 2021-01-15 19:35:10 +00:00
TagThrottle.actor.cpp Merge remote-tracking branch 'origin/release-6.3' into merge 2020-10-29 22:15:41 -07:00
TagThrottle.h Make enums automatically binary serializable 2020-11-14 19:22:04 -08:00
TaskBucket.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
TaskBucket.h Make TaskBucket::getAvailableSpace const 2020-10-04 23:27:09 -07:00
ThreadSafeTransaction.cpp Add snapshot c function 2021-01-26 11:53:35 -08:00
ThreadSafeTransaction.h Add snapshot c function 2021-01-26 11:53:35 -08:00
Tuple.cpp Fix some accidental s/NULL/nullptr replacements 2020-09-20 11:33:18 -07:00
Tuple.h Fix some accidental s/NULL/nullptr replacements 2020-09-20 11:33:18 -07:00
VersionedMap.actor.h Fix another hardcoded priority. 2019-06-25 10:36:32 -07:00
VersionedMap.cpp Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
VersionedMap.h Add uses of makeReference 2020-11-07 22:10:18 -08:00
WriteMap.h don't allow empty coments 2020-11-11 14:07:54 -07:00
azurestorage.cmake First draft of Azure blob storage backup container 2020-10-24 16:47:51 -07:00
versions.h.cmake fdbserver now compiling 2018-12-13 14:13:47 -08:00
zipf.c added zipfian distribution to mako workload 2019-10-15 01:14:21 -07:00
zipf.h added zipfian distribution to mako workload 2019-10-15 01:14:21 -07:00