aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | | Two argument variant for grpc::threadGravatar Craig Tiller2015-11-20
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4189 from jtattermusch/document_perf_protosGravatar Michael Lumish2015-11-20
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Improve comments on benchmark protos
| * | | | | | | | | | improve comments on benchmark protosGravatar Jan Tattermusch2015-11-20
|/ / / / / / / / / /
| | | | | | | | | * Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-20
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | | | | | * Remove metadata context entirelyGravatar Craig Tiller2015-11-20
| | | | | | | | | |
| | * | | | | | | | Add multiple channels to each serverGravatar Sree Kuchibhotla2015-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
| | | | | | | | |
* | | | | | | | | Merge pull request #4161 from carl-mastrangelo/moreInterop1Gravatar Jan Tattermusch2015-11-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add framing http2 test case, enable verbose output, and properly skip tests
* \ \ \ \ \ \ \ \ \ Merge pull request #4169 from murgatroid99/node_build_yaml_add_filesGravatar Craig Tiller2015-11-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added to build.yaml the list of headers and JS source files for the Node library
* \ \ \ \ \ \ \ \ \ \ Merge pull request #4165 from carl-mastrangelo/fixdockerGravatar Jan Tattermusch2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | Fix stdin on run_interop_tests
| | | | | | | | * | | Merge pull request #4166 from murgatroid99/node_0.12.0_version_bumpGravatar Jan Tattermusch2015-11-19
| | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Updated Node package version to 0.12.0
| | * | | | | | | | | | Added to build.yaml the list of headers and JS source files for the Node libraryGravatar murgatroid992015-11-19
| | | | | | | | | | | |
| | | | | | | | | * | | Updated Node package version to 0.12.0Gravatar murgatroid992015-11-19
| | | | | | | | |/ / /
* | | | | | | | | | | Merge pull request #4035 from sreecha/stress_tests_metricsGravatar Vijay Pai2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Add more config options to stress tests and export metrics
| | * | | | | | | | | Fix stdin on run_interop_testsGravatar Carl Mastrangelo2015-11-19
| |/ / / / / / / / / |/| | | | | | | | |
| | | | | | | * | | Merge pull request #4162 from jtattermusch/bump_csharp_versionGravatar Michael Lumish2015-11-19
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | bump C# version to 0.12.0
| | | * | | | | | | | Fixing use after free under Posix (was already fixed for Windows.)Gravatar Nicolas "Pixel" Noble2015-11-19
| | | | | | | | | | |
| | * | | | | | | | | fix flagGravatar Carl Mastrangelo2015-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
| | | | | | | |/ / /
| | * | | | | / / / Add framing http2 test case, enable verbose output, and properly skip testsGravatar Carl Mastrangelo2015-11-19
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Address code review commentsGravatar Sree Kuchibhotla2015-11-19
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-11-19
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Address code review commentsGravatar Sree Kuchibhotla2015-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
| | | | | | | | | | | |
| | | | * | | | | | | | Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-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
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | | | | | | | | | | * Add commentaryGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | | * Use static metadata table in metadata.cGravatar Craig Tiller2015-11-19
| | | | | | | | | | | |
| | | | | | | | | | * | Fixing node build.Gravatar Julien Boeuf2015-11-18
| | | | | | | | | | | |
| | | | | | | | | | * | Fixing implementations.Gravatar Julien Boeuf2015-11-18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4155 from carl-mastrangelo/moreInteropGravatar Jan Tattermusch2015-11-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add cipher suite test to http2 interop tests, and honor test_case flag
| | | | | | * | | | | | | Adding grpc_tcp_listener as an actual object being returned.Gravatar Nicolas Noble2015-11-19
| | | | | | | | | | | | |
| | | * | | | | | | | | | use new perf proto options in c++Gravatar Jan Tattermusch2015-11-18
| | | | | | | | | | | | |
| | | * | | | | | | | | | use new proto option in C#Gravatar Jan Tattermusch2015-11-18
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add cipher suite test to http2 interop tests, and honor test_case flagGravatar Carl Mastrangelo2015-11-18
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4062 from adelez/mako_templateGravatar adelez2015-11-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use mako template for HTML report.
| | | | | | | | | | | | * | Changing the credentials plugin API.Gravatar Julien Boeuf2015-11-18
| | | | | | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The plugin is now passed more information that it can use to create auth metadata: - service_url (as before) - method name - channel_auth_context
| | | | | * | | | | | | | Support rebuilding tableGravatar Craig Tiller2015-11-18
| | | | | | | | | | | | |
| | | | * | | | | | | | | regenerate protosGravatar Jan Tattermusch2015-11-18
| | | | | | | | | | | | |