Ken Payson
8924344a54
Fix stall bug with pollhup workaround
7 years ago
kpayson64
b5f7e27548
Merge pull request #13933 from kpayson64/avoid_stall
...
Avoid stall
7 years ago
Vijay Pai
5dd32268be
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
7 years ago
Muxi Yan
669900c7de
Merge pull request #13936 from grpc/copyright-objc++
...
Check copyright of Objective-C++ source files
7 years ago
Jan Tattermusch
ff38af7fcf
Merge pull request #13927 from jtattermusch/csharp_sourcelink_prepare
...
C#: Prepare for SourceLink support
7 years ago
Ken Payson
a3bfddd958
Fix bug with pollhup workaround
7 years ago
Muxi Yan
44c4c34b32
Check copyright of Objective-C++ source files
7 years ago
apolcyn
486761d04e
Merge pull request #13930 from apolcyn/ruby_25_mac_build
...
Add ruby 2.5 to the mac package build
7 years ago
apolcyn
9870797d41
Merge pull request #13931 from apolcyn/merge_18x
...
Merge 1.8.x into master
7 years ago
murgatroid99
01c2334998
Update version to v1.8.4
7 years ago
Ken Payson
e374b88d49
Add more control flow logging
7 years ago
Vijay Pai
0d3314b537
Merge pull request #13929 from vjpai/tls-bazel2
...
When building with bazel on a Mac, workaround bazelbuild/bazel#4341
7 years ago
Alexander Polcyn
f40794953e
Manual merge conflict resolve: remove exec_ctx param from tcp_free
7 years ago
Ken Payson
77ad62e0fe
Fix a Python spinlock bug
7 years ago
Alexander Polcyn
522df1681a
add ruby 2.5 to package build on mac
7 years ago
Vijay Pai
def31f9527
Merge pull request #13900 from vjpai/odr
...
Wrap duplicated-name definitions in anonymous namespace (except for iomgr)
7 years ago
Alexander Polcyn
ce1be0c8b0
Merge remote-tracking branch 'upstream/v1.8.x' into merge_18x
7 years ago
Vijay Pai
91bab37129
When building with bazel on a Mac, workaround bazelbuild/bazel#4341
7 years ago
Jan Tattermusch
ebebb02d3f
try embedding sources for a start
7 years ago
Jan Tattermusch
cb0486adf8
prepare for SourceLink support
7 years ago
Michael Lumish
ca8650adf7
Merge pull request #13917 from murgatroid99/uv_tcp_errors_unavailable_status
...
Mark tcp errors as UNAVAILABLE in UV tcp code
7 years ago
apolcyn
82eebafe3f
Merge pull request #13921 from apolcyn/backport_distribtest_fix
...
Backport 13793 to 1.8.x
7 years ago
Yuchen Zeng
c6ae9b562b
Silence openssl 1.1.0 warnings
7 years ago
Alexander Polcyn
a3997fa50f
Fix failing ruby distrib tests on ruby 2.0 images
7 years ago
kpayson64
2b0ab320c1
Merge pull request #13794 from kpayson64/fix_server_streamz_stats
...
Set error status correctly on server side
7 years ago
Ken Payson
6535cfd140
Set error status correctly on server side
7 years ago
murgatroid99
91b56b81d5
Mark tcp errors as UNAVAILABLE in UV tcp code
7 years ago
ncteisen
5219f3f4c1
Missing s/NULL/nullptr
7 years ago
Vijay Pai
ae3e857eb6
Revert unneeded changes
7 years ago
Muxi Yan
d9c69e1963
Merge pull request #13865 from muxi/add-objc-compression
...
Add API to enable compression
7 years ago
Juanli Shen
30bd91e663
Merge pull request #13879 from AspirinSJL/client_load_report_bug
...
Restore checking initial request sent
7 years ago
Muxi Yan
5132bf3915
Reconcile messages.proto; abort() when an invalid compression algorithm is set
7 years ago
Mehrdad Afshari
7542ba6e0c
Merge pull request #13899 from mehrdada/upgrade-yapf-to-020
...
Upgrade yapf to 0.20.0
7 years ago
Vijay Pai
832bd00163
Merge pull request #13874 from vjpai/allow_no_message
...
C++: Allow no message on sync unary call, just like async
7 years ago
Mehrdad Afshari
69c0ff46db
Merge pull request #13898 from mehrdada/revert13665
...
Revert "Fix a Python spinlock bug"
7 years ago
Vijay Pai
849bd73c4f
Wrap duplicated-name definitions in anonymous namespace
7 years ago
Yash Tibrewal
466e1821cd
Merge pull request #13884 from yashykt/androidtls
...
Add an exception in TLS to use pthread library instead of __thread fo…
7 years ago
Mehrdad Afshari
87cd994b04
Upgrade yapf to 0.20.0
...
Upgrade yapf version to 0.20.0 and reformat Python files.
7 years ago
Mehrdad Afshari
6dc1c50b93
Revert "Fix a Python spinlock bug"
...
This reverts commit 2df509fc0e
.
7 years ago
Vijay Pai
63392f682e
Merge pull request #13895 from vjpai/missing_prefix
...
Fix prefix in struct names
7 years ago
Vijay Pai
b78df7ab77
Fix struct names
7 years ago
Mehrdad Afshari
730b778632
Merge pull request #13886 from armchair-philosophy/fix-wire-link-in-web-protocol-doc
...
Use 'PROTOCOL-HTTP2.md' for reference to 'gRPC over HTTP2' document
7 years ago
Nathaniel Manista
e1d592a999
Merge pull request #13891 from nathanielmanistaatgoogle/12531
...
Reform cygrpc.OperationTag and cygrpc.Event.
7 years ago
Mehrdad Afshari
3ea0e2d804
Merge pull request #13893 from mehrdada/upmerge183
...
Upmerge v1.8.x branch (at v1.8.3) into master
7 years ago
Mehrdad Afshari
c71c6a7f3d
Merge branch v1.8.x into master
...
Upmerge v1.8.3 into master
7 years ago
Nathaniel Manista
7b9c023391
Reform cygrpc.OperationTag and cygrpc.Event
...
Rather than single classes they are now broken up into class families
with each class containing only those fields and methods that are
needed in the context in which the class is used.
7 years ago
Mehrdad Afshari
f526a2164f
Merge pull request #13889 from mehrdada/bump-183
...
Bump version to 1.8.3
7 years ago
Mehrdad Afshari
6c9a0a1a96
Bump version to 1.8.3
7 years ago
Mehrdad Afshari
f9ee06e667
Merge pull request #13887 from mehrdada/backport13876
...
Backport #13876 into v1.8.x
7 years ago
Mehrdad Afshari
77054fb794
Merge pull request #13882 from mehrdada/relax-polling
...
Relax log-level when polling engine is not defined
7 years ago