foundationdb/flow/include/flow
Markus Pilman 8695fc15fc Merge remote-tracking branch 'origin/main' into features/tenant-lock2 2023-02-22 13:12:23 -07:00
..
ActorCollection.h change reference to pointer; default constructor enabled 2022-07-21 11:37:26 -07:00
Arena.h Introduce WipedString for Arena block holding AuthZ tokens (#9381) 2023-02-16 10:44:32 +01:00
ArenaAllocator.h Isolate TokenSpec such that it doesn't depend on flow headers 2022-11-24 15:08:07 +01:00
ArenaString.h Isolate TokenSpec such that it doesn't depend on flow headers 2022-11-24 15:08:07 +01:00
ArgParseUtil.h Flow compiling 2022-06-27 17:05:55 -06:00
AsioReactor.h Flow compiling 2022-06-27 17:05:55 -06:00
AutoCPointer.h Merge branch 'main' into feature-metacluster 2022-07-06 15:44:21 -07:00
BooleanParam.h Flow compiling 2022-06-27 17:05:55 -06:00
ChaosMetrics.h Update the license in the files 2023-01-24 15:12:31 -08:00
CodeProbe.h Mark code probe as non-simulation only 2023-01-15 21:20:22 -08:00
CodeProbeUtils.h Make TEST macros C++ only (#7558) 2022-07-19 13:15:51 -07:00
CompressedInt.h Flow compiling 2022-06-27 17:05:55 -06:00
CompressionUtils.h use raw ZSTD API 2022-10-12 08:23:15 -07:00
CustomAllocatorString.h Isolate TokenSpec such that it doesn't depend on flow headers 2022-11-24 15:08:07 +01:00
DebugTrace.h sync with upstream main 2022-08-31 15:46:39 -07:00
Deque.h Flow compiling 2022-06-27 17:05:55 -06:00
DeterministicRandom.h Place generateRandomData() under {I|Deterministic}Random 2022-07-20 13:21:11 +02:00
EncryptUtils.h EaR: Update encryption methods to make 'cipherHeaderKey' optional (#9378) 2023-02-15 08:56:11 -08:00
Error.h format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
EventTypes.actor.h Fix duplicate (and broken) header macro FDBCLIENT_EVENTTYPES[S]_ACTOR[_G]_H 2022-09-09 19:14:30 +00:00
FastAlloc.h format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
FastRef.h Remove unused utility from FastRef.h 2023-01-19 14:00:21 -08:00
FaultInjection.h Flow compiling 2022-06-27 17:05:55 -06:00
FileIdentifier.h Flow compiling 2022-06-27 17:05:55 -06:00
FileTraceLogWriter.h Flow compiling 2022-06-27 17:05:55 -06:00
Hash3.h Flow compiling 2022-06-27 17:05:55 -06:00
Histogram.h Change Histogram::Unit::microseconds to milliseconds 2022-11-21 08:03:56 -08:00
Hostname.h Extract out IPAddress and IUDPSocket 2023-01-24 14:47:39 -08:00
IAsyncFile.h Add more details in comment block about interface contract. 2022-10-23 01:08:53 -07:00
IConnection.h Update the license in the files 2023-01-24 15:12:31 -08:00
IDispatched.h Flow compiling 2022-06-27 17:05:55 -06:00
IPAddress.h Update the license in the files 2023-01-24 15:12:31 -08:00
IRandom.h Merge branch 'main' into features/authz 2022-07-27 20:51:32 +02:00
IRateControl.h don't do the min-calculation twice 2022-09-19 15:57:46 -06:00
IThreadPool.h Add const qualifier to more methods 2022-11-15 14:57:32 -08:00
ITrace.h Flow compiling 2022-06-27 17:05:55 -06:00
IUDPSocket.h Update the license in the files 2023-01-24 15:12:31 -08:00
IndexedSet.actor.h Flow compiling 2022-06-27 17:05:55 -06:00
IndexedSet.h Flow compiling 2022-06-27 17:05:55 -06:00
JsonTraceLogFormatter.h Flow compiling 2022-06-27 17:05:55 -06:00
Knobs.h Minimize the risk of TracedTooManyLines in simulation 2023-02-06 21:50:39 +01:00
MetricSample.h Flow compiling 2022-06-27 17:05:55 -06:00
MkCert.h Let MkCert client/server certs share a root CA certificate by default 2022-12-06 14:05:10 +01:00
Msgpack.h metrics: Add OTEL metric definitions 2022-12-08 10:07:11 -08:00
Net2Packet.h Change Histogram::Unit::microseconds to milliseconds 2022-11-21 08:03:56 -08:00
NetworkAddress.h Fix DD stuck when remote DC is dead 2023-02-10 11:11:07 -08:00
OTELMetrics.h fix uninitialised byte(s) field NumberDataPoint 2022-12-14 12:07:35 -08:00
ObjectSerializer.h Introduce WipedString for Arena block holding AuthZ tokens (#9381) 2023-02-16 10:44:32 +01:00
ObjectSerializerTraits.h Assert that Arena's appear last in serializer calls (#8078) 2022-09-08 08:31:14 -07:00
Optional.h Remove auto cache option since there is no meaningful implementation of this yet. Change places using trState in a native Transaction to set cache mode or Low/Normal/High priority to use the new transaction options instead. 2023-02-21 02:50:30 -08:00
OwningResource.h fixup! gcc build error 2022-08-01 18:56:50 -07:00
PKey.h Merge branch 'main' into feature-metacluster 2022-07-06 15:44:21 -07:00
Platform.actor.h Flow compiling 2022-06-27 17:05:55 -06:00
Platform.h Change crashAndDie to abort instead of segv (#7827) 2022-09-23 11:06:53 -07:00
PriorityMultiLock.actor.h Added PriorityMultiLock::halt() and used that instead of kill() which avoids broken_promise errors if the lock user does not stop all of its lock-taking actors before destructing the lock and itself. 2023-02-15 23:32:17 -08:00
Profiler.h Flow compiling 2022-06-27 17:05:55 -06:00
ScopeExit.h Flow compiling 2022-06-27 17:05:55 -06:00
SendBufferIterator.h Flow compiling 2022-06-27 17:05:55 -06:00
SignalSafeUnwind.h Rollback #7374 2022-09-06 16:55:18 -07:00
StreamCipher.h Remove dead code for applyHmacKeyDerivationFunc 2022-09-20 21:08:36 -07:00
SystemMonitor.h Trace data hall id in MachineMetrics events 2023-01-11 10:02:31 -08:00
TDMetric.actor.h metrics: Make NumberDataPoint contain a variant<int, double> of the value 2022-12-08 10:07:11 -08:00
TLSConfig.actor.h Specify cert and key files separately 2022-09-26 11:59:42 -07:00
TaskPriority.h Update the license in the files 2023-01-24 15:12:31 -08:00
TaskQueue.h Fix clang 15 compiler warnings 2022-12-08 13:59:37 -08:00
ThreadHelper.actor.h BUGGIFY `safeThreadFutureToFuture()` (#9263) 2023-02-05 08:22:52 -08:00
ThreadPrimitives.h Flow compiling 2022-06-27 17:05:55 -06:00
ThreadSafeQueue.h Flow compiling 2022-06-27 17:05:55 -06:00
Trace.h Add timer_monotonic() to CommitDebug trace events. 2023-02-08 13:39:56 -08:00
TreeBenchmark.h Flow compiling 2022-06-27 17:05:55 -06:00
TypeTraits.h Flow compiling 2022-06-27 17:05:55 -06:00
UnitTest.h Flow compiling 2022-06-27 17:05:55 -06:00
Util.h Update code per comments 2022-09-12 11:44:41 -07:00
WatchFile.actor.h sync with upstream main 2022-08-31 15:46:39 -07:00
WipedString.h Introduce WipedString for Arena block holding AuthZ tokens (#9381) 2023-02-16 10:44:32 +01:00
WriteOnlySet.h Flow compiling 2022-06-27 17:05:55 -06:00
XmlTraceLogFormatter.h Flow compiling 2022-06-27 17:05:55 -06:00
actorcompiler.h Flow compiling 2022-06-27 17:05:55 -06:00
error_definitions.h Merge remote-tracking branch 'origin/main' into features/tenant-lock2 2023-02-21 13:39:35 -07:00
flat_buffers.h format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
flow.h Extract ChaosMetrics out from network.h 2023-01-24 14:47:48 -08:00
genericactors.actor.h Prevent the same cluster from being restored concurrently 2023-02-15 12:05:51 -08:00
network.h Fix compile error with VSCode 2023-01-26 11:35:47 -08:00
ppc-asm.h Flow compiling 2022-06-27 17:05:55 -06:00
ppc-opcode.h Flow compiling 2022-06-27 17:05:55 -06:00
rte_memcpy.h Flow compiling 2022-06-27 17:05:55 -06:00
serialize.h EaR: Refactor encryption header std::variant serializer and versioning (#9345) 2023-02-14 20:19:27 -08:00
singleton.h Flow compiling 2022-06-27 17:05:55 -06:00
sse2neon.h Flow compiling 2022-06-27 17:05:55 -06:00
unactorcompiler.h Flow compiling 2022-06-27 17:05:55 -06:00
xxhash.h Flow compiling 2022-06-27 17:05:55 -06:00