Stanley Cheung
9ec31c795e
Merge pull request #23254 from HannahShiSFB/api-doxygen
...
PHP: update comments of ext files
4 years ago
Vijay Pai
3a09a95f0e
Merge pull request #23271 from grpc/revert-23177-checksizebeforedecompress
...
Revert "Add message-size check before message decompression"
4 years ago
Srini Polavarapu
39103342cf
v1.30.0 interop tests
4 years ago
Karthik Ravi Shankar
1bf54724f4
Merge branch 'master' into healthcheck
4 years ago
Karthik Ravi Shankar
f0d2aff3c7
Merge branch 'master' into opencensus
4 years ago
Karthik Ravi Shankar
6657ea64eb
Merge branch 'master' into resource-quota
4 years ago
Vijay Pai
c7f2956b67
Revert "Add message-size check before message decompression"
4 years ago
Mark D. Roth
92f7ece27d
Merge pull request #23267 from markdroth/import_fix
...
add missing virtual dtor
4 years ago
Karthik Ravi Shankar
0ac5d5e111
Fix build error
4 years ago
Karthik Ravi Shankar
31e6b69c8e
Merge branch 'master' into server-builder
4 years ago
Lidi Zheng
ae49a85038
Fix the typo
4 years ago
Mark D. Roth
c9c01d38fa
add missing virtual dtor
4 years ago
Esun Kim
e758ccaff0
Merge pull request #23256 from veblush/json-run-flaky-preassign-port
...
Fixed port conflict of json_run_localhost
4 years ago
Mark D. Roth
2aa6774c2d
Merge pull request #23004 from kedartal/incomplete_type_fix
...
Move ~grpc_server_security_connector() = default to .cc file
4 years ago
Lidi Zheng
b96381694c
Sort tests.json alphabetically
4 years ago
Mark D. Roth
728d02f4df
Merge pull request #23104 from markdroth/chttp2_server_c++
...
Convert chttp2 server connection-handling code to C++.
4 years ago
Matthew Stevenson
048ff29146
Add #if defined(TLS1_3_VERSION).
4 years ago
Mark D. Roth
4d541fc30a
Merge pull request #23051 from markdroth/xds_config_selector2
...
Add ConfigSelector API.
4 years ago
Lidi Zheng
11a29eb95a
Implement methods to access auth context and peer info
4 years ago
Matthew Stevenson
3a14c1a432
Add tls1.h header regardless of what SSL library is used.
4 years ago
Esun Kim
2a3b1f0eb7
Revert log changes
4 years ago
Jan Tattermusch
dbb39a525d
Merge pull request #22982 from kou/fix-cpp-version
...
Fix wrong version in gRPCConfigVersion.cmake and grpc++*.pc
4 years ago
Patrice Chalin
a5c9b22cc9
Fix the grpcpp.h formatting.
4 years ago
Patrice Chalin
5be0b22dc0
Update links to grpc.io guides in header files
4 years ago
Mark D. Roth
3e6ccbe790
Merge pull request #23233 from markdroth/repo_mgr
...
Pass repo manager duty to nicolasnoble
4 years ago
Jan Tattermusch
89be9c27f1
Merge pull request #23220 from chalin/chalin-docs-fix-grpc-io-links-200616
...
Docs: fix links to grpc.io quick start, tutorial and other pages
4 years ago
Yash Tibrewal
d48d39c432
Merge pull request #23177 from yashykt/checksizebeforedecompress
...
Add message-size check before message decompression
5 years ago
Richard Belleville
4fcf9d01d2
Address review comments
5 years ago
Yash Tibrewal
b57a11a82b
Reviewer comments
5 years ago
Yash Tibrewal
5041fcc1ca
Reviewer comments
5 years ago
Yash Tibrewal
0497ad8bb0
Add missing message-size check before decompressing
...
Add and fix tests for limit check before decompression
Code restructuring to allow easy reuse of service config call data
Regenerate projects
Reviewer comments
5 years ago
Mark D. Roth
66b0456360
Merge pull request #23253 from voidzcy/release/build_1_30_1_release_image
...
Add grpc-java v1.30.1 to interop test client matrix
5 years ago
Esun Kim
b3469c723e
Pre-assigned the server port and added more logs
5 years ago
Mark D. Roth
492889f1c0
Convert chttp2 server connection-handling code to C++.
5 years ago
Hannah Shi
52931a4e1a
update comments of ext files to fit doxygen use
5 years ago
Chengyuan Zhang
4009dc1115
Add grpc-java v1.30.1 to interop test client matrix
5 years ago
Richard Belleville
98bb4b6124
Copyright header
5 years ago
Matthew Stevenson
67f0106b8a
Add include of tls1.h for OpenSSL.
5 years ago
Matthew Stevenson
673982014b
Add #ifdef around use of SSL_ctx_min/max_proto_version
5 years ago
Matthew Stevenson
d37b900ab7
Merge remote-tracking branch 'upstream/master' into matt-tls13
5 years ago
Matthew Stevenson
32c0846d45
Add TLS 1.2 testing.
5 years ago
yulin liang
c9759f9414
Merge pull request #23251 from yulin-liang/flakey-cronet-tests
...
Fix flaky test:ios-test-cronettests
5 years ago
Mark D. Roth
133918ec70
Add ConfigSelector API.
5 years ago
Yash Tibrewal
456036d808
Merge pull request #21959 from furukawa3/rm-trailing-spaces
...
Remove trailing-spaces from doc/*
5 years ago
yulin-liang
e994c95502
Fix flaky test:ios-test-cronettests
5 years ago
Matthew Stevenson
df6f8c0729
Merge remote-tracking branch 'upstream/master' into matt-tls13
5 years ago
yulin liang
80288aef6b
Merge pull request #23228 from yulin-liang/protobuf_path
...
Objc update WKT generated import paths.
5 years ago
Richard Belleville
af222241a7
Give up on getting compiler executable from distutils
5 years ago
Eric Gribkoff
ea6c185ce1
Merge pull request #23248 from ericgribkoff/use_grpc_health_check
...
Use grpc health checks for PHP and Ruby xDS tests
5 years ago
Eric Gribkoff
d74e52ad85
Use grpc health checks for PHP and Ruby xDS tests
...
The test suite now dynamically updates the server's health status (via
the gRPC health service) to simulate failing backends; this requires
grpc health checks, which means the --use_stable_apis flag is no longer
compatible with these checks (it should probably be removed, but will
leave that for a follow-up).
5 years ago