Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Fix asan for channelz | Noah Eisen | 2018-05-18 | |
|/ / / / | ||||
* | | | | reviewer feedback | ncteisen | 2018-05-17 | |
| | | | | ||||
* | | | | fix sanity and bazel | ncteisen | 2018-05-17 | |
| | | | | ||||
* | | | | Add meat to the test | ncteisen | 2018-05-17 | |
| | | | | ||||
* | | | | Make registry generic | ncteisen | 2018-05-17 | |
| | | | | ||||
* | | | | C++-ize the registry | ncteisen | 2018-05-17 | |
| | | | | ||||
* | | | | Add skeleton gtest file | ncteisen | 2018-05-17 | |
| | | | | ||||
* | | | | Change filename to channelz | ncteisen | 2018-05-17 | |
| | | | | ||||
* | | | | Merge pull request #14647 from kpayson64/fork_exec_ctx_check | kpayson64 | 2018-05-15 | |
|\ \ \ \ | | | | | | | | | | | Add exec_ctx check to fork handlers | |||
| | | * | | clang-format | Muxi Yan | 2018-05-15 | |
| | | | | | ||||
| | | * | | Add CFStream tests | Muxi Yan | 2018-05-15 | |
| | | | | | ||||
* | | | | | Merge pull request #15280 from yashykt/statsrem | Yash Tibrewal | 2018-05-15 | |
|\ \ \ \ \ | | | | | | | | | | | | | Remove stats collection from opt builds | |||
| * | | | | | Cleanup stats removal for opt build. Stats will only be collected on debug ↵ | Yash Tibrewal | 2018-05-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | builds or if GRPC_COLLECT_STATS is defined. | |||
| | * | | | | Regenerate projects | kpayson64 | 2018-05-11 | |
| | | | | | | ||||
| | * | | | | Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check | kpayson64 | 2018-05-11 | |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||
| | * | | | | BUILD fixes | kpayson64 | 2018-05-11 | |
| | | | | | | ||||
* | | | | | | Pick a random starting port | Adele Zhou | 2018-05-10 | |
| | | | | | | ||||
* | | | | | | Migrate SSL_transport_security TSI to new TSI handshaker API | jiangtaoli2016 | 2018-05-09 | |
| | | | | | | ||||
* | | | | | | Add tsi_handshaker_shutdown to TSI | Yihua Zhang | 2018-05-09 | |
| | | | | | | ||||
| | | * | | | Merge branch 'master' into fix-time | Sree Kuchibhotla | 2018-05-08 | |
| | | |\ \ \ | ||||
* | | | | | | | Add ALTS fuzzer | Yihua Zhang | 2018-05-08 | |
| |_|_|/ / / |/| | | | | | ||||
* | | | | | | Merge pull request #15240 from yihuazhang/google_default_creds | yihuaz | 2018-05-04 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Incorporate alts to google default creds | |||
| * | | | | | | incorporate alts to google default creds | Yihua Zhang | 2018-05-03 | |
| |/ / / / / | ||||
* / / / / / | Fix bad_ping end2end test flakiness | Yash Tibrewal | 2018-05-03 | |
|/ / / / / | ||||
| * | | | | c++ify | kpayson64 | 2018-04-30 | |
| | | | | | ||||
| * | | | | Add exec_ctx check to fork handlers | kpayson64 | 2018-04-30 | |
| | | | | | ||||
* | | | | | Merge pull request #15156 from AspirinSJL/resolution_timer_fix | Juanli Shen | 2018-04-30 | |
|\ \ \ \ \ | | | | | | | | | | | | | Check retry timer before starting resolving | |||
| * | | | | | Don't resolve if there is a resolution timer | Juanli Shen | 2018-04-30 | |
| | | | | | | ||||
* | | | | | | fix namespace of security_connector test functions | jiangtaoli2016 | 2018-04-27 | |
| | | | | | | ||||
* | | | | | | gRPC core: strip zone-id from IPv6 hosts before TLS verification | David Cowden | 2018-04-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When initiating a connection to an IPv6 peer using an address that is not globally scoped, there may be ambiguity regarding which zone the destination address applies to when multiple links of the same scope are present. The scoped address architecture and zone-id syntax are described in rfc4007 and rfc 6874, respectively: * https://tools.ietf.org/html/rfc4007#section-6 * https://tools.ietf.org/html/rfc6874 This patch allows host name verification performed during TLS session establishment, and on a per-call basis, to work correctly when the peer presents a certificate with a non-global IPv6 address listed as one of its alternate names. Whether arbitrary certificate authorities choose issue certificates of this nature, or not, is outside the scope of gRPC. The zone-id is separated from the address using a percent (%) character. It is considered a system implementation detail and guidance suggests it be stripped from any paths or addresses egressing a host because it is irrelevant and meaningless otherwise. It would not make sense for a server to present a certificate containing non-global IPv6 addresses with zone-ids present nor would it work unless two hosts happened to be using the same zone-id. ssl_host_matches_name is prefixed with grpc_ because it has been promoted to the global namespace for testing. Resolves #14371 | |||
* | | | | | | Merge pull request #15047 from davidben/ssl-session-access | Vijay Pai | 2018-04-25 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Do not reach into BoringSSL internals. | |||
* \ \ \ \ \ \ | Merge pull request #15155 from grpc/revert-15150-revert-15130-fake_handshaker | Jiangtao Li | 2018-04-24 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "Revert "Add fake ALTS handshaker server (bazel only)"" | |||
* | | | | | | | | [openssl] Use 80-bytes STEK for OpenSSL-1.1 | Ruslan Nigmatullin | 2018-04-23 | |
| | | | | | | | | ||||
| * | | | | | | | Fix BUILD to allow successful import | jiangtaoli2016 | 2018-04-23 | |
| | | | | | | | | ||||
| * | | | | | | | Revert "Revert "Add fake ALTS handshaker server (bazel only)"" | Jiangtao Li | 2018-04-23 | |
|/ / / / / / / | ||||
* | | | | / / | Revert "Add fake ALTS handshaker server (bazel only)" | Mark D. Roth | 2018-04-23 | |
| |_|_|_|/ / |/| | | | | | ||||
| | | | | * | Make linux polling engines capable of tracking errors separately with | Yash Tibrewal | 2018-04-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | backward compatibility. | |||
* | | | | | | Merge pull request #15130 from jiangtaoli2016/fake_handshaker | Jiangtao Li | 2018-04-20 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add fake ALTS handshaker server (bazel only) | |||
| * | | | | | | Add fake ALTS handshaker server (bazel only) | jiangtaoli2016 | 2018-04-20 | |
| | |_|_|_|/ | |/| | | | | ||||
* | | | | | | Merge pull request #14954 from markdroth/retry_fix | Mark D. Roth | 2018-04-20 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix retry code handling of internally triggered recv_trailing_metadata. | |||
* \ \ \ \ \ \ | Merge pull request #15117 from markdroth/dns_resolver_test_fix | Mark D. Roth | 2018-04-19 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Clean up test cases in dns_resolver_test. | |||
* | | | | | | | Merge pull request #15090 from markdroth/handshaker_trace | Mark D. Roth | 2018-04-19 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add tracer for handshakers. | |||
| | * | | | | | | Clean up test cases in dns_resolver_test. | Mark D. Roth | 2018-04-19 | |
| | | |/ / / / | | |/| | | | | ||||
| | | | | | * | Merge branch 'master' into fix-time | Sree Kuchibhotla | 2018-04-18 | |
| | | | | | |\ | | | |_|_|_|/ | | |/| | | | | ||||
* | / | | | | | Avoid warnings from LLVM -Wself-assign. | Mark D. Roth | 2018-04-18 | |
| |/ / / / / |/| | | | | | ||||
| * | | | | | Add tracer for handshakers. | Mark D. Roth | 2018-04-17 | |
|/ / / / / | ||||
* | | | | | Add build path to ALTS test BUILD files | Juanli Shen | 2018-04-17 | |
| | | | | | ||||
* | | | | | Add C++ experimental API extensions for ALTS C stack | Yihua Zhang | 2018-04-16 | |
| | | | | | ||||
| | | | * | Fix some more formatting issues | Sree Kuchibhotla | 2018-04-16 | |
| | | | | | ||||
* | | | | | Merge pull request #15020 from danzh2010/multisockets | Sree Kuchibhotla | 2018-04-12 | |
|\ \ \ \ \ | | | | | | | | | | | | | Allow udp_server to create multiple listeners for each port via SO_REUSEPORT |