foundationdb/fdbrpc
Josh Slocum 8ce1796a7a
Stable http ports (#10604)
* Ensuring HTTP ports are stable for the same servers, and adding a test http server that ensures no other users accidentally talk to it

* fixing warning with werror

* more werror fixes
2023-07-13 14:06:52 -04:00
..
TokenSign Replace AuthZ's use of tenant names in token with tenant ID 2023-02-03 21:46:31 +01:00
include/fdbrpc Stable http ports (#10604) 2023-07-13 14:06:52 -04:00
libcoroutine format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
libeio apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
tests An option to initialize client tracing in setupNetwork (#9209) 2023-02-02 10:00:51 +01:00
ActorFuzz.actor.cpp Address review comments 2022-10-05 11:39:58 -06:00
ActorFuzzUnitTest.cpp removing/disabling explicit test files for quick running unit tests, and converting actor fuzz to a unit test 2023-06-07 16:00:46 -05:00
AsyncFileCached.actor.cpp Make mapAsync usable without specifying template parameters 2022-12-14 14:33:59 -08:00
AsyncFileEncrypted.actor.cpp Bug fixes in AsyncFileEncrypted buffer and class instance lifetimes. IO buffers must be kept alive until underlying reads or writes completes, and some use cases allow the class reference to be dropped while operations are outstanding so that is also made safe. 2022-10-23 17:47:54 -07:00
AsyncFileNonDurable.actor.cpp Reformat source 2023-01-24 15:06:27 -08:00
AsyncFileWriteChecker.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Base64Decode.cpp Upgrade C++ Standard to 20 2022-12-06 14:19:06 -08:00
Base64Encode.cpp Make token's 'tenants' field base64-encoded (cf. base64url) 2022-11-04 20:17:08 +01:00
CMakeLists.txt Restart joshua 2023-01-11 12:12:16 -06:00
DDSketchTest.actor.cpp ddsketch: Fix undefined behaviour in DDSketch::getValue 2022-12-08 10:07:11 -08:00
FailureMonitor.actor.cpp Introduce initial Swift support in fdbserver (#10156) 2023-06-02 16:09:28 -05:00
FlowTests.actor.cpp Introduce initial Swift support in fdbserver (#10156) 2023-06-02 16:09:28 -05:00
FlowTransport.actor.cpp Reset connection idle time when restarting connection monitor (#10495) 2023-06-15 13:37:00 -05:00
HTTP.actor.cpp Use fmt::print instead of printf in HTTP.actor.cpp 2023-05-17 14:18:20 -07:00
HTTPServer.actor.cpp Stable http ports (#10604) 2023-07-13 14:06:52 -04:00
HealthMonitor.actor.cpp Fix valgrind error in HealthMonitor 2022-04-07 15:48:06 -07:00
IPAllowList.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
JsonWebKeySet.cpp Remove WolfSSL support in FoundationDB 2023-03-23 20:17:18 -07:00
LinkTest.cpp Add test executables to catch missing symbols 2022-07-06 14:49:33 -07:00
LoadBalance.actor.cpp Allow boolean parameters to be nested inside of namespaces or classes 2023-03-30 15:09:59 -07:00
Locality.cpp Add correctness test for blob restore 2023-01-04 11:10:34 -08:00
Net2FileSystem.cpp Improve support for prebuilt boost 2023-02-27 15:38:58 -06: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 Fix more clang 15 warnings 2022-12-08 14:25:36 -08: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 make network address returned by SimExternalConnection's dns resolution public to fix resolving an fdb process' ip in simulation (#10396) 2023-06-05 12:08:24 -05:00
Stats.actor.cpp EaR: reduce metrics logging (#10453) 2023-06-09 12:07:49 -07:00
TokenCache.actor.cpp Allow unthrottled, unsuppressed traces for security-related events (#9459) 2023-02-27 21:51:13 +01:00
TokenSign.cpp Allow token "aud" field to have a string as value (#9860) 2023-03-31 23:51:41 +02:00
TraceFileIO.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
actorFuzz.py Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00
dsltest.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
sim2.actor.cpp Stable http ports (#10604) 2023-07-13 14:06:52 -04:00
sim_validation.cpp Make g_simulator a pointer 2022-09-15 09:00:33 -07:00
swift_sim2_hooks.cpp Introduce initial Swift support in fdbserver (#10156) 2023-06-02 16:09:28 -05:00