Julien Boeuf
2b8e9ca49d
Merge branch 'release-0_12' of github.com:grpc/grpc into cpp_new_creds_plugin_api
9 years ago
jboeuf
b1c41d7b0d
Merge pull request #4154 from jboeuf/new_creds_plugin_api
...
Changing the credentials plugin API.
9 years ago
Julien Boeuf
eb029c93fb
Better documentation of the method_name field.
...
Also passing empty string as opposed to NULL when the method name is not
found. This is much less error-prone.
9 years ago
yang-g
52705590e4
Add set pointer api to channel_arguments
9 years ago
yang-g
a23f17b123
add server_builder_option
9 years ago
murgatroid99
fb40b81cda
Added most of what's needed for QPS benchmark measurement
9 years ago
Carl Mastrangelo
945836eade
Handle goaway and http1 responses
9 years ago
Craig Tiller
299bcd5521
Merge pull request #4089 from yang-g/initial_string
...
Support sending an initial connect string at the beginning of client tcp connection.
9 years ago
yang-g
d9f6101967
merge with head
9 years ago
Craig Tiller
7221d999bb
Global hook for doing something in response to a synchronous server call
9 years ago
Nicolas Noble
447c795bb8
Merge pull request #4032 from ctiller/better-profile
...
Lower latency profiling
9 years ago
David G. Quintas
674b145b03
Merge pull request #4136 from ctiller/configurable-lookahead
...
Add a (temporary) facility to tune stream read-ahead size
9 years ago
Nicolas Noble
e18872e770
Merge pull request #4203 from ctiller/power-to-the-peanut-people-rah-rah
...
Generic immutable AVL tree
9 years ago
Craig Tiller
a869b5b66b
Merge github.com:grpc/grpc into configurable-lookahead
9 years ago
Craig Tiller
6d3b229209
Merge github.com:grpc/grpc into no-transport-metadata
...
Conflicts:
test/cpp/interop/stress_test.cc
9 years ago
Craig Tiller
340754466e
Make metadata leaks a warning, and not a fatal error
...
There's still a bug on Windows that will take some time to track down
9 years ago
Craig Tiller
3328a5828f
clang-format
9 years ago
Craig Tiller
22d11e1a76
Reduce code size for AVL tree
...
By rewriting a few stanza's to give the compiler more flexibility in
order of operations, reduce code size by about 1kb.
9 years ago
Craig Tiller
9c721ff3f7
faster asserts
9 years ago
Craig Tiller
a3c03e6854
Fix memory leak
9 years ago
Craig Tiller
20d99c0c96
AVL: add documentation
9 years ago
Craig Tiller
0593622d8f
AVL: removal, and passing tests
9 years ago
Nicolas Noble
4526d45a47
Merge pull request #4174 from sreecha/stress_multiple_channels
...
Add multiple channels to each server in stress tests
9 years ago
yang-g
dd7c1ae71d
Give the security_connector server's channel_args
9 years ago
Craig Tiller
fba79f213f
AVL: creation, destroy, add
9 years ago
Sree Kuchibhotla
9c256980ed
Merge pull request #4192 from ctiller/stupid-threads
...
Two argument variant for grpc::thread
9 years ago
Craig Tiller
c3ec1b9324
Merge branch 'no-transport-metadata' of github.com:ctiller/grpc into no-transport-metadata
9 years ago
Craig Tiller
07718b8e2f
Fixes for profiling
9 years ago
yang-g
f8843fb58c
fix build and windows test
9 years ago
Craig Tiller
d653b39471
Merge github.com:grpc/grpc into better-profile
9 years ago
Nicolas Noble
ceb7318d79
Merge pull request #4195 from adelez/fix_gcov
...
Skip OjbC when running code coverage.
9 years ago
Adele Zhou
6b9527c0c1
Skip OjbC when running code coverage.
9 years ago
yang-g
3ff9727a37
merge with head
9 years ago
Craig Tiller
388816a86a
This is needed to link on mac
9 years ago
Craig Tiller
34eb4b110f
This is needed to link on mac
9 years ago
Craig Tiller
4dd8f43970
Merge pull request #4157 from nicolasnoble/paddywhack
...
Adding grpc_tcp_listener as an actual object being returned.
9 years ago
Craig Tiller
52a2ebadcb
Two argument variant for grpc::thread
9 years ago
murgatroid99
0592f72c4f
Remove old performance measurement scripts
9 years ago
Michael Lumish
220c2b4a42
Merge pull request #4189 from jtattermusch/document_perf_protos
...
Improve comments on benchmark protos
9 years ago
Jan Tattermusch
ed67356bd0
improve comments on benchmark protos
9 years ago
Craig Tiller
0927c70180
Merge github.com:grpc/grpc into no-transport-metadata
9 years ago
Craig Tiller
b2b4261631
Remove metadata context entirely
9 years ago
yang-g
768999d0a3
format
9 years ago
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