foundationdb/flow
Bhaskar Muppana fe208d6adf Merge branch 'master' of github.com:apple/foundationdb into backup 2017-09-06 10:01:55 -07:00
..
actorcompiler Initial repository commit 2017-05-25 13:48:44 -07:00
coveragetool Initial repository commit 2017-05-25 13:48:44 -07:00
libs/system/src Initial repository commit 2017-05-25 13:48:44 -07:00
ActorCollection.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
ActorCollection.h Initial repository commit 2017-05-25 13:48:44 -07:00
Arena.h Initial repository commit 2017-05-25 13:48:44 -07:00
AsioReactor.h Initial repository commit 2017-05-25 13:48:44 -07:00
CompressedInt.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
CompressedInt.h Initial repository commit 2017-05-25 13:48:44 -07:00
Deque.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
Deque.h Initial repository commit 2017-05-25 13:48:44 -07:00
DeterministicRandom.h Initial repository commit 2017-05-25 13:48:44 -07:00
Error.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
Error.h Initial repository commit 2017-05-25 13:48:44 -07:00
EventTypes.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
FastAlloc.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
FastAlloc.h Initial repository commit 2017-05-25 13:48:44 -07:00
FastRef.h Initial repository commit 2017-05-25 13:48:44 -07:00
FaultInjection.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
FaultInjection.h Initial repository commit 2017-05-25 13:48:44 -07:00
Hash3.c Initial repository commit 2017-05-25 13:48:44 -07:00
Hash3.h Initial repository commit 2017-05-25 13:48:44 -07:00
IDispatched.h Initial repository commit 2017-05-25 13:48:44 -07:00
IRandom.h Initial repository commit 2017-05-25 13:48:44 -07:00
IThreadPool.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
IThreadPool.h Initial repository commit 2017-05-25 13:48:44 -07:00
IndexedSet.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
IndexedSet.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
IndexedSet.h Initial repository commit 2017-05-25 13:48:44 -07:00
Knobs.cpp Merge branch 'release-4.6' into release-5.0 2017-06-16 02:14:19 -07:00
Knobs.h Merge branch 'release-4.6' into release-5.0 2017-06-16 02:14:19 -07:00
Net2.actor.cpp revert 'Remove unused code' for function referenced in fdbrpc 2017-09-01 09:54:03 -07:00
Net2Packet.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
Net2Packet.h Initial repository commit 2017-05-25 13:48:44 -07:00
Platform.cpp fix: machine metrics could sometimes default to 0, which cause underflows when compared with prior results. 2017-08-03 15:49:30 -07:00
Platform.h update Platform to handle newer version of clang that does have __rdtsc 2017-06-28 14:32:01 -07:00
Profiler.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
SignalSafeUnwind.cpp Disable profiling if we aren't using the cached dl_iterate_phdr values. 2017-08-08 09:03:04 -07:00
SignalSafeUnwind.h Initial repository commit 2017-05-25 13:48:44 -07:00
SimpleOpt.h Initial repository commit 2017-05-25 13:48:44 -07:00
Stats.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
Stats.h Initial repository commit 2017-05-25 13:48:44 -07:00
SystemMonitor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
SystemMonitor.h Initial repository commit 2017-05-25 13:48:44 -07:00
TDMetric.actor.h Bug fix: Metric base enabled state was not being initialized. Metrics are configured to be disabled upon construction, however if during construction it appears that a metric was initially enabled then a crash would result if the MetricsCollection global was not created. 2017-08-27 22:22:32 -07:00
TDMetric.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
ThreadHelper.actor.h Initial repository commit 2017-05-25 13:48:44 -07:00
ThreadHelper.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
ThreadPrimitives.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
ThreadPrimitives.h Initial repository commit 2017-05-25 13:48:44 -07:00
ThreadSafeQueue.h Initial repository commit 2017-05-25 13:48:44 -07:00
Trace.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
Trace.h Initial repository commit 2017-05-25 13:48:44 -07:00
UnitTest.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
UnitTest.h Initial repository commit 2017-05-25 13:48:44 -07:00
actorcompiler.h Initial repository commit 2017-05-25 13:48:44 -07:00
boost.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
error_definitions.h Moving keyBackupContainer to BackupConfig.backupContainer() 2017-08-30 12:48:28 -07:00
flow.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
flow.h Merge branch 'fix-io-timeout-handling' 2017-05-26 18:43:08 -07:00
flow.vcxproj fix build issue from Notified.h not being shuffled in vcxproj files 2017-07-14 16:46:08 -07:00
flow.vcxproj.filters fix build issue from Notified.h not being shuffled in vcxproj files 2017-07-14 16:46:08 -07:00
genericactors.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
genericactors.actor.h fix: uncancellable was not forwarding errors to the result promise 2017-07-27 13:29:08 -07:00
local.mk added FLOW and FDB_FLOW targets to make packages of flow headers and libs 2017-07-13 10:21:36 -07:00
network.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
network.h Merge branch 'fix-io-timeout-handling' into release-5.0 2017-05-31 17:03:15 -07:00
no_intellisense.opt Initial repository commit 2017-05-25 13:48:44 -07:00
serialize.h Initial repository commit 2017-05-25 13:48:44 -07:00
version.cpp Initial repository commit 2017-05-25 13:48:44 -07:00