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 | ||
* | | Bump version to v1.19.x | Sanjay Pujare | 2019-01-03 |
| | | |||
| * | Support named scope id's with ipv6 resolver on posix | Alexander Polcyn | 2018-12-26 |
|/ | |||
* | Refactor request routing code out of client_channel. | Mark D. Roth | 2018-12-20 |
| | |||
* | Give the interceptors header files in include/grpcpp/support | Vijay Pai | 2018-12-17 |
| | |||
* | 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 |
| | | |||
* | | Allow encoding arbitrary channel args on a per-address basis. | Mark D. Roth | 2018-12-07 |
| | | |||
* | | Add TSAN annotations to gRPC. | Soheil Hassas Yeganeh | 2018-12-04 |
|/ | |||
* | Use grpc_core::RefCount in place of gpr_refcount | Soheil Hassas Yeganeh | 2018-11-26 |
| | |||
* | Merge branch 'master' into httpplumbing | Yash Tibrewal | 2018-11-21 |
|\ | |||
| * | Bump version to v1.18.0-dev | Muxi Yan | 2018-11-19 |
| | | |||
| * | Boost core version in BUILD | Muxi Yan | 2018-11-19 |
| | | |||
* | | Merge master | Yash Tibrewal | 2018-11-16 |
|\ \ | |||
| | * | Add support for LB config in service config | Juanli Shen | 2018-11-15 |
| |/ | |||
| * | remove ALTS shared resources | Yihua Zhang | 2018-11-13 |
| | | |||
| * | 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 |
| | |_|/ | |/| | | |||
| | * | | 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 |
| |/ | |||
| * | Separate out interceptorbatchmethodimpl to a different file | Yash Tibrewal | 2018-10-26 |
| | | |||
| * | Rename call.h to call_op_set.h and call_wrapper.h to call.h | Yash Tibrewal | 2018-10-26 |
| | | |||
| * | Merge branch 'master' into interceptors | Yash Tibrewal | 2018-10-25 |
| |\ | |||
| | * | Merge pull request #16507 from markdroth/health_checking_client | Mark D. Roth | 2018-10-24 |
| | |\ | | | | | | | | | Health checking client | ||
| | * \ | Merge pull request #16963 from yihuazhang/security_connector_refactor_new | yihuaz | 2018-10-24 |
| | |\ \ | | | | | | | | | | | security connector refactor | ||
| | | | * | Client-side health checking support. | Mark D. Roth | 2018-10-24 |
| | | |/ | | |/| | |||
| * | | | Merge branch 'master' into interceptors | Yash Tibrewal | 2018-10-22 |
| |\ \ \ | |||
| | | | * | security connector refactor | Yihua Zhang | 2018-10-22 |
| | | |/ | | |/| | |||
| | | * | Remove duplicate grpc_census.cc build | yang-g | 2018-10-22 |
| | |/ | |||
| * | | Adding intercepted channel | Yash Tibrewal | 2018-10-22 |
| | | | |||
| | * | Changes to register xds plugin init and shutdown. | Vishal Powar | 2018-10-18 |
| | | | | | | | | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin. | ||
| * | | Starting on server interceptors | Yash Tibrewal | 2018-10-16 |
| |/ | |||
| * | Add new grpc lb plugin 'xds' | Vishal Powar | 2018-10-16 |
| | | | | | | | | | | | | | | This plugin currently implements the grpclb protocol. NOTE: All the files under xds/ directory have been cloned from grpclb/ and will be updated in subsequently to support xds API. | ||
| * | Bump version to v1.17.x | Stanley Cheung | 2018-10-08 |
| | | |||
| * | Upmerge from v1.15.x branch to master | Stanley Cheung | 2018-10-07 |
| |\ | |||
| * \ | Merge branch 'master' into interceptors_initial | Yash Tibrewal | 2018-10-02 |
| |\ \ | |||
| | * \ | Merge pull request #16735 from hcaseyal/delete_lookup_table | hcaseyal | 2018-10-01 |
| | |\ \ | | | | | | | | | | | Delete hpack lookup table | ||
| | | * | | Delete hpack lookup table | Hope Casey-Allen | 2018-09-28 |
| | | | | | |||
| * | | | | Build changes | Yash Tibrewal | 2018-09-27 |
| |/ / / |