Vijay Pai
|
278671072f
|
Revert "Revert "Fix StartCall: make corking work and allow concurrent Start*""
|
5 years ago |
Vijay Pai
|
a2a1ca3281
|
Merge pull request #23223 from grpc/vjpai-patch-1-1
Avoid a use of ReleasableMutexLock
|
5 years ago |
yulin-liang
|
83e679fad1
|
Objc update WKT generated import paths.
|
5 years ago |
Esun Kim
|
65590e1dd3
|
Make rvm install 32bit artifacts explicitly on i686
|
5 years ago |
Lidi Zheng
|
09fa0ef790
|
Merge pull request #23200 from lidizheng/fix-rsa-2
Trust google-auth library will handle their dependency properly
|
5 years ago |
Donna Dionne
|
97904d77a4
|
Adding the printing of error message when unexpected status returns.
|
5 years ago |
Lidi Zheng
|
b5ec43e182
|
Fix a typo in setup.py
|
5 years ago |
Lidi Zheng
|
d98ecdb85c
|
Set version upper bound for protobuf; installs grpcio-tools instead
|
5 years ago |
Lidi Zheng
|
67f68d7e14
|
Add an "extras" dependency to grpcio package
|
5 years ago |
donnadionne
|
8bae46ba6c
|
Merge pull request #23215 from donnadionne/repo
Passing C repo manager to markdroth
|
5 years ago |
Esun Kim
|
65ecbbde61
|
Make grpc_artifact_centos6 updated
|
5 years ago |
Esun Kim
|
54ebceb079
|
Merge pull request #21854 from veblush/del-manylinux1
Removes manylinux1-specific instructions
|
5 years ago |
Eric Anderson
|
01bb1a07c8
|
Merge pull request #23214 from ejona86/no-mvnrepository
packages.grpc.io: Use search.maven.org instead of mvnrepository.com
|
5 years ago |
Vijay Pai
|
9d82fcc1a2
|
Fix test filter for C++ include files
|
5 years ago |
Vijay Pai
|
1dd7a01bc7
|
Avoid a use of ReleasableMutexLock
|
5 years ago |
Amanda Tarafa Mas
|
7b9ee30caa
|
Support for ITokenAccessWithHeaders
|
5 years ago |
Amanda Tarafa Mas
|
bd9cd82621
|
Updates Google.Apis.Auth dependency from v1.21.0 to 1.46.0.
|
5 years ago |
Patrice Chalin
|
891ca8a443
|
Guides links updates
|
5 years ago |
Patrice Chalin
|
ff391fef8b
|
Fix broken link to Objective-C tutorial
|
5 years ago |
Patrice Chalin
|
5ac3aa789f
|
Docs: fix links to grpc.io tutorial pages
|
5 years ago |
Patrice Chalin
|
4c4933e056
|
Docs: fix links to quick start pages
|
5 years ago |
Kraemer, Benjamin
|
e165a33048
|
Add support for Protobuf_ProtoRoot
|
5 years ago |
Jan Tattermusch
|
44a5a308e8
|
Merge pull request #23174 from jtattermusch/reference_assemblies
use Microsoft.NETFramework.ReferenceAssemblies for Grpc.Tools
|
5 years ago |
Kraemer, Benjamin
|
446f72d7a3
|
Bring closer to master
|
5 years ago |
Kraemer, Benjamin
|
d0c7eac97b
|
Readded InteropServices
Needed #if NETCORE
|
5 years ago |
Kraemer, Benjamin
|
861cdf3d01
|
Reverted whitespace changes
|
5 years ago |
Kraemer, Benjamin
|
18b4dd6562
|
Removed unused usings
|
5 years ago |
Kraemer, Benjamin
|
5494c54cee
|
Use same logic in csharp as in cpp
|
5 years ago |
Kraemer, Benjamin
|
906ce37a35
|
Improved folder generation
|
5 years ago |
Kraemer, Benjamin
|
6bcc37b07c
|
Reverted GetDepFilenameForProto
Otherwise it creates conflicts with non-standard $(Protobuf_DepFilesPath)
|
5 years ago |
Kraemer, Benjamin
|
da4fe1e051
|
Updated unit tests
|
5 years ago |
Kraemer, Benjamin
|
31cd1000b2
|
Create generated directories
|
5 years ago |
Kraemer, Benjamin
|
47ec56beb4
|
Avoid collisions in cs files generated by Grpc.Tools
|
5 years ago |
Jan Tattermusch
|
005dbafe66
|
fix mac tests on kokoro workers
|
5 years ago |
Esun Kim
|
be1bc912fd
|
Remove docker base image for manylinux
|
5 years ago |
Esun Kim
|
23e1d30327
|
Removes manylinux1-specific instructions
|
5 years ago |
Donna Dionne
|
52e1059a6d
|
Passing repo to markdroth
|
5 years ago |
Srini Polavarapu
|
2e2d21d6e5
|
Merge pull request #23213 from srini100/xds_features
xds features in gRPC releases
|
5 years ago |
Esun Kim
|
e01080c800
|
Merge pull request #22984 from veblush/json-run-flaky-fix
Defer the server shutdown until the clients finish calls to avoid tim…
|
5 years ago |
Mark D. Roth
|
8456213e8b
|
gen_upb_api
|
5 years ago |
yulin liang
|
96338ada72
|
Merge pull request #23181 from yulin-liang/cronet-transport
Cronet transport issue fix
|
5 years ago |
Mark D. Roth
|
11d50d9592
|
Merge remote-tracking branch 'upstream/master' into upb_upgrade
|
5 years ago |
Srini Polavarapu
|
c9acb66185
|
regenerate projects
|
5 years ago |
Lidi Zheng
|
18054754c5
|
Install rsa==4.0 to avoid the egg cache race issue
|
5 years ago |
srini100
|
815bd8b90f
|
resolving comment
|
5 years ago |
Lidi Zheng
|
43a574d1ae
|
Trust google-auth library will handle their dependency properly
|
5 years ago |
Srini Polavarapu
|
1b72975dfd
|
Merge pull request #23207 from srini100/boringssl_instructions
update boringssl upgrade instructions
|
5 years ago |
Menghan Li
|
c862859161
|
Merge pull request #23137 from menghanl/interop_test_spec_traffic_splitting
|
5 years ago |
yulin-liang
|
060d61e3fb
|
Cronet transport: do an extra read for a trailer-only stream with grpc_status = 0 to trigger on_succeeded() callback.
|
5 years ago |
srini100
|
3040f92254
|
update boringssl instructions
|
5 years ago |