..
azure_backup
sync with upstream main
2022-08-31 15:46:39 -07:00
include /fdbclient
Fix for a memory leak in database operations called after create database errors ( #8334 )
2022-10-01 11:30:52 +02:00
sha1
fixed link errors
2022-06-27 19:00:40 -06:00
vexillographer
add version guard and add network option to testConfig
2022-09-14 13:15:24 -07:00
ActorLineageProfiler.cpp
moved wellknownendpoints and fixed some includes
2022-06-23 17:03:53 -06:00
AnnotateActor.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
AsyncFileS3BlobStore.actor.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
AsyncTaskThread.actor.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
Atomic.cpp
Initialize memory in new DoAppendIfFits unit test ( #8324 )
2022-09-26 13:46:20 -07:00
AutoPublicAddress.cpp
coordinatorsKey should not always store IP addresses. ( #7204 )
2022-05-23 11:42:56 -07:00
BackupAgentBase.actor.cpp
Fix filtering of potential backup mutations in commit proxy and backup worker; add code probe to ensure we are testing default backup sharing and add some tests to hit it
2022-09-27 15:25:30 -07:00
BackupContainer.actor.cpp
sync with upstream main
2022-08-31 15:46:39 -07:00
BackupContainerFileSystem.actor.cpp
Snapshot Backup Encryption ( #8095 )
2022-09-29 14:45:47 -07:00
BackupContainerLocalDirectory.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
BackupContainerS3BlobStore.actor.cpp
Remove !defined(_WIN32) guards for encryption code
2022-05-03 09:48:24 -07:00
BlobCipher.cpp
Enable encryption authentication configurability ( #8312 )
2022-09-29 16:18:55 -07:00
BlobConnectionProvider.cpp
Full integration with BlobConnectionProvider for blob granules
2022-06-01 12:39:51 -05:00
BlobGranuleCommon.cpp
sync with upstream main
2022-08-31 15:46:39 -07:00
BlobGranuleFiles.cpp
Merge pull request #8368 from sfc-gh-huliu/fixunittest
2022-09-29 22:15:56 -07:00
BlobGranuleReader.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
BuildFlags.h.in
Add build date and time to build_flags
2022-09-14 15:11:51 -07:00
CMakeLists.txt
sync with upstream main
2022-08-31 15:46:39 -07:00
ClientBooleanParams.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
ClientKnobCollection.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
ClientKnobs.cpp
Make read and write quotas fungible
2022-09-25 21:00:11 -07:00
ClusterConnectionFile.actor.cpp
Undo some changes that aren't needed
2022-07-07 14:48:36 -07:00
ClusterConnectionKey.actor.cpp
Undo some changes that aren't needed
2022-07-07 14:48:36 -07:00
ClusterConnectionMemoryRecord.actor.cpp
Undo some changes that aren't needed
2022-07-07 14:48:36 -07:00
ConfigKnobs.cpp
Convert existing tuple usages to use Tuple::makeTuple()
2022-07-19 13:45:59 -07:00
ConfigTransactionInterface.cpp
A few hostname improvements. ( #6825 )
2022-04-20 13:42:46 -07:00
DatabaseBackupAgent.actor.cpp
Fix filtering of potential backup mutations in commit proxy and backup worker; add code probe to ensure we are testing default backup sharing and add some tests to hit it
2022-09-27 15:25:30 -07:00
DatabaseConfiguration.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
FDBAWSCredentialsProvider.cpp
formatting
2022-07-01 13:51:17 -05:00
FDBTypes.cpp
Better accounting for tenant prefixes when working with key size limits ( #6973 )
2022-04-27 14:38:59 -07:00
FileBackupAgent.actor.cpp
Ensure nullptr is not passed to memcpy ( #8376 )
2022-09-30 17:28:43 -07:00
FluentDSampleIngestor.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
GlobalConfig.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
IConfigTransaction.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
IKnobCollection.cpp
Removed unnecessary apostrophe
2022-05-23 13:41:48 -07:00
ISingleThreadTransaction.cpp
Remove unnecessary transaction initialization
2022-06-10 16:53:19 -07:00
JsonBuilder.cpp
Add missing copyright headers
2022-03-16 11:25:02 -07:00
KeyRangeMap.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
LinkTest.cpp
Add test executables to catch missing symbols
2022-07-06 14:49:33 -07:00
LocalClientAPI.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
ManagementAPI.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
Metacluster.cpp
sync with upstream main
2022-08-31 15:46:39 -07:00
MetaclusterManagement.actor.cpp
sync with upstream main
2022-08-31 15:46:39 -07:00
MonitorLeader.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
MultiVersionTransaction.actor.cpp
Merge pull request #8141 from sfc-gh-jfu/network-disable-bypass
2022-09-21 17:33:48 -07:00
MutationLogReader.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
NameLineage.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
NativeAPI.actor.cpp
Merge pull request #8216 from sfc-gh-ajbeamon/backup-support-for-tenants
2022-09-28 12:00:24 -07:00
ParallelStream.actor.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
PaxosConfigTransaction.actor.cpp
Fix undefined behavior when retries is too large ( #8180 )
2022-09-14 11:46:15 -07:00
RESTClient.actor.cpp
Get network interfaces ready for https proxy. ( #7556 )
2022-07-25 17:08:32 -07:00
RESTUtils.actor.cpp
Linux fixes and addressed review comments
2022-06-23 20:52:13 -06:00
RYWIterator.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
ReadYourWrites.actor.cpp
Adding bg read amp metrics ( #8275 )
2022-09-22 16:31:27 -07:00
RestoreInterface.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
S3BlobStore.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
Schemas.cpp
Recruit new singleton for consistency checker. ( #5804 )
2022-09-16 09:03:06 -07:00
ServerKnobCollection.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
ServerKnobs.cpp
Merge pull request #8361 from halfprice/zhewu/update-default-gray-latency-percentile
2022-09-30 08:34:31 -07:00
SimpleConfigTransaction.actor.cpp
Fix configuration database unit tests
2022-09-13 16:53:54 -07:00
SpecialKeySpace.actor.cpp
Merge pull request #8185 from vishesh/issue-8127-exclude
2022-09-27 14:14:25 -07:00
StackLineage.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
StatusClient.actor.cpp
Update coordinator list from cluster file ( #7382 )
2022-06-23 09:22:09 +02:00
StorageServerInterface.cpp
send token with tenant info object
2022-07-06 20:58:17 -06:00
Subspace.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
SystemData.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
TagThrottle.actor.cpp
Make read and write quotas fungible
2022-09-25 21:00:11 -07:00
TaskBucket.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
Tenant.cpp
Merge branch 'main' of github.com:apple/foundationdb into metacluster-assigned-cluster
2022-09-22 14:39:27 -07:00
TenantManagement.actor.cpp
sync with upstream main
2022-08-31 15:46:39 -07:00
TestKnobCollection.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
ThreadSafeTransaction.cpp
Adding bg read amp metrics ( #8275 )
2022-09-22 16:31:27 -07:00
Tracing.actor.cpp
Convert literal string ref instances to use _sr suffix
2022-09-19 11:35:58 -07:00
TransactionLineage.cpp
Update copyright header dates
2022-03-21 13:36:23 -07:00
Tuple.cpp
tuple: user defined type support ( #8300 )
2022-09-26 09:18:37 -07:00
VersionVector.cpp
- Encode version vector before sending it over the wire.
2022-04-11 21:03:09 +00:00
VersionedMap.cpp
Add missing copyright headers
2022-03-16 11:25:02 -07:00
Versionstamp.cpp
Add versionstamp support in tuple ( #7293 )
2022-06-02 17:44:10 -07:00
WriteMap.cpp
Make TEST macros C++ only ( #7558 )
2022-07-19 13:15:51 -07:00
azurestorage.cmake
sync with upstream main
2022-08-31 15:46:39 -07:00
versions.h.cmake
…
zipf.c
fdbclient compiling
2022-06-27 18:31:05 -06:00