foundationdb/fdbrpc
Andrew Noyes 86c732fc0e Prevent changing the value of ProcessClass enums
ConsistencyScanClass was added in the middle of the enum, which changed
the values for all subsequent enums. Correct this and prevent it from
happening again.
2022-10-11 11:19:28 -07:00
..
include/fdbrpc Prevent changing the value of ProcessClass enums 2022-10-11 11:19:28 -07:00
libcoroutine apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
libeio apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
tests Increase test coverage of TLS server-client combination (#8057) 2022-09-20 13:47:35 +02:00
ActorFuzz.actor.cpp Address review comments 2022-10-05 11:39:58 -06:00
AsyncFileCached.actor.cpp Make TEST macros C++ only (#7558) 2022-07-19 13:15:51 -07:00
AsyncFileEncrypted.actor.cpp Place generateRandomData() under {I|Deterministic}Random 2022-07-20 13:21:11 +02:00
AsyncFileNonDurable.actor.cpp Make g_simulator a pointer 2022-09-15 09:00:33 -07:00
AsyncFileWriteChecker.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Base64UrlDecode.cpp Catch up on changes to main 2022-07-12 16:48:09 +02:00
Base64UrlEncode.cpp Authz JWT support (#7279) 2022-06-02 13:22:50 +02:00
CMakeLists.txt Move Authz TLS test from fdbrpc/ to fdbrpc/tests 2022-08-25 19:26:16 +02:00
FailureMonitor.actor.cpp Merge remote-tracking branch 'origin/main' into features/private-request-streams 2022-04-07 13:29:27 -06:00
FlowTests.actor.cpp Fix compilation errors 2022-10-05 07:48:34 -06:00
FlowTransport.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
HTTP.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
HealthMonitor.actor.cpp Fix valgrind error in HealthMonitor 2022-04-07 15:48:06 -07:00
IPAllowList.cpp Address review comments 2022-04-11 09:17:10 -06:00
JsonWebKeySet.cpp Add key type and DS algorithm dimension to TokenSign benchmark 2022-08-26 22:58:36 +02:00
LinkTest.cpp Add test executables to catch missing symbols 2022-07-06 14:49:33 -07:00
LoadBalance.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Locality.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Net2FileSystem.cpp Clean up includes in actor header files (#7331) 2022-06-13 13:26:51 -07:00
PerfMetric.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
QueueModel.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Replication.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ReplicationPolicy.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ReplicationTypes.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ReplicationUtils.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
SimExternalConnection.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
Stats.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
TokenCache.actor.cpp Apply clang format 2022-09-09 15:31:29 +02:00
TokenSign.cpp Merge pull request #8146 from sfc-gh-tclinkenbeard/improve-code-coverage 2022-09-12 15:10:47 -06:00
TraceFileIO.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
actorFuzz.py Use full paths in includes 2022-08-31 14:39:14 -07:00
dsltest.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
genericactors.actor.cpp Make g_simulator a pointer 2022-09-15 09:00:33 -07:00
sim2.actor.cpp Extract TaskQueue out of Net2 and reuse it in sim2 (#8330) 2022-10-10 12:46:06 -07:00
sim_validation.cpp Make g_simulator a pointer 2022-09-15 09:00:33 -07:00