Vijay Pai
75bf7c7f48
Merge pull request #18000 from rmstar/timechangetestsan
...
Fix TSAN flake in time_change_test
6 years ago
Arjun Roy
487bd7f3ad
Merge pull request #18024 from arjunroy/handshaker_fixup
...
grpc handshaker linkage fixup
6 years ago
Jan Tattermusch
98f290ac2e
Merge pull request #18014 from jtattermusch/csharp_unity_example
...
C# Unity example
6 years ago
Juanli Shen
cf6390f83e
Merge pull request #14666 from wla80/master
...
Improve clarity of Compression Method Asymmetry Between Peers section
6 years ago
Jan Tattermusch
623702da6e
add copyright headers
6 years ago
Jan Tattermusch
bf175db9ad
upgrade ProjectVersion
6 years ago
Jan Tattermusch
022d71ecc5
Unity example improvements
6 years ago
Jan Tattermusch
db598a6cd0
Add HelloworldUnity readme
6 years ago
Jan Tattermusch
c78d456e08
add scaffolding for HelloworldUnity
6 years ago
Arjun Roy
593852c2ba
grpc handshaker linkage fixup
6 years ago
Jan Tattermusch
20ab15a3f2
Merge pull request #18015 from jtattermusch/csharp_xamarin_examples_update
...
C#: Update Xamarin example
6 years ago
Yash Tibrewal
5c4a4e8e76
Merge pull request #18010 from yashykt/cmsgspaceinc
...
Increase allocated space for cmsgs
6 years ago
Arjun Roy
406ac37fce
Merge pull request #17740 from arjunroy/handshaker_cpp
...
grpc_handshaker, grpc_handshaker_mgr C++ implementations
6 years ago
Mark D. Roth
68a661dfb5
Merge pull request #17947 from markdroth/grpclb_service_config_fix
...
Don't pass service config from parent channel to grpclb balancer channel.
6 years ago
Jan Tattermusch
a8a6e925b8
update Grpc.Core in Xamarin example
6 years ago
Jan Tattermusch
db34fd2a94
update Xamarin README.md
6 years ago
Yash Tibrewal
5eeb651a5f
Add extra space for opt_stats as part of the formula as opposed to 1024
6 years ago
Yash Tibrewal
6a372ff442
Use constexpr
6 years ago
Vijay Pai
ac4c291773
Merge pull request #17957 from vjpai/callback_test_http_if_possible
...
Enable TCP callback tests if the event engine allows
6 years ago
Yash Tibrewal
5a44f700bb
Increase allocated space for cmsgs
6 years ago
apolcyn
349864c77b
Merge pull request #17998 from apolcyn/disable_txt_lookups_by_defaut
...
Disable service config resolution with c-ares by default, for now
6 years ago
Vijay Pai
a47c979ba0
Enable TCP callback tests if the event engine allows
6 years ago
Vijay Pai
ccdbb78452
Merge pull request #17984 from vjpai/app_exec_ctx_comment
...
Document ApplicationCallbackExecCtx
6 years ago
Vijay Pai
a632af0298
Merge pull request #17981 from vjpai/app_exec_ctx
...
Instantiate application callback exec ctx's in a few places where needed
6 years ago
Yash Tibrewal
f2805ddf1b
Merge pull request #17977 from yashykt/interceptorcleanup
...
Improve interception docs
6 years ago
Arjun Roy
195a30bb8b
Grpc: Change grpc_handshake and grpc_handshake_mgr to use CPP implementations.
...
grpc_handshake is renamed to GrpcHandshake, using C++ class definitions
instead of C-style vtable classes. Update callers to use new interfaces.
We use RefCountedPtr to simplify reference tracking.
6 years ago
Alexander Polcyn
93b7acd9bf
Disable service config resolution with c-ares by default
6 years ago
apolcyn
d0d93bdab8
Merge pull request #17997 from apolcyn/fix_ruby_windows
...
Ruby: refactor init/shutdown logic to avoid using atexit; fix windows
6 years ago
Eric Gribkoff
236d214574
Merge pull request #17996 from ericgribkoff/another_fork_fix
...
grpc_prefork(): check grpc_is_initialized before creating execctx
6 years ago
Vijay Pai
f96d630c33
Document ApplicationCallbackExecCtx, update ExecCtx comments
6 years ago
Muxi Yan
e11cce5aa6
Merge pull request #17948 from grpc/pre-fetch-pod-master
...
Pre-fetch Cocoapods master repo
6 years ago
Jan Tattermusch
6d30b59339
Merge pull request #16745 from jtattermusch/upgrade_async_320
...
Upgrade System.Interactive.Async to 3.2.0
6 years ago
Eric Gribkoff
b90dd36270
add comment
6 years ago
Jan Tattermusch
a832d66b09
upgrade System.Interactive.Async to 3.2.0
6 years ago
Prashant Jaikumar
52695cae91
Fix TSAN flake in time_change_test
6 years ago
Yash Tibrewal
c7fa7a9188
Merge pull request #17989 from yashykt/fathomoops
...
Memset before setting length
6 years ago
Alexander Polcyn
5c85f5a1a0
Ruby: refactor init/shutdown logic to avoid using atexit; fix windows
6 years ago
Muxi Yan
1124c4edd9
increase timeout of cfstream-tests
6 years ago
Muxi Yan
dc8bac54ad
patch
6 years ago
Noah Eisen
ff51441a29
Merge pull request #17990 from ncteisen/build
...
Fix Internal Build Error
6 years ago
Eric Gribkoff
34965961cf
check grpc is init before creating execctx
6 years ago
Srini Polavarapu
f7ef20b510
Merge pull request #17991 from muxi/patch-manual-test
...
Update ObjC manual test minimum deployment target
6 years ago
Eric Gribkoff
b3ed1f4548
Merge pull request #17973 from ericgribkoff/prefork_handler_bugfix
...
Don't count internal ApplicationCallbackExecCtx against ExcCtx count
6 years ago
Muxi Yan
40544bb112
Min deployment target change
6 years ago
ncteisen
d8947ae073
Fix internal build error
6 years ago
Yash Tibrewal
30d8f7a626
Memset before setting length
6 years ago
Vijay Pai
85d76b2888
Add ApplicationCallbackExecCtx in other spots that may trigger application work
6 years ago
Muxi Yan
c61d3e8308
Merge pull request #17985 from muxi/manual-test
...
Add Objective-C manual test suite
6 years ago
Vijay Pai
67c010b44f
Add default initialization value
6 years ago
Mark D. Roth
0794507043
Don't pass service config from parent channel to grpclb balancer channel.
6 years ago