.. |
libcoroutine
|
FDB compiling with intel compiler
|
2019-06-20 09:29:01 -07:00 |
libeio
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
zlib
|
Fixed headers and some whitespace
|
2018-02-23 04:50:23 -08:00 |
ActorFuzz.actor.cpp
|
Fix all -Wunused-variable warnings
|
2019-04-15 18:13:00 -07:00 |
ActorFuzz.h
|
Restrict actor keyword #defines to actor files.
|
2018-08-14 15:50:26 -07:00 |
AsyncFileCached.actor.cpp
|
AsyncFileCached: switch to string for eviction policy knob
|
2019-05-03 14:04:43 +02:00 |
AsyncFileCached.actor.h
|
Change the way cache hits and misses are tracked to avoid counting blind page writes as misses and count the results of partial page writes. Report cache hit rate in status.
|
2019-07-10 14:43:20 -07:00 |
AsyncFileEIO.actor.h
|
Don't use O_DIRECT in EIO by default
|
2019-10-24 11:39:55 -07:00 |
AsyncFileKAIO.actor.h
|
Net2FileSystem: Add guards to honor DISABLE_POSIX_KERNEL_AIO
|
2020-04-15 23:47:37 -07:00 |
AsyncFileNonDurable.actor.cpp
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
AsyncFileNonDurable.actor.h
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
AsyncFileReadAhead.actor.h
|
Merge branch 'release-6.0'
|
2019-02-28 14:01:00 -08:00 |
AsyncFileWinASIO.actor.h
|
AsynFileWinASIO: Make error checking consistent with Linux
|
2019-03-04 16:36:04 -08:00 |
AsyncFileWriteChecker.cpp
|
Make checksumHistoryBudget optional
|
2019-04-16 12:55:53 -07:00 |
AsyncFileWriteChecker.h
|
Fix valgrind found error of reading uninitialized data
|
2020-02-02 13:16:23 -08:00 |
CMakeLists.txt
|
removed the fdbrpc version of platform.h
|
2020-02-28 14:56:10 -08:00 |
ContinuousSample.h
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
FailureMonitor.actor.cpp
|
fix: addPeerReference only marks a connection as healthy if it is the first peerReference
|
2019-12-19 18:26:29 -08:00 |
FailureMonitor.h
|
FailureMonitor: Update comment on how healthy/failed addresses are tracked
|
2020-01-07 15:53:32 -08:00 |
FlowTests.actor.cpp
|
Pass const ref to a_callback_fire
|
2020-04-08 14:50:41 -07:00 |
FlowTransport.actor.cpp
|
Merge branch 'release-6.2'
|
2020-03-06 18:22:46 -08:00 |
FlowTransport.h
|
Cleanup code and apply clang-format
|
2020-03-16 15:08:32 -07:00 |
IAsyncFile.actor.cpp
|
Open incrementalDelete files with OPEN_UNBUFFERED
|
2019-04-01 17:25:08 -07:00 |
IAsyncFile.h
|
Merge pull request #628 from alexmiller-apple/reloadcertificates
|
2018-08-06 18:04:04 -07:00 |
IRateControl.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
LoadBalance.actor.h
|
throttle outgoing tls connections before establishing a network connection
|
2020-01-12 16:44:30 -08:00 |
LoadBalance.h
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
LoadPlugin.h
|
Stop building FDBLibTLS and stop linking against libtls.so
|
2020-02-06 21:13:58 -08:00 |
Locality.cpp
|
Address review comments
|
2020-01-22 19:42:13 -08:00 |
Locality.h
|
Merge branch 'master' into mengxu/fast-restore-agent-PR
|
2020-02-18 16:17:59 -08:00 |
MultiInterface.h
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
Net2FileSystem.cpp
|
Don't skip filesystem check on when KAIO is disabled
|
2020-04-16 10:56:01 -07:00 |
Net2FileSystem.h
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
PerfMetric.h
|
Add ResolverMetrics trace event
|
2020-03-05 10:49:21 -08:00 |
QueueModel.cpp
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
QueueModel.h
|
QueueModel changed to unordered_map
|
2019-03-27 20:56:44 -07:00 |
RangeMap.h
|
FastRestore:Filter out log mutations whose version is smaller than range mutation version
|
2020-04-15 19:45:03 -07:00 |
Replication.cpp
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
Replication.h
|
Address review comments.
|
2020-02-20 09:34:01 -08:00 |
ReplicationPolicy.cpp
|
Resolve review comments:Remove unneeded code
|
2019-07-12 18:10:04 -07:00 |
ReplicationPolicy.h
|
Added a specialized algorithm for PolicyOne and PoilcyAcross(,'zoneId',PolicyOne()) to find a set of TLog servers which will be able to fulfill the policy later.
|
2020-02-19 09:25:57 -08:00 |
ReplicationTypes.cpp
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
ReplicationTypes.h
|
Fix various compiler warnings
|
2019-03-15 10:34:57 -07:00 |
ReplicationUtils.cpp
|
Merge branch 'release-6.2'
|
2020-02-21 19:09:16 -08:00 |
ReplicationUtils.h
|
Add function documentation
|
2019-10-17 22:18:21 +05:30 |
Smoother.h
|
Several small compilation fixes for new versions of gcc
|
2019-01-03 12:44:19 -08: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
|
Fix all -Wunused-variable warnings
|
2019-04-15 18:13:00 -07:00 |
batcher.actor.h
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
dsltest.actor.cpp
|
Merge remote-tracking branch 'upstream/master' into features/icc
|
2020-02-04 10:26:18 -08:00 |
fdbrpc.h
|
Allow RequestStream::send to use move semantics
|
2020-04-07 11:06:55 -07:00 |
genericactors.actor.cpp
|
basic functionality for object serializer
|
2019-05-13 14:15:22 -07:00 |
genericactors.actor.h
|
Send error back to the GRV requests with batch priority when the cluster is saturated, instead of blindly enqueue the requests and let the client timeout.
|
2020-01-30 14:13:56 -08: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 pull request #2802 from xumengpanda/mengxu/debug-master-PR
|
2020-03-18 16:07:36 -07: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
|
ConsistencyCheck:Fix failue due to address inconsistency between process and worker
|
2020-03-10 21:07:16 -07:00 |