| Commit message (Collapse) | Author | Age |
... | |
| | | | |
|
| | | |\
| | | |/
| | |/| |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
First: ugh.
Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable.
Expose TSI trace config variable directly to ease this a little.
|
| |\ \
| |/ /
|/| |
| | |
| | | |
Conflicts:
src/core/tsi/ssl_transport_security.c
|
|\ \ \
| | | |
| | | | |
Adding support to enable tracing in tsi.
|
| | | |
| | | |
| | | | |
size error
|
|/ / / |
|
| | | |
|
| | |\
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This string comes from an authority field, which is allowed to contain a
':' port (see https://tools.ietf.org/html/rfc3986#section-3.2).
We need to strip it before performing host name verification.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fix shutdown race in CHTTP2
|
| | |
| | |
| | |
| | | |
After we have called closed() ensure that no other callbacks are ever made.
|
|\ \ \
| | | |
| | | | |
Ensure there is no concurrent poller for unary->multipoll
|
|\ \ \ \
| | | | |
| | | | | |
Using HTTP2 compliant cipher suites by default.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix mac build
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Verifying the peer name on the X509 Certs correctly.
|
| |/ / / / /
|/| | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Added a way to override the cipher suites with an environment
variable so that we can still do interop testing with java7.
- Takes care of #681.
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
- Should fix #746.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add HTTP2 header tracing
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Instead, we do a shutdown() at the point we are currently closing, to
kick off socket teardown while ensuring an fd ref is sufficient to make
concurrent syscalls like epoll_ctl safe.
|
| | | | | | |
|
| |_|_|/ /
|/| | | | |
|
| | | | |\
| |_|_|_|/
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Second batch of feedback.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Remove redundant variable set
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove unused variable
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
HPACK makes headers on the wire very difficult to read. Add a trace facility to print them on the receive path.
Later this will be expanded no doubt for sending headers, stream creation, etc...
|
| | |/ / / / /
| |/| | | | | |
|
| |/ / / / / |
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This allows us to safely asynchronously add FDs in the
possibly-promoting unary add case.
Also fix the unary add async path to properly handle more of the extra
cases it needs to handle.
|
| | | | |\
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
examples/pubsub/publisher_test.cc
examples/pubsub/subscriber_test.cc
include/grpc++/create_channel.h
src/cpp/client/create_channel.cc
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
test/cpp/util/create_test_channel.cc
|
| | | |\ \
| |_|_|/ /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
the SANs. Will fix the test cert another time...
|
| |/ / /
|/| | | |
|
| | | |\
| |_|_|/
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Added support for default credentials.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Addressing security concerns.
|
| |_|/ / /
|/| | | | |
|