aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
|
* Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmarkGravatar Moiz Haidry2018-11-07
|\ | | | | Added benchmarks for Callback based Unary server
| * Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
| |
* | Merge pull request #17072 from yashykt/interceptor_cancellationGravatar Yash Tibrewal2018-11-06
|\ \ | | | | | | Interceptors should see a Cancellation notification
* | | move client_interceptor.cc from src/cpp/codegen to src/cpp/clientGravatar Yash Tibrewal2018-11-05
| |/ |/|
* | Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
|\ \ | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
* \ \ Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
|\ \ \ | | | | | | | | Add global client interceptor factory
* \ \ \ Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ \ \ | | | | | | | | | | Channelz: Socket Tracks Addresses
| | | * | use gRPC thread modelGravatar Yihua Zhang2018-11-01
| |_|/ / |/| | |
| | | * Make client interceptors see notification even if Cancel was done before the ↵Gravatar Yash Tibrewal2018-11-01
| | | | | | | | | | | | | | | | RPC was issued. Also add tests
| | | * Add server interceptors in end2end_testGravatar Yash Tibrewal2018-11-01
| | | |
| | | * Refactor tests slightlyGravatar Yash Tibrewal2018-11-01
| | | |
| * | | fix build and sanityGravatar ncteisen2018-10-31
| | | |
| * | | Move uri_parser to libGravatar ncteisen2018-10-31
| | | |
| * | | Move uri_parser to common spotGravatar ncteisen2018-10-30
| | |/ | |/|
| | * Register global interceptors functionalityGravatar Yash Tibrewal2018-10-30
| | |
* | | Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
|/ /
* / Add server_interceptors_end2end_test to build.yamlGravatar Vijay Pai2018-10-29
|/
* Separate out interceptorbatchmethodimpl to a different fileGravatar Yash Tibrewal2018-10-26
|
* Rename call.h to call_op_set.h and call_wrapper.h to call.hGravatar Yash Tibrewal2018-10-26
|
* Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
|\
| * Merge pull request #16507 from markdroth/health_checking_clientGravatar Mark D. Roth2018-10-24
| |\ | | | | | | Health checking client
| * \ Merge pull request #16963 from yihuazhang/security_connector_refactor_newGravatar yihuaz2018-10-24
| |\ \ | | | | | | | | security connector refactor
| | | * Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | | |
| * | | Remove inproc_nosec_test since inproc is inherently secureGravatar Vijay Pai2018-10-23
| | |/ | |/|
* | | Use InProc Channel for callback testsGravatar Yash Tibrewal2018-10-23
| | |
* | | Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-22
|\| |
| | * security connector refactorGravatar Yihua Zhang2018-10-22
| |/
* | Adding intercepted channelGravatar Yash Tibrewal2018-10-22
| |
| * Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
| | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin.
| * regenerate projectsGravatar Jan Tattermusch2018-10-17
| |
* | Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
|/
* Merge pull request #16854 from jtattermusch/bazel_test_adjustmentsGravatar Jan Tattermusch2018-10-16
|\ | | | | Align some build.yaml test names with bazel counterparts
* \ Merge pull request #16807 from mhaidrygoog/callback_unary_benchmarkGravatar Moiz Haidry2018-10-12
|\ \ | | | | | | Benchmark test for unary callback based RPCs in gRPC
| | * regenerate projectsGravatar Jan Tattermusch2018-10-12
| |/ |/|
* | Regenerate projectsGravatar Stanley Cheung2018-10-08
| |
| * Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-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 macosGravatar Jan Tattermusch2018-10-04
|
* regenerate CMakeLists.txtGravatar Jan Tattermusch2018-10-04
|
* Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
|\
| * cmake: prevent C core from depending on libstdc++Gravatar Jan Tattermusch2018-10-02
| |
| * Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
| |\ | | | | | | Delete hpack lookup table
* | | Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | | | | | inproc channel
| | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | |
* | | Build changesGravatar Yash Tibrewal2018-09-27
|/ /
* | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| |
* | Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\ \ | |/ |/| EXPERIMENTAL: Codegen for callback client unary calls
* | Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-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 codeGravatar Vijay Pai2018-09-19
| |/ |/|
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| |