..
libcoroutine
more windows build fixes
2018-10-19 17:00:24 -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
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
ActorFuzz.h
Restrict actor keyword #defines to actor files.
2018-08-14 15:50:26 -07:00
AsyncFileCached.actor.cpp
Many bug fixes. AsyncFileCached write() on a page with a zero-copy read in progress would orphan the old page before the read was finished. Pager file operations were not converting page id to int64 for byte offset calculation. Pager was not calling releaseZeroCopy() after readZeroCopy() if there was an error or cancellation. Pager reads were using some variables that could go out of scope. BusyPage's mechanism for notifying when a physical page is no longer in use is itself no longer in use and therefore removed. Pager shutdown now cancels all outstanding reads. Improved some debug output.
2018-10-31 02:14:55 -07:00
AsyncFileCached.actor.h
Many bug fixes related to concurrent page operations and pager shutdown.
2018-11-06 19:31:16 -08:00
AsyncFileEIO.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
AsyncFileKAIO.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
AsyncFileNonDurable.actor.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
AsyncFileNonDurable.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
AsyncFileReadAhead.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
AsyncFileWinASIO.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
AsyncFileWriteChecker.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
AsyncFileWriteChecker.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
ContinuousSample.h
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
EndpointGroup.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
FailureMonitor.actor.cpp
Listen to multiple addresses and start using vector<NetworkAdddress> in Endpoint
2018-12-13 13:36:52 -08:00
FailureMonitor.h
Listen to multiple addresses and start using vector<NetworkAdddress> in Endpoint
2018-12-13 13:36:52 -08:00
FlowTests.actor.cpp
Listen to multiple addresses and start using vector<NetworkAdddress> in Endpoint
2018-12-13 13:36:52 -08:00
FlowTransport.actor.cpp
Listen to multiple addresses and start using vector<NetworkAdddress> in Endpoint
2018-12-13 13:36:52 -08:00
FlowTransport.h
Listen to multiple addresses and start using vector<NetworkAdddress> in Endpoint
2018-12-13 13:36:52 -08:00
IAsyncFile.actor.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00: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
ITLSPlugin.h
Replaced separate TLS Log function with FDB TraceEvent logger
2018-07-11 18:41:46 -07:00
LoadBalance.actor.h
Merge branch 'release-6.0'
2018-11-10 13:04:24 -08:00
LoadBalance.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
LoadPlugin.h
Changed generic plugin code to work as expected plugin code except for TLS use case
2018-06-26 16:01:25 -07:00
Locality.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
Locality.h
TeamCollection: clang-format
2018-11-21 11:18:26 -08:00
MultiInterface.h
clients cache storage server interfaces individually, instead of as a team. This is needed because in fearless every shard has storage servers from two separate teams, leading to a lot of possible combinations
2018-11-02 13:15:09 -07:00
Net2FileSystem.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
Net2FileSystem.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
PerfMetric.h
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
Platform.cpp
Merge branch 'release-6.0'
2018-12-03 18:26:52 -08:00
Platform.h
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
QueueModel.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
QueueModel.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
RangeMap.h
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
Replication.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
Replication.h
TeamCollection: clang-format
2018-11-21 11:18:26 -08:00
ReplicationPolicy.cpp
TeamCollection: Use clang format
2018-12-06 11:39:35 -08:00
ReplicationPolicy.h
TeamCollection: Use clang format
2018-12-06 11:39:35 -08:00
ReplicationTypes.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
ReplicationTypes.h
TeamCollection: clang-format
2018-11-21 11:18:26 -08:00
ReplicationUtils.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
ReplicationUtils.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
Smoother.h
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
TLSConnection.actor.cpp
Merge branch 'release-6.0'
2018-11-10 13:04:24 -08:00
TLSConnection.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00: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
Ban `Void _ = wait(...)` constructions, and require just `wait(...)`.
2018-08-14 15:50:26 -07:00
batcher.actor.h
Move the sort of generic batcher from fdbrpc and make it specific to batching commits in master proxy. Also a couple minor formatting changes.
2018-11-09 14:19:18 -08:00
crc32c.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
crc32c.h
Initial repository commit
2017-05-25 13:48:44 -07:00
dsltest.actor.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
fdbrpc.h
Listen to multiple addresses and start using vector<NetworkAdddress> in Endpoint
2018-12-13 13:36:52 -08:00
fdbrpc.vcxproj
Merge branch 'release-6.0'
2018-11-10 13:04:24 -08:00
fdbrpc.vcxproj.filters
Merge branch 'release-6.0'
2018-11-10 13:04:24 -08:00
generated-constants.cpp
Initial repository commit
2017-05-25 13:48:44 -07:00
genericactors.actor.cpp
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
genericactors.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00: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
local.mk
Remove specifying non-root directory as a path to search for includes.
2018-10-19 18:56:45 -07:00
networksender.actor.h
Adjust all includes to be relative to the root.
2018-10-19 17:35:33 +00:00
sim2.actor.cpp
simulator: Support multiple listeners on single process
2018-12-13 13:36:52 -08: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
simulator: Support multiple listeners on single process
2018-12-13 13:36:52 -08:00