Fix and run C++ tests#6
Merged
yang-g merged 24 commits intogrpc:masterfrom Jan 13, 2015
ctiller:testcpp
Merged
Conversation
At least until they stabilize some.
build.json
Outdated
Member
Author
|
(Please don't merge this until the move is done!) |
This was failing to compile.
kskalski
added a commit
to kskalski/grpc
that referenced
this pull request
Jun 28, 2017
# This is the 1st commit message: # This is a combination of 2 commits. # This is the 1st commit message: # This is a combination of 2 commits. # This is the 1st commit message: # This is a combination of 14 commits. # This is the 1st commit message: Make CMake find_package work for preinstalled libprotobuf on Raspbian. # This is the commit message grpc#2: Add pthread detection and library reference. Add protobuf library reference to grpc_plugin_support. # This is the commit message grpc#3: Make cmake protobuf detection changes in template. # This is the commit message grpc#4: Package name needs to start with uppercase for find_package(Protobuf) # This is the commit message grpc#5: Add pthread detection and library reference. Add protobuf library reference to grpc_plugin_support. # This is the commit message grpc#6: Make cmake protobuf detection changes in template. # This is the commit message grpc#7: Package name needs to start with uppercase for find_package(Protobuf) # This is the commit message grpc#8: Uppercase variable names to match convention of the whole file. # This is the commit message grpc#9: Add pthread detection and library reference. Add protobuf library reference to grpc_plugin_support. # This is the commit message grpc#10: Merge corrections. # This is the commit message grpc#11: Parametrize package provider mode for find_package protobuf. # This is the commit message grpc#12: Change package type variable name. Use variant uppercase variable for checking protobuf package presence. # This is the commit message grpc#13: Lowercase variand of protobuf found check in find command. # This is the commit message grpc#14: Add rule to include protobuf dirs. # This is the commit message grpc#2: Add pthread detection and library reference. Add protobuf library reference to grpc_plugin_support. # The commit message grpc#2 will be skipped: # Add pthread detection and library reference. Add protobuf library reference to grpc_plugin_support. # The commit message grpc#2 will be skipped: # Add pthread detection and library reference. Add protobuf library reference to grpc_plugin_support. # The commit message grpc#3 will be skipped: # Merge corrections.
lywyue
referenced
this pull request
Oct 4, 2020
lidizheng
referenced
this pull request
in lidizheng/grpc
Feb 12, 2021
* Allow multiple CIDR ranges to be provided for the prefix match. This is useful when you have the same listener config in multiple subnets, each subnet with the same suffix allocation of VIPs and the CIDR prefix assigned by region/zone, e.g. when using the GCP subnetworks feature. E.g. the service is on 0.0.0.37 in subnetworks 10.1.0.0 in US and 10.2.0.0 in Asia. * Add source IP/port matching similar to existing TCP proxy filter. This moves the route configuration from the TCP proxy filter to the FilterChainMatch, making it also available to HTTP connections. Fixes #6 and #36.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.