Tony Lu
|
eaef598a90
|
Changed to remote sources
|
5 years ago |
Tony Lu
|
90dac25693
|
Added watchOS sample
|
5 years ago |
Tony Lu
|
3b380ccb58
|
Added sample tvOS project and modified some podspec deployment targets
|
5 years ago |
Muxi Yan
|
a41cbab9ef
|
Merge pull request #19620 from Tony1023/cocoapods-build
Reworked cocoapods installation
|
5 years ago |
Jan Tattermusch
|
36f7b1feb6
|
Merge pull request #19610 from mgravell/mgravell/petty-allocs
C# - remove delegate allocation and boxing from cancellation registrations
|
5 years ago |
apolcyn
|
78565bf5bf
|
Merge pull request #19623 from apolcyn/grpclb_fallback_test
Add a test client for certain grpclb fallback scenarios
|
5 years ago |
Alexander Polcyn
|
3958a53bf7
|
Address review comments; fix sanity
|
5 years ago |
Tony Lu
|
34a6880508
|
Fixing formatting issues
|
5 years ago |
Alexander Polcyn
|
4999420c7d
|
Add a test client for certain grpclb fallback scenarios
|
5 years ago |
Tony Lu
|
aa3c2a903d
|
Reworked hack
|
5 years ago |
hcaseyal
|
79f2ad8353
|
Merge pull request #19611 from hcaseyal/channelz_bug
Channelz: use RefCountedPtr instead of raw pointer for ChildSocketsList
|
5 years ago |
Yash Tibrewal
|
825e3dc809
|
Merge pull request #19531 from yashykt/nullthensched
Sched combiner closures instead of running to avoid data races
|
5 years ago |
nanahpang
|
61126644e7
|
Merge pull request #19574 from legendtang/insufficientassert
Fix the assertion of grpc_udp_server_add_port()
|
5 years ago |
Yang Gao
|
2e83ef0da0
|
Merge pull request #19613 from yang-g/goaway_why_not
Log transport pointer and goaway last stream id when chttp2 tracing is…
|
5 years ago |
yang-g
|
c7793dddde
|
Log transport pointer and goaway last stream id when chttp tracing is enabled
|
5 years ago |
nanahpang
|
7044945ce7
|
Merge pull request #19572 from legendtang/errfix
Use grpc_error defs instead of NULL
|
5 years ago |
Hope Casey-Allen
|
e8b9e95fa2
|
Use RefCountedPtr instead of raw pointer
|
5 years ago |
Wensheng Tang
|
8e4d14fe91
|
Fix the assertion of grpc_udp_server_add_port
grpc_udp_server_add_port() can return port = -1 when going fail.
@nanahpang also recommands discarding port = 0
|
5 years ago |
mgravell
|
39775cf30f
|
remove delegate allocation and boxing from cancellation registrations
|
5 years ago |
Muxi Yan
|
59011087b0
|
Merge pull request #19541 from muxi/remove-debug
Remove debug code
|
5 years ago |
Qiancheng Zhao
|
b2e87698e7
|
Merge pull request #19588 from bigfacebear/lazy_resolving_lb_policy_creation
Lazy resolving lb policy creation
|
5 years ago |
Qiancheng Zhao
|
444806583d
|
lazy resolving lb policy creation
|
5 years ago |
Juanli Shen
|
030c399a05
|
Merge pull request #19604 from AspirinSJL/allow_c++
Clarify std:: usage
|
5 years ago |
Yang Gao
|
9536b2c9b0
|
Merge pull request #19603 from yang-g/status_code
Qualify the error code with StatusCode::
|
5 years ago |
Yash Tibrewal
|
7e3a9b6b23
|
Remove error arg - reviewer comment
|
5 years ago |
Juanli Shen
|
a2eb267ccb
|
Clarify std:: usage
|
5 years ago |
yang-g
|
5779dd935a
|
Qualify the error code with StatusCode::
|
5 years ago |
Esun Kim
|
0eb846f67a
|
Merge pull request #19555 from veblush/interop
Add v1.22.0 to interop_matrix
|
5 years ago |
Esun Kim
|
a60e388c5d
|
Merge pull request #19455 from veblush/move-out-compiler
Move compiler targets from /BUILD to /src/compiler/BUILD
|
5 years ago |
Muxi Yan
|
7f5bc46f3a
|
Merge pull request #19322 from muxi/global-interceptor
Implement global interceptor
|
5 years ago |
Arjun Roy
|
ded3081176
|
Merge pull request #19343 from arjunroy/sbuf_tiny_add_coalesce
Coalesced some grpc_slice_buffer_tiny_add calls in hpack_enc.
|
5 years ago |
Esun Kim
|
bd5ed4fddd
|
Move compiler targets from /BUILD to /src/compiler/BUILD
|
5 years ago |
Esun Kim
|
c01477360f
|
Add v1.22.0 to interop_matrix
|
5 years ago |
Lidi Zheng
|
6114760312
|
Merge pull request #19596 from lidizheng/compression-doc
Add documentation for compression enums
|
5 years ago |
Wensheng Tang
|
5dee89b06e
|
Use grpc_error defs instead of NULL
NULL is not clear for a grpc_error. Not sure we should use other error
codes here.
|
5 years ago |
Jan Tattermusch
|
4a2f2dd1f1
|
Merge pull request #19525 from mgravell/mgravell/remove-timespec-box
csharp: Remove a double-box on Timespec
|
5 years ago |
Jan Tattermusch
|
11c9374b93
|
Merge pull request #19569 from jtattermusch/csharp_internal_span_use
C#: add System.Memory dependency and use Span<> internally for all target frameworks
|
5 years ago |
jboeuf
|
59334d8e78
|
Merge pull request #19587 from jboeuf/sts_creds_json
Adding C++ API and implementation for STS credentials:
|
5 years ago |
Jan Tattermusch
|
578f027e3c
|
deduplicate GUIDs in unity package skeleton
|
5 years ago |
Jan Tattermusch
|
ee7b5be396
|
more accurate comment
|
5 years ago |
Julien Boeuf
|
109edca971
|
Adding C++ API and implementation for STS credentials:
- marked as experimental.
- also changed the name of a field in the options struct.
|
5 years ago |
Arjun Roy
|
51f80abb5a
|
Coalesced some grpc_slice_buffer_tiny_add calls in hpack_enc
|
5 years ago |
Lidi Zheng
|
11e60b8f30
|
Add documentation for compression enums
|
5 years ago |
Qiancheng Zhao
|
0da6fcfa05
|
Merge pull request #19584 from bigfacebear/add_IsValidTarget_api_to_ResolverRegistry
add IsValidTarget API to ResolverRegistry
|
5 years ago |
Arjun Roy
|
b902086f1f
|
Merge pull request #19582 from arjunroy/sb_mf_mb_ref_template_simple
Convert compile-time bool into template param in slicebuf
|
5 years ago |
Jan Tattermusch
|
acecd1149f
|
Merge pull request #19578 from grpc/jtattermusch-patch-2
Delete the exited container after running python bazel_deps.sh
|
5 years ago |
Arjun Roy
|
648c5ff8a7
|
Convert compile-time bool into template param in slicebuf
|
5 years ago |
Qiancheng Zhao
|
e37386a29f
|
Merge pull request #19579 from bigfacebear/refactor_response_generator_in_client_lb_end2end_test
refactor response generator in client_lb_end2end_test
|
5 years ago |
Qiancheng Zhao
|
6de222a6ad
|
refactor response generator in client_lb_end2end_test
|
5 years ago |
Qiancheng Zhao
|
50cb169af0
|
add IsValidTarget api to ResolverRegistry
|
5 years ago |