.. |
libb64
|
Fixed headers and some whitespace
|
2018-02-23 04:50:23 -08:00 |
libcoroutine
|
Clang fixes.
|
2018-04-12 11:10:53 -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
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
AsyncFileBlobStore.actor.h
|
More actorcompiler.h fixes and additions.
|
2018-08-14 15:50:26 -07:00 |
AsyncFileCached.actor.cpp
|
Merge pull request #819 from satherton/feature-redwood
|
2018-10-18 18:38:11 -07:00 |
AsyncFileCached.actor.h
|
Merge branch 'master' of github.com:apple/foundationdb into feature-redwood
|
2018-09-20 03:39:55 -07:00 |
AsyncFileEIO.actor.h
|
More actorcompiler.h fixes and additions.
|
2018-08-14 15:50:26 -07:00 |
AsyncFileKAIO.actor.h
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -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
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
FlowTransport.actor.cpp
|
Merge branch 'release-6.0'
|
2018-09-05 16:06:33 -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
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -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
|
Merge release-6.0 into master
|
2018-09-21 16:14:39 -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
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -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
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07: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
|
Merge branch 'release-6.0'
|
2018-09-05 16:06:33 -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
|
a better fix to the windows build issue
|
2018-08-21 14:54:38 -07:00 |
fdbrpc.vcxproj
|
fixed line endings
|
2018-08-21 14:58:26 -07:00 |
fdbrpc.vcxproj.filters
|
fixed line endings
|
2018-08-21 14:58:26 -07: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
|
a better fix to the windows build issue
|
2018-08-21 14:54:38 -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 |
networksender.actor.h
|
a better fix to the windows build issue
|
2018-08-21 14:54:38 -07:00 |
sim2.actor.cpp
|
Merge branch 'release-6.0'
|
2018-10-03 16:57:18 -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
|
added a workload which tests killing an entire region, and recovering from the failure with data loss.
|
2018-09-17 18:32:39 -07:00 |
xml2json.hpp
|
Make fdbbackup s3 compatible.
|
2017-12-05 17:13:15 -08:00 |