Muxi Yan
|
e301da23bc
|
Merge pull request #18722 from muxi/fix-cronet-crash-execute_from_storage
Fix cronet crash on execute_from_storage
|
6 years ago |
Muxi Yan
|
56d09be51d
|
Update CFStream doc
|
6 years ago |
Muxi Yan
|
da0b2a8cf1
|
clang-format
|
6 years ago |
Muxi Yan
|
f371fce887
|
Remove previous fix proposal proved to be wrong
|
6 years ago |
Muxi Yan
|
bec72481b5
|
Fix thread safety issue
|
6 years ago |
Vijay Pai
|
ea59977fbc
|
Merge pull request #18687 from vjpai/cancel_order
C++ Callback API: Make sure that OnCancel happens after OnStarted
|
6 years ago |
Karthik Ravi Shankar
|
2e88231fc0
|
Revert "Revert "Merge pull request #18458 from grpc/grpc_namespace_server""
|
6 years ago |
Muxi Yan
|
9cc9456697
|
Fix certificate search on mac
|
6 years ago |
Nicolas Noble
|
8777f9cc21
|
Merge pull request #18717 from grpc/grpc_namespace_server_revert
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
|
6 years ago |
Vijay Pai
|
ec06d677e2
|
Merge pull request #16681 from arrowd/master
Fix various tests on FreeBSD.
|
6 years ago |
Soheil Hassas Yeganeh
|
e85dd2e644
|
Fix build errors
|
6 years ago |
Karthik Ravi Shankar
|
f03b309787
|
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
This reverts commit dc1089a6d1 , reversing
changes made to 31843787cc .
This change also includes - Revert "Merge pull request #17932 from soheilhy/gprpp-mutex"
This reverts commit df4b6a763d , reversing
changes made to dc1089a6d1 .
|
6 years ago |
Karthik Ravi Shankar
|
e8b2bced4d
|
Merge pull request #18715 from grpc/revert-18198-revert-18076-revert-17797-channel
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
|
6 years ago |
vishalpowar
|
894c4b1852
|
Merge pull request #18529 from vishalpowar/xds_lrs_code_gen
Add upb generated code and build rule for lrs protocol.
|
6 years ago |
Richard Belleville
|
9dfeb14be0
|
Merge pull request #18564 from grpc/compression
Add Python Compression Porcelain
|
6 years ago |
Karthik Ravi Shankar
|
dad3f34207
|
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
|
6 years ago |
Vijay Pai
|
41c6cba9f5
|
Make sure that OnCancel happens after OnStarted
|
6 years ago |
Karthik Ravi Shankar
|
7009f2df58
|
Merge pull request #18712 from grpc/revert-18063-completion-queue-fold
Revert "Folding CompletionQueue and ServerCompletionQueue."
|
6 years ago |
Kun Zhang
|
ddd10e2c4c
|
Add grpc-java 1.20.0 to test matrix.
|
6 years ago |
Karthik Ravi Shankar
|
891b6cf7ae
|
Revert "Folding CompletionQueue and ServerCompletionQueue."
|
6 years ago |
Jan Tattermusch
|
119be19126
|
Merge pull request #18532 from jtattermusch/csharp_client_api_migration
C#: Migrate client API types to Grpc.Core.Api
|
6 years ago |
SataQiu
|
44f92cdd17
|
clean up repeated words
|
6 years ago |
Jan Tattermusch
|
e0d2ffe325
|
fixup ForwardedTypes.cs
|
6 years ago |
SataQiu
|
c99ac03b11
|
fix some spell errors
|
6 years ago |
Nicolas Noble
|
58c894fb9e
|
Merge pull request #18694 from abmahdy/master
Disable Nagle algorithm in Windows
|
6 years ago |
Jan Tattermusch
|
ef4ee8eca8
|
update ForwardedTypes.cs
|
6 years ago |
Jan Tattermusch
|
5a97383283
|
move CallInvoker and its prerequisites to Grpc.Core.Api
|
6 years ago |
Jan Tattermusch
|
05529154e7
|
move Async*Call classes to Grpc.Core.Api
|
6 years ago |
Jan Tattermusch
|
4bce14921d
|
Merge pull request #18652 from jtattermusch/client_api_prepare
Make CallCredentials implementation agnostic (prepare for move to Grpc.Core.Api)
|
6 years ago |
Yash Tibrewal
|
2378ddcd51
|
Add service config to call context
|
6 years ago |
Yash Tibrewal
|
8e407f74b7
|
Merge pull request #18630 from yashykt/lamechannelinterception
Make C++ Channel Interceptors work for lame channels
|
6 years ago |
Karthik Ravi Shankar
|
6e647d20a0
|
Merge pull request #18063 from nicolasnoble/completion-queue-fold
Folding CompletionQueue and ServerCompletionQueue.
|
6 years ago |
Yash Tibrewal
|
8e195ddeb9
|
Merge branch 'master' into lamechannelinterception
|
6 years ago |
Richard Belleville
|
5afd77398e
|
Implement compression API within gRPC Python.
|
6 years ago |
Yash Tibrewal
|
aa908cdd8d
|
Merge pull request #18556 from yashykt/unixpath
Explicitly call getsockname after accept for unix sockets to get the sun_path
|
6 years ago |
Yash Tibrewal
|
3d0788a242
|
Merge pull request #18586 from yashykt/svc_cfg1
Global Registry for Service Config Parsers
|
6 years ago |
Doug Fawley
|
5b0fdd01d3
|
Add go releases to client_matrix.py
|
6 years ago |
Nicolas Noble
|
8ca65231e5
|
Merge pull request #18679 from rockwotj/patch-1
Expose root_certificates in BUILD file
|
6 years ago |
Karthik Ravi Shankar
|
d2b2f7f5a3
|
Merge branch 'master' into completion-queue-fold
|
6 years ago |
Karthik Ravi Shankar
|
918cb46011
|
Merge pull request #18198 from grpc/revert-18076-revert-17797-channel
Revert "Revert "Folding the Channel class into the grpc_impl namespace.""
|
6 years ago |
Yash Tibrewal
|
ab29cdd28e
|
Add test
|
6 years ago |
hcaseyal
|
ca11dfb349
|
Merge pull request #18686 from hcaseyal/callback_doc
Update callback API documentation
|
6 years ago |
Vishal Powar
|
df3d5bc8f7
|
Add upb generated code and build rule for lrs protocol.
|
6 years ago |
Karthik Ravi Shankar
|
506ca7fc36
|
Fix clang script errors
|
6 years ago |
Jan Tattermusch
|
d1e4546322
|
Merge pull request #18695 from jtattermusch/kokoro_perf_v5_image
grpc-performance-kokoro-v5 kokoro perf image changes
|
6 years ago |
Yash Tibrewal
|
2b7cab0d41
|
Remove check on error
|
6 years ago |
Bill Feng
|
a31c0fba7a
|
Merge pull request #18546 from billfeng327/feature/rbe-windows
RBE Windows c-core build
|
6 years ago |
Karthik Ravi Shankar
|
b84d3db762
|
Fix build after merge from master
|
6 years ago |
Karthik Ravi Shankar
|
afd602ccba
|
Merge branch 'master' into completion-queue-fold
|
6 years ago |
Vijay Pai
|
a01f1f7805
|
Merge pull request #18688 from vjpai/ban_std_sync
Ban std:: sync constructs
|
6 years ago |