Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | Better documentation of the method_name field. | Julien Boeuf | 2015-11-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also passing empty string as opposed to NULL when the method name is not found. This is much less error-prone. | |||
| | | | | | | * | | Add set pointer api to channel_arguments | yang-g | 2015-11-25 | |
| | | | | | | | | | ||||
| | | | | | | * | | add server_builder_option | yang-g | 2015-11-25 | |
| | | | | | | | | | ||||
* | | | | | | | | | merge with head | yang-g | 2015-11-24 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
| | | | | | | * | | Global hook for doing something in response to a synchronous server call | Craig Tiller | 2015-11-24 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #4032 from ctiller/better-profile | Nicolas Noble | 2015-11-23 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Lower latency profiling | |||
| * \ \ \ \ \ \ \ | Merge pull request #4136 from ctiller/configurable-lookahead | David G. Quintas | 2015-11-23 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a (temporary) facility to tune stream read-ahead size | |||
| | * \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into configurable-lookahead | Craig Tiller | 2015-11-23 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | | | | | | * \ \ | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-23 | |
| | | | | | | | |\ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/interop/stress_test.cc | |||
| | | | | | | | * | | | Make metadata leaks a warning, and not a fatal error | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's still a bug on Windows that will take some time to track down | |||
| * | | | | | | | | | | clang-format | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Reduce code size for AVL tree | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By rewriting a few stanza's to give the compiler more flexibility in order of operations, reduce code size by about 1kb. | |||
| * | | | | | | | | | | faster asserts | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | AVL: removal, and passing tests | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | ||||
| | | | | | | | | * | | Give the security_connector server's channel_args | yang-g | 2015-11-23 | |
| | | | |_|_|_|_|/ / | | | |/| | | | | | | ||||
| * | / | | | | | | | AVL: creation, destroy, add | Craig Tiller | 2015-11-23 | |
| | |/ / / / / / / | |/| | | | | | | | ||||
| | | | | | | * | | Fixes for profiling | Craig Tiller | 2015-11-21 | |
| | | | | | | | | | ||||
* | | | | | | | | | fix build and windows test | yang-g | 2015-11-21 | |
| | | | | | | | | | ||||
| | | * | | | | | | Merge github.com:grpc/grpc into better-profile | Craig Tiller | 2015-11-21 | |
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||
* | | | | | | | | | merge with head | yang-g | 2015-11-20 | |
|\| | | | | | | | | ||||
| * | | | | | | | | Merge pull request #4157 from nicolasnoble/paddywhack | Craig Tiller | 2015-11-20 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adding grpc_tcp_listener as an actual object being returned. | |||
| | | | | | | | * \ | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-20 | |
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
| | | | | | | | * | | Remove metadata context entirely | Craig Tiller | 2015-11-20 | |
| | | | | | | | | | | ||||
| | | | | | | | | * | format | yang-g | 2015-11-20 | |
| | | | | | | | | | | ||||
| | | | | | | | | * | make security_connector manage pending handshaker, while handshaker owns tcp | yang-g | 2015-11-20 | |
| | | | | | | | | | | ||||
| | | | | * | | | | | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 | |
| | | | | | |/ / / | | | | | |/| | | | ||||
| | | | | * | | | | Also adding a credentials type to the plugin API. | Julien Boeuf | 2015-11-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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); | |||
| | * | | | | | | | Renaming dual_stack_second_port to sibling. | Nicolas "Pixel" Noble | 2015-11-20 | |
| | | | | | | | | | ||||
| | | | | | | * | | Remove metadata context from the channel stack | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | ||||
| | * | | | | | | | Fixing use after free under Posix (was already fixed for Windows.) | Nicolas "Pixel" Noble | 2015-11-19 | |
| | | | | | | | | | ||||
| | * | | | | | | | Renaming server_port to grpc_tcp_listener - there's no need for casting... | Nicolas Noble | 2015-11-19 | |
| | | | | | | | | | ||||
| | | | | | * | | | bump C# version to 0.12.0 | Jan Tattermusch | 2015-11-19 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge pull request #4097 from ctiller/hpack_max_table_size | David G. Quintas | 2015-11-19 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Support dynamic HPACK table resizing | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #4156 from jtattermusch/perf_testing_polishing | Jan Tattermusch | 2015-11-19 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Performance proto polishing | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #4146 from jtattermusch/csharp_perf_runners | Michael Lumish | 2015-11-19 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Provide performance workers for C# | |||
| | | | | | | | | | * | | Add compression algorithms to static metadata | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Beginning to peel away mdctx from channel stack | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Add commentary | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | clang-format | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Add commentary | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Merge github.com:grpc/grpc into static-metadata | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||
| | | | | | | | | | * | | Use static metadata table in metadata.c | Craig Tiller | 2015-11-19 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | | * | move pending tcp management from server to connector | yang-g | 2015-11-19 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||
| | | | | | | | * | | | Fixing node build. | Julien Boeuf | 2015-11-18 | |
| | | | | | | | | | | | ||||
| | | | | | | | * | | | Fixing implementations. | Julien Boeuf | 2015-11-18 | |
| | | | | | | | |/ / | ||||
| | | | | * | | / / | Adding grpc_tcp_listener as an actual object being returned. | Nicolas Noble | 2015-11-19 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||
| | | * | | | | | | use new proto option in C# | Jan Tattermusch | 2015-11-18 | |
| | | | | | | | | | ||||
| | | | * | | | | | Support rebuilding table | Craig Tiller | 2015-11-18 | |
| | | | | | | | | | ||||
| | | * | | | | | | regenerate protos | Jan Tattermusch | 2015-11-18 | |
| | |/ / / / / / | ||||
| | | | | | | * | More const | Craig Tiller | 2015-11-18 | |
| | | | | | | | |