| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |\
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | |\
| | |/
| |/|
| | |
| | | |
Conflicts:
examples/pubsub/main.cc
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
build.json
src/cpp/client/credentials.cc
vsprojects/vs2013/grpc.vcxproj
vsprojects/vs2013/grpc.vcxproj.filters
vsprojects/vs2013/grpc_shared.vcxproj
vsprojects/vs2013/grpc_shared.vcxproj.filters
vsprojects/vs2013/grpc_unsecure.vcxproj
vsprojects/vs2013/grpc_unsecure.vcxproj.filters
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
Conflicts:
Makefile
|
| | | | |
|
| | |\ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | | |
Hookup TSI tracer
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also, make the flaky: tag a little more visible in build.json
|
| | | | | |
|
|\| | | | |
|
| | | | |\
| | |_|_|/
| |/| | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \
| | | | |
| | | | | |
Omit some tests, speed up others, prepare for ASAN
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also speed up a test, and disable some rarely touched but long running tests
|
| | |/ / |
|
| |\| | |
|
| | | | |
|
| |/ / |
|
| | |\
| | |/
| |/| |
|
| | | |
|
| | | |
|
| | | |
|
|\| | |
|
| | |
| | |
| | |
| | | |
Driver logic not implemented yet
|
| | |\
| | |/
| |/| |
|
|/| |
| | |
| | | |
Added support for default credentials.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Renaming default credentials -> google default credentials.
- Various other things in cpp:
- Adding Cpp wrapping for JWT Tokens.
- Renaming ComposeCredentials -> CompositeCredentials.
|
| | |
| | |
| | |
| | | |
And reflects the C++ API in ServerBuilder.
|
| | |
| | |
| | |
| | | |
Remove 'secure_serer_create', and instead attach credentials to ports, meaning different ports can serve different credentials.
|
| |/
|/|
| |
| |
| |
| | |
- Remove CredentialsFactory as it's unnecessary
- Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++.
- Server credentials not touched yet, but they'll need to be updated.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Tested with new tool (print_default_creds_token) on:
- workstation for env var and well known place.
- GCE for compute engine default creds.
- I'd prefer the grpc_default_credentials_create() API to remain
synchronous even though there may be an async call for gce detection
on which we block.
|
|\ \
| |/
|/| |
Rename interop_test.c --> interop_test.cc
|
| | |
|
|\ \
| | |
| | | |
Fixing Windows port.
|
| |/
|/|
| |
| | |
We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
|
|\ \
| | |
| | | |
Implementing JWT credentials (a.k.a JWT ID Tokens).
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
Makefile
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
Makefile
build.json
vsprojects/vs2013/grpc.vcxproj
vsprojects/vs2013/grpc.vcxproj.filters
vsprojects/vs2013/grpc_shared.vcxproj
vsprojects/vs2013/grpc_shared.vcxproj.filters
vsprojects/vs2013/grpc_unsecure.vcxproj
vsprojects/vs2013/grpc_unsecure.vcxproj.filters
|