aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | * | | | | | Better documentation of the method_name field.Gravatar Julien Boeuf2015-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_argumentsGravatar yang-g2015-11-25
| | | | | | | | |
| | | | | | | * | add server_builder_optionGravatar yang-g2015-11-25
| | | | | | | | |
* | | | | | | | | merge with headGravatar yang-g2015-11-24
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | Global hook for doing something in response to a synchronous server callGravatar Craig Tiller2015-11-24
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #4032 from ctiller/better-profileGravatar Nicolas Noble2015-11-23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Lower latency profiling
| * \ \ \ \ \ \ \ Merge pull request #4136 from ctiller/configurable-lookaheadGravatar David G. Quintas2015-11-23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a (temporary) facility to tune stream read-ahead size
| | * \ \ \ \ \ \ \ Merge github.com:grpc/grpc into configurable-lookaheadGravatar Craig Tiller2015-11-23
| | |\ \ \ \ \ \ \ \
| | | | | | | | * \ \ Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-23
| | | | | | | | |\ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/interop/stress_test.cc
| | | | | | | | * | | Make metadata leaks a warning, and not a fatal errorGravatar Craig Tiller2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's still a bug on Windows that will take some time to track down
| * | | | | | | | | | clang-formatGravatar Craig Tiller2015-11-23
| | | | | | | | | | |
| * | | | | | | | | | Reduce code size for AVL treeGravatar Craig Tiller2015-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 assertsGravatar Craig Tiller2015-11-23
| | | | | | | | | | |
| * | | | | | | | | | AVL: removal, and passing testsGravatar Craig Tiller2015-11-23
| | | | | | | | | | |
| | | | | | | | | * | Give the security_connector server's channel_argsGravatar yang-g2015-11-23
| | | | |_|_|_|_|/ / | | | |/| | | | | |
| * | / | | | | | | AVL: creation, destroy, addGravatar Craig Tiller2015-11-23
| | |/ / / / / / / | |/| | | | | | |
| | | | | | | * | Fixes for profilingGravatar Craig Tiller2015-11-21
| | | | | | | | |
* | | | | | | | | fix build and windows testGravatar yang-g2015-11-21
| | | | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into better-profileGravatar Craig Tiller2015-11-21
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | merge with headGravatar yang-g2015-11-20
|\| | | | | | | |
| * | | | | | | | Merge pull request #4157 from nicolasnoble/paddywhackGravatar Craig Tiller2015-11-20
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding grpc_tcp_listener as an actual object being returned.
| | | | | | | | * \ Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-20
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | | | | | | * | Remove metadata context entirelyGravatar Craig Tiller2015-11-20
| | | | | | | | | |
| | | | | | | | | * formatGravatar yang-g2015-11-20
| | | | | | | | | |
| | | | | | | | | * make security_connector manage pending handshaker, while handshaker owns tcpGravatar yang-g2015-11-20
| | | | | | | | | |
| | | | | * | | | | Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
| | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-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.Gravatar Nicolas "Pixel" Noble2015-11-20
| | | | | | | | |
| | | | | | | * | Remove metadata context from the channel stackGravatar Craig Tiller2015-11-19
| | | | | | | | |
| | * | | | | | | Fixing use after free under Posix (was already fixed for Windows.)Gravatar Nicolas "Pixel" Noble2015-11-19
| | | | | | | | |
| | * | | | | | | Renaming server_port to grpc_tcp_listener - there's no need for casting...Gravatar Nicolas Noble2015-11-19
| | | | | | | | |
| | | | | | * | | bump C# version to 0.12.0Gravatar Jan Tattermusch2015-11-19
| | | | | | | | |
| * | | | | | | | Merge pull request #4097 from ctiller/hpack_max_table_sizeGravatar David G. Quintas2015-11-19
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Support dynamic HPACK table resizing
| * \ \ \ \ \ \ \ \ Merge pull request #4156 from jtattermusch/perf_testing_polishingGravatar Jan Tattermusch2015-11-19
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Performance proto polishing
| * \ \ \ \ \ \ \ \ \ Merge pull request #4146 from jtattermusch/csharp_perf_runnersGravatar Michael Lumish2015-11-19
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Provide performance workers for C#
| | | | | | | | | | * | Add compression algorithms to static metadataGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | * | Beginning to peel away mdctx from channel stackGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | * | Add commentaryGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | * | clang-formatGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | * | Add commentaryGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | * | Merge github.com:grpc/grpc into static-metadataGravatar Craig Tiller2015-11-19
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | | | | | | | | | * | Use static metadata table in metadata.cGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | | * move pending tcp management from server to connectorGravatar yang-g2015-11-19
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | | | | | | | * | | Fixing node build.Gravatar Julien Boeuf2015-11-18
| | | | | | | | | | |
| | | | | | | | * | | Fixing implementations.Gravatar Julien Boeuf2015-11-18
| | | | | | | | |/ /
| | | | | * | | / / Adding grpc_tcp_listener as an actual object being returned.Gravatar Nicolas Noble2015-11-19
| | |_|_|/ / / / / | |/| | | | | | |
| | | * | | | | | use new proto option in C#Gravatar Jan Tattermusch2015-11-18
| | | | | | | | |
| | | | * | | | | Support rebuilding tableGravatar Craig Tiller2015-11-18
| | | | | | | | |
| | | * | | | | | regenerate protosGravatar Jan Tattermusch2015-11-18
| | |/ / / / / /
| | | | | | | * More constGravatar Craig Tiller2015-11-18
| | | | | | | |