foundationdb/fdbrpc
Steve Atherton f33ed86210
Merge pull request #4420 from apple/release-6.2
Merge 6.2 into 6.3
2021-03-03 15:57:36 -08:00
..
libcoroutine FDB compiling with intel compiler 2019-06-20 09:29:01 -07:00
libeio Merge pull request #3026 from atn34/atn34/tsan 2020-05-07 18:06:18 -07:00
zlib Fixed headers and some whitespace 2018-02-23 04:50:23 -08:00
ActorFuzz.actor.cpp Remove comma operator from actor fuzz 2020-05-13 19:59:34 -07:00
ActorFuzz.h Remove comma operator from actor fuzz 2020-05-13 19:59:34 -07:00
AsyncFileCached.actor.cpp Not all flush will write to disk 2020-12-11 10:34:36 -08:00
AsyncFileCached.actor.h Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3 2021-02-08 09:20:28 -08:00
AsyncFileEIO.actor.h Merge pull request #4420 from apple/release-6.2 2021-03-03 15:57:36 -08:00
AsyncFileKAIO.actor.h Net2FileSystem: Add guards to honor DISABLE_POSIX_KERNEL_AIO 2020-04-15 23:47:37 -07:00
AsyncFileNonDurable.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
AsyncFileNonDurable.actor.h A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
AsyncFileReadAhead.actor.h Merge branch 'release-6.0' 2019-02-28 14:01:00 -08:00
AsyncFileWinASIO.actor.h add renameFile to WinASIO 2021-03-03 09:35:19 -07:00
AsyncFileWriteChecker.cpp Make checksumHistoryBudget optional 2019-04-16 12:55:53 -07:00
AsyncFileWriteChecker.h Fix valgrind found error of reading uninitialized data 2020-02-02 13:16:23 -08:00
CMakeLists.txt Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3 2020-07-10 15:06:34 -07:00
ContinuousSample.h Track statistics about server-side request latency on each process, to include min, max, mean, and various percentiles. 2020-07-09 16:39:15 -07:00
FailureMonitor.actor.cpp Merge pull request #3194 from etschannen/feature-small-endpoint 2020-05-20 14:48:13 -07:00
FailureMonitor.h Merge pull request #3194 from etschannen/feature-small-endpoint 2020-05-20 14:48:13 -07:00
FlowTests.actor.cpp Add INetwork::timer_monotonic 2020-11-05 17:07:49 +00:00
FlowTransport.actor.cpp Merge branch 'release-6.2' into release-6.3 2020-11-16 10:15:23 -08:00
FlowTransport.h Merge branch 'release-6.2' into release-6.3 2020-11-16 10:15:23 -08:00
HealthMonitor.actor.cpp Fix bugs turned up by _GLIBCXX_DEBUG 2021-02-09 00:41:21 +00:00
HealthMonitor.h Cleanup unused code 2020-04-15 19:48:25 -07:00
IAsyncFile.actor.cpp Unit test for rename function 2021-03-03 14:25:00 -07:00
IAsyncFile.h Added an actor to allow for async file renames 2021-03-02 16:38:51 -07:00
IRateControl.h Bug fixes involving use of AFCached rate control in simulation. 2021-01-30 18:13:44 -08:00
LoadBalance.actor.h Resolve merge conflict 2021-02-24 15:13:58 -08:00
LoadBalance.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
LoadPlugin.h Stop building FDBLibTLS and stop linking against libtls.so 2020-02-06 21:13:58 -08:00
Locality.cpp Address review comments 2020-01-22 19:42:13 -08:00
Locality.h explicitly versioned every key in systemData, so we only will update the associated protocolVersion when the serialization actually changes 2020-05-22 16:35:01 -07:00
MultiInterface.h Resolve review comments and add trace fields to MasterRecoveryState 2021-02-17 14:44:14 -08:00
Net2FileSystem.cpp Merge pull request #4420 from apple/release-6.2 2021-03-03 15:57:36 -08:00
Net2FileSystem.h Added an actor to allow for async file renames 2021-03-02 16:38:51 -07:00
PerfMetric.h Add ResolverMetrics trace event 2020-03-05 10:49:21 -08:00
QueueModel.cpp Resolve merge conflict 2021-02-24 15:13:58 -08:00
QueueModel.h Update comment 2021-02-24 15:15:56 -08:00
RangeMap.h Merge branch 'release-6.2' into release-6.3 2020-10-16 15:25:39 -07:00
Replication.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Replication.h Fix infinite recursion caused by implicit conversion 2020-07-04 12:50:41 -07:00
ReplicationPolicy.cpp Resolve review comments:Remove unneeded code 2019-07-12 18:10:04 -07:00
ReplicationPolicy.h finished explicitly versioning everything stored in the database 2020-05-22 17:14:21 -07:00
ReplicationTypes.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
ReplicationTypes.h Fix various compiler warnings 2019-03-15 10:34:57 -07:00
ReplicationUtils.cpp Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3 2020-05-29 15:51:56 -07:00
ReplicationUtils.h more work towards shrinking locality 2020-04-18 21:29:38 -07:00
Smoother.h Several small compilation fixes for new versions of gcc 2019-01-03 12:44:19 -08:00
Stats.actor.cpp Merge branch 'release-6.2' into release-6.3 2020-11-16 10:15:23 -08:00
Stats.h Merge branch 'release-6.2' into release-6.3 2020-11-16 10:15:23 -08:00
TimedRequest.h Rename file in comment header 2019-08-01 08:40:45 -07:00
TraceFileIO.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
TraceFileIO.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
actorFuzz.py Remove comma operator from actor fuzz 2020-05-13 19:59:34 -07:00
batcher.actor.h Track statistics about server-side request latency on each process, to include min, max, mean, and various percentiles. 2020-07-09 16:39:15 -07:00
dsltest.actor.cpp Merge remote-tracking branch 'upstream/master' into features/icc 2020-02-04 10:26:18 -08:00
fdbrpc.h Merge branch 'feature-tree-broadcast' into feature-small-endpoint 2020-04-17 17:16:04 -07:00
genericactors.actor.cpp basic functionality for object serializer 2019-05-13 14:15:22 -07:00
genericactors.actor.h Send error back to the GRV requests with batch priority when the cluster is saturated, instead of blindly enqueue the requests and let the client timeout. 2020-01-30 14:13:56 -08:00
linux_kaio.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
networksender.actor.h Remove USE_OBJECT_SERIALIZER knob 2020-02-12 10:41:52 -08:00
sim2.actor.cpp Merge pull request #4420 from apple/release-6.2 2021-03-03 15:57:36 -08:00
sim_validation.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
sim_validation.h Ban `Void _ = wait(...)` constructions, and require just `wait(...)`. 2018-08-14 15:50:26 -07:00
simulator.h Merge pull request #4420 from apple/release-6.2 2021-03-03 15:57:36 -08:00