foundationdb/fdbclient
Meng Xu 00d1e5e70a FastRestore: Add command UID and code clean
Change variable name to a shorter name
Remove most unused code
Compilable at this commit
2019-03-10 17:17:18 -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 Merge branch 'master' into remove-cluster-from-bindings 2018-11-26 12:01:03 -08:00
AsyncFileBlobStore.actor.cpp Merge branch 'release-6.0' 2018-11-10 13:04:24 -08:00
AsyncFileBlobStore.actor.h fixed a merge error 2018-11-12 19:20:39 -08:00
Atomic.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
AutoPublicAddress.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
BackupAgent.h Merge with master to use the latest backup container 2019-01-30 12:05:15 -08:00
BackupAgentBase.actor.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
BackupContainer.actor.cpp Circus test: get performance result from circus 2019-02-01 14:09:40 -08:00
BackupContainer.h Merge with master to use the latest backup container 2019-01-30 12:05:15 -08:00
BlobStore.actor.cpp Merge branch 'release-6.0' 2019-01-09 16:14:46 -08:00
BlobStore.h Circus test: get performance result from circus 2019-02-01 14:09:40 -08:00
CMakeLists.txt Default configuration now builds. 2018-12-13 15:52:27 -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 Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
ClusterInterface.h Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
CommitTransaction.h Merge with master to use the latest backup container 2019-01-30 12:05:15 -08:00
CoordinationInterface.h Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
DatabaseBackupAgent.actor.cpp * Add Optional.map and ErrorOr.map. 2019-01-11 09:03:38 -08:00
DatabaseConfiguration.cpp Fixed several minor code issues 2019-01-24 14:43:12 -08:00
DatabaseConfiguration.h Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
DatabaseContext.h Merge branch 'master' into remove-cluster-from-bindings 2018-11-26 12:01:03 -08: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 Merge with master to use the latest backup container 2019-01-30 12:05:15 -08:00
FailureMonitorClient.actor.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00: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 'release-6.0' 2019-01-09 16:14:46 -08:00
HTTP.actor.cpp Merge branch 'release-6.0' 2019-01-09 16:14:46 -08: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 Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
KeyRangeMap.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Knobs.cpp Merge branch 'release-6.0' 2019-01-09 16:14:46 -08:00
Knobs.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
ManagementAPI.actor.cpp Merge with master to use the latest backup container 2019-01-30 12:05:15 -08:00
ManagementAPI.h Merge branch 'release-6.0' 2018-12-03 18:26:52 -08:00
MasterProxyInterface.h Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
MetricLogger.actor.cpp Merge pull request #791 from ajbeamon/remove-cluster-from-iclientapi 2018-11-10 10:16:18 -08:00
MetricLogger.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
MonitorLeader.actor.cpp Merge pull request #791 from ajbeamon/remove-cluster-from-iclientapi 2018-11-10 10:16:18 -08:00
MonitorLeader.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00: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 #942 from ajbeamon/remove-cluster-from-bindings 2019-01-24 14:39:09 -08: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 Merge with master to use the latest backup container 2019-01-30 12:05:15 -08:00
NativeAPI.actor.cpp Merge pull request #942 from ajbeamon/remove-cluster-from-bindings 2019-01-24 14:39:09 -08:00
NativeAPI.h sequantial restore: pass 1 test case 2018-12-03 10:57:30 -08:00
Notified.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
RYWIterator.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
RYWIterator.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
ReadYourWrites.actor.cpp Merge pull request #942 from ajbeamon/remove-cluster-from-bindings 2019-01-24 14:39:09 -08:00
ReadYourWrites.h Merge pull request #791 from ajbeamon/remove-cluster-from-iclientapi 2018-11-10 10:16:18 -08:00
RunTransaction.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Schemas.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Schemas.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
SnapshotCache.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Status.h Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
StatusClient.actor.cpp Updated client error message for too many status requests 2019-01-28 17:49:49 -08:00
StatusClient.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
StorageServerInterface.h Replace & operator with variadic function 2018-12-28 11:33:42 -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 FastRestore: Add command UID and code clean 2019-03-10 17:17:18 -07:00
SystemData.h FastRestore: Add command UID and code clean 2019-03-10 17:17:18 -07:00
TaskBucket.actor.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
TaskBucket.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
ThreadSafeTransaction.actor.cpp Fix two memory issues that occurred when a database object was destroyed. 2019-01-10 14:53:42 -08:00
ThreadSafeTransaction.h Fix two memory issues that occurred when a database object was destroyed. 2019-01-10 14:53:42 -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 Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
WriteMap.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
fdbclient.vcxproj Blobstore client now sends HTTP requests with a header indicating that only XML responses are accepted. JSON responses are no longer supported and xml2json has been removed. The request Date header format is now the standard ISO 8601 format indicated by the S3 documentation. 2018-11-13 00:49:13 -08: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