Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #16187 from apolcyn/ipv6_resolver_scope_ids | apolcyn | 2019-01-08 |
|\ | | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms | ||
* | | Regenerate projects | Sanjay Pujare | 2019-01-03 |
| | | |||
| * | Support named scope id's with ipv6 resolver on posix | Alexander Polcyn | 2018-12-26 |
|/ | |||
* | Add microbenchmarks for grpc_timer | Soheil Hassas Yeganeh | 2018-12-21 |
| | | | | This helps assessing upcoming changes. | ||
* | Refactor request routing code out of client_channel. | Mark D. Roth | 2018-12-20 |
| | |||
* | Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_util | Yang Gao | 2018-12-18 |
|\ | | | | | Fold gpr_test_util to grpc_test_util | ||
* | | Give the interceptors header files in include/grpcpp/support | Vijay Pai | 2018-12-17 |
| | | |||
| * | Merge with head and resolve conflict. | yang-g | 2018-12-17 |
| |\ | |/ |/| | |||
| * | Fix new target | yang-g | 2018-12-17 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into ↵ | yang-g | 2018-12-17 |
| |\ | | | | | | | | | | gpr_test_util_to_grpc_test_util | ||
* | | | extend local credentials to support tcp loopback | Yihua Zhang | 2018-12-16 |
| |/ |/| | |||
* | | Benchmark to show that byte buffer copy is size-independent | Vijay Pai | 2018-12-14 |
| | | |||
* | | Merge pull request #17468 from nicolasnoble/grpc_namespace | Nicolas Noble | 2018-12-13 |
|\ \ | | | | | | | Moving ::grpc::Alarm to ::grpc_impl::Alarm. | ||
* | | | Revert "Changes add a script for generating C code and build rule for protobuf" | Alexander Polcyn | 2018-12-12 |
| | | | | | | | | | | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147. | ||
| * | | Moving ::grpc::Alarm to ::grpc_impl::Alarm. | Nicolas "Pixel" Noble | 2018-12-12 |
| | | | |||
* | | | Merge pull request #17364 from vishalpowar/generate_build | vishalpowar | 2018-12-11 |
|\ \ \ | | | | | | | | | Changes add a script for generating C code and build rule for protobuf | ||
| * | | | Changes add a script for generating C code and build rule for protobuf | Vishal Powar | 2018-12-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files. | ||
* | | | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" | Mark D. Roth | 2018-12-11 |
| | | | | |||
* | | | | Revert "Allow encoding arbitrary channel args on a per-address basis." | hcaseyal | 2018-12-07 |
| | | | | |||
* | | | | Merge pull request #17343 from markdroth/server_address_list | Mark D. Roth | 2018-12-07 |
|\ \ \ \ | | | | | | | | | | | Allow encoding arbitrary channel args on a per-address basis. | ||
| * | | | | Allow encoding arbitrary channel args on a per-address basis. | Mark D. Roth | 2018-12-07 |
| |/ / / | |||
* / / / | Split out the test service to separate library so that it can be reused | yang-g | 2018-12-06 |
|/ / / | |||
| | * | Promote gpr_test_util to part of grpc_test_util, add a sample to show it ↵ | yang-g | 2018-12-06 |
| |/ |/| | | | | | works, build.yaml change first | ||
* | | Debugging unimplemented error in CheckClientInitialMetadata | Hope Casey-Allen | 2018-11-29 |
|/ | |||
* | Merge branch 'master' into httpplumbing | Yash Tibrewal | 2018-11-21 |
|\ | |||
* | | Reviewer comments | Yash Tibrewal | 2018-11-20 |
| | | |||
| * | Regenerate projects | Muxi Yan | 2018-11-19 |
| | | |||
* | | Cleanup | Yash Tibrewal | 2018-11-16 |
| | | |||
* | | Merge master | Yash Tibrewal | 2018-11-16 |
|\ \ | |||
| | * | Merge pull request #16832 from clemensg/makefile_version_links | Jan Tattermusch | 2018-11-16 |
| | |\ | | | | | | | | | Fix invalid version .so links in Makefile | ||
| | * | | Add support for LB config in service config | Juanli Shen | 2018-11-15 |
| |/ / | |||
| * | | remove ALTS shared resources | Yihua Zhang | 2018-11-13 |
| | | | |||
| * | | Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmark | Moiz Haidry | 2018-11-07 |
| |\ \ | | | | | | | | | Added benchmarks for Callback based Unary server | ||
| | * | | Added benchmarks for Callback based Unary server | Moiz Haidry | 2018-11-07 |
| | | | | |||
| * | | | Merge pull request #17072 from yashykt/interceptor_cancellation | Yash Tibrewal | 2018-11-06 |
| |\ \ \ | | | | | | | | | | | Interceptors should see a Cancellation notification | ||
| * | | | | move client_interceptor.cc from src/cpp/codegen to src/cpp/client | Yash Tibrewal | 2018-11-05 |
| | |/ / | |/| | | |||
| * | | | Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_set | yihuaz | 2018-11-02 |
| |\ \ \ | | | | | | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation | ||
| * \ \ \ | Merge pull request #17053 from yashykt/global_interceptor | Yash Tibrewal | 2018-11-02 |
| |\ \ \ \ | | | | | | | | | | | | | Add global client interceptor factory | ||
| * \ \ \ \ | Merge pull request #17050 from ncteisen/channelz-sockets | Noah Eisen | 2018-11-01 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Channelz: Socket Tracks Addresses | ||
| | | | * | | | use gRPC thread model | Yihua Zhang | 2018-11-01 |
| | |_|/ / / | |/| | | | | |||
| | | | * | | Make client interceptors see notification even if Cancel was done before the ↵ | Yash Tibrewal | 2018-11-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | RPC was issued. Also add tests | ||
| | | | * | | Add server interceptors in end2end_test | Yash Tibrewal | 2018-11-01 |
| | | | | | | |||
| | | | * | | Refactor tests slightly | Yash Tibrewal | 2018-11-01 |
| | | | | | | |||
| | * | | | | fix build and sanity | ncteisen | 2018-10-31 |
| | | | | | | |||
| | * | | | | Move uri_parser to lib | ncteisen | 2018-10-31 |
| | | | | | | |||
| | * | | | | Move uri_parser to common spot | ncteisen | 2018-10-30 |
| | | |/ / | | |/| | | |||
| | | * | | Register global interceptors functionality | Yash Tibrewal | 2018-10-30 |
| | | | | | |||
| * | | | | Experimental C++ server callback unary API | Vijay Pai | 2018-10-29 |
| |/ / / | |||
| * / / | Add server_interceptors_end2end_test to build.yaml | Vijay Pai | 2018-10-29 |
| |/ / | |||
| * | | Separate out interceptorbatchmethodimpl to a different file | Yash Tibrewal | 2018-10-26 |
| | | |