foundationdb/fdbrpc
Alex Miller 3b61b76876 Fix a massive amount of valgrind errors and make them easier to debug in the future.
std::is_pod<> being less restrictive than is_binary_serializable<> meant that
structs that both were POD and had a serialize method defined would be binary
serialized instead of using the defined serialize().  This means that it would
also serialize any padding that the struct contained, which would cause mass
waves of valgrind failures from uninitialized memory.

Included in this change is additional uses of valgrind client requests so that
attempts to send uninitialized memory are reported at the sending site, versus
as part of checksum calculation in sending the packet.
2017-10-27 16:54:44 -07: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 Bug fix, when io_timeouts are enabled in warn only mode they weren’t being logged at all. 2017-07-05 14:43:10 -07: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-10-20 21:16:55 -07: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 Initial repository commit 2017-05-25 13:48:44 -07: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 Fix a massive amount of valgrind errors and make them easier to debug in the future. 2017-10-27 16:54:44 -07:00
FlowTransport.h Fix a massive amount of valgrind errors and make them easier to debug in the future. 2017-10-27 16:54:44 -07: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 Remove the change that waits only for unlinking; call delete on the file even if it doesn't exist. 2017-07-26 15:25:49 -07:00
IAsyncFile.h Remove outdated comment from incrementalDelete function. 2017-07-26 15:27:37 -07: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 Add cluster controller process class 2017-10-16 16:21:25 -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 Initial repository commit 2017-05-25 13:48:44 -07:00
ReplicationPolicy.cpp Fixed OSX compilation warning about printf field value specification 2017-08-24 12:30:38 -07:00
ReplicationPolicy.h Initial repository commit 2017-05-25 13:48:44 -07: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 Fixed printf field width specifier to reduce compilation warnings within OS X 2017-05-26 14:51:34 -07:00
ReplicationUtils.h Initial repository commit 2017-05-25 13:48:44 -07: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