foundationdb/fdbrpc
Alex Miller fd866a3b47 Open certificates as uncached, which means they can be write-protected.
OPEN_READONLY still opens the file as read-write.  To actually be
read-only, one needs to open the file as READONLY and UNCACHED.
2018-08-20 19:07:58 -07:00
..
libb64 Fixed headers and some whitespace 2018-02-23 04:50:23 -08:00
libcoroutine Initial repository commit 2017-05-25 13:48:44 -07:00
libeio Initial repository commit 2017-05-25 13:48:44 -07:00
md5 Changed the TLS_DISABLED macro 2018-06-26 12:08:32 -07:00
rapidjson Make fdbbackup s3 compatible. 2017-12-05 17:13:15 -08:00
rapidxml Make fdbbackup s3 compatible. 2017-12-05 17:13:15 -08:00
sha1 Fixed headers and some whitespace 2018-02-23 04:50:23 -08:00
zlib Fixed headers and some whitespace 2018-02-23 04:50:23 -08:00
ActorFuzz.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
ActorFuzz.h Restrict actor keyword #defines to actor files. 2018-08-14 15:50:26 -07:00
AsyncFileBlobStore.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
AsyncFileBlobStore.actor.h More actorcompiler.h fixes and additions. 2018-08-14 15:50:26 -07:00
AsyncFileCached.actor.cpp Merge release-5.1 into release-5.2 2018-05-30 09:09:55 -07:00
AsyncFileCached.actor.h More actorcompiler.h fixes and additions. 2018-08-14 15:50:26 -07:00
AsyncFileEIO.actor.h More actorcompiler.h fixes and additions. 2018-08-14 15:50:26 -07:00
AsyncFileKAIO.actor.h More actorcompiler.h fixes and additions. 2018-08-14 15:50:26 -07:00
AsyncFileNonDurable.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
AsyncFileNonDurable.actor.h More actorcompiler.h fixes and additions. 2018-08-14 15:50:26 -07:00
AsyncFileReadAhead.actor.h More actorcompiler.h fixes and additions. 2018-08-14 15:50:26 -07:00
AsyncFileWinASIO.actor.h Fix a compilation error on windows. 2018-08-06 18:36:01 -07:00
AsyncFileWriteChecker.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
AsyncFileWriteChecker.h call all methods which could disable a trace event before it is initialized. In practice this means calling .error first, then .suppressFor, then all your details. 2018-08-01 14:30:57 -07:00
BlobStore.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
BlobStore.h Added operation-specific rate controls to blob store interface. 2018-06-20 20:34:34 -07: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 remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
FailureMonitor.actor.cpp Fix more instances of actorcompiler.h being in the wrong place. 2018-08-14 15:50:26 -07:00
FailureMonitor.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
FlowTests.actor.cpp Fix more instances of actorcompiler.h being in the wrong place. 2018-08-14 15:50:26 -07:00
FlowTransport.actor.cpp Remove including flow.h in actorcompiler.h, and fix resulting breakage. 2018-08-14 15:50:26 -07:00
FlowTransport.h close unneeded connections 2018-07-10 13:10:29 -07:00
HTTP.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
HTTP.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
IAsyncFile.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -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
ITLSPlugin.h Replaced separate TLS Log function with FDB TraceEvent logger 2018-07-11 18:41:46 -07:00
JSONDoc.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 Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07:00
LoadBalance.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08: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 fix: log router class did not have the proper fitness for becoming the cluster controller 2018-06-28 23:20:01 -07:00
Locality.h Swapped OkayFit and UnsetFit, because generally if machine classes are set on one machine they are set everywhere and it helps with wait_for_good_recruitment logic 2018-06-22 10:15:24 -07:00
MultiInterface.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
Net2FileSystem.cpp Merge pull request #628 from alexmiller-apple/reloadcertificates 2018-08-06 18:04:04 -07:00
Net2FileSystem.h Merge pull request #628 from alexmiller-apple/reloadcertificates 2018-08-06 18:04:04 -07: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 Some more trace event normalization 2018-06-08 13:57:00 -07: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 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
QueueModel.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
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 remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
Replication.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ReplicationPolicy.cpp Fix an out-of-bounds vector access. 2018-08-06 12:50:34 -07:00
ReplicationPolicy.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
ReplicationTypes.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ReplicationTypes.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ReplicationUtils.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ReplicationUtils.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08: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 Open certificates as uncached, which means they can be write-protected. 2018-08-20 19:07:58 -07:00
TLSConnection.h Merge pull request #628 from alexmiller-apple/reloadcertificates 2018-08-06 18:04:04 -07:00
TraceFileIO.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08: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 Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07:00
crc32c.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
crc32c.h Initial repository commit 2017-05-25 13:48:44 -07:00
dsltest.actor.cpp Fix more instances of actorcompiler.h being in the wrong place. 2018-08-14 15:50:26 -07:00
fdbrpc.h Restrict actor keyword #defines to actor files. 2018-08-14 15:50:26 -07:00
fdbrpc.vcxproj Changed the TLS_DISABLED macro 2018-06-26 12:08:32 -07:00
fdbrpc.vcxproj.filters Filter out .hpp files from *_BUILD_SOURCES (like we do with .h files). Add xml2json.hpp to our fdbrpc project. 2018-01-10 13:51:57 -08:00
generated-constants.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
genericactors.actor.cpp Remove including flow.h in actorcompiler.h, and fix resulting breakage. 2018-08-14 15:50:26 -07:00
genericactors.actor.h Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07: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 Defined TLS build flags for projects 2018-07-01 22:49:39 -07:00
sim2.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
sim_validation.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
sim_validation.h Ban `Void _ = wait(...)` constructions, and require just `wait(...)`. 2018-08-14 15:50:26 -07:00
simulator.h Merge pull request #628 from alexmiller-apple/reloadcertificates 2018-08-06 18:04:04 -07:00
xml2json.hpp Make fdbbackup s3 compatible. 2017-12-05 17:13:15 -08:00