Jan Tattermusch
56006f0c53
Merge pull request #17849 from chwarr/keepalive-doc-ce
...
Copy edit keepalive documentation
6 years ago
yang-g
520dc0461c
fix resolve_address_test
6 years ago
Jan Tattermusch
b28820ded6
Merge pull request #17926 from acozzette/bazel-skylib
...
Added bazel_skylib dependency in preparation for protobuf update
6 years ago
Jan Tattermusch
bc19ba1668
Merge pull request #18037 from xichengliudui/fixtypos
...
Fix various typos in .cc and .md and .py files
6 years ago
Jan Tattermusch
53b6b363d1
generate dummy stubs for Unity Android il2cpp
6 years ago
Jan Tattermusch
1599fd5f70
unity android: add dummy stubs to fix il2cpp build
6 years ago
Jan Tattermusch
596d1b0563
refactor native_methods stub generator
6 years ago
Srini Polavarapu
b0efc103e3
Regenerate projects
6 years ago
Srini Polavarapu
fb4ba97803
Bump version to v1.20.x
6 years ago
Soheil Hassas Yeganeh
37c1f0bd54
Reorder code to set num_frequently_polled_cqs correctly.
...
When there num_frequently_polled_cqs is non-zero (aka hybrid server),
we create non-polling CQs for the sync methods. But, since we
increase num_frequently_polled_cqs for callback methods
after creating the sync CQs, the sync CQs would not detect
a hyprid server, and will create a polling CQ.
This commit reorders the logic, so that we increment
num_frequently_polled_cqs upon detecting a callback service.
This lowers the context switches by double digit percentage
when using callback API.
6 years ago
Soheil Hassas Yeganeh
2c93381e84
Merge pull request #18002 from soheilhy/pollset-review
...
Address guantaol@'s comments on Pull #17964
6 years ago
Lidi Zheng
5a37c3967d
Merge pull request #18031 from lidizheng/issue-18028
...
Add retries for check_on_pr
6 years ago
Lidi Zheng
684690c2d7
Adopt reviewers' advice
6 years ago
Jerry
63544ea3ae
memory leak test for php
6 years ago
Srini Polavarapu
4fc9b5b09b
Merge pull request #18027 from srini100/master
...
Merge from v1.18.x
6 years ago
Richard Belleville
b2bec4aa0c
Add environment markers to python2-only dependencies
6 years ago
yang-g
63aa8e1d73
clang-format
6 years ago
Nicolas "Pixel" Noble
3e30c38f1c
Adressing comments.
6 years ago
Nicolas "Pixel" Noble
63db582516
Merge branch 'master' of https://github.com/grpc/grpc into channel
6 years ago
Vijay Pai
75bf7c7f48
Merge pull request #18000 from rmstar/timechangetestsan
...
Fix TSAN flake in time_change_test
6 years ago
Lidi Zheng
bf8bef9c78
Add retries for check_on_pr
6 years ago
Arjun Roy
487bd7f3ad
Merge pull request #18024 from arjunroy/handshaker_fixup
...
grpc handshaker linkage fixup
6 years ago
yang-g
bc946d6c6d
merge with head and resolve conflicts
6 years ago
Srini Polavarapu
7167dd67f0
merge from v1.18.x
6 years ago
Bill Feng
ea3fd88eca
debug printout for testing
6 years ago
Jan Tattermusch
98f290ac2e
Merge pull request #18014 from jtattermusch/csharp_unity_example
...
C# Unity example
6 years ago
Jean de Klerk
1af046e723
docs: enumerate status codes in statuscodes.md
...
statuscodes.md is one of the top search results for "grpc status codes",
right behind codes.proto. Since this is a landing page for many people*,
and since the title and description of this page purports to be the
generic status codes documentation page, it seems like a good idea to define
terms before using them.
* Many people who are new to grpc/protobuf, for example, will be more
accustomed to and choose markdown files over .proto files.
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
Prashant Jaikumar
485bc78ba3
Added flaky_network_test
6 years ago
Jan Tattermusch
20ab15a3f2
Merge pull request #18015 from jtattermusch/csharp_xamarin_examples_update
...
C#: Update Xamarin example
6 years ago
Prashant Jaikumar
2f0f522423
Add end2end test for cfstream
6 years ago
Prashant Jaikumar
6d14987f09
Fixed cast in endpoint_cfstream.cc
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
Bill Feng
8fd9b02bec
added fieldmask to resultstore upload for RBE
6 years ago
xichengliudui
d9b508c896
Fix various typos in .cc and .md and .py files
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