aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
Commit message (Collapse)AuthorAge
* Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
|
* Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
|
* Merge with head and resolve conflict.Gravatar yang-g2018-12-17
|\
* \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
|\ \ | | | | | | | | | gpr_test_util_to_grpc_test_util
| | * extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
| |/
| * Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
| | | | | | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
| * Merge pull request #17364 from vishalpowar/generate_buildGravatar vishalpowar2018-12-11
| |\ | | | | | | Changes add a script for generating C code and build rule for protobuf
| | * Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files.
| * | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
| | |
| * | Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
| | |
| * | Merge pull request #17343 from markdroth/server_address_listGravatar Mark D. Roth2018-12-07
| |\ \ | | | | | | | | Allow encoding arbitrary channel args on a per-address basis.
| | * | Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
| | |/
| * / Split out the test service to separate library so that it can be reusedGravatar yang-g2018-12-06
| |/
* / Promote gpr_test_util to part of grpc_test_util, add a sample to show it ↵Gravatar yang-g2018-12-06
|/ | | | works, build.yaml change first
* Debugging unimplemented error in CheckClientInitialMetadataGravatar Hope Casey-Allen2018-11-29
|
* Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
|\
* \ 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
| |
| * 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
| | |
| * | 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
| | | * use gRPC thread modelGravatar Yihua Zhang2018-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
| |/
| * 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
| | |
| * | security connector refactorGravatar Yihua Zhang2018-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.
| * 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 pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
| |\ | | | | | | Delete hpack lookup table
| | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | |
| * | regenerate projectsGravatar Jan Tattermusch2018-09-28
| | |
| * | 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
| | |
| * | Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
| |/
| * Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| |
| * Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
| |
* | more stuffGravatar Yash Tibrewal2018-08-24
|/
* Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
|\ | | | | Fathom tcp changes
* | Move a file from src/cpp to src/core since core depends on itGravatar Vijay Pai2018-08-16
| |
| * Merge masterGravatar Yash Tibrewal2018-08-13
| |\ | |/ |/|
* | Added system roots feature to load roots from OS trust storeGravatar tdbhacks2018-08-09
| | | | | | | | | | | | Added a flag-guarded feature that allows gRPC to load TLS/SSL roots from the OS trust store. This is the Linux-specific implementation of such feature.