Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
|\ | | | | | Server builder options | ||
* \ | Merge pull request #4270 from ctiller/consistent-encoding-test | Sree Kuchibhotla | 2015-12-03 |
|\ \ | | | | | | | Fix HPACK encoder test | ||
* \ \ | Merge pull request #4236 from jtattermusch/get_ready_vs2015 | Nicolas Noble | 2015-12-03 |
|\ \ \ | | | | | | | | | Make native nuget packages VS2015 ready | ||
* \ \ \ | 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 | ||
| | | * | | Fix HPACK encoder test | Craig Tiller | 2015-12-02 |
| | | | | | |||
* | | | | | Make chttp2 pass h2spec section 6.5 | Craig Tiller | 2015-12-02 |
| |_|/ / |/| | | | |||
| * | | | Further review feedback | Craig Tiller | 2015-12-02 |
| | | | | |||
* | | | | Merge pull request #4249 from yang-g/unreachable | Jorge Canizales | 2015-12-02 |
|\ \ \ \ | | | | | | | | | | | Remove unreachable macro from reachable code. | ||
* \ \ \ \ | Merge pull request #4247 from Crusty82/patch-1 | Craig Tiller | 2015-12-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Adjusted error handling for benign error EINTR. | ||
* \ \ \ \ \ | Merge pull request #4202 from yang-g/channel_args | Craig Tiller | 2015-12-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Give the security_connector server's channel_args | ||
| | | | * | | | Review feedback | Craig Tiller | 2015-12-02 |
| | | | | | | | |||
| | | * | | | | Fix unreachable macro | yang-g | 2015-12-02 |
| |_|/ / / / |/| | | | | | |||
| | * | | | | Adjusted error handling for benign error EINTR. | Tom | 2015-12-02 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #4231 from parkr/patch-1 | Stanley Cheung | 2015-12-03 |
|\ \ \ \ \ | | | | | | | | | | | | | php: remove callable type hint from BaseStub->_simpleRequest() | ||
* \ \ \ \ \ | Merge pull request #4188 from ctiller/no-transport-metadata | Sree Kuchibhotla | 2015-12-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove metadata contexts | ||
* \ \ \ \ \ \ | Merge pull request #4222 from yang-g/release_fd | Nicolas Noble | 2015-12-02 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Support release fd from tcp endpoint | ||
| | | | | | * | | update C# projects | Jan Tattermusch | 2015-12-01 |
| | | | | | | | | |||
| | | * | | | | | php: remove callable type hint from BaseStub->_simpleRequest() | Parker Moore | 2015-12-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated. See https://bugs.php.net/bug.php?id=61467&edit=1 for more info. | ||
* | | | | | | | | Making ruby's gcov configuration work. | Nicolas "Pixel" Noble | 2015-12-02 |
| |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| * \ \ \ \ \ \ | Merge pull request #4223 from jcanizales/filter-protobuf-warnings | Michael Lumish | 2015-12-01 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Filter Protobuf nullable warnings | ||
| | | * | | | | | | update api | yang-g | 2015-12-01 |
| | | | | | | | | | |||
| | * | | | | | | | Filter Protobuf nullable warnings | Jorge Canizales | 2015-12-01 |
| | | | | | | | | | |||
* | | | | | | | | | Fixes memory leak when receiving data | Seongjin Cho | 2015-12-01 |
| | | | | | | | | | |||
| | | * | | | | | | Release fd api | yang-g | 2015-11-30 |
| | | | |_|_|/ / | | | |/| | | | | |||
* | | / | | | | | Memory leak fix? | Seongjin Cho | 2015-11-30 |
| |_|/ / / / / |/| | | | | | | |||
| * | | | | | | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
| |/ / / / / | |||
| | * | | | | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-25 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| * | | | | | Merge branch 'release-0_12' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-11-25 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cpp_new_creds_plugin_api | ||
| | * \ \ \ \ | Merge pull request #4154 from jboeuf/new_creds_plugin_api | jboeuf | 2015-11-25 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Changing the credentials 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 |
| | | | | | | | | |||
* | | | | | | | | 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 |
|\| | | | | | | |