Seongjin Cho
8b77d61d8f
Memory leak fix?
9 years ago
Jorge Canizales
e3d9db2667
Adjust version requirements through samples and tests.
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
Craig Tiller
7221d999bb
Global hook for doing something in response to a synchronous server call
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
0593622d8f
AVL: removal, and passing 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
Craig Tiller
07718b8e2f
Fixes for profiling
9 years ago
yang-g
f8843fb58c
fix build and windows test
9 years ago
murgatroid99
0592f72c4f
Remove old performance measurement scripts
9 years ago
Craig Tiller
b2b4261631
Remove metadata context entirely
9 years ago
yang-g
768999d0a3
format
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
Nicolas "Pixel" Noble
c6a7c6e02c
Fixing use after free under Posix (was already fixed for Windows.)
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
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
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
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
Nicolas Noble
5eb4e1caef
Adding grpc_tcp_listener as an actual object being returned.
9 years ago
Jan Tattermusch
18ce9d65ef
use new proto option in C#
9 years ago
Craig Tiller
2a2a6ed1ca
Support rebuilding table
9 years ago
Jan Tattermusch
4d7dbbfcbc
regenerate protos
9 years ago
Craig Tiller
328d4b18a5
More const
9 years ago
Craig Tiller
2e7687c5ef
Static metadata declarations
9 years ago
Jan Tattermusch
1a8f547a0b
use regular lock instead of spinlock
9 years ago
Craig Tiller
b113649517
clang-format
9 years ago
Jan Tattermusch
4bdd72befe
dont run performance test by default
9 years ago
Craig Tiller
6b80d4913b
Edge case cleanup
9 years ago
Jan Tattermusch
95d80c538f
remove tabs
9 years ago
Julien Boeuf
e32075fd8a
Fixing tests.
9 years ago
Jan Tattermusch
d0c1bfa566
Provide performance workers for C#
9 years ago
Craig Tiller
47b48459f3
Robustness work for lb_policies_test
9 years ago