foundationdb/fdbclient
Chaoguang Lin 05a0a47824 throw actor_cancelled error 2020-07-30 22:15:22 -07: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 Merge remote-tracking branch 'upstream/master' into add-management-api-into-special-key-space 2020-07-30 19:01:11 -07:00
AsyncFileBlobStore.actor.cpp Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used. 2019-05-10 14:01:52 -07:00
AsyncFileBlobStore.actor.h fixed a merge error 2018-11-12 19:20:39 -08: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 Merge pull request #3490 from apple/release-6.3 2020-07-10 12:54:37 -07:00
BackupAgentBase.actor.cpp Merge pull request #3436 from oleg68/osamarin5 2020-07-04 20:21:45 -07:00
BackupContainer.actor.cpp Unclear error message in fdbbackup if the backup url uses a symlink 2020-07-14 15:39:31 +03:00
BackupContainer.h Consolidate makePadding() 2020-04-28 15:39:23 -07:00
BlobStore.actor.cpp 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
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 Merge branch 'master' into transaction-tagging 2020-05-09 07:50:29 -07:00
ClientLogEvents.h Merge release-6.3 into master 2020-05-22 09:25:32 -07:00
ClientWorkerInterface.h increase the priority of reboot and recruitment requests 2019-11-11 15:17:11 -08:00
ClusterInterface.h Merge branch 'master' into release-6.3 2020-07-08 18:52:05 -07:00
CommitTransaction.h Allow in-place arena construction for MutationRef 2020-07-26 14:27:39 -07:00
CoordinationInterface.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
DatabaseBackupAgent.actor.cpp Merge pull request #3490 from apple/release-6.3 2020-07-10 12:54:37 -07:00
DatabaseConfiguration.cpp Revert "Revert "Initial RocksDB"" 2020-06-15 12:45:36 -04:00
DatabaseConfiguration.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
DatabaseContext.h Add an enum for implementation type and use for registeration 2020-07-27 12:29:03 -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 pull request #3177 from alexmiller-apple/bump-tlog-version 2020-07-29 13:53:41 -07:00
FileBackupAgent.actor.cpp Merge branch 'master' into mengxu/merge-6.3-PR 2020-07-20 11:34:18 -07:00
HTTP.actor.cpp Workarounds for strange behaviors in Boost ssl sockets on MacOS and Linux. When writing to the ssl socket, write_some() would sometimes return BrokenPipe instead of WouldBlock unless onWriteable on the raw socket was checked first. On MacOS, even with the onWriteable check using a send size greater than 2016 (determined experimentally) would still result in the error. Also consolidated two identical copies of SendBufferIterator. 2020-06-04 01:44:05 -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 Resolved the review comment and renamed the functions 2020-02-12 14:57:40 -08:00
JSONDoc.h Write range files' begin & end keys to manifest file 2020-04-20 22:26:42 -07:00
JsonBuilder.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
JsonBuilder.h Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -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 'master' into mengxu/merge-6.3-PR 2020-07-20 11:34:18 -07:00
Knobs.h Merge branch 'master' into mengxu/merge-6.3-PR 2020-07-20 11:34:18 -07:00
ManagementAPI.actor.cpp Solve conflicts from master 2020-07-30 19:02:19 -07:00
ManagementAPI.actor.h Change to ryw in checkForExcludingServers 2020-07-28 13:40:14 -07:00
MasterProxyInterface.h Modified ComposedIdentifier to prevent file identifier conflicts at 2020-07-20 18:52:44 -07:00
MetricLogger.actor.cpp Minor fixes in fdbclient for intellisense 2019-02-19 15:16:59 -08:00
MetricLogger.h Use proper fwd decl in NativeAPI 2019-02-19 15:16:59 -08:00
MonitorLeader.actor.cpp Fixed a number of problems with monitorLeaderRemotely 2020-05-10 14:20:50 -07:00
MonitorLeader.h Fixed a number of problems with monitorLeaderRemotely 2020-05-10 14:20:50 -07:00
MultiVersionAssignmentVars.h Merge release-5.1 into release-5.2 2018-05-30 09:09:55 -07:00
MultiVersionTransaction.actor.cpp fix ClientVersionRef versionString should be passed by ref 2020-06-29 21:23:56 +02:00
MultiVersionTransaction.h Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3 2020-05-29 15:51:56 -07:00
MutationList.h Merge branch 'release-6.2' 2019-11-14 15:49:56 -08:00
NativeAPI.actor.cpp Merge remote-tracking branch 'upstream/master' into add-management-api-into-special-key-space 2020-07-30 19:01:11 -07:00
NativeAPI.actor.h eliminate cost estimation when tagSet is empty 2020-07-14 23:07:21 +00: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 Remove \xff\xff/reboot_worker from special keys 2020-07-28 13:45:24 -07:00
ReadYourWrites.h Add an option to enable write in special key space, which is by default not allowed 2020-07-08 15:49:34 -07:00
RestoreWorkerInterface.actor.h Modified ComposedIdentifier to prevent file identifier conflicts at 2020-07-20 18:52:44 -07:00
RunTransaction.actor.h runRYWTransaction:Add comment to remind func should be idempodent 2020-06-22 23:04:09 -07:00
Schemas.cpp Change json string to snake_case 2020-07-28 11:42:03 -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 throw actor_cancelled error 2020-07-30 22:15:22 -07:00
SpecialKeySpace.actor.h change to const std::string& 2020-07-30 16:27:40 -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 Merge branch 'master' into mengxu/tmp-merge-6.3 2020-07-13 10:15:56 -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 Remove the managementApiRange in SystemData.h 2020-07-17 14:05:29 -07:00
SystemData.h Remove the managementApiRange in SystemData.h 2020-07-17 14:05:29 -07:00
TagThrottle.actor.cpp finished explicitly versioning everything stored in the database 2020-05-22 17:14:21 -07:00
TagThrottle.h slight change 2020-07-20 03:17:46 +00:00
TaskBucket.actor.cpp Comment out pseudo tag pop trace event 2020-01-31 19:29:09 -08:00
TaskBucket.h Revert "Fixed some dangling pointers" 2020-07-06 15:26:42 -07:00
ThreadSafeTransaction.actor.cpp Replace BOOST_NOEXCEPT with noexcept 2020-06-09 22:39:19 -07:00
ThreadSafeTransaction.h Replace BOOST_NOEXCEPT with noexcept 2020-06-09 22:39:19 -07:00
Tuple.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Tuple.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00: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 BOOST_NOEXCEPT with noexcept 2020-06-09 22:39:19 -07:00
WriteMap.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00: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