Sanjay Pujare
1a17a14ceb
Remove 1.30.0 and 1.30.1 from the matrix
4 years ago
Sanjay Pujare
0fe7738330
Add grpc-java v1.30.2 to interop test client matrix
4 years ago
Karthik Ravi Shankar
4b78ae524e
Merge pull request #23179 from karthikravis/resource-quota
...
Revert https://github.com/grpc/grpc/pull/18345
4 years ago
Lidi Zheng
b2c420fa44
Merge pull request #23265 from lidizheng/aio-context-info
...
[Aio] Implement methods to access auth context and peer info
4 years ago
Stanley Cheung
9ec31c795e
Merge pull request #23254 from HannahShiSFB/api-doxygen
...
PHP: update comments of ext files
5 years ago
Vijay Pai
3a09a95f0e
Merge pull request #23271 from grpc/revert-23177-checksizebeforedecompress
...
Revert "Add message-size check before message decompression"
5 years ago
Karthik Ravi Shankar
6657ea64eb
Merge branch 'master' into resource-quota
5 years ago
Vijay Pai
c7f2956b67
Revert "Add message-size check before message decompression"
5 years ago
Mark D. Roth
92f7ece27d
Merge pull request #23267 from markdroth/import_fix
...
add missing virtual dtor
5 years ago
Lidi Zheng
ae49a85038
Fix the typo
5 years ago
Mark D. Roth
c9c01d38fa
add missing virtual dtor
5 years ago
Esun Kim
e758ccaff0
Merge pull request #23256 from veblush/json-run-flaky-preassign-port
...
Fixed port conflict of json_run_localhost
5 years ago
Mark D. Roth
2aa6774c2d
Merge pull request #23004 from kedartal/incomplete_type_fix
...
Move ~grpc_server_security_connector() = default to .cc file
5 years ago
Lidi Zheng
b96381694c
Sort tests.json alphabetically
5 years ago
Mark D. Roth
728d02f4df
Merge pull request #23104 from markdroth/chttp2_server_c++
...
Convert chttp2 server connection-handling code to C++.
5 years ago
Mark D. Roth
4d541fc30a
Merge pull request #23051 from markdroth/xds_config_selector2
...
Add ConfigSelector API.
5 years ago
Lidi Zheng
11a29eb95a
Implement methods to access auth context and peer info
5 years ago
Esun Kim
2a3b1f0eb7
Revert log changes
5 years ago
Jan Tattermusch
dbb39a525d
Merge pull request #22982 from kou/fix-cpp-version
...
Fix wrong version in gRPCConfigVersion.cmake and grpc++*.pc
5 years ago
Mark D. Roth
3e6ccbe790
Merge pull request #23233 from markdroth/repo_mgr
...
Pass repo manager duty to nicolasnoble
5 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
5 years ago
Yash Tibrewal
d48d39c432
Merge pull request #23177 from yashykt/checksizebeforedecompress
...
Add message-size check before message decompression
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
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
yulin liang
80288aef6b
Merge pull request #23228 from yulin-liang/protobuf_path
...
Objc update WKT generated import paths.
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
Muxi Yan
80f0c331f9
Merge pull request #23242 from grpc/muxi-patch-1
...
Fix objc BUILD file for buildifier
5 years ago
Vijay Pai
4c1c3044ae
Merge pull request #23241 from vjpai/privatize_maybefinish
...
Privatize MaybeFinish methods in client_callback
5 years ago
Lidi Zheng
2729f08364
Merge pull request #23170 from lidizheng/setup-extras
...
Add protobuf as an "extras" dependency to grpcio package
5 years ago
Stanley Cheung
c342345a9e
Merge pull request #22840 from efimki/patch-1
...
Fix spelling error
5 years ago
Mark D. Roth
7cc9803d00
Merge pull request #22265 from igors/patch-1
...
fix typo in docs
5 years ago
Muxi Yan
e4bdd326e2
Fix buildfier
5 years ago
Vijay Pai
5ef722a2c9
Privatize MaybeFinish
5 years ago
Eric Gribkoff
77bd8cdb6d
Merge pull request #23206 from ericgribkoff/dynamic_server_health
...
Add gentle failover test
5 years ago
Mark D. Roth
6fbc078559
Merge pull request #23034 from gkarthiks/master
...
doc: adding the fourth enum for health check proto docs
5 years ago
Vijay Pai
5c715f2696
Merge pull request #23081 from vjpai/server_finishes_request
...
Roll-forward: Change server_finishes_request test to return OK status
5 years ago
Vijay Pai
90f6329d16
Merge pull request #23225 from grpc/vjpai-patch-2
...
Fix test filter for C++ include files
5 years ago
Vijay Pai
6db7c62a13
Roll-forward: Change server_finishes_request test to return OK status
5 years ago
Vijay Pai
84cf666014
Merge pull request #23229 from grpc/revert-23116-revert-23005-asyncwrite
...
Roll-forward: Fix StartCall: make corking work and allow concurrent Start*
5 years ago