dart-sdk/runtime
Zachary Anderson f6ddb4568f Regularize some errors thrown by SecureContext.
This is done by replacing a call to SSL_CTX_set_client_CA_list() with
calls to SSL_CTX_add_client_CA(), preserving the diagnostic status
return value discarded by the former.

R=iposva@google.com, whesse@google.com

Review URL: https://codereview.chromium.org/1761583002 .
2016-03-04 09:02:20 -08:00
..
bin Regularize some errors thrown by SecureContext. 2016-03-04 09:02:20 -08:00
include VM: Precompiled rodata snapshot. 2016-02-15 09:15:26 +01:00
lib Make precompiler work with product mode. 2016-03-02 13:59:54 -08:00
observatory Fix some service protocol isolate life cycle races that were discovered by the Flutter testing tool. 2016-03-03 11:30:41 -08:00
platform - Add DEBUG_ONLY and NOT_IN_PRODUCT macros. 2016-02-19 17:48:08 -08:00
tests/vm Skip mirror tests more generally for $mode == product instead of $runtime == dart_product. 2016-03-03 10:06:59 -08:00
third_party - Add binary size analysis tool from Chromium. 2016-03-01 10:06:07 -08:00
tools - Remove Isolate::Flags structure and store flags directly in isolate. 2016-02-25 18:06:56 -08:00
vm Use TRUNC.W instead of CVT.W on mips to convert from double to int as to not 2016-03-03 17:05:09 -08:00
.gitignore
BUILD.gn Add libdart_precompiled_runtime target to runtime/BUILD.gn 2016-02-25 13:44:28 -08:00
codereview.settings
CPPLINT.cfg
dart-runtime.gyp VM: Separate precompilation-specific code, make flags const. 2016-02-23 08:48:08 -08:00
PRESUBMIT.py