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 |
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 |
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 |
Richard Belleville
|
1e7ec75eff
|
Merge pull request #19583 from gnossen/revert_signal_handling
Revert signal handling
|
5 years ago |
Richard Belleville
|
2014a519fc
|
Revert "Merge pull request #19481 from gnossen/main_thread_starvation"
This reverts commit 8f044f741f , reversing
changes made to 5ae9afdc55 .
|
5 years ago |
Richard Belleville
|
af986fa3d5
|
Revert "Merge pull request #19581 from lidizheng/rf-signal"
This reverts commit 6d62eb1b70 , reversing
changes made to 70dd0b9b3b .
|
5 years ago |
Lidi Zheng
|
6d62eb1b70
|
Merge pull request #19581 from lidizheng/rf-signal
Remove the unused import that breaks import
|
5 years ago |
Jan Tattermusch
|
6a71664035
|
fix sanity test
|
5 years ago |
Lidi Zheng
|
06d8d07a98
|
Remove the unused import
|
5 years ago |
Jan Tattermusch
|
a933d3d00a
|
add unity package skeleton for newly added dependencies
|
5 years ago |
Jan Tattermusch
|
1bada10afb
|
add new dependencies to Unity package
|
5 years ago |
Jan Tattermusch
|
af8c8a88e3
|
Delete the exited container after running python bazel_deps.sh
|
5 years ago |
Jan Tattermusch
|
05772b699f
|
a bit of cleanup
|
5 years ago |
Jan Tattermusch
|
fbd5a47181
|
use System.Memory and Span<> on all TFMs
|
5 years ago |
Jan Tattermusch
|
70dd0b9b3b
|
Merge pull request #19511 from mgravell/mgravell/unsafe-encode
csharp remove byte[] allocations during UTF8 encode/decode
|
5 years ago |
Jan Tattermusch
|
2ebbf220ab
|
fix C# sanity and other nits
|
5 years ago |
mgravell
|
b98cc917a7
|
remove changes to .Generated.cs
|
5 years ago |
mgravell
|
ccbde1365b
|
add missing copyright
|
5 years ago |
mgravell
|
47913c20ab
|
utf8-encode; fix broken test
|
5 years ago |
mgravell
|
0628990feb
|
UTF8 decode: remove "unsafe" from a bunch of places that don't need it any more
|
5 years ago |
mgravell
|
3ab3f5e586
|
move WellKnownStrings to top-level file; add tests; refactor
|
5 years ago |
mgravell
|
9967e42a7f
|
review feedback; naming : Blob => ByteArray
|
5 years ago |
mgravell
|
b352873461
|
UTF encode/native: use IntPtr, not byte*, in the native API (avoid "unsafe" declaration)
|
5 years ago |
mgravell
|
b6e104f22f
|
make use of Encoding.GetString(byte*, int) when available; poly-fill when not available (NET45); move related logic to extension class
|
5 years ago |
Yang Gao
|
3914de0b49
|
Merge pull request #19553 from grpc/revert-19529-revert-host-split
Revert "Clearly callout the behavior for listening ports."
|
5 years ago |
Richard Belleville
|
8f044f741f
|
Merge pull request #19481 from gnossen/main_thread_starvation
Enforce a finite bound on the time gap between signal receipt and signal handler execution.
|
5 years ago |
Soheil Hassas Yeganeh
|
5e35a367d9
|
Revert "Clearly callout the behavior for listening ports."
|
5 years ago |