Yash Tibrewal
8e1df09f10
Merge pull request #16162 from yashykt/evengcleanup
...
Remove the notifier pollset from grpc event engine since it's not use…
6 years ago
yihuaz
782e5c2b8d
Merge pull request #16116 from yihuazhang/C++_wrapper_for_local_credentials
...
Add a C++ wrapper for local credentials
6 years ago
Jan Tattermusch
8fb45dc24f
Merge pull request #16136 from jtattermusch/csharp_reflection_docs
...
Add C# server reflection tutorial
6 years ago
Jan Tattermusch
9f89b6f21b
Merge pull request #16144 from jtattermusch/csharp_cleanup_examples
...
Cleanup and update C# examples
6 years ago
Jan Tattermusch
888d7da8de
address review comments
6 years ago
Mehrdad Afshari
58dec1aa9e
Merge pull request #16157 from mehrdada/upmerge1.14.x
...
Upmerge 1.14.x into master
6 years ago
apolcyn
d9e8f86675
Merge pull request #16158 from apolcyn/revert_windows_breakage
...
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
6 years ago
Srini Polavarapu
04847aeb1e
Merge pull request #16152 from srini100/master
...
Fix spaces in mergeable config file
6 years ago
Yash Tibrewal
d2d8f4776c
Remove the notifier pollset from grpc event engine since it's not used anywhere
6 years ago
Alexander Polcyn
f34c653936
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
...
This reverts commit ae8d3efc3a
, reversing
changes made to e41215e181
.
6 years ago
Mehrdad Afshari
70ae86e049
Merge branch 'v1.14.x'
6 years ago
Mehrdad Afshari
62ce6a8e49
Merge pull request #16153 from mehrdada/backport-SERVICE_NAME-to-1.14.x
...
Add SERVICE_NAME to reflection/health (1.14.x backport)
6 years ago
apolcyn
7fc47f27d5
Merge pull request #16142 from apolcyn/optionally_wait_long
...
Wait a configurable amount of time for benchmark channels to connect
6 years ago
Mehrdad Afshari
b69e2681ee
Merge pull request #16151 from mehrdada/server-reflection-service-name-exposure
...
Add SERVICE_NAME to reflection/health
6 years ago
Mehrdad Afshari
ae8ab0f749
Add SERVICE_NAME to reflection/health
6 years ago
Srini Polavarapu
ad2c5bee58
fix space
6 years ago
Srini Polavarapu
d6df4d59d6
fix space
6 years ago
Mehrdad Afshari
b12f0aaf07
Add SERVICE_NAME to reflection/health
6 years ago
Eric Anderson
a2bb308c8f
Merge pull request #16129 from ejona86/special-interop
...
Add interop test for status description with special characters
6 years ago
Alexander Polcyn
a2160f547f
Wait a configurable amount of time for benchmark channels to become ready
6 years ago
Mehrdad Afshari
ac81f5aa32
Merge pull request #16145 from mehrdada/rollback-16133
...
Revert "Switched to extra_requires for Python 2 specific requirements"
6 years ago
Mehrdad Afshari
0b739a2547
Revert "Switched to extra_requires for Python 2 specific requirements"
...
This reverts commit 2e4ab7a6e2
.
6 years ago
Jan Tattermusch
e48fe72622
upgrade HelloworldLegacyCsproj to grpc1.13.1
6 years ago
Jan Tattermusch
1a70151ac7
update the README files
6 years ago
Jan Tattermusch
9f3e83e90a
upgrade c# Helloworld and RouteGuide to v1.13.1
6 years ago
Jan Tattermusch
b56747397b
rename route_guide -> RouteGuide
6 years ago
Jan Tattermusch
b8acb536e3
make new-style .csproj helloworld the default
6 years ago
Jan Tattermusch
760a492c53
move helloworld -> HelloworldLegacyCsproj
6 years ago
Jan Tattermusch
3443de4a65
convert route_guide to .NETcore project
6 years ago
Jan Tattermusch
871268fce9
Address review comments
6 years ago
Mehrdad Afshari
158fb288fc
Merge pull request #16133 from a-musing-moose/feature/python-environment-markers
...
Switched to extra_requires for Python 2 specific requirements
6 years ago
apolcyn
1680f20c35
Merge pull request #16120 from tenderlove/rm-unused-code
...
Remove unused code
6 years ago
apolcyn
ae8d3efc3a
Merge pull request #15797 from apolcyn/windows_compile_and_sort
...
Enable c-ares address sorting on windows
6 years ago
hcaseyal
e41215e181
Merge pull request #16141 from hcaseyal/fix_typo
...
Fix typo in ev_epollex_linux
6 years ago
Nicolas Noble
d81fa7d6ec
Merge pull request #16140 from grpc/mergeable-config
...
Creating mergeable's config.
6 years ago
Hope Casey-Allen
89a2ddb870
Fix typo in ev_epollex_linux
6 years ago
Alex Polcyn
1b1d5e52e7
Get c-ares to compile and do address sorting on windows
6 years ago
Nicolas Noble
cba3575ed7
Creating mergeable's config.
...
Initial attempt at configuring mergeable.
6 years ago
Mehrdad Afshari
c01ec49912
Merge pull request #16138 from mehrdada/disable-beta-api-test
...
Disable Beta API ChannelConnectivityTest
6 years ago
Mehrdad Afshari
e954cd8e5f
Merge pull request #16137 from mehrdada/add-dirname-to-pkg-archive
...
Include commit hash in directory name for archived packages
6 years ago
Yash Tibrewal
3df98c15f7
Merge pull request #16106 from grpc/yashykt-patch-1
...
Add note on retrying RPCs
6 years ago
Mehrdad Afshari
b928f99fdf
Disable ChannelConnectivityTest for the Beta API
...
The Beta API has been unsupported for a while and
we plan to disable the flaky tests in the Beta API
as we see them before we entirely remove it.
6 years ago
Mehrdad Afshari
a223a2c554
Include commit hash in directory name for archived packages
6 years ago
Juanli Shen
6a2fbcb4d2
Merge pull request #16076 from AspirinSJL/fix_rere
...
Fix re-resolution in pick first
6 years ago
Srini Polavarapu
768e8ea89c
Merge pull request #16126 from mehrdada/backport-16110-into-v1.14.x
...
Backport #16110 into v1.14.x
6 years ago
Jan Tattermusch
6ed784ae4a
add c# server reflection howto
6 years ago
Jan Tattermusch
e05ad70b18
fix typo in reflection tutorial
6 years ago
Jan Tattermusch
ac78f7913f
Merge pull request #16121 from jtattermusch/xamarin_android_emulator_support
...
Grpc.Core: add support for x86 android emulator
6 years ago
Jonathan Moss
2e4ab7a6e2
Switched to extra_requires for Python 2 specific requirements
...
Modern Python dependancy tooling as defined in PEP-508 should use environment markers for Python version specific requirements.
This allows the `grpcio` package to work with dependancy resolvers like poetry
6 years ago
apolcyn
efed3ea831
Merge pull request #16130 from apolcyn/benchmark_reporter_creds
...
Use test credentials provider for QPS benchmarking result reporter client
6 years ago