Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 |
|\ | | | | | Create channel API change | ||
| * | implementation fix | yang-g | 2015-08-27 |
| | | |||
* | | minor fixes | yang-g | 2015-08-26 |
|/ | |||
* | Merge remote-tracking branch 'upstream/master' into string_ref_auth | yang-g | 2015-08-26 |
|\ | |||
| * | Merge pull request #3065 from yang-g/string_ref | Craig Tiller | 2015-08-26 |
| |\ | | | | | | | Use string_ref for incoming metadata | ||
| * \ | Merge pull request #3035 from ctiller/naming-crisis | David G. Quintas | 2015-08-25 |
| |\ \ | | | | | | | | | Refactor default host name resolution | ||
* | | | | auth context api change for string_ref | yang-g | 2015-08-25 |
| |_|/ |/| | | |||
| * | | Added missing payloads to streaming compressed test | David Garcia Quintas | 2015-08-25 |
| | | | |||
| | * | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2015-08-25 |
| | |\ | | |/ | |/| | |||
* / | | impl | yang-g | 2015-08-25 |
|/ / | |||
* | | Make certain constants unsigned to please compiler on Mac | vjpai | 2015-08-25 |
| | | |||
* | | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | | |||
| * | Loosen test requirements to better fit spec | Craig Tiller | 2015-08-25 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
|\| | |||
* | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
| | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies. | ||
| * | merge with head | yang-g | 2015-08-24 |
| |\ | |||
| | * | Merge branch 'master' into fray | Vijay Pai | 2015-08-24 |
| | |\ | |||
| | * | | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-21 |
| | | |\ | | | |/ | | |/| | |||
| * | | | headers reorg | yang-g | 2015-08-21 |
| | | | | |||
| * | | | fix shutdown_test | yang-g | 2015-08-20 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into docs | yang-g | 2015-08-20 |
| |\| | | |||
| | * | | Merge pull request #2977 from ctiller/shutdown-c++ | Yang Gao | 2015-08-19 |
| | |\ \ | | | | | | | | | | | Add a deadline to Server::Shutdown | ||
| * | | | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | | | | | |||
| | * | | | Moved methods' impl to header for simplicity | David Garcia Quintas | 2015-08-19 |
| |/ / / | |||
| | | * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-19 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #2975 from dgquintas/no_foreach_44 | Vijay Pai | 2015-08-19 |
| |\ \ \ | | | | | | | | | | | removed foreach loops for gcc 4.4 | ||
| | | | * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-19 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Removed function introducing dependency on proto in .h | David Garcia Quintas | 2015-08-18 |
| | | | | | |||
| | | | * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-18 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into shutdown-c++ | Craig Tiller | 2015-08-18 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | * | | Add a timeout to shutdown to forcefully end calls | Craig Tiller | 2015-08-18 |
| | | | | | |||
| | * | | | removed foreach loops for gcc 4.4 | David Garcia Quintas | 2015-08-18 |
| |/ / / | |||
| * / / | clang-format all source | Craig Tiller | 2015-08-18 |
| |/ / | |||
| * | | Merge pull request #2965 from yang-g/lame_client_error_message | Craig Tiller | 2015-08-18 |
| |\ \ | | | | | | | | | Let lame_client accept error status | ||
| * \ \ | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-17 |
| |\ \ \ | |/ / / |/| | | | |||
| | * | | Let lame_client accept error status | yang-g | 2015-08-17 |
| |/ / |/| | | |||
| | * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-17 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #2549 from hongweiwang/zookeeper | David G. Quintas | 2015-08-14 |
|\ \ \ | | | | | | | | | Zookeeper name resolver | ||
| * | | | Minor fix on comments | Hongwei Wang | 2015-08-13 |
| | | | | |||
| * | | | Address comments and update grpc plugins | Hongwei Wang | 2015-08-13 |
| | | | | |||
* | | | | Merge pull request #2921 from yang-g/unknown_service | Vijay Pai | 2015-08-13 |
|\ \ \ \ | | | | | | | | | | | Use a sync service to handle requests to unknown services | ||
| | | * | | proto3 required changes | David Garcia Quintas | 2015-08-13 |
| | | | | | |||
| | | * | | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-13 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | Merge pull request #2922 from yang-g/proto3_cpp | Vijay Pai | 2015-08-13 |
|\ \ \ \ \ | | | | | | | | | | | | | use proto3 syntax in c++ test protos | ||
| * | | | | | update the interop test protos and code to proto3 | yang-g | 2015-08-13 |
| | | | | | | |||
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-13 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | |||
| * | | | | | use proto3 syntax in c++ test protos | yang-g | 2015-08-13 |
| | | | | | | |||
| | | | * | | Make sure COMPRESSABLE is the default for LargeUnary | David Garcia Quintas | 2015-08-13 |
| | | | | | | |||
| | * | | | | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 |
| | | | | | |