..
json_spirit
Initial repository commit
2017-05-25 13:48:44 -07:00
libb64
Move AsyncFileBlobStore and related files to fdbclient.
2018-10-26 13:49:42 -07:00
md5
Move AsyncFileBlobStore and related files to fdbclient.
2018-10-26 13:49:42 -07: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
Remove --object-serializer flag from executables
2019-08-06 09:25:40 -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
Implements CompareAndClear AtomicOp
2019-02-04 14:59:56 -08:00
AutoPublicAddress.cpp
net: Support IPv6 #963
2019-03-04 14:12:41 -08:00
BackupAgent.actor.h
Include unactorcompiler.h at the end of *.actor.h
2019-07-10 14:51:52 -07:00
BackupAgentBase.actor.cpp
A giant translation of TaskFooPriority -> TaskPriority::Foo
2019-06-25 02:47:35 -07:00
BackupContainer.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
BackupContainer.h
Added --json option to fdbbackup describe. Also added expired percentage indicator to snapshot details.
2019-03-06 14:14:06 -08:00
BlobStore.actor.cpp
Merge branch 'release-6.0' of https://github.com/apple/foundationdb
2019-03-12 04:49:12 -07:00
BlobStore.h
Merge branch 'release-6.0' of https://github.com/apple/foundationdb
2019-03-12 04:49:12 -07:00
CMakeLists.txt
After a proxy dies, it will remain alive for an additional 10 seconds to forward clients to the new proxies
2019-07-08 12:53:40 -07:00
ClientLogEvents.h
Addressed review comments
2019-07-22 12:17:05 -07:00
ClientWorkerInterface.h
After a proxy dies, it will remain alive for an additional 10 seconds to forward clients to the new proxies
2019-07-08 12:53:40 -07:00
ClusterInterface.h
fix: lastRequestTime was not updated
2019-07-26 13:23:56 -07:00
CommitTransaction.h
remove snap v1 related code
2019-07-25 17:29:31 -07:00
CoordinationInterface.h
fix: lastRequestTime was not updated
2019-07-26 13:23:56 -07:00
DatabaseBackupAgent.actor.cpp
Address review comments for PR#1725
2019-06-20 14:06:32 -07:00
DatabaseConfiguration.cpp
added three_data_hall_fallback configuration
2019-04-07 22:58:18 -07:00
DatabaseConfiguration.h
Rename max_machine_failures_without_losing_X to max_zone_failures_without_losing_X in status.
2019-07-30 14:02:31 -07:00
DatabaseContext.h
Merge branch 'master' into feature-coordinator-connection
2019-07-26 15:05:02 -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
Avoid memcpy for small types
2019-07-29 17:11:45 -07:00
FailureMonitorClient.actor.cpp
A giant translation of TaskFooPriority -> TaskPriority::Foo
2019-06-25 02:47:35 -07:00
FailureMonitorClient.h
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
FileBackupAgent.actor.cpp
Merge branch 'master' into thread-safe-random-number-generation
2019-05-23 08:35:47 -07:00
HTTP.actor.cpp
Fix whitespace
2019-07-11 17:35:37 -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
Use ThreadFuture for getApproximateSize
2019-07-10 14:58:07 -07:00
JSONDoc.h
Move AsyncFileBlobStore and related files to fdbclient.
2018-10-26 13:49: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
Use proper fwd decl in NativeAPI
2019-02-19 15:16:59 -08:00
KeyRangeMap.h
Remove noexcept macro and replace with BOOST_NOEXCEPT.
2019-03-05 22:06:12 -08:00
Knobs.cpp
fix: it was reducing the list of proxies on the coordinators, which would have made all the clients talking to that coordinator connect to the same set of proxies
2019-07-30 17:15:24 -07:00
Knobs.h
clients only connect to three proxies
2019-07-28 23:52:29 -07:00
ManagementAPI.actor.cpp
Fix an unknown_error when the file passed to fileconfigure doesn't contain a valid object (e.g. if you omit the enclosing {} of your object).
2019-08-19 11:28:15 -07:00
ManagementAPI.actor.h
Address review comments
2019-07-30 22:24:30 -07:00
MasterProxyInterface.h
Fix spacing issue; rename fdbrpc/Stats.h to fdbrpc/TimedRequest.h
2019-08-01 08:39:52 -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
fix: Use getReply* instead of tryGetReply in `monitorProxies`
2019-08-26 18:24:49 -07:00
MonitorLeader.h
Remove --object-serializer flag from executables
2019-08-06 09:25:40 -07:00
MultiVersionAssignmentVars.h
Merge release-5.1 into release-5.2
2018-05-30 09:09:55 -07:00
MultiVersionTransaction.actor.cpp
Merge pull request #1756 from jzhou77/db-option
2019-07-19 08:33:24 -07:00
MultiVersionTransaction.h
Remove futureGetVersion in C binding and FutureVersion in Python binding
2019-07-16 10:46:07 -07:00
MutationList.h
Replace & operator with variadic function
2018-12-28 11:33:42 -08:00
NativeAPI.actor.cpp
Don't count read version requests if we've already started one. Also avoid some other work that only needs to be done if we haven't started a read version request.
2019-08-12 15:55:48 -07:00
NativeAPI.actor.h
Remove --object-serializer flag from executables
2019-08-06 09:25:40 -07:00
Notified.h
enforce a minimum recovery duration, which allows proxies to avoid checking if the epoch is alive as long as its last commit has been less than MINIMUM_RECOVERY_DURATION ago
2019-07-12 13:10:21 -07:00
RYWIterator.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
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
Merge pull request #1756 from jzhou77/db-option
2019-07-19 08:33:24 -07:00
ReadYourWrites.h
Fix size calculation
2019-07-16 15:21:13 -07:00
RunTransaction.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
Schemas.cpp
Merge branch 'release-6.2' into add-coordinator-to-status-roles-list
2019-08-19 15:03:59 -07:00
Schemas.h
Merge commit '3b2700d25334c53d13496ca16682642aac951beb' into track-server-request-latencies
2019-01-24 11:43:26 -08:00
SnapshotCache.h
Addressed code review comments
2019-04-05 13:12:20 -07:00
Status.h
ProtocolVersion type - second try
2019-06-18 17:55:27 -07:00
StatusClient.actor.cpp
Rename max_machine_failures_without_losing_X to max_zone_failures_without_losing_X in status.
2019-07-30 14:02:31 -07:00
StatusClient.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
StorageServerInterface.h
Fix spacing issue; rename fdbrpc/Stats.h to fdbrpc/TimedRequest.h
2019-08-01 08:39:52 -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
code cleanup
2019-08-06 16:30:30 -07:00
SystemData.h
code cleanup
2019-08-06 16:30:30 -07:00
TaskBucket.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
TaskBucket.h
Use proper fwd decl in NativeAPI
2019-02-19 15:16:59 -08:00
ThreadSafeTransaction.actor.cpp
Don't wrap the connection file in a reference until after we are on the main thread because references aren't thread safe.
2019-07-19 11:16:30 -07:00
ThreadSafeTransaction.h
Minor code fix
2019-07-10 14:58:07 -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.h
And another.
2019-06-25 14:19:56 -07:00
WriteMap.h
Addressed code review comments
2019-04-05 13:12:20 -07:00
fdbclient.vcxproj
After a proxy dies, it will remain alive for an additional 10 seconds to forward clients to the new proxies
2019-07-08 12:53:40 -07:00
local.mk
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
versions.h.cmake
fdbserver now compiling
2018-12-13 14:13:47 -08:00