.. |
libcoroutine
|
use libcoroutine for Windows
|
2021-02-17 09:23:41 -07:00 |
libeio
|
Use default stack size for libeio threads
|
2021-03-01 16:41:09 +00:00 |
ActorFuzz.actor.cpp
|
Merge release-6.3 into master
|
2020-05-22 09:25:32 -07:00 |
ActorFuzz.h
|
Merge release-6.3 into master
|
2020-05-22 09:25:32 -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.3' into merge-release-6.3-into-master
|
2021-02-08 12:58:34 -08:00 |
AsyncFileEIO.actor.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
AsyncFileKAIO.actor.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
AsyncFileNonDurable.actor.cpp
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
AsyncFileNonDurable.actor.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
AsyncFileReadAhead.actor.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
AsyncFileWinASIO.actor.h
|
Remove unnecessary uses of virtual
|
2020-12-08 09:09:33 -08:00 |
AsyncFileWriteChecker.cpp
|
Make checksumHistoryBudget optional
|
2019-04-16 12:55:53 -07:00 |
AsyncFileWriteChecker.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
CMakeLists.txt
|
use libcoroutine for Windows
|
2021-02-17 09:23:41 -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
|
Make IFailureMonitor const-correct
|
2020-09-27 15:27:51 -07:00 |
FailureMonitor.h
|
add override keyword properly to squash compiler warnings
|
2021-01-25 13:24:15 -05:00 |
FlowTests.actor.cpp
|
Fix missing override in fdbrpc/FlowTests.actor.cpp
|
2021-01-26 17:29:54 +00:00 |
FlowTransport.actor.cpp
|
Make the ping enpoint a stable interface. Fix bug where we would could start scanning for packets before the connect packet was finished.
|
2021-02-08 17:10:33 -08:00 |
FlowTransport.h
|
merge conflicts
|
2020-12-02 21:53:19 +00: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
|
Fix IAsyncFileSystem method signatures
|
2020-12-28 01:57:42 -04:00 |
IAsyncFile.h
|
Merge branch 'release-6.3' into merge-release-6.3-into-master
|
2021-02-08 12:58:34 -08:00 |
IRateControl.h
|
Merge branch 'release-6.3' into merge-release-6.3-into-master
|
2021-02-08 12:58:34 -08:00 |
LoadBalance.actor.h
|
Merge branch 'release-6.3'
|
2021-03-01 18:52:06 -08:00 |
LoadBalance.h
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
LoadPlugin.h
|
Replace NULL with nullptr in fdbrpc
|
2020-09-20 11:33:18 -07:00 |
Locality.cpp
|
Rename proxy to commit proxy
|
2020-09-10 17:44:15 -07:00 |
Locality.h
|
Support proxy process class
|
2020-09-30 01:23:10 -07:00 |
MultiInterface.h
|
Merge branch 'release-6.3'
|
2021-03-01 18:52:06 -08:00 |
Net2FileSystem.cpp
|
Fix IAsyncFileSystem method signatures
|
2020-12-28 01:57:42 -04:00 |
Net2FileSystem.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
PerfMetric.h
|
Modernize/refactor workloads directory
|
2020-10-04 22:29:07 -07: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 release-6.3 into master
|
2020-10-19 22:51:56 -07:00 |
Replication.cpp
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
Replication.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
ReplicationPolicy.cpp
|
Use override where applicable in fdbrpc
|
2020-10-07 19:55:05 -07:00 |
ReplicationPolicy.h
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00:00 |
ReplicationTypes.cpp
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
ReplicationTypes.h
|
Fix Windows CMake build
|
2020-10-08 23:58:58 -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 |
SimExternalConnection.actor.cpp
|
Improve SimExternalConnection::read performance
|
2021-01-31 16:08:03 -08:00 |
SimExternalConnection.h
|
Add random delays to SimExternalConnection
|
2020-12-24 21:20:04 -04: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
|
Use clang-tidy to automatically fix missing overrides
|
2021-01-26 02:04:12 +00: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
|
Merge release-6.3 into master
|
2020-05-22 09:25:32 -07:00 |
dsltest.actor.cpp
|
add simulator support for different process versions and ProtocolVersion test
|
2020-10-12 18:19:31 +00:00 |
fdbrpc.h
|
Merge remote-tracking branch 'origin/master' into misc-changes
|
2020-12-26 20:47:00 -04:00 |
genericactors.actor.cpp
|
basic functionality for object serializer
|
2019-05-13 14:15:22 -07:00 |
genericactors.actor.h
|
remove duplicates
|
2020-11-10 14:01:07 -07: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 branch 'release-6.3' into merge-release-6.3-into-master
|
2021-02-08 12:58:34 -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 branch 'release-6.3' into merge-release-6.3-into-master
|
2021-02-08 12:58:34 -08:00 |