..
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
Merge branch 'master' into atn34/special-key-versioning
2020-05-09 15:34:20 -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
Performance improvements in socket use and buffering which results in TLS network connections using around 3.5x less CPU.
2020-06-25 20:44:43 -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
winbuild: fix duplicate definition of Codec<ERestoreState>::pack and unpack in Debug build
2021-01-30 19:03:25 +01:00
BackupAgentBase.actor.cpp
Removed dead backup agent code
2020-05-01 14:46:59 -07:00
BackupContainer.actor.cpp
Resolve conflicts
2021-01-14 20:13:29 +00:00
BackupContainer.h
Merge remote-tracking branch 'upstream/release-6.2' into anoyes/merge-release-6.2
2021-01-14 17:20:11 +00:00
BlobStore.actor.cpp
Merge commit 'f9581de2005e6b085776e81b9fcaa16442b32589' into merge-6.2-to-6.3
2020-10-27 12:21:26 -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
Add dcId to client transaction events.
2020-05-19 16:07:54 -07:00
ClientWorkerInterface.h
increase the priority of reboot and recruitment requests
2019-11-11 15:17:11 -08:00
ClusterInterface.h
Backport #3426 to release-6.2
2020-10-05 13:53:51 -07:00
CommitTransaction.h
MutationRef serialization depended on type being initialized, but this wasn't true during vtable collection.
2020-05-04 16:07:04 -07:00
CoordinationInterface.h
Fixed a number of problems with monitorLeaderRemotely
2020-05-10 14:20:50 -07:00
DatabaseBackupAgent.actor.cpp
Add "waitForDestUID" flag for abortBackup
2020-10-20 22:55:31 -07:00
DatabaseConfiguration.cpp
If mutableConfiguration exists, skip checking rawConfiguration in DatabaseConfiguration
2020-08-09 22:12:42 -07:00
DatabaseConfiguration.h
fix: Calculate fault tolerance when keys are not fully replicated
2020-12-22 16:26:19 -08:00
DatabaseContext.h
Merge remote-tracking branch 'upstream/release-6.2' into anoyes/merge-release-6.2
2021-01-14 17:20:11 +00: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
Resolve conflicts
2020-11-24 19:09:42 +00:00
FileBackupAgent.actor.cpp
winbuild: fix duplicate definition of Codec<ERestoreState>::pack and unpack in Debug build
2021-01-30 19:03:25 +01:00
HTTP.actor.cpp
Updating HTTP write loop logic to match FlowTransport. This is a possible bug fix because TLS connections can sometimes hang on startup which might due to onWritable() hanging if write() is not called first.
2020-07-17 23:37:33 -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
clang-format the pr
2020-03-26 15:52:30 -07:00
Knobs.cpp
fdbclient: Copy external libraries MULTI_VERSION_CLIENT_THREADS_PER_VERSION times
2021-02-03 20:47:15 +00:00
Knobs.h
fdbclient: Copy external libraries MULTI_VERSION_CLIENT_THREADS_PER_VERSION times
2021-02-03 20:47:15 +00:00
ManagementAPI.actor.cpp
Sort the failed sets before modifying them in attempts to make changes consistent
2020-11-12 16:26:34 -05:00
ManagementAPI.actor.h
Added advanceversion command to fdbcli
2020-05-20 15:47:31 -07:00
MasterProxyInterface.h
clients load balance across proxies based on process busyness instead of number of requests
2020-08-12 17:17:21 -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
fdbclient: Copy external libraries MULTI_VERSION_CLIENT_THREADS_PER_VERSION times
2021-02-03 20:47:15 +00:00
MultiVersionTransaction.h
fdbclient: Copy external libraries MULTI_VERSION_CLIENT_THREADS_PER_VERSION times
2021-02-03 20:47:15 +00:00
MutationList.h
Merge branch 'release-6.2'
2019-11-14 15:49:56 -08:00
NativeAPI.actor.cpp
Resolve conflicts
2021-01-14 20:13:29 +00:00
NativeAPI.actor.h
Increased some knobs to throttle the spammy read hot logging. Also added more details inside the read hot log to make it useful
2020-08-12 14:27:34 -07:00
Notified.h
Version -> ValueType
2019-11-13 15:32:52 -08:00
RYWIterator.cpp
replace double invocations of operator<() with three way compare().
2020-05-07 12:08:29 -07:00
RYWIterator.h
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
ReadYourWrites.actor.cpp
Resolve conflicts
2021-01-14 20:13:29 +00:00
ReadYourWrites.h
Avoid the extra copy in RYW APIs
2020-08-10 09:34:21 -07:00
RestoreWorkerInterface.actor.h
FastRestore:Control write traffic at each applier
2020-09-22 08:14:28 -07:00
RunTransaction.actor.h
s/fake/declval/
2020-07-15 23:33:01 +00:00
Schemas.cpp
fetch current log generation as well
2020-09-09 11:54:58 -07:00
Schemas.h
Add schemas, and check dataDistributionStatsSchema
2020-06-30 15:24:16 +00:00
SnapshotCache.h
replace double invocations of operator<() with three way compare().
2020-05-07 12:08:29 -07:00
SpecialKeySpace.actor.cpp
Fix typo
2020-12-06 14:04:16 -08:00
SpecialKeySpace.actor.h
Remove "Storages" field from data_distribution_stats
2020-06-30 15:24:16 +00:00
Status.h
FDB compiling with intel compiler
2019-06-20 09:29:01 -07:00
StatusClient.actor.cpp
Make status tests deterministic
2020-11-05 17:05:34 +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
Update fdbclient/StorageServerInterface.h
2020-08-12 15:47:32 -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
Merge branch 'release-6.2' of https://github.com/apple/foundationdb into release-6.3
2020-12-23 14:26:59 -08:00
SystemData.h
Merge branch 'release-6.2' of https://github.com/apple/foundationdb into release-6.3
2020-12-23 14:26:59 -08:00
TagThrottle.actor.cpp
Merge pull request #3360 from sfc-gh-tclinkenbeard/use-vector-for-tagset
2020-10-23 10:34:20 -07:00
TagThrottle.h
Fix Tag::load bug
2020-10-22 14:13:14 -07: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
Remove IncludeVersions.h, which is no longer needed for cmake-only builds
2020-05-20 13:23:02 -07:00
ThreadSafeTransaction.h
Resolved the review comment and renamed the functions
2020-02-12 14:57:40 -08: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
simple benchmarks of IndexedSet, VersionedMap and std::map
2020-05-07 12:08:00 -07:00
VersionedMap.h
remove obsolete less field from PTreeFingerEntry, increase finger size to 96 based on calculation in check()
2020-05-07 12:09:02 -07:00
WriteMap.h
stack allocate fingers
2020-05-07 12:08:39 -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