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 |
|/ | |||
* | 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. | ||
| * | Moving ::grpc::Alarm to ::grpc_impl::Alarm. | Nicolas "Pixel" Noble | 2018-12-12 |
| | | |||
* | | 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 |
|/ | |||
* | regenerate doxygen files | Srini Polavarapu | 2018-11-28 |
| | |||
* | Merge branch 'master' into httpplumbing | Yash Tibrewal | 2018-11-21 |
|\ | |||
| * | Regenerate projects | 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 |
| | | |/ | | |/| | |||
| | * | | Move core docs to core subdir. | Mark D. Roth | 2018-10-22 |
| | | | | |||
| * | | | Merge branch 'master' into interceptors | Yash Tibrewal | 2018-10-22 |
| |\| | | |||
| | | * | security connector refactor | Yihua Zhang | 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 |
| |/ | |||
| * | Increment version number since grpc_use_signal deletion is an API breaker | Vijay Pai | 2018-10-10 |
| | | |||
| * | Regenerate projects | Stanley Cheung | 2018-10-08 |
| | | |||
| * | 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 | ||
| * | | | Add experimental versions with interceptors for create channel from fd and ↵ | Yash Tibrewal | 2018-09-30 |
| | | | | | | | | | | | | | | | | inproc channel | ||
| | * | | Merge branch 'master' into sreek-pe-doc | Sree Kuchibhotla | 2018-09-28 |
| | |\ \ | |||
| | | | * | Delete hpack lookup table | Hope Casey-Allen | 2018-09-28 |
| | | | | | |||
| * | | | | Build changes | Yash Tibrewal | 2018-09-27 |
| | | | | | |||
| | | * | | Merge branch 'master' into sreek-pe-usages-doc | Sree Kuchibhotla | 2018-09-27 |
| | | |\ \ | |||
| | | | * | | generate_projects.sh | Sree Kuchibhotla | 2018-09-27 |
| | |_|/ / | |/| | | | |||
| | * | | | generate_projects.sh | Sree Kuchibhotla | 2018-09-27 |
| |/ / / |