.. |
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
|
Update documentation about batch priority transactions
|
2019-03-26 15:45:38 -07:00 |
AsyncFileBlobStore.actor.cpp
|
Minor fixes in fdbclient for intellisense
|
2019-02-19 15:16:59 -08: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
|
Rewrote BackupAgentBase::parseTime() to use std::get_time() so it compiles on all supported platforms. Added unit test for parseTime() and formatTime().
|
2019-03-20 01:18:37 -07:00 |
BackupAgentBase.actor.cpp
|
Throw process_behind instead of future_version when all storage nodes on a team are behind. process_behind gets the same backoff behavior as not_committed. Add proxy_memory_limit_exceeded to the retryable predicate.
|
2019-04-08 14:21:24 -07:00 |
BackupContainer.actor.cpp
|
Stopped using %z to parse timezone offset with strptime() because it only seems to work as expected on MacOS. Updated time input/output unit tests so that they don't assume what the local timezone is.
|
2019-03-21 19:38:07 -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
|
Use proper fwd decl in NativeAPI
|
2019-02-19 15:16:59 -08:00 |
ClientDBInfo.h
|
Replace & operator with variadic function
|
2018-12-28 11:33:42 -08:00 |
ClientLogEvents.h
|
Replace & operator with variadic function
|
2018-12-28 11:33:42 -08:00 |
ClientWorkerInterface.h
|
Merge commit '048bfc5c368063d9e009513078dab88be0cbd5b0' into task/tls-upgrade-2
|
2019-01-24 17:43:06 -08:00 |
ClusterInterface.h
|
Add support for a client or worker having multiple issues.
|
2019-03-22 08:29:41 -07:00 |
CommitTransaction.h
|
Implements CompareAndClear AtomicOp
|
2019-02-04 14:59:56 -08:00 |
CoordinationInterface.h
|
changed NetworkAddressList to at most two addresses for performance
|
2019-03-23 17:54:46 -07:00 |
DatabaseBackupAgent.actor.cpp
|
Merge branch 'master' into feature-backup-json
|
2019-03-12 18:23:16 -07:00 |
DatabaseConfiguration.cpp
|
added three_data_hall_fallback configuration
|
2019-04-07 22:58:18 -07:00 |
DatabaseConfiguration.h
|
removed LocalitySetRef and IRepPolicyRef typedefs, because for clarity the Ref suffix is reserved for arena allocated objects instead of reference counted objects.
|
2019-03-13 13:14:39 -07:00 |
DatabaseContext.h
|
Throw process_behind instead of future_version when all storage nodes on a team are behind. process_behind gets the same backoff behavior as not_committed. Add proxy_memory_limit_exceeded to the retryable predicate.
|
2019-04-08 14:21: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
|
Log network, cluster, and database options when they are set. Throw an exception if the option being set doesn't exist.
|
2018-07-17 16:23:16 -07:00 |
FDBTypes.h
|
Data distributor pulls batch limited info from proxy
|
2019-03-07 13:16:20 -08:00 |
FailureMonitorClient.actor.cpp
|
the default failure state for local addresses should be not failed
|
2019-04-08 10:43:48 -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
|
Bug fix, starting a restore on a tag already in-use would spinloop forever and eventually run out of memory.
|
2019-04-01 15:00:24 -07:00 |
HTTP.actor.cpp
|
Merge branch 'release-6.0' of https://github.com/apple/foundationdb
|
2019-03-12 04:49:12 -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
|
Merge branch 'master' into remove-cluster-from-bindings
|
2018-11-26 12:01:03 -08: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
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00: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
|
For small clusters that are growing quickly, it could happen that the rateLimit is set to a low value and it would take very long to read the entire database. Fix this by setting the rateLimit to the maximum allowed value if reading the entire database is taking a long time.
|
2019-04-10 17:13:37 -07:00 |
Knobs.h
|
For small clusters that are growing quickly, it could happen that the rateLimit is set to a low value and it would take very long to read the entire database. Fix this by setting the rateLimit to the maximum allowed value if reading the entire database is taking a long time.
|
2019-04-10 17:13:37 -07:00 |
ManagementAPI.actor.cpp
|
added three_data_hall_fallback configuration
|
2019-04-07 22:58:18 -07:00 |
ManagementAPI.actor.h
|
added the ability to make a zoneId for maintenance in fdbcli
|
2019-04-01 17:55:13 -07:00 |
MasterProxyInterface.h
|
renamed BinaryWriter.toStringRef() to .toValue(), because the function now returns a Standalone<StringRef>()
|
2019-03-28 11:52:50 -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
|
Merge branch 'master' into mengxu/tls-switch-status-PR
|
2019-03-12 15:20:54 -07:00 |
MonitorLeader.h
|
TLS Status: Resolve review comments
|
2019-03-11 17:10:08 -07:00 |
MultiVersionAssignmentVars.h
|
Merge release-5.1 into release-5.2
|
2018-05-30 09:09:55 -07:00 |
MultiVersionTransaction.actor.cpp
|
Fix various compiler warnings
|
2019-03-15 10:34:57 -07:00 |
MultiVersionTransaction.h
|
Fix: The multi-version client would block when trying to connect to an external cluster.
|
2019-01-14 10:53:03 -08:00 |
MutationList.h
|
Replace & operator with variadic function
|
2018-12-28 11:33:42 -08:00 |
NativeAPI.actor.cpp
|
Apply suggestions from code review
|
2019-04-08 14:55:58 -07:00 |
NativeAPI.actor.h
|
retry limit and max delay transaction options are no longer reset after onError
|
2019-03-21 18:50:02 -04:00 |
Notified.h
|
Remove noexcept macro and replace with BOOST_NOEXCEPT.
|
2019-03-05 22:06:12 -08:00 |
RYWIterator.cpp
|
Implements CompareAndClear AtomicOp
|
2019-02-04 14:59:56 -08:00 |
RYWIterator.h
|
Implements CompareAndClear AtomicOp
|
2019-02-04 14:59:56 -08:00 |
ReadYourWrites.actor.cpp
|
retry limit and max delay transaction options are no longer reset after onError
|
2019-03-21 18:50:02 -04:00 |
ReadYourWrites.h
|
retry limit and max delay transaction options are no longer reset after onError
|
2019-03-21 18:50:02 -04:00 |
RunTransaction.actor.h
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
Schemas.cpp
|
added three_data_hall_fallback configuration
|
2019-04-07 22:58:18 -07:00 |
Schemas.h
|
Merge commit '3b2700d25334c53d13496ca16682642aac951beb' into track-server-request-latencies
|
2019-01-24 11:43:26 -08:00 |
SnapshotCache.h
|
Remove noexcept macro and replace with BOOST_NOEXCEPT.
|
2019-03-05 22:06:12 -08:00 |
Status.h
|
Move AsyncFileBlobStore and related files to fdbclient.
|
2018-10-26 13:49:42 -07:00 |
StatusClient.actor.cpp
|
Fix various compiler warnings
|
2019-03-15 10:34:57 -07:00 |
StatusClient.h
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
StorageServerInterface.h
|
Calculate durabilityLag instead of NDV for health metrics
|
2019-02-27 16:30:01 -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
|
added the ability to make a zoneId for maintenance in fdbcli
|
2019-04-01 17:55:13 -07:00 |
SystemData.h
|
added the ability to make a zoneId for maintenance in fdbcli
|
2019-04-01 17:55:13 -07:00 |
TaskBucket.actor.cpp
|
Fix various compiler warnings
|
2019-03-15 10:34:57 -07:00 |
TaskBucket.h
|
Use proper fwd decl in NativeAPI
|
2019-02-19 15:16:59 -08:00 |
ThreadSafeTransaction.actor.cpp
|
Avoiding holding references to ThreadSafeDatabase on the main thread because this can cause a race with fdb_stop_network when it comes time to destroy it.
|
2019-03-25 16:11:50 -07:00 |
ThreadSafeTransaction.h
|
Avoiding holding references to ThreadSafeDatabase on the main thread because this can cause a race with fdb_stop_network when it comes time to destroy it.
|
2019-03-25 16:11:50 -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
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
VersionedMap.h
|
Remove noexcept macro and replace with BOOST_NOEXCEPT.
|
2019-03-05 22:06:12 -08:00 |
WriteMap.h
|
fix: CompareAndClear does not coalesce with itself
|
2019-03-22 18:37:39 -07:00 |
fdbclient.vcxproj
|
Fix Windows link errors
|
2019-03-11 17:49:03 -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 |