Adam Langley
271807df79
Build BoringSSL tests as BoringSSL does.
...
BoringSSL builds its crypto_test and ssl_test as single targets, while
gRPC was building them with a target per file. This no longer works with
tip-of-tree BoringSSL.
This change aligns gRPC with the way that BoringSSL builds its tests.
The changes to boringssl/gen_build_yaml.py were done by hand, all other
changes result from generate_projects.sh.
6 years ago
Stanley Cheung
0eca1b1031
Merge pull request #18427 from stanley-cheung/fix-php-mac-build
...
Fix PHP unit test warnings
6 years ago
Jan Tattermusch
fb9bb6be62
Merge pull request #18429 from Falco20019/Falco20019/helloworld-legacy-readme
...
Update README.md of C# helloworld legacy example
6 years ago
Yang Gao
6ffdb37f50
Merge pull request #18415 from yang-g/census
...
Update opencensus
6 years ago
Mark D. Roth
a41a381302
Merge pull request #18353 from markdroth/grpclb_fallback_when_balancer_call_fails
...
grpclb fallback-at-startup improvements
6 years ago
Benjamin Krämer
6e2ad131fc
Update README.md
...
Fixed misleading information about supported VS version
6 years ago
Jan Tattermusch
7208746f0a
Merge pull request #18324 from tylersouthard/xamarin.ios-armv7
...
Add armv7 support for Xamarin.iOS native libraries
6 years ago
Jan Tattermusch
4c4a20b2f2
Merge pull request #18421 from jtattermusch/fix_grpc_dotnet_interop
...
Fix grpc-dotnet interop tests
6 years ago
Jan Tattermusch
385af3bc61
fixup
6 years ago
Stanley Cheung
b82913c752
Fix PHP mac build
6 years ago
Stanley Cheung
9c29708896
Merge pull request #18420 from stanley-cheung/fix-php-qps-build
...
Fix broken php7 performance benchmarks build
6 years ago
Bill Feng
e5a5a5b5ee
attempt #2 at fixing CMake builds
6 years ago
rmstar
52801f088c
Merge pull request #18409 from rmstar/cfstreamtests
...
Fix CFStreamTests
6 years ago
Vijay Pai
7b3a120295
Address reviewer comments
6 years ago
Bill Feng
7f96703710
google benchmark compilation fix attempt
6 years ago
vishalpowar
4d2effa410
Merge pull request #18393 from vishalpowar/xds_discovery_upb_generate
...
Add BUILD rule and generated upb code for protos required to do Discov…
6 years ago
Vijay Pai
f12f862d28
Strengthen test
6 years ago
Vijay Pai
0cb0cdb7e3
Address reviewer comments on test
6 years ago
Vijay Pai
93f0a3f653
Address reviewer comments
6 years ago
Stanley Cheung
0a8fbd2a67
Fix broken php7 performance benchmarks build
6 years ago
Jan Tattermusch
c24acc3d4a
fix grpc-dotnet interop tests
6 years ago
Mark D. Roth
233d3e27ff
grpclb fallback-at-startup improvements
6 years ago
Jan Tattermusch
224fb25534
Merge pull request #18356 from JunTaoLuo/designtime-build
...
Enable design time builds by default
6 years ago
Vijay Pai
04a6b8467c
Support callback on cancellation of server-side unary RPCs
6 years ago
Mark D. Roth
6a4ddc967f
Merge pull request #18344 from markdroth/grpclb_fallback_after_startup
...
grpclb fallback after startup
6 years ago
Yang Gao
2ee9795183
Merge pull request #18156 from mkbehr/interop-client-additional-metadata
...
Let the c++ interop_client send additional metadata, controlled by a flag.
6 years ago
Jan Tattermusch
1ef8bd0944
fix cast warnings
6 years ago
Bill Feng
d9fc63f42f
generated project for updated submodule
6 years ago
Jan Tattermusch
afc2e36803
use GCHandle.FromIntPtr
6 years ago
Juanli Shen
149eb4046e
Merge pull request #18401 from AspirinSJL/fix_grpclb_rere
...
Fix reresolution condition in grpclb
6 years ago
Prashant Jaikumar
f6479caf2a
Fix CFStreamTests
...
- Pass extra param to grpc_endpoint_read() as the API has changed.
- Fixed build error seen with Xcode 10.
- Enable pipefail to xcodebuild errors are propagated to the caller.
6 years ago
Jan Tattermusch
f019bcb4a0
Merge pull request #18413 from jtattermusch/interop_get_dotnet
...
Ensure we have the right version of dotnet SDK when building grpc-dotnet interop image.
6 years ago
Lidi Zheng
47c1479b8c
Merge pull request #18398 from lidizheng/fix-18244-take-2
...
Use C-Core API to perform time conversion
6 years ago
Mark D. Roth
adc2163038
Go into fallback mode when losing contact with balancer and backends.
6 years ago
yang-g
38b82fb7c3
Update opencensus to fix build
6 years ago
Evan Jones
86991f633d
python docs: details are UTF-8 encodable, not just ASCII.
...
Context detail messages are Unicode strings in both the implementation and
specification. Fix the documentation to make this clearer. The
specification for the Status-Message response field says "Status-Message is
[...] a Unicode string [...] encoded as UTF-8" [1]. The implementation
seems to call _common.encode(), so anything that is UTF-8 encodable works.
For example:
context.set_code(grpc.StatusCode.ABORTED)
context.set_details('emoji error: \U0001F600')
Correctly returns a smiley face emoji to the client.
6 years ago
Jan Tattermusch
0f8a3aeeb7
install jq
6 years ago
Jan Tattermusch
472613c3bc
check dotnet SDK version before building ASP.NET core interop image
6 years ago
Vijay Pai
8c3d4a7dfd
Merge pull request #18072 from vjpai/client_streaming_hold
...
C++ callback API: Add support for client-side extra-reaction operations via Holds
6 years ago
Vijay Pai
797b01a85e
Merge pull request #17760 from Norman0406/fix-interceptor_memory_leak
...
Fixing memory leak in interceptor by removing unsued send_status_
6 years ago
Bill Feng
eff99b1d76
dependency bump for gflags
6 years ago
Bill Feng
14bffe549e
submodule dependency update
6 years ago
Lidi Zheng
4c3b577650
Add expectation to negative timeout test case
6 years ago
apolcyn
ee72c63837
Merge pull request #18384 from apolcyn/log_more_query_status
...
Trace log the status of every c-ares lookup; cleanup error handling
6 years ago
Vijay Pai
48ce4ca939
Add support for extra-reaction operations via Holds
6 years ago
Nicolas Noble
00bc804173
Merge pull request #18405 from mkoledoye/patch-1
...
Fix typo
6 years ago
Nicolas "Pixel" Noble
957f674fff
Removing a few more non-trivial struct memsets, part 3.
6 years ago
Moses Koledoye
84cb531b72
Fix typo
6 years ago
Mark D. Roth
55d8238b0e
Merge pull request #18340 from markdroth/grpclb_test_improvement
...
Clean up grpclb and xds end2end tests.
6 years ago
yihuaz
4fef7f4d13
Merge pull request #18400 from yihuazhang/SPIFFE_FIX_CLANG_TIDY_ERROR
...
Fix clang-tidy errors in SPIFFE security stack
6 years ago