Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Renaming GCOV to GPR_GCOV. | Nicolas "Pixel" Noble | 2015-12-07 |
| | |||
* | Removing code coverage for unreachable code. | Nicolas "Pixel" Noble | 2015-12-07 |
| | |||
* | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
|\ | | | | | Server builder options | ||
* \ | Merge pull request #4204 from ctiller/emergency-cheese-and-crackers | jboeuf | 2015-12-02 |
|\ \ | | | | | | | Global hook for doing something in response to a synchronous server call | ||
| | * | add doxygen comment | yang-g | 2015-12-02 |
| | | | |||
| * | | Review feedback | Craig Tiller | 2015-12-02 |
| | | | |||
* | | | Merge pull request #4188 from ctiller/no-transport-metadata | Sree Kuchibhotla | 2015-12-02 |
|\ \ \ | | | | | | | | | Remove metadata contexts | ||
* \ \ \ | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| | * \ \ | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-25 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| * | | | | Improving documentation. | Julien Boeuf | 2015-11-25 |
| | | | | | |||
| * | | | | Fixing typo. | Julien Boeuf | 2015-11-25 |
| | | | | | |||
| * | | | | Merge branch 'release-0_12' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-11-25 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | cpp_new_creds_plugin_api | ||
| | * | | | | 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 |
| |_|_|_|/ |/| | | | | |||
| | | | * | Global hook for doing something in response to a synchronous server call | Craig Tiller | 2015-11-24 |
| |_|_|/ |/| | | | |||
* | | | | 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 pull request #4203 from ctiller/power-to-the-peanut-people-rah-rah | Nicolas Noble | 2015-11-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Generic immutable AVL tree | ||
| | * \ \ \ | 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 | ||
| * | | | | | clang-format | Craig Tiller | 2015-11-23 |
| | | | | | | |||
| * | | | | | AVL: add documentation | Craig Tiller | 2015-11-23 |
| | | | | | | |||
| * | | | | | AVL: removal, and passing tests | Craig Tiller | 2015-11-23 |
| | | | | | | |||
| * | | | | | AVL: creation, destroy, add | Craig Tiller | 2015-11-23 |
| | | | | | | |||
* | | | | | | Two argument variant for grpc::thread | Craig Tiller | 2015-11-20 |
|/ / / / / | |||
| | | | * | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 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); | ||
| | | * | clang-format | 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 |
| | | | | | |||
| | * | | | Fixing implementations. | Julien Boeuf | 2015-11-18 |
| | | | | | |||
| | * | | | Changing the credentials plugin API. | Julien Boeuf | 2015-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 table | Craig Tiller | 2015-11-18 |
| | | | | | |||
* | | | | | clang-format | Craig Tiller | 2015-11-18 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into hpack_max_table_size | Craig Tiller | 2015-11-18 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #3993 from ctiller/new_op | David G. Quintas | 2015-11-18 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | Core transport & call cleanup | ||
| * | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
| |\ \ \ \ | |||
| | | * | | | include header | yang-g | 2015-11-17 |
| | | | | | | |||
| | | * | | | Handle cancel before start case | yang-g | 2015-11-17 |
| | |/ / / | |||
| | | | * | Add a (temporary) facility to tune stream read-ahead size | Craig Tiller | 2015-11-17 |
| | | |/ | |||
| | | * | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-16 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Fixing the doc to warn of the dangers for overriding the target name when ↵ | Julien Boeuf | 2015-11-11 |
| | | | | | | | | | | | | | | | | using SSL. | ||
* | | | | First round changes to handle dynamic hpack table size | Craig Tiller | 2015-11-10 |
| |_|/ |/| | | |||
* | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-05 |
|\ \ \ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 |
|\ \ \ | |||
| | * \ | Merge branch 'master' into protosplit | vjpai | 2015-11-04 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #4013 from dgquintas/bb_readall | Craig Tiller | 2015-11-04 |
| |\ \ \ | | | | | | | | | | | Added grpc_byte_buffer_reader_readall | ||
* | | | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 |
|\| | | | |