aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
Commit message (Collapse)AuthorAge
* Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
|\
* | Reviewer commentsGravatar Yash Tibrewal2018-11-20
| |
| * Bump version to v1.18.0-devGravatar Muxi Yan2018-11-19
| |
* | CleanupGravatar Yash Tibrewal2018-11-16
| |
* | Merge masterGravatar Yash Tibrewal2018-11-16
|\ \
| | * Add support for LB config in service configGravatar Juanli Shen2018-11-15
| |/
| * remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
| |
| * make client_channel_stress_test run exclusivelyGravatar Jan Tattermusch2018-11-12
| |
| * 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
| | | * Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | | |
| * | | Add client streaming, server streaming and bidi streaming testsGravatar Yash Tibrewal2018-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.
| | * rename memory_profile_client and memory_profile_serverGravatar Jan Tattermusch2018-10-17
| | |
| * | Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
| |/
| * Merge pull request #16868 from vishalpowar/xds-pluginGravatar vishalpowar2018-10-16
| |\ | | | | | | Add new grpc lb plugin 'xds'
| | * Add new grpc lb plugin 'xds'Gravatar Vishal Powar2018-10-16
| | | | | | | | | | | | | | | | | | | | | This plugin currently implements the grpclb protocol. NOTE: All the files under xds/ directory have been cloned from grpclb/ and will be updated in subsequently to support xds API.
| * | 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
| | | * qualify handshake_client and handshake_server tests with "_ssl"Gravatar Jan Tattermusch2018-10-12
| | | |
| | | * rename memory_profile_test to memory_usage_testGravatar Jan Tattermusch2018-10-12
| | |/ | |/|
| * | Increment version number since grpc_use_signal deletion is an API breakerGravatar Vijay Pai2018-10-10
| | |
| * | Bump version to v1.17.xGravatar 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
| * Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-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