.. |
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
|
Allow any valid int to be loaded as an Option
|
2019-12-03 18:07:31 -08: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
|
Copy the key size check over also.
|
2020-01-21 15:35:27 -08:00 |
AutoPublicAddress.cpp
|
net: Support IPv6 #963
|
2019-03-04 14:12:41 -08:00 |
BackupAgent.actor.h
|
Serialize and deserialize new backup files
|
2020-01-22 19:38:46 -08:00 |
BackupAgentBase.actor.cpp
|
Use Version instead of int64_t
|
2020-01-22 19:38:45 -08:00 |
BackupContainer.actor.cpp
|
Extend BackupContainer to support tagged log files
|
2020-01-22 19:38:46 -08:00 |
BackupContainer.h
|
Ignore mutations large than the end version
|
2020-01-22 19:38:46 -08:00 |
BlobStore.actor.cpp
|
Added BlobStoreEndpoint::listBuckets(), renamed listBucket() and several related functions with similar names to listObjects() to avoid confusion and closer match what it actually does. Added a bytesDeleted output statistic to BlobStoreEndpoint::deleteRecursively.
|
2019-12-06 00:14:13 -08:00 |
BlobStore.h
|
Added BlobStoreEndpoint::listBuckets(), renamed listBucket() and several related functions with similar names to listObjects() to avoid confusion and closer match what it actually does. Added a bytesDeleted output statistic to BlobStoreEndpoint::deleteRecursively.
|
2019-12-06 00:14:13 -08:00 |
CMakeLists.txt
|
Move RestoreWorkerInterface to fdbclient
|
2019-10-25 10:42:22 -07:00 |
ClientLogEvents.h
|
Addressed review comments
|
2019-07-22 12:17:05 -07:00 |
ClientWorkerInterface.h
|
increase the priority of reboot and recruitment requests
|
2019-11-11 15:17:11 -08:00 |
ClusterInterface.h
|
fix: lastRequestTime was not updated
|
2019-07-26 13:23:56 -07:00 |
CommitTransaction.h
|
FastRestore:Revise and test SevFRMutationInfo
|
2019-12-13 13:51:21 -08:00 |
CoordinationInterface.h
|
cache the serialization of clientDBInfo
|
2019-09-11 15:19:42 -07:00 |
DatabaseBackupAgent.actor.cpp
|
Backup and DR layer status document generation now uses snapshot reads for all keys read to avoid unnecessary conflicts when read during a status update or cleanup transaction. Since many of the keys read use wrapper functions, all of the underlying functions in BackupAgentBase and its two implementations also required a snapshot mode argument. All snapshot arguments default to false to match the underlying FDB API get/getrange methods.
|
2019-12-19 00:29:35 -08:00 |
DatabaseConfiguration.cpp
|
Merge branch 'master' of https://github.com/apple/foundationdb into mark-ss-failed
|
2019-10-21 13:47:06 -07:00 |
DatabaseConfiguration.h
|
Update fdbclient/DatabaseConfiguration.h
|
2019-10-16 15:11:24 -07:00 |
DatabaseContext.h
|
improved error msgs for snapshot cmd
|
2019-08-27 16:43:52 -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
|
Recruit backup workers for old epochs
|
2020-01-22 19:38:45 -08: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
|
Serialize and deserialize new backup files
|
2020-01-22 19:38:46 -08: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
|
Merge branch 'release-6.2' into merge-release-6.2-into-master
|
2020-01-28 12:16:24 -08:00 |
Knobs.h
|
Do not merge more than 100 shards together to avoid creating untrackable shards
|
2020-01-15 09:33:27 -08:00 |
ManagementAPI.actor.cpp
|
initial commit to allow re-inclusion of servers marked as failed
|
2019-10-23 11:05:48 -07:00 |
ManagementAPI.actor.h
|
initial commit to allow re-inclusion of servers marked as failed
|
2019-10-23 11:05:48 -07:00 |
MasterProxyInterface.h
|
Add an option to get minKnownCommittedVersion from Proxies
|
2020-01-22 19:42:13 -08: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
|
ratekeeper needed to check remoteDC in another location
|
2020-01-10 15:58:36 -08:00 |
MonitorLeader.h
|
fix: servers which opened the database would use the full list of proxies
|
2020-01-10 12:20:30 -08:00 |
MultiVersionAssignmentVars.h
|
Merge release-5.1 into release-5.2
|
2018-05-30 09:09:55 -07:00 |
MultiVersionTransaction.actor.cpp
|
Don't require fdb_future_get_database from new client binaries. The previous code, which technically incorrect, is believed to be asymptomatic because new versions of the client do have this symbol in order to support old API header versions.
|
2019-09-24 13:11:30 -07:00 |
MultiVersionTransaction.h
|
Remove futureGetVersion in C binding and FutureVersion in Python binding
|
2019-07-16 10:46:07 -07:00 |
MutationList.h
|
Merge branch 'release-6.2'
|
2019-11-14 15:49:56 -08:00 |
NativeAPI.actor.cpp
|
Make a smaller range inaccessable after writing a versionstamped key
|
2020-01-16 21:41:59 -08:00 |
NativeAPI.actor.h
|
Make a smaller range inaccessable after writing a versionstamped key
|
2020-01-16 21:41:59 -08:00 |
Notified.h
|
Version -> ValueType
|
2019-11-13 15:32:52 -08: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
|
Fill in the versionstamp, but still leave the position.
|
2020-01-21 15:24:57 -08:00 |
ReadYourWrites.h
|
Make a smaller range inaccessable after writing a versionstamped key
|
2020-01-16 21:41:59 -08:00 |
RestoreWorkerInterface.actor.h
|
FastRestore:Resolve review comment
|
2020-01-13 14:08:27 -08:00 |
RunTransaction.actor.h
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
Schemas.cpp
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
Schemas.h
|
Merge commit '3b2700d25334c53d13496ca16682642aac951beb' into track-server-request-latencies
|
2019-01-24 11:43:26 -08:00 |
SnapshotCache.h
|
Use consistent "> 0" style for guarding memcpy
|
2019-12-16 08:40:35 -08: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
|
FastRestore:Init VersionBatch explicitly
|
2020-01-26 13:15:45 -08: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
|
Address review comments
|
2020-01-22 19:42:13 -08:00 |
SystemData.h
|
Add a backup start key
|
2020-01-22 19:42:13 -08:00 |
TaskBucket.actor.cpp
|
backup_agent crashed on startup
|
2019-11-13 20:54:10 -08:00 |
TaskBucket.h
|
added logging to TaskBucket
|
2019-11-12 19:15:56 -08:00 |
ThreadSafeTransaction.actor.cpp
|
Rename hgVersion to sourceVersion.
|
2019-11-15 12:26:51 -08: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
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
WriteMap.h
|
Addressed code review comments
|
2019-04-05 13:12:20 -07:00 |
fdbclient.vcxproj
|
Move RestoreWorkerInterface to fdbclient
|
2019-10-25 10:42:22 -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 |
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 |