foundationdb/fdbclient
sfc-gh-tclinkenbeard ae91cf1d44 Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
..
json_spirit Initial repository commit 2017-05-25 13:48:44 -07:00
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 Fix some accidental s/NULL/nullptr replacements 2020-09-20 11:33:18 -07:00
AsyncFileBlobStore.actor.cpp Make IAsyncFile const-correct 2020-08-19 17:34:56 -07:00
AsyncFileBlobStore.actor.h Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
AsyncTaskThread.h Add error handling to AsyncTaskThread::execAsync 2020-10-24 16:48:00 -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 Remove deprecated enumActionResult 2020-09-23 15:14:09 -07:00
BackupAgentBase.actor.cpp Merge pull request #3436 from oleg68/osamarin5 2020-07-04 20:21:45 -07:00
BackupContainer.actor.cpp Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
BackupContainer.h First draft of Azure blob storage backup container 2020-10-24 16:47:51 -07:00
BackupContainerAzureBlobStore.actor.cpp Improve encapsulation for BackupContainerAzureBlobStore 2020-10-24 16:48:02 -07:00
BackupContainerAzureBlobStore.h Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
BackupContainerFileSystem.actor.cpp Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
BackupContainerFileSystem.h Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
BackupContainerLocalDirectory.actor.cpp Use anonymous namespace for BackupContainerLocalDirectory helper functions 2020-10-24 16:48:02 -07:00
BackupContainerLocalDirectory.h Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
BackupContainerS3BlobStore.actor.cpp Improve encapsulation for BackupContainerS3BlobStore 2020-10-24 16:48:02 -07:00
BackupContainerS3BlobStore.h Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
BlobStore.actor.cpp Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
BlobStore.h Renamed knob and URL parameter for request timeout to request timeout min to more accurately reflect what they do. 2020-07-19 17:41:59 -07:00
CMakeLists.txt Make BackupContainerFileSystem.h a non-actor file 2020-10-24 16:48:02 -07:00
ClientLogEvents.h Merge release-6.3 into master 2020-05-22 09:25:32 -07:00
ClientWorkerInterface.h Rename proxy to commit proxy 2020-09-10 17:44:15 -07: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 Rename proxy to commit proxy 2020-09-10 17:44:15 -07:00
DatabaseBackupAgent.actor.cpp Remove unnecessary separation of declaration and definition of version field 2020-10-04 23:27:05 -07: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 Merge remote-tracking branch 'origin/release-6.3' into merge-6.3 2020-10-01 14:14:06 -06:00
DatabaseContext.h Get read versions requests must be load balanced on the number of requests because ratekeeper gives out an equal budget to each proxy 2020-10-04 16:20:24 -07: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 Merge release-6.3 into master 2020-10-19 22:51:56 -07:00
FileBackupAgent.actor.cpp Merge remote-tracking branch 'origin/master' into add-upgrade-and-backup-restore-test 2020-10-17 11:35:12 -07: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 Added client side support for range split 2020-07-02 14:05:11 -07: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 remote-tracking branch 'origin/release-6.3' into merge-6.3 2020-10-01 14:14:06 -06:00
Knobs.h 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
ManagementAPI.actor.cpp Make getDesiredClusterKeyName const 2020-10-15 10:39:38 -07:00
ManagementAPI.actor.h Make getDesiredClusterKeyName const 2020-10-15 10:39:38 -07:00
MetricLogger.actor.cpp Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
MetricLogger.h Use proper fwd decl in NativeAPI 2019-02-19 15:16:59 -08:00
MonitorLeader.actor.cpp Rename proxy to commit proxy 2020-09-10 17:44:15 -07:00
MonitorLeader.h Rename proxy to commit proxy 2020-09-10 17:44:15 -07:00
MultiVersionAssignmentVars.h Explicitly seal classes that inherit but aren't inherited from 2020-10-07 21:58:24 -07:00
MultiVersionTransaction.actor.cpp Merge remote-tracking branch 'origin/master' into use-override-more 2020-10-09 07:12:41 -07:00
MultiVersionTransaction.h Merge remote-tracking branch 'origin/master' into use-override-more 2020-10-09 07:12:41 -07:00
MutationList.h Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
NativeAPI.actor.cpp Merge release-6.3 into master 2020-10-19 22:51:56 -07:00
NativeAPI.actor.h Merge pull request #3394 from dongxinEric/feature/range-split-points-based-on-size 2020-10-08 14:25:11 -07: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 release-6.3 into master 2020-10-19 22:51:56 -07:00
ReadYourWrites.h Merge master 2020-08-14 14:07:08 -07: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
Schemas.cpp Merge pull request #3759 from dongxinEric/misc/3739/expose-time-since-last-recovery 2020-10-19 09:03:31 -07: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 release-6.3 into master 2020-10-19 22:51:56 -07:00
SpecialKeySpace.actor.h Remove unnecessary error thrown when calling clear range on the lock special key range 2020-10-08 21:39:13 -07:00
Status.h FDB compiling with intel compiler 2019-06-20 09:29:01 -07:00
StatusClient.actor.cpp Remove using namespace std::rel_ops 2020-07-10 22:58:15 +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 Apply suggestions from code review 2020-10-08 13:31:47 -07: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 added changes to allow writing of last epoch end version to special keys when performing recovery due to snapshot 2020-09-11 15:00:11 -04:00
SystemData.h Merge branch 'master' of https://github.com/apple/foundationdb into jfu-snapshot-record-version 2020-09-23 15:35:05 -04:00
TagThrottle.actor.cpp Merge pull request #3772 from yliucode/rename 2020-09-16 20:06:50 -07:00
TagThrottle.h Merge master branch and keep master proxy reporting txn cost estimation to ratekeeper 2020-08-29 12:47:35 -07:00
TaskBucket.actor.cpp Remove unnecessary separation of declaration and definition of version field 2020-10-04 23:27:05 -07:00
TaskBucket.h Make TaskBucket::getAvailableSpace const 2020-10-04 23:27:09 -07:00
ThreadSafeTransaction.cpp Merge pull request #3394 from dongxinEric/feature/range-split-points-based-on-size 2020-10-08 14:25:11 -07:00
ThreadSafeTransaction.h Merge pull request #3394 from dongxinEric/feature/range-split-points-based-on-size 2020-10-08 14:25:11 -07: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 Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
WriteMap.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00: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