aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
...
| | | * | | | Merge pull request #11978 from vjpai/remakeGravatar Vijay Pai2017-07-31
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Clean up grpc++_unsecure so that it doesn't require secure content anymore
| | | | | | | * Merge branch 'master' into fix-end2end-testGravatar Sree Kuchibhotla2017-07-31
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Merge pull request #11703 from yang-g/cq_shutdownGravatar Yang Gao2017-07-31
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow adding events to cq after shutdown is called.
| | | | | * | | | Clean up grpc++_unsecure so that it doesn't require secure content anymoreGravatar Vijay Pai2017-07-30
| | | | |/ / / / | | | |/| | | |
| | | | | * | | add comment and test for memory api of grpc_call_cancel_with_statusGravatar Alexander Polcyn2017-07-28
| | | | | | | |
| | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-07-28
| | |\| | | | |
| | | | * | | | Change return type to boolGravatar yang-g2017-07-28
| | | | | | | |
| | | | * | | | Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| | | | |/ / /
| | | * | | | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivityGravatar David G. Quintas2017-07-28
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN
| | | * \ \ \ \ Merge pull request #11965 from ↵Gravatar David G. Quintas2017-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 SHUTDOWNGravatar David Garcia Quintas2017-07-27
| | | | | | | |
| | | * | | | | Avoid benchmarking allocsGravatar ncteisen2017-07-27
| | | | |/ / / | | | |/| | |
| | | | * | | Watch the LB channel using the right initial conn. stateGravatar David Garcia Quintas2017-07-27
| | | |/ / /
| * | | | | fix Bazel buildGravatar Muxi Yan2017-07-27
| | | | | |
| * | | | | Resolve performanceGravatar Muxi Yan2017-07-27
| | | | | |
| | | * | | Use new protocol for reporting dropped calls to grpclb balancer.Gravatar Mark D. Roth2017-07-27
| | | | | |
| * | | | | fix test configurationGravatar Muxi Yan2017-07-27
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-07-26
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | bug fixGravatar Muxi Yan2017-07-26
| | | | | |
| | * | | | Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-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 compressionGravatar Muxi Yan2017-07-26
| | | | | |
| | * | | | Merge pull request #11865 from yang-g/avl_interfaceGravatar Yang Gao2017-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 ↵Gravatar Sree Kuchibhotla2017-07-26
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | to epoll1)
| | * | | | grpclb: deal with all-drops serverlistsGravatar David Garcia Quintas2017-07-25
| | | | | |
| | | | | * Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-07-25
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #11928 from grpc/revert-11572-internalizeGravatar Vijay Pai2017-07-25
| | |\ \ \ \ | | | | | | | | | | | | | | Revert "Separate internal-only and public parts of C++ API"
| | * \ \ \ \ Merge pull request #11907 from vjpai/testlastGravatar Vijay Pai2017-07-25
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Move gtest last
| | | | | * | | Adding exec_ctx to avl vtable functionsGravatar yang-g2017-07-25
| | | |_|/ / / | | |/| | | |
| | | | * | | Remove a follow-on internal that was added post-internalization, keep the ↵Gravatar Vijay Pai2017-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | templated QPS worker rather than going back to internal API
| | | | * | | Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
| | | |/ / / | | |/| | |
| | * | | | Merge pull request #11786 from y-zeng/fd_orphanGravatar Yuchen Zeng2017-07-24
| | |\ \ \ \ | | | | | | | | | | | | | | Support closed fd in grpc_fd_orphan()
| | * \ \ \ \ Merge pull request #11733 from markdroth/security_api_cleanupGravatar Mark D. Roth2017-07-24
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Change security interfaces to better handle both sync and async cases.
| * | | | | | | Revert "Stream compression configuration"Gravatar Muxi Yan2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a4dc077d3c1eef677102f68496732b7dd2374875.
* | | | | | | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-21
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #11884 from yashykt/connect-authGravatar Yash Tibrewal2017-07-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | HTTP CONNECT Auth support
| | | | * | | | | Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
| | | | | | | | |
* | | | | | | | | fixGravatar Craig Tiller2017-07-21
| | | | | | | | |
* | | | | | | | | Explicitly call out round up vs round downGravatar Craig Tiller2017-07-21
| | | | | | | | |
| | * | | | | | | Changing a few variable names and adding few safety conditionsGravatar Yash Tibrewal2017-07-21
| | | | | | | | |
| | | | | | * | | Move gtest lastGravatar Vijay Pai2017-07-21
| | | | | |/ / / | | | | |/| | |
| | * | | | | | Test credentials are passed with channel arg. Renamed macros and refactored ↵Gravatar Yash Tibrewal2017-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
* | | | | | | | Fix bad testGravatar Craig Tiller2017-07-20
| | | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-20
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | * | | | | Removing a few style issuesGravatar Yash Tibrewal2017-07-19
| | | | | | | |
* | | | | | | | Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
| | | | | | | |
| | * | | | | | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-19
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | | * | | | | remove unnecessary codeGravatar Yash Tibrewal2017-07-19
| | | | | | | |
| | | * | | | | Merged latest commit from upstreamGravatar Yash Tibrewal2017-07-19
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | Adding connect auth feature. Proxy-Authorization header is being inserted ↵Gravatar Yash Tibrewal2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when user creds are present in uri
| * | | | | | | Merge pull request #11787 from guantaol/qps_driverGravatar Guantao Liu2017-07-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a new metric and enable internal credential types in QPS Driver