foundationdb/fdbrpc
Stephen Atherton 872edd7540 Merge branch 'release-5.0'
# Conflicts:
#	fdbclient/FileBackupAgent.actor.cpp
2017-12-06 16:27:04 -08:00
..
libb64 Initial repository commit 2017-05-25 13:48:44 -07:00
libcoroutine Initial repository commit 2017-05-25 13:48:44 -07:00
libeio Initial repository commit 2017-05-25 13:48:44 -07:00
md5 Initial repository commit 2017-05-25 13:48:44 -07:00
sha1 Initial repository commit 2017-05-25 13:48:44 -07:00
zlib Initial repository commit 2017-05-25 13:48:44 -07:00
ActorFuzz.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
ActorFuzz.h Initial repository commit 2017-05-25 13:48:44 -07:00
AsyncFileBlobStore.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
AsyncFileBlobStore.actor.h Improved error handling and memory usage in AsyncFileBlobStoreWrite. Writes will now fail if any upload has already failed, rather than buffering unboundedly until sync() is called to complete the file. There is also a configurable limit on how many uploads can be pending before writes will stall waiting for one to finish. 2017-10-18 05:51:30 -07:00
AsyncFileCached.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
AsyncFileCached.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
AsyncFileEIO.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
AsyncFileKAIO.actor.h AsyncFileKAIO will prefer using fallocate's ZERO_RANGE for AsyncFile::zero(). 2017-11-30 17:57:55 -08:00
AsyncFileNonDurable.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
AsyncFileNonDurable.actor.h fix: fixed a rare bug where we do not wait for a file in the process of being deleted to shutdown before rebooting a machine 2017-08-25 10:12:58 -07:00
AsyncFileReadAhead.actor.h fix: there was a reference counting cycle in asyncFileBlobStore and asyncFileReadAhead 2017-09-29 19:13:08 -07:00
AsyncFileWinASIO.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
AsyncFileWriteChecker.cpp Merge branch 'release-4.6' into release-5.0 2017-06-16 02:14:19 -07:00
AsyncFileWriteChecker.h Checksums computed on pages with partially undefined contents are still valid, so mark them as such for valgrind purposes. 2017-07-17 09:34:04 -07:00
BlobStore.actor.cpp Merge branch 'release-5.0' 2017-12-06 16:27:04 -08:00
BlobStore.h Improved error handling and memory usage in AsyncFileBlobStoreWrite. Writes will now fail if any upload has already failed, rather than buffering unboundedly until sync() is called to complete the file. There is also a configurable limit on how many uploads can be pending before writes will stall waiting for one to finish. 2017-10-18 05:51:30 -07:00
ContinuousSample.h Initial repository commit 2017-05-25 13:48:44 -07:00
EndpointGroup.h Initial repository commit 2017-05-25 13:48:44 -07:00
FailureMonitor.actor.cpp added knobs so that the client failure monitoring update rate and the server failure monitoring update rate are separate knobs 2017-12-01 13:04:32 -08:00
FailureMonitor.h Initial repository commit 2017-05-25 13:48:44 -07:00
FlowTests.actor.cpp Fixed OS X compilation build warnings due to printf field specifiers 2017-09-01 09:35:56 -07:00
FlowTransport.actor.cpp Changed naming of num_incompatible_connections to numIncompatibleConnections 2017-11-14 18:37:29 -08:00
FlowTransport.h Added a counter to keep track of active outgoing incompatible connections. 2017-11-09 11:20:35 -08:00
HTTP.actor.cpp Add the ability to access name and description in Error. Update error descriptions. 2017-09-28 12:35:03 -07:00
HTTP.h Initial repository commit 2017-05-25 13:48:44 -07:00
IAsyncFile.actor.cpp Maintain a reference to the IAsyncFile in zeroRange. 2017-12-06 13:41:21 -08:00
IAsyncFile.h Maintain a reference to the IAsyncFile in zeroRange. 2017-12-06 13:41:21 -08:00
IRateControl.h Initial repository commit 2017-05-25 13:48:44 -07:00
ITLSPlugin.h removed undefined behavior surrounding TLS logging 2017-06-28 14:23:53 -07:00
LoadBalance.actor.h fix: load balance will still use second requests when client locality is present 2017-09-01 11:14:18 -07:00
LoadBalance.h Initial repository commit 2017-05-25 13:48:44 -07:00
LoadPlugin.h Initial repository commit 2017-05-25 13:48:44 -07:00
Locality.cpp Downgrade Transaction process class for cluster controller 2017-10-16 16:27:01 -07:00
Locality.h fix: excluded servers were the same fitness as storage servers for the master role 2017-11-03 17:09:14 -07:00
MultiInterface.h Initial repository commit 2017-05-25 13:48:44 -07:00
Net2FileSystem.cpp Merge branch 'release-4.6' into release-5.0 2017-06-16 02:14:19 -07:00
Net2FileSystem.h Initial repository commit 2017-05-25 13:48:44 -07:00
PerfMetric.h Initial repository commit 2017-05-25 13:48:44 -07:00
Platform.cpp Bug fix. eraseDirectoryRecursive() on MacOS used to do nothing at all, but now it erases directories recursively. The Linux version was modified to be simpler and use a version of the FTW API that also works on MacOS. 2017-08-31 00:11:18 -07:00
Platform.h Initial repository commit 2017-05-25 13:48:44 -07:00
QueueModel.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
QueueModel.h Initial repository commit 2017-05-25 13:48:44 -07:00
RangeMap.h Initial repository commit 2017-05-25 13:48:44 -07:00
Replication.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
Replication.h Fix the GRV performance regression introduced by adding the policy engine to GRV calculations. 2017-11-16 16:15:52 -08:00
ReplicationPolicy.cpp Fixed OSX compilation warning about printf field value specification 2017-08-24 12:30:38 -07:00
ReplicationPolicy.h Fix the GRV performance regression introduced by adding the policy engine to GRV calculations. 2017-11-16 16:15:52 -08:00
ReplicationTypes.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
ReplicationTypes.h Initial repository commit 2017-05-25 13:48:44 -07:00
ReplicationUtils.cpp Fix the GRV performance regression introduced by adding the policy engine to GRV calculations. 2017-11-16 16:15:52 -08:00
ReplicationUtils.h Fix the GRV performance regression introduced by adding the policy engine to GRV calculations. 2017-11-16 16:15:52 -08:00
Smoother.h Initial repository commit 2017-05-25 13:48:44 -07:00
TLSConnection.actor.cpp removed undefined behavior surrounding TLS logging 2017-06-28 14:23:53 -07:00
TLSConnection.h Initial repository commit 2017-05-25 13:48:44 -07:00
TraceFileIO.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
TraceFileIO.h Initial repository commit 2017-05-25 13:48:44 -07:00
actorFuzz.py Initial repository commit 2017-05-25 13:48:44 -07:00
batcher.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
crc32c.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
crc32c.h Initial repository commit 2017-05-25 13:48:44 -07:00
dsltest.actor.cpp Fixed OS X compilation build warnings due to printf field specifiers 2017-09-01 09:35:56 -07:00
fdbrpc.h Initial repository commit 2017-05-25 13:48:44 -07:00
fdbrpc.vcxproj Merge branch 'release-4.6' into release-5.0 2017-06-16 02:14:19 -07:00
fdbrpc.vcxproj.filters Initial repository commit 2017-05-25 13:48:44 -07:00
generated-constants.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
genericactors.actor.cpp added the ability to disable connection failures for a period of time after one happens 2017-09-18 12:46:29 -07:00
genericactors.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
linux_kaio.h Initial repository commit 2017-05-25 13:48:44 -07:00
local.mk Initial repository commit 2017-05-25 13:48:44 -07:00
sim2.actor.cpp Fixed call to IsClear 2017-10-05 03:07:20 -07:00
sim_validation.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
sim_validation.h Initial repository commit 2017-05-25 13:48:44 -07:00
simulator.h Merge pull request #176 from cie/add-cluster-controller-process-class 2017-10-16 16:27:54 -07:00