Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | | | | |||
| * | | | Remove inproc_nosec_test since inproc is inherently secure | Vijay Pai | 2018-10-23 |
| | |/ | |/| | |||
* | | | Use InProc Channel for callback tests | Yash Tibrewal | 2018-10-23 |
| | | | |||
* | | | 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. | ||
| * | regenerate projects | Jan Tattermusch | 2018-10-17 |
| | | |||
* | | Starting on server interceptors | Yash Tibrewal | 2018-10-16 |
|/ | |||
* | Merge pull request #16854 from jtattermusch/bazel_test_adjustments | Jan Tattermusch | 2018-10-16 |
|\ | | | | | Align some build.yaml test names with bazel counterparts | ||
* \ | Merge pull request #16807 from mhaidrygoog/callback_unary_benchmark | Moiz Haidry | 2018-10-12 |
|\ \ | | | | | | | Benchmark test for unary callback based RPCs in gRPC | ||
| | * | regenerate projects | Jan Tattermusch | 2018-10-12 |
| |/ |/| | |||
* | | Regenerate projects | Stanley Cheung | 2018-10-08 |
| | | |||
| * | Benchmark test for callback unary gRPC | Moiz Haidry | 2018-10-08 |
|/ | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup | ||
* | fix backward compatibility mode on macos | Jan Tattermusch | 2018-10-04 |
| | |||
* | regenerate CMakeLists.txt | Jan Tattermusch | 2018-10-04 |
| | |||
* | Merge branch 'master' into interceptors_initial | Yash Tibrewal | 2018-10-02 |
|\ | |||
| * | cmake: prevent C core from depending on libstdc++ | Jan Tattermusch | 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 | ||
| | * | Delete hpack lookup table | Hope Casey-Allen | 2018-09-28 |
| | | | |||
* | | | Build changes | Yash Tibrewal | 2018-09-27 |
|/ / | |||
* | | Delete epollsig poller and tests using it | Vijay Pai | 2018-09-22 |
| | | |||
* | | Merge pull request #16646 from vjpai/callback_codegen_client_unary | Vijay Pai | 2018-09-20 |
|\ \ | |/ |/| | EXPERIMENTAL: Codegen for callback client unary calls | ||
* | | Merge pull request #16488 from hcaseyal/hpack_static_table | hcaseyal | 2018-09-20 |
|\ \ | | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding | ||
| | * | Make the core callback interface API so that it can be used in generated code | Vijay Pai | 2018-09-19 |
| |/ |/| | |||
| * | Some reorganizing to respond to code review comments | Hope Casey-Allen | 2018-09-19 |
| | |