foundationdb/fdbclient
A.J. Beamon 18e89b9d42
Merge pull request #1330 from satherton/fix-parsetime-windows
Fix Windows compilation error
2019-03-20 14:27:47 -07:00
..
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 made use_provisional_proxies a transaction option 2019-03-19 18:44:37 -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 _get_timezone() was being called incorrectly. Refactored getting / using current timezone offset slightly. 2019-03-20 12:36:08 -07:00
BackupContainer.actor.cpp 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
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 Status: Count connected coordinators per client 2019-03-05 21:21:23 -08:00
CommitTransaction.h Implements CompareAndClear AtomicOp 2019-02-04 14:59:56 -08:00
CoordinationInterface.h Merge commit '048bfc5c368063d9e009513078dab88be0cbd5b0' into task/tls-upgrade-2 2019-01-24 17:43:06 -08:00
DatabaseBackupAgent.actor.cpp Merge branch 'master' into feature-backup-json 2019-03-12 18:23:16 -07:00
DatabaseConfiguration.cpp Merge pull request #1320 from bnamasivayam/dc-as-satellite-config 2019-03-19 15:49:24 -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 made use_provisional_proxies a transaction option 2019-03-19 18:44:37 -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 Minor fixes in fdbclient for intellisense 2019-02-19 15:16:59 -08: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 Added schema version string to backup JSON status docs. Bug fix in backup status JSON, the document was being created outside the transaction retry loop so retries would combine partial element sets across all tries into the result. 2019-03-14 02:10:14 -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 The proxy budget is implemented to let one request over its limit through, and then pay back what was over the limit in the next update 2019-03-18 16:09:57 -07:00
Knobs.h ClientKnobs: Add CHECK_CONNECTED_COORDINATOR_NUM_DELAY 2019-03-13 16:54:56 -07:00
ManagementAPI.actor.cpp made use_provisional_proxies a transaction option 2019-03-19 18:44:37 -07:00
ManagementAPI.actor.h Merge branch 'master' into feature-fix-force-recovery 2019-02-22 14:38:13 -08:00
MasterProxyInterface.h made use_provisional_proxies a transaction option 2019-03-19 18:44:37 -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 made use_provisional_proxies a transaction option 2019-03-19 18:44:37 -07:00
NativeAPI.actor.h made use_provisional_proxies a transaction option 2019-03-19 18:44:37 -07: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 RYOW onError no longer resets a transaction when it gets a non-retryable error and the transaction is not already in an error state (as of API version 610). 2019-03-14 11:40:51 -07:00
ReadYourWrites.h Remove noexcept macro and replace with BOOST_NOEXCEPT. 2019-03-05 22:06:12 -08:00
RunTransaction.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Schemas.cpp changed the old memory configuration to memory-1 2019-03-18 15:10:04 -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 Merge branch 'master' into feature-metadata-version 2019-03-10 21:13:28 -07:00
SystemData.h implemented the \xff/metadataVersion key, which can be used by layers to help them cheaply cache metadata and know when their cache is invalid 2019-02-28 17:45:00 -08: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 Address review comments. 2019-03-14 13:42:03 -07:00
ThreadSafeTransaction.h Remove noexcept macro and replace with BOOST_NOEXCEPT. 2019-03-05 22:06:12 -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 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 Remove noexcept macro and replace with BOOST_NOEXCEPT. 2019-03-05 22:06:12 -08: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