Esun Kim
|
bec51c0175
|
Manylinux2010-based Ruby images
|
4 years ago |
Esun Kim
|
66f30cea72
|
Merge pull request #22589 from veblush/ruby-docker
Ruby docker for gRPC
|
4 years ago |
Karthik Ravi Shankar
|
3253bb32e7
|
Merge pull request #23471 from karthikravis/proto-server
Move ProtoServerReflectionPlugin from grpc_impl to grpc namespace
|
4 years ago |
Stanley Cheung
|
cdf1070c9b
|
Ruby protoc plugin fix: fix test breakage
|
4 years ago |
Stanley Cheung
|
0f34ccbfa8
|
Fix ruby protoc plugin when message is in another package
|
4 years ago |
Karthik Ravi Shankar
|
30faf1e880
|
Merge pull request #23470 from karthikravis/load-reporting
Move LoadReportingServiceServerBuilderOption from ::grpc_impl to ::grpc
|
4 years ago |
Karthik Ravi Shankar
|
a3819fbfa3
|
Merge pull request #23512 from karthikravis/generic-stub
Make more fixes for moving GenericStub from ::grpc_impl to ::grpc
|
4 years ago |
Karthik Ravi Shankar
|
3a9e1ef1b7
|
Make more fixes for moving GenericStub from ::grpc_impl to ::grpc
|
4 years ago |
Karthik Ravi Shankar
|
53a5ad34c0
|
Merge pull request #23469 from karthikravis/generic-stub
Move GenericStub from ::grpc_impl to ::grpc
|
4 years ago |
Karthik Ravi Shankar
|
523bc1b4c8
|
Merge pull request #23468 from karthikravis/auth_metadata
Move AuthMetaDataProcessor from ::grpc_impl to ::grpc
|
4 years ago |
apolcyn
|
efd1df7ebd
|
Merge pull request #23493 from apolcyn/error_messages
Include the target name in top-level DNS error messages
|
4 years ago |
Vijay Pai
|
1f5ef5ac3e
|
Merge pull request #23506 from grpc/vjpai-patch-2
Avoid unused param warning
|
4 years ago |
Vijay Pai
|
0fc63d44da
|
Avoid unused param warning
|
4 years ago |
Jan Tattermusch
|
7ce7bbfc33
|
fix concurrent file read flake
|
4 years ago |
Stanley Cheung
|
68222114c5
|
Merge pull request #23496 from stanley-cheung/dart-debug
Add --verbose to dart pub get command
|
4 years ago |
donnadionne
|
a98dfb0b54
|
Merge pull request #23499 from donnadionne/new
Fixing call to absl::StrSplit to deal with empty string case.
|
4 years ago |
Donna Dionne
|
1f30faad13
|
Fixing call to absl::StrSplit to deal with empty string case.
|
4 years ago |
Vijay Pai
|
0f0fd6e2a3
|
Merge pull request #23495 from vjpai/fix_tls
Construct/destruct ExecCtx between init/shutdown only
|
4 years ago |
Mark D. Roth
|
fc5bd60f16
|
Concatenate duplicate header keys for matching.
|
4 years ago |
donnadionne
|
dda73b6917
|
Merge pull request #23494 from donnadionne/ga
Adding Fake headers for header matching.
|
4 years ago |
Stanley Cheung
|
15a16df640
|
Add --verbose to dart pub get command
|
4 years ago |
Vijay Pai
|
bb7cfb638d
|
Construct/destruct ExecCtx between init/shutdown only
|
4 years ago |
Donna Dionne
|
8c013bfcdc
|
Adding Fake headers for header matching.
|
4 years ago |
Alexander Polcyn
|
3ce93f3795
|
Include the target name in c-ares and native DNS summary error messages
|
4 years ago |
Jan Tattermusch
|
9b215e9f90
|
Merge pull request #23412 from jtattermusch/makefile_remove_installation
Simplify makefile: Get rid of "install" rules with pure make, recommend cmake and bazel instead.
|
4 years ago |
Jan Tattermusch
|
a89b0de291
|
update PHP readme
|
4 years ago |
Jan Tattermusch
|
91f36feac8
|
fix PHP interop tests build
|
4 years ago |
Jan Tattermusch
|
d8c76321c3
|
fix C++ interop test build
|
4 years ago |
Jan Tattermusch
|
4f96118724
|
move routeguide c++ distribtest under cmake_pkgconfig
|
4 years ago |
Jan Tattermusch
|
b843ddb2f4
|
regenerate projects
|
4 years ago |
Jan Tattermusch
|
4a65f0c9dd
|
remove rpath trick
|
4 years ago |
Jan Tattermusch
|
7247f7efe6
|
Makefile: stop supporting make install
|
4 years ago |
donnadionne
|
738822ee7b
|
Merge pull request #23464 from donnadionne/new
Updating C++ interop client and server
|
4 years ago |
Donna Dionne
|
fc8923c0a3
|
Updating C++ interop client and server to do path matching and header
matching tests.
|
4 years ago |
Esun Kim
|
d609605335
|
Merge pull request #23343 from veblush/v1.30.x-ruby
[v1.30.x] Backport #23335 (Added missing `deps_linkage` property)
|
4 years ago |
Vijay Pai
|
612a3dfa10
|
clang-format
|
4 years ago |
Vijay Pai
|
bec17c1dd3
|
Avoid unused variables
|
4 years ago |
Karthik Ravi Shankar
|
0a78a91983
|
Change repo manager to donnadionne
This will be merged on 7/20/2020.
|
4 years ago |
Jan Tattermusch
|
3456636150
|
Merge pull request #23455 from jtattermusch/port_server_python3
Make port server python3 compatible
|
4 years ago |
Jan Tattermusch
|
68f7b4682a
|
Merge pull request #23458 from jtattermusch/bigquery_partition_expirations
Update bigquery partition expiration (to 365 days)
|
4 years ago |
Jan Tattermusch
|
e329d1ddd0
|
bytes(string, encoding) is not supported in python2
results in error "TypeError: str() takes at most 1 argument (2 given)"
|
4 years ago |
Jan Tattermusch
|
0cbf7a8fa6
|
Merge pull request #23457 from jtattermusch/livelock_concurrent_connectivity_test
fix potential livelock in global_subchannel_pool.cc
|
4 years ago |
Jan Tattermusch
|
ff6489ce46
|
Merge pull request #23462 from grpc/jtattermusch-patch-3
Update grpc_release_schedule.md
|
4 years ago |
Jan Tattermusch
|
c033445fe1
|
adjust comment
|
4 years ago |
Richard Belleville
|
2953af1b70
|
Call out unexpected behavior
|
4 years ago |
Richard Belleville
|
892cfd883e
|
Support asyncio interop client
|
4 years ago |
Richard Belleville
|
0eabc3ec74
|
Add to Python documentation
|
4 years ago |
Richard Belleville
|
a2e9b964b1
|
Defer allocation of error object
|
4 years ago |
Karthik Ravi Shankar
|
011840d398
|
Fix formatting
|
4 years ago |
Karthik Ravi Shankar
|
c0ade4d05a
|
Fix tests
|
4 years ago |