Sree Kuchibhotla
e1330ff451
Add multiple channels to each server
9 years ago
yang-g
5e72a35498
make security_connector manage pending handshaker, while handshaker owns tcp
9 years ago
Julien Boeuf
114f39475f
Cpp example of how the plugins can be done.
9 years ago
Julien Boeuf
caf9935e45
Also adding a credentials type to the plugin API.
...
The purpose of this is to be able to install a composition policy that
describes which types are incompatible and that will be enforced during
call creds composition.
If this functionality is wanted it will be done in an additive function in
the API like :
void grpc_call_credentials_set_composite_policy(
grpc_call_credentials_composite_policy policy);
9 years ago
Nicolas "Pixel" Noble
d86115e2f6
Renaming dual_stack_second_port to sibling.
9 years ago
Craig Tiller
ebdef9d674
Remove metadata context from the channel stack
9 years ago
Jan Tattermusch
201d6e1304
Merge pull request #4161 from carl-mastrangelo/moreInterop1
...
Add framing http2 test case, enable verbose output, and properly skip tests
9 years ago
Craig Tiller
2440f07de8
Merge pull request #4169 from murgatroid99/node_build_yaml_add_files
...
Added to build.yaml the list of headers and JS source files for the Node library
9 years ago
Jan Tattermusch
faa1c6edb4
Merge pull request #4165 from carl-mastrangelo/fixdocker
...
Fix stdin on run_interop_tests
9 years ago
Jan Tattermusch
c1c5f2e8b8
Merge pull request #4166 from murgatroid99/node_0.12.0_version_bump
...
Updated Node package version to 0.12.0
9 years ago
murgatroid99
94a754146f
Added to build.yaml the list of headers and JS source files for the Node library
9 years ago
murgatroid99
f37a90c0d9
Updated Node package version to 0.12.0
9 years ago
Vijay Pai
e779084520
Merge pull request #4035 from sreecha/stress_tests_metrics
...
Add more config options to stress tests and export metrics
9 years ago
Carl Mastrangelo
2d248a29f7
Fix stdin on run_interop_tests
9 years ago
Michael Lumish
315fe61640
Merge pull request #4162 from jtattermusch/bump_csharp_version
...
bump C# version to 0.12.0
9 years ago
Nicolas "Pixel" Noble
c6a7c6e02c
Fixing use after free under Posix (was already fixed for Windows.)
9 years ago
Carl Mastrangelo
59096b4044
fix flag
9 years ago
Nicolas Noble
8f714620b2
Renaming server_port to grpc_tcp_listener - there's no need for casting...
9 years ago
Jan Tattermusch
1db095d442
bump C# version to 0.12.0
9 years ago
Carl Mastrangelo
2dd55db4c1
Add framing http2 test case, enable verbose output, and properly skip tests
9 years ago
Sree Kuchibhotla
bc3127d4c3
Address code review comments
9 years ago
Sree Kuchibhotla
dbf9061033
Merge branch 'master' into stress_tests_metrics
9 years ago
Sree Kuchibhotla
52a514a250
Address code review comments
9 years ago
David G. Quintas
6d8063261b
Merge pull request #4097 from ctiller/hpack_max_table_size
...
Support dynamic HPACK table resizing
9 years ago
Jan Tattermusch
846ae8d9c2
Merge pull request #4156 from jtattermusch/perf_testing_polishing
...
Performance proto polishing
9 years ago
Michael Lumish
bb2646a234
Merge pull request #4146 from jtattermusch/csharp_perf_runners
...
Provide performance workers for C#
9 years ago
Craig Tiller
f6e40fd2aa
Add compression algorithms to static metadata
9 years ago
Craig Tiller
ed43f51fff
Beginning to peel away mdctx from channel stack
9 years ago
Sree Kuchibhotla
87f51663ee
Merge branch 'master' into stress_tests_metrics
9 years ago
Craig Tiller
70b080d284
Add commentary
9 years ago
Craig Tiller
b774be46d7
clang-format
9 years ago
Craig Tiller
86958126c2
Add commentary
9 years ago
Craig Tiller
53e81e5c9f
Merge github.com:grpc/grpc into static-metadata
9 years ago
Craig Tiller
51ae0bea04
Add commentary
9 years ago
Craig Tiller
0e72ede405
Use static metadata table in metadata.c
9 years ago
yang-g
5e7f08a063
move pending tcp management from server to connector
9 years ago
Julien Boeuf
35b6b94667
Fixing node build.
9 years ago
Julien Boeuf
3c957e60a3
Fixing implementations.
9 years ago
Jan Tattermusch
507587f84f
Merge pull request #4155 from carl-mastrangelo/moreInterop
...
Add cipher suite test to http2 interop tests, and honor test_case flag
9 years ago
Nicolas Noble
5eb4e1caef
Adding grpc_tcp_listener as an actual object being returned.
9 years ago
Jan Tattermusch
c5ebbd5b8f
use new perf proto options in c++
9 years ago
Jan Tattermusch
18ce9d65ef
use new proto option in C#
9 years ago
Carl Mastrangelo
8a1cdec2ae
Add cipher suite test to http2 interop tests, and honor test_case flag
9 years ago
adelez
7b63a6c8ea
Merge pull request #4062 from adelez/mako_template
...
Use mako template for HTML report.
9 years ago
Julien Boeuf
ea44bba3b9
Changing the credentials plugin API.
...
- The plugin is now passed more information that it can use to create
auth metadata:
- service_url (as before)
- method name
- channel_auth_context
9 years ago
Craig Tiller
2a2a6ed1ca
Support rebuilding table
9 years ago
Jan Tattermusch
4d7dbbfcbc
regenerate protos
9 years ago
Jan Tattermusch
90dd32708b
polish benchmark protos
9 years ago
Adele Zhou
e74b2b05be
Fix broken sanity tests.
9 years ago
Adele Zhou
3bc7ba4d95
Use mako template for HTML report.
9 years ago