Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | Merge pull request #11978 from vjpai/remake | Vijay Pai | 2017-07-31 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Clean up grpc++_unsecure so that it doesn't require secure content anymore | |||
| | | | | | | * | Merge branch 'master' into fix-end2end-test | Sree Kuchibhotla | 2017-07-31 | |
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | | | ||||
| | | * | | | | | Merge pull request #11703 from yang-g/cq_shutdown | Yang Gao | 2017-07-31 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow adding events to cq after shutdown is called. | |||
| | | | | * | | | | Clean up grpc++_unsecure so that it doesn't require secure content anymore | Vijay Pai | 2017-07-30 | |
| | | | |/ / / / | | | |/| | | | | ||||
| | | | | * | | | add comment and test for memory api of grpc_call_cancel_with_status | Alexander Polcyn | 2017-07-28 | |
| | | | | | | | | ||||
| | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-07-28 | |
| | |\| | | | | | ||||
| | | | * | | | | Change return type to bool | yang-g | 2017-07-28 | |
| | | | | | | | | ||||
| | | | * | | | | Allow adding events to cq after shutdown is called. | yang-g | 2017-07-28 | |
| | | | |/ / / | ||||
| | | * | | | | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity | David G. Quintas | 2017-07-28 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN | |||
| | | * \ \ \ \ | Merge pull request #11965 from ↵ | David G. Quintas | 2017-07-28 | |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | dgquintas/grpclb_lb_channel_conn_state_subscription Watch the LB channel using the right initial conn. state | |||
| | | | | * | | | Fix bug in handling of RR connectivity transition to SHUTDOWN | David Garcia Quintas | 2017-07-27 | |
| | | | | | | | | ||||
| | | * | | | | | Avoid benchmarking allocs | ncteisen | 2017-07-27 | |
| | | | |/ / / | | | |/| | | | ||||
| | | | * | | | Watch the LB channel using the right initial conn. state | David Garcia Quintas | 2017-07-27 | |
| | | |/ / / | ||||
| * | | | | | fix Bazel build | Muxi Yan | 2017-07-27 | |
| | | | | | | ||||
| * | | | | | Resolve performance | Muxi Yan | 2017-07-27 | |
| | | | | | | ||||
| | | * | | | Use new protocol for reporting dropped calls to grpclb balancer. | Mark D. Roth | 2017-07-27 | |
| | | | | | | ||||
| * | | | | | fix test configuration | Muxi Yan | 2017-07-27 | |
| | | | | | | ||||
| * | | | | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-07-26 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||
| * | | | | | bug fix | Muxi Yan | 2017-07-26 | |
| | | | | | | ||||
| | * | | | | Improvements to grpc_byte_stream API and handling. | Mark D. Roth | 2017-07-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add shutdown() method (to be used in forthcoming call combiner code). - Use a vtable instead of storing method pointers in each instance. - Check all callers of pull() to make sure that they are properly handling errors. - Clarify ownership rules and attempt to adhere to them. - Added a new grpc_caching_byte_stream implementation, which is used in http_client_filter to avoid having to read the whole send_message byte stream before passing control down the stack. (This class may also be used in the retry code I'm working on separately.) - As part of this, did a major rewrite of http_client_filter, which made the code more readable and fixed a number of potential bugs. Note that some of this code is hard to test right now, due to the fact that the send_message byte stream is always a slice_buffer stream, for which next() is always synchronous and no destruction is needed. However, some future work (specifically, my call combiner work and Craig's incremental send work) will start leveraging this. | |||
| * | | | | | Separate stream compression from message-wise compression | Muxi Yan | 2017-07-26 | |
| | | | | | | ||||
| | * | | | | Merge pull request #11865 from yang-g/avl_interface | Yang Gao | 2017-07-26 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Adding user_data to avl interface so that an exec_ctx can be passed in. | |||
| | | | | | * | Fix streaming_error_response test (failing in epoll1 but bug is not related ↵ | Sree Kuchibhotla | 2017-07-26 | |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | to epoll1) | |||
| | * | | | | grpclb: deal with all-drops serverlists | David Garcia Quintas | 2017-07-25 | |
| | | | | | | ||||
| | | | | * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-07-25 | |
| | | | | |\ | | | |_|_|/ | | |/| | | | ||||
| | * | | | | Merge pull request #11928 from grpc/revert-11572-internalize | Vijay Pai | 2017-07-25 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Revert "Separate internal-only and public parts of C++ API" | |||
| | * \ \ \ \ | Merge pull request #11907 from vjpai/testlast | Vijay Pai | 2017-07-25 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Move gtest last | |||
| | | | | * | | | Adding exec_ctx to avl vtable functions | yang-g | 2017-07-25 | |
| | | |_|/ / / | | |/| | | | | ||||
| | | | * | | | Remove a follow-on internal that was added post-internalization, keep the ↵ | Vijay Pai | 2017-07-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | templated QPS worker rather than going back to internal API | |||
| | | | * | | | Revert "Separate internal-only and public parts of C++ API" | Vijay Pai | 2017-07-25 | |
| | | |/ / / | | |/| | | | ||||
| | * | | | | Merge pull request #11786 from y-zeng/fd_orphan | Yuchen Zeng | 2017-07-24 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Support closed fd in grpc_fd_orphan() | |||
| | * \ \ \ \ | Merge pull request #11733 from markdroth/security_api_cleanup | Mark D. Roth | 2017-07-24 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Change security interfaces to better handle both sync and async cases. | |||
| * | | | | | | | Revert "Stream compression configuration" | Muxi Yan | 2017-07-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a4dc077d3c1eef677102f68496732b7dd2374875. | |||
* | | | | | | | | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-07-21 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #11884 from yashykt/connect-auth | Yash Tibrewal | 2017-07-21 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | HTTP CONNECT Auth support | |||
| | | | * | | | | | Add cancellation to asynchronous security APIs. | Mark D. Roth | 2017-07-21 | |
| | | | | | | | | | ||||
* | | | | | | | | | fix | Craig Tiller | 2017-07-21 | |
| | | | | | | | | | ||||
* | | | | | | | | | Explicitly call out round up vs round down | Craig Tiller | 2017-07-21 | |
| | | | | | | | | | ||||
| | * | | | | | | | Changing a few variable names and adding few safety conditions | Yash Tibrewal | 2017-07-21 | |
| | | | | | | | | | ||||
| | | | | | * | | | Move gtest last | Vijay Pai | 2017-07-21 | |
| | | | | |/ / / | | | | |/| | | | ||||
| | * | | | | | | Test credentials are passed with channel arg. Renamed macros and refactored ↵ | Yash Tibrewal | 2017-07-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload. | |||
* | | | | | | | | Fix bad test | Craig Tiller | 2017-07-20 | |
| | | | | | | | | ||||
* | | | | | | | | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-07-20 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| | | * | | | | | Removing a few style issues | Yash Tibrewal | 2017-07-19 | |
| | | | | | | | | ||||
* | | | | | | | | Propagate grpc_millis further | Craig Tiller | 2017-07-19 | |
| | | | | | | | | ||||
| | * | | | | | | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-19 | |
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| | | * | | | | | remove unnecessary code | Yash Tibrewal | 2017-07-19 | |
| | | | | | | | | ||||
| | | * | | | | | Merged latest commit from upstream | Yash Tibrewal | 2017-07-19 | |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| | | * | | | | | Adding connect auth feature. Proxy-Authorization header is being inserted ↵ | Yash Tibrewal | 2017-07-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when user creds are present in uri | |||
| * | | | | | | | Merge pull request #11787 from guantaol/qps_driver | Guantao Liu | 2017-07-18 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a new metric and enable internal credential types in QPS Driver |