Yash Tibrewal
615cd251b8
Merge pull request #22640 from yashykt/keepalivetrace
...
Add option for logging keepalive pings
5 years ago
Brian O'Connor
d38f7cfe5e
Fixing bug with END_STREAM if header has continuations
...
- The HEADER frame should get the END_STREAM flag per the HTTP/2 spec;
the old code put END_STREAM on the last CONTINUATION frame.
- Removing deprecated parameter, is_last_in_stream, from finish_frame();
it has been superseded by the is_end_of_stream member of the framer_state
struct.
- Adding some gRPC frame validation tests to hpack_encoder_test.cc,
and explicting checking that the END_STREAM flag is not on the
CONTINUATION frame.
fixes #21436
5 years ago
Donna Dionne
6a1ea0bacc
Another Merge error
5 years ago
Donna Dionne
4fae974ffa
A merge error was missed!
5 years ago
Eric Gribkoff
83b0bc8da0
change --tolerate_gcp_errors to --use_existing_gcp_resources
5 years ago
Muxi Yan
e8ec1d6273
Merge pull request #22649 from grpc/fix-xds-e2e-test
...
Use correct status code type in xDS e2e test
5 years ago
Richard Belleville
2974b5c816
Merge pull request #22643 from gnossen/manylinux2010_soreuseport
...
Support SO_REUSEPORT on manylinux2010
5 years ago
Patrice Chalin
c95c2102c6
Delete cpptutorial.md
5 years ago
Muxi Yan
317a55dd7e
Use correct status code type
5 years ago
Mark D. Roth
dc976d2a77
xds: Remove fallback code and support for old xds LB configs.
5 years ago
Donna Dionne
d76fc080c4
Fixing build warnings getting ready for merge.
5 years ago
Donna Dionne
3aa8b16401
Merge remote-tracking branch 'upstream/master' into route_response
5 years ago
Richard Belleville
0cdffa970c
Buildifier
5 years ago
Donna Dionne
ddb98d6b52
Fixing code review comments:
...
- added more tests and improved structuring of backend service
- fixing grpc_tool tests (due to adding of new test serices/methods
5 years ago
Donna Dionne
1ae804c8c0
Fixing code review comments:
...
- Fixing for comments in all except for test file
- Multi-purpose test_service_impl.h as oppose
to creating new files.
5 years ago
Richard Belleville
c14fce7ab4
Typo
5 years ago
Richard Belleville
e97cd37e68
Support running multiprocessing example without Bazel
5 years ago
Richard Belleville
96024a9ad3
Update documentation
5 years ago
Richard Belleville
4e6327493d
Support SO_REUSEPORT on manylinux2010
5 years ago
Yash Tibrewal
ce8a1df713
Reviewer comments
5 years ago
Yash Tibrewal
e5a1509d94
Move around slice buffer initialization and destruction
5 years ago
Yash Tibrewal
331b332392
Try fixing interop tests
5 years ago
Yash Tibrewal
cbb3078064
Fix minimal stack and workaround cronet compression test
5 years ago
Yash Tibrewal
aca1145bb6
Fix C Core tests
5 years ago
Yash Tibrewal
f1d8be6af4
Pass decompression errors to status
5 years ago
Yash Tibrewal
3c34eae97e
Move decompression into gRPC Core
5 years ago
Yash Tibrewal
b25682427c
Merge pull request #22567 from yashykt/c++msgcomp
...
C++ize message compress filter
5 years ago
Yash Tibrewal
cdf7b2cc7a
Use std::aligned_storage instead of absl::optional to maintain compatibility with Windows
5 years ago
Eric Gribkoff
2285530390
Merge pull request #22639 from ericgribkoff/fix_patch
...
xDS test improvements
5 years ago
Yash Tibrewal
2d0ed47223
Reviewer comments
5 years ago
Yash Tibrewal
c90dc0e098
Remove blank line
5 years ago
Yash Tibrewal
edc2a6b988
Add option for logging keepalive pings
5 years ago
Eric Gribkoff
6aa983e819
typo
5 years ago
Vijay Pai
e677f3d166
Merge pull request #22621 from grpc/vjpai-patch-1
...
Unmark flaky on streaming_pump
5 years ago
Eric Gribkoff
ade157dd7a
yapf
5 years ago
Eric Gribkoff
6355d71a9f
Make GCP alpha API use optional
5 years ago
Muxi Yan
65e24bcfc9
make generated header idempotent
5 years ago
Eric Gribkoff
c34311d996
Wait longer for backend instance patch
5 years ago
Eric Gribkoff
d5d258b70f
Do not set default port in url map patch
5 years ago
Jiangtao Li
60cebcdd2b
Merge pull request #22292 from ashithasantosh/c++
...
Implemented Frame Size Negotiation in ALTS for gRPC C++.
5 years ago
Yash Tibrewal
d7c916be49
Merge branch 'master' into c++msgcomp
5 years ago
Yash Tibrewal
7a654ed1a5
Remove const data member from ByteStream to make it copyable
5 years ago
Donna Dionne
0a7b9dac06
Fixing code review comments.
5 years ago
Donna Dionne
8a8ca5436b
Added grpc arg to enable xds routing and restore old tests.
5 years ago
Donna Dionne
c4d4541af5
Added TestMultipleServiceImpl.h: a templated test service to allow
...
multiple RPC services to be used in test.
5 years ago
Yash Tibrewal
44bc3b9bd6
Reviewer comments
5 years ago
Muxi Yan
802368945f
gzip generates the same content for each build_projects
5 years ago
Patrice Chalin
a3714f5b08
C++ Hello World: refer reader to Quick Start
5 years ago
Patrice Chalin
33082023e9
C++ examples README cleanup
...
Contributes to https://github.com/grpc/grpc.io/issues/180 .
cc @ejona86 @jtattermusch @srini100
5 years ago
Patrice Chalin
df5b521e07
Ignore `cmake/build/` anywhere in the repo
...
Ignore `cmake/build/` anywhere in the repo, not just at the root level. This is helpful when working on the examples.
5 years ago