Nicolas "Pixel" Noble
55e280b7a5
Breakout of #18445 - part 1
6 years ago
Alexander Polcyn
ecb3dec651
Enable go compute engine channel creds interop test
6 years ago
Lidi Zheng
b3d907dce9
Explicitly depend on :grpcio
6 years ago
Jan Tattermusch
a48d3efc9e
move dependencies.props to the right directory
6 years ago
yang-g
621840900f
Fully log test scenario
6 years ago
Lidi Zheng
d7429dbb4a
Fix the proto rules conflict
6 years ago
Bill Feng
d49cdbd01f
Merge remote-tracking branch 'upstream/master' into feature/reinstate-rbe-windows
6 years ago
Nicolas Noble
c9b7ca8e24
Adding missing language :P
6 years ago
Jan Tattermusch
4eedf568a8
makes generation of dev nuget versions work
6 years ago
vishalpowar
d673764a61
Merge pull request #18478 from vishalpowar/xds_cds_upb_generate
...
Generate upb code for cds protos and BUILD rule changes
6 years ago
Jan Tattermusch
6fba3c0221
dependency versions are imported through Directory props
6 years ago
Jan Tattermusch
f30da05dff
introduce Directory.Build.props
6 years ago
Jan Tattermusch
5d0a571426
introduce build/dependencies.props
6 years ago
Lidi Zheng
7771290fcd
Pin the proto definitions to a specific commit
6 years ago
Lidi Zheng
f527cfbbac
Adopt review's advice
...
* Add a unit test
* Integrate with Bazel
* Polish README.md
6 years ago
Yash Tibrewal
8ef8d912a7
Use GRPC_CLOSURE_SCHED instead of GRPC_CLOSURE_RUN in complete_closure_step
6 years ago
Lidi Zheng
30cc99d42c
Add Python example for error handling
6 years ago
Lidi Zheng
4870dd389d
Merge pull request #18483 from lidizheng/add-doc-grpcio-status
...
Add documentation for 'grpcio-status' package
6 years ago
Yash Tibrewal
820d75eaf4
Merge pull request #18481 from yashykt/http2bug
...
Remove unnecessary hack which causes data races
6 years ago
Yash Tibrewal
9effda48bf
Merge pull request #18482 from yashykt/http2bug2
...
Fix Potentially Dangerous Typo - locked function being run outside of combiner
6 years ago
James Newton-King
297dd0cb62
PR feedback
6 years ago
James Newton-King
688ad6373b
Fix Grpc.Core.Api assembly version
6 years ago
Soheil Hassas Yeganeh
a3366c1b7f
Merge pull request #18464 from soheilhy/slice-buffer
...
Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing.
6 years ago
Soheil Hassas Yeganeh
e5bef12065
Merge pull request #18474 from soheilhy/h2-incoming-md
...
Preallocate for incoming metadatas.
6 years ago
Soheil Hassas Yeganeh
fc2fc03fc3
Merge pull request #18473 from soheilhy/stack-const-ref
...
Use const ref for `grpc_slice`
6 years ago
Vishal Powar
e959373742
Generate upb code for cds protos and BUILD rule changes
6 years ago
Lidi Zheng
a7b2ed3b98
Add documentation for 'grpcio-status' package
6 years ago
Yash Tibrewal
072749b38c
Reviewer comments
6 years ago
Yash Tibrewal
65e266b47f
Locked function needs to be run inside a combiner
6 years ago
Yash Tibrewal
eab66cb6cc
Remove unused function
6 years ago
Yash Tibrewal
c9e1a71c8e
Remove unnecessary hack which causes data races
6 years ago
billfeng327
d16597ab73
corrected Bazel target generation logic for Windows
6 years ago
Bill Feng
d7e5cb70fe
flipped logic for is_msvc()
6 years ago
Bill Feng
1a09899d3e
reverted change on thread manager test
6 years ago
billfeng327
61431be32b
skipping upb on windows
6 years ago
Jan Tattermusch
1805e2e431
Merge pull request #18470 from kkm000/kkm/17661-filenamegen
...
C# tools: support generated filename corner cases
6 years ago
Jan Tattermusch
cfa0d22c24
Merge pull request #18471 from kkm000/kkm/17884-protobuf-list-casing
...
C# Tooling: change the case to 'Protobuf' consistently
6 years ago
yihuaz
b25024136a
Merge pull request #18469 from yihuazhang/revert_ssl_security_connector
...
Revert the changes in ssl_security_connector.cc made in #18115
6 years ago
kkm
aa40424bb2
fixup! C# tools: support generated filename corner cases
6 years ago
kkm
50aed8d238
fixup! C# tools: support generated filename corner cases
6 years ago
Soheil Hassas Yeganeh
5534fb2e23
Fix compilation error in JWT using const_cast.
...
I got this error on an unrelated patch, and I believe the Distribution
Test is broken:
/var/local/git/grpc/src/core/lib/security/credentials/jwt/jwt_verifier.cc:628:57: error: invalid conversion from 'const uint8_t* {aka const unsigned char*}' to 'unsigned char*' [-fpermissive]
GRPC_SLICE_LENGTH(signature)) != 1) {
^
In file included from /usr/include/openssl/pem.h:69:0,
from /var/local/git/grpc/src/core/lib/security/credentials/jwt/jwt_verifier.cc:35:
/usr/include/openssl/evp.h:642:5: note: initializing argument 2 of 'int EVP_DigestVerifyFinal(EVP_MD_CTX*, unsigned char*, size_t)'
int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen);
6 years ago
Soheil Hassas Yeganeh
1014fe507f
Use const ref for grpc_slice.
...
We are copying the slice on every call creation, which is hurting
ping/pong traffic.
6 years ago
Soheil Hassas Yeganeh
88fe29c63d
Preallocate for incoming metadatas.
...
There is usually 9 metadata in incoming headers. We are calling
arena_alloc for all of them and that accounts for 75% of the
calls to arena_alloc.
Simply preallocate 10 of them in the structure so that we can
avoid the atomic op, per header.
6 years ago
kkm
c07a74d0e5
C# Tooling: change the case to 'Protobuf' consistently
...
Users will not be affected, as MSBuild is not case-sensitive.
The changes in C# code are also entirely for consistency; they
do not affect the tooling dll at runtime.
Closes #17884
6 years ago
kkm
cbb70f534b
C# tools: support generated filename corner cases
...
protoc and gRPC codegens differently treat non-ASCII letter
characters and symbols other than underscores when constructing
their respective output filenames for generated .cs files.
This change reproduces their respective behaviors exactly.
Fixes #17661
6 years ago
vishalpowar
62ba0b89b1
Merge pull request #18425 from vishalpowar/xds_ads_upb_generate
...
Add generated upb code for endpoints information.
6 years ago
Bill Feng
d93959853f
Enabled Windows Bazel build for cpp tests
6 years ago
Karthik Ravi Shankar
4260fe1147
More fixes
6 years ago
Vishal Powar
fb15daf8b9
Add generated upb code for endpoints information.
...
Also,
- Update upb submodule for new code generator and update generated
files.
6 years ago
Yihua Zhang
a176a07c02
revert the SSL TSI changes
6 years ago