Bill Feng
09b0b0b712
Attempting Eric Burnett's fix
6 years ago
Bill Feng
3f70672827
reverted bazel-toolchains alias to its original form
6 years ago
Bill Feng
8575588fde
added path prefix to bazel_toolchains repo
6 years ago
Bill Feng
17ce7e0d94
addressed Nick's comments
6 years ago
Mark D. Roth
0f211b32b5
Merge pull request #17226 from markdroth/channel_state_fix
...
Don't reset channel state on resolver failure when LB policy exists.
6 years ago
vishalpowar
c809fa7829
Merge pull request #17210 from vishalpowar/import-envoy-submodule
...
Add envoy and its dependent repos as submodules in third_party
6 years ago
Muxi Yan
5746432121
Fix handler release - Part 1
6 years ago
Bill Feng
4d84165bb0
added machine size to toolchain constraints
6 years ago
Yash Tibrewal
0911e489e3
Add a method to check whether the message was received successfully
6 years ago
Juanli Shen
8a880801ae
Add support for LB config in service config
6 years ago
Muxi Yan
8a762d4478
Polish nullability + something else
6 years ago
Muxi Yan
6b6ab2bdc9
Back to NSAssert
6 years ago
Soheil Hassas Yeganeh
fdf63a7c02
Merge pull request #17188 from soheilhy/worktree-refcounted
...
Add grpc_core::RefCount and use it for RefCountedPtr
6 years ago
Bill Feng
caf56447d5
added custom platform
6 years ago
Soheil Hassas Yeganeh
c25d2445f7
Add grpc_core::RefCount and use it for RefCountedPtr
6 years ago
Muxi Yan
7500528b15
clang-format
6 years ago
Mark D. Roth
d18458720c
Don't reset channel state on resolver failure when LB policy exists.
6 years ago
Jan Tattermusch
dc1bbf9932
Merge pull request #17167 from jtattermusch/switch_to_contextual_serializer
...
Switch C# to contextual serializer and deserializer internally
6 years ago
Jan Tattermusch
cba17be464
Merge pull request #17157 from jtattermusch/csharp_alternative_binding
...
C#: Add BindService() method that works with alternative serving stacks
6 years ago
Stanley Cheung
a0e54a4797
Merge pull request #17147 from toc007/PHP-Forking
...
Add PHP forking feature
6 years ago
Muxi Yan
e14ec44b0a
clang-format
6 years ago
Muxi Yan
b5434c05aa
Make tests pass
6 years ago
Yash Tibrewal
ceeb28a360
s/count/count_/
6 years ago
Muxi Yan
2bd38f29df
Batch fixes
6 years ago
Yash Tibrewal
a9bee9b7ed
Make Pluck use the changes made in FinalizeResult
6 years ago
Yash Tibrewal
5d7d6c0fbd
Add method to fail hijacked send messages
6 years ago
Muxi Yan
e023468e9a
some nit fixes
6 years ago
Bill Feng
d069bb2444
more destination fixes
6 years ago
Muxi Yan
b22120f696
Test fix
6 years ago
Bill Feng
2532b8488c
updated toolchain subversion
6 years ago
Bill Feng
8006dddea2
updated toolchain subversion
6 years ago
Muxi Yan
c83ab56fe1
copy->mutableCopy
6 years ago
Muxi Yan
f4a77ce492
_call->_pipe
6 years ago
Muxi Yan
78c2176afc
Assign finished and canceled
6 years ago
Muxi Yan
b77203fdf5
Move blocks into varibles for readability
6 years ago
Muxi Yan
8d0cf9ec0a
clang-format
6 years ago
Muxi Yan
94d220d32c
Rename variable
6 years ago
Jan Tattermusch
9cfacc48ee
Merge pull request #17215 from jtattermusch/tool_test_msan_disable
...
Disable grpc_tool_test on msan
6 years ago
Vishal Powar
862bba6fb4
Updating sanity check for submodules
6 years ago
Vishal Powar
edab4e773e
Add envoy and its dependent repos as submodules in third_party
...
The basic criteria is to have protoc generate code for envoy api's and
this change achieves that.
e.g.
protoc -I=$PWD -I=$PWD/third_party/data-plane-api -I=$PWD/third_party/googleapis -I=$PWD/third_party/protobuf -I=$PWD/third_party/protoc-gen-validate third_party/data-plane-api/envoy/api/v2/eds.proto
6 years ago
Jan Tattermusch
0898074809
regenerate protos
6 years ago
Jan Tattermusch
72f57a0004
Merge pull request #17216 from jtattermusch/dont_trigger_17175
...
Remove THREAD_SANITIZER define as it triggers #17175
6 years ago
Tommy Chen
b343917c5f
revert .gitconfig
6 years ago
Jan Tattermusch
bff1452e5e
mark as experimental
6 years ago
Jan Tattermusch
310e1b07a7
adding THREAD_SANITIZER define seems to trigger #17175
6 years ago
Jan Tattermusch
e5f9f5ef46
disable grpc_tool_test on msan
6 years ago
Soheil Hassas Yeganeh
db2f88ae0f
Merge pull request #17205 from soheilhy/worktree-ref-counted-nonpolymorphic
...
Add a non-polymorphic variant to RefCounted.
6 years ago
vishalpowar
3c7492d02c
Merge pull request #17163 from vishalpowar/xds_plugin_rename_policy
...
Change the varible names that keep track of rr policy its state and
6 years ago
vishalpowar
e15a0cd061
Merge branch 'master' into xds_plugin_rename_policy
6 years ago
Soheil Hassas Yeganeh
1dd09321cd
Add a non-polymorphic variant to RefCounted.
...
Using RefCounted<Child, NonPolymorphic> users can now build smart,
ref-counted pointers without paying the costs of a vtable when it's
possible.
6 years ago