.. |
actorcompiler
|
Fix bug in actor compiler that would cause multi-line comments to be marked with the wrong line numbers.
|
2018-06-13 10:15:20 -07:00 |
coveragetool
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
libs/system/src
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
stacktrace_internal
|
Import //base/debugging:stacktrace from abseil.
|
2017-10-16 16:05:02 -07:00 |
ActorCollection.actor.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
ActorCollection.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Arena.h
|
use contents() instead of address of in withPrefix and withSuffix ; whitespace fixes
|
2018-05-09 09:01:22 -07:00 |
AsioReactor.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
CompressedInt.actor.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
CompressedInt.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Deque.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Deque.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
DeterministicRandom.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Error.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Error.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
EventTypes.actor.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
FastAlloc.cpp
|
Bug fixes in memory activity logging.
|
2018-07-06 19:02:42 -07:00 |
FastAlloc.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
FastRef.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
FaultInjection.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
FaultInjection.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Hash3.c
|
Fixed headers and some whitespace
|
2018-02-23 04:50:23 -08:00 |
Hash3.h
|
Fixed headers and some whitespace
|
2018-02-23 04:50:23 -08:00 |
IDispatched.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
IRandom.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
IThreadPool.cpp
|
Merge release-5.1 into release-5.2
|
2018-05-30 09:09:55 -07:00 |
IThreadPool.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
IndexedSet.actor.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
IndexedSet.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
IndexedSet.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Knobs.cpp
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
Knobs.h
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
MetricSample.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Net2.actor.cpp
|
Updated Protocol Version
|
2018-05-10 17:03:46 -07:00 |
Net2Packet.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Net2Packet.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Platform.cpp
|
Reduced MacOS aligned_alloc fix to the most minimal change which fixes the crash while not technically changing the aligned_alloc() contract. The previous version allowed new bad behavior (a non power of 2 alignment less than sizeof(void *)) to succeed and it also would throw an exception on failure instead of just returning nullptr as the other platform implementations would.
|
2018-06-30 21:37:32 -07:00 |
Platform.h
|
Reduced MacOS aligned_alloc fix to the most minimal change which fixes the crash while not technically changing the aligned_alloc() contract. The previous version allowed new bad behavior (a non power of 2 alignment less than sizeof(void *)) to succeed and it also would throw an exception on failure instead of just returning nullptr as the other platform implementations would.
|
2018-06-30 21:37:32 -07:00 |
Profiler.actor.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Profiler.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
SignalSafeUnwind.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
SignalSafeUnwind.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
SimpleOpt.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Stats.actor.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Stats.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
SystemMonitor.cpp
|
Split ProcessMetrics into ProcessMetrics, NetworkMetrics and MemoryMetrics
|
2018-03-06 15:52:03 -08:00 |
SystemMonitor.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
TDMetric.actor.h
|
Fix some typos.
|
2018-04-19 11:44:01 -07:00 |
TDMetric.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
ThreadHelper.actor.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
ThreadHelper.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
ThreadPrimitives.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
ThreadPrimitives.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
ThreadSafeQueue.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Trace.cpp
|
fix some compiler whinges
|
2018-03-13 15:00:16 -07:00 |
Trace.h
|
suppress spammy logs
|
2018-03-09 09:40:36 -08:00 |
UnitTest.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
UnitTest.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
actorcompiler.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
boost.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
error_definitions.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
flow.cpp
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
flow.h
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
flow.vcxproj
|
Some visual studio project cleanup.
|
2018-01-10 10:07:18 -08:00 |
flow.vcxproj.filters
|
Some visual studio project cleanup.
|
2018-01-10 10:07:18 -08:00 |
genericactors.actor.cpp
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
genericactors.actor.h
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
local.mk
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
network.cpp
|
Support latest TLS plugin.
|
2018-05-08 16:28:13 -07:00 |
network.h
|
Support latest TLS plugin.
|
2018-05-08 16:28:13 -07:00 |
no_intellisense.opt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
serialize.h
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
stacktrace.amalgamation.cpp
|
Fix some typos.
|
2018-04-19 11:44:01 -07:00 |
stacktrace.h
|
Import //base/debugging:stacktrace from abseil.
|
2017-10-16 16:05:02 -07:00 |
version.cpp
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |