Vijay Pai
|
b92ca15356
|
Increase size of a test to match internal guidance
|
4 years ago |
Nicolas Noble
|
09d3634a6b
|
Merge pull request #23392 from veblush/to-veblush
Passed the repo manager to veblush
|
4 years ago |
Esun Kim
|
8925e71457
|
Passed the repo manager to veblush
|
4 years ago |
Yash Tibrewal
|
013f0acf3c
|
Merge pull request #23365 from yashykt/deadlockws
Fix possible deadlock in RemoveExternalConnectivityWatcher
|
4 years ago |
apolcyn
|
4cacc60651
|
Merge pull request #23333 from apolcyn/bad_md_drops_call_creds_thread
Make sure call creds user callbacks can't kill the ruby call credentials thread
|
4 years ago |
Yash Tibrewal
|
0009e7f868
|
Add comment
|
4 years ago |
Muxi Yan
|
38e225d78d
|
Merge pull request #23276 from grpc/cfstream-queue-release
Release dispatch queue on CFStreamHandle destroy
|
4 years ago |
Esun Kim
|
eea9f7428b
|
Merge pull request #23379 from veblush/harden-tests2
Added call to grpc::testing::TestEnvironment in more tests
|
4 years ago |
Esun Kim
|
c736cf073c
|
Added call to grpc::testing::TestEnvironment in more tests
|
4 years ago |
Esun Kim
|
210a8e17ef
|
Merge pull request #23378 from veblush/harden-tests
Added call to grpc::testing::TestEnvironment in tests
|
4 years ago |
Esun Kim
|
62ac3f075a
|
Added call to grpc::testing::TestEnvironment in tests
|
4 years ago |
Yang Gao
|
344f2de117
|
Merge pull request #23376 from yang-g/allocator_test
Fix message_allocator_e2e_test
|
4 years ago |
Esun Kim
|
9e5bec9e4a
|
Merge pull request #23371 from veblush/del-GRPC_USE_ABSL
Removed GRPC_USE_ABSL
|
4 years ago |
yulin liang
|
64ab4fc9b1
|
Merge pull request #23298 from yulin-liang/prefix_import_path
Objc support PB runtime import override
|
4 years ago |
Esun Kim
|
06c9e446f3
|
Merge pull request #23352 from veblush/protoc-docker
Removed grpc_artifact_protoc/Dockerfile
|
4 years ago |
Esun Kim
|
0a81964e72
|
Merge pull request #23357 from veblush/absl-cppflags
Add abseil compiler options
|
4 years ago |
Esun Kim
|
d8a3cd7969
|
Merge pull request #23356 from veblush/ar-makefile
Refactored AR in makefile
|
4 years ago |
yang-g
|
162fca110c
|
Fix message_allocator_e2e_test
|
4 years ago |
matthewstevenson88
|
c1e07d8308
|
Merge pull request #23165 from matthewstevenson88/matt-tls13
Enable TLS 1.3 in the C-core and all wrapped languages.
|
4 years ago |
Mark D. Roth
|
80c15460ca
|
Merge pull request #23360 from markdroth/llvm_build_fix
Add missing include.
|
4 years ago |
Jan Tattermusch
|
88cd5b0881
|
Merge pull request #22869 from Falco20019/grpc-fix-collisions
Avoid collisions in cs files generated by Grpc.Tools
|
4 years ago |
Jan Tattermusch
|
af3bb5a1a2
|
Merge pull request #23237 from grpc/jtattermusch-patch-1
Improve third_party readme (checklist for adding dependencies)
|
4 years ago |
Esun Kim
|
2c179f5b13
|
Removed GRPC_USE_ABSL
|
4 years ago |
Yash Tibrewal
|
efadce28a6
|
Merge pull request #23364 from yashykt/settingstimeouttest
Fix connect deadline issue in settings_timeout_test
|
4 years ago |
Vijay Pai
|
6760336364
|
Merge pull request #23354 from grpc/vjpai-patch-1
Remove things_queued_ever counter from callback CQ
|
4 years ago |
yulin-liang
|
317fd2e13f
|
Objc support PB runtime import override
|
4 years ago |
Yash Tibrewal
|
b6a5cbf830
|
Fix possible deadlock in RemoveExternalConnectivityWatcher
|
4 years ago |
Yash Tibrewal
|
f8b7fef753
|
Fix connect deadline issue in settings_timeout_test
|
4 years ago |
Yash Tibrewal
|
83c99aa2da
|
Merge pull request #23331 from yashykt/keepalivewatchdoginfolog
Lower log level to INFO from ERROR from keepalive watchdog firing
|
4 years ago |
Mark D. Roth
|
6562f41b5c
|
Add missing include.
|
4 years ago |
Esun Kim
|
cdc442876b
|
Add abseil compiler options
|
4 years ago |
Esun Kim
|
34027f60fc
|
Refactored AR in makefile
|
4 years ago |
Vijay Pai
|
e6249079a2
|
Remove things_queued_ever counter from callback CQ
|
4 years ago |
Esun Kim
|
d574f68d52
|
Refactored AR in makefile
|
4 years ago |
Esun Kim
|
40dbe0e28a
|
Removed grpc_artifact_protoc/Dockerfile
|
4 years ago |
Esun Kim
|
c6bd67c282
|
Merge pull request #23350 from veblush/grpc-string2
Replaced grpc::string with std::string
|
4 years ago |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
4 years ago |
Karthik Ravi Shankar
|
adcc46abeb
|
Merge pull request #23345 from karthikravis/revert-23294-revert-23182-server-builder
Revert "Revert "Move ServerBuilder back to ::grpc from ::grpc_impl""
|
4 years ago |
Matthew Stevenson
|
a3776a2900
|
Add back ciphersuites in ssl_utils.cc
|
4 years ago |
Karthik Ravi Shankar
|
4e86fa660b
|
Merge pull request #23305 from karthikravis/channel-posix
Move create_channel_posix from ::grpc_impl to ::grpc
|
4 years ago |
Karthik Ravi Shankar
|
ae4444b072
|
Merge pull request #23304 from karthikravis/server-posix
Move server posix from ::grpc_impl to ::grpc
|
4 years ago |
Matthew Stevenson
|
4612834b2a
|
Address David's comments.
|
4 years ago |
Stanley Cheung
|
2a38879379
|
Merge pull request #23337 from CorralPeltzer/python-doc-typo
Fix typo in docstring
|
4 years ago |
Stanley Cheung
|
f67218bc7c
|
Merge pull request #23324 from stanley-cheung/makefile-min-protobuf-version
Main Makefile should require protobuf 3.12+ now
|
4 years ago |
Karthik Ravi Shankar
|
d5e683d1b2
|
Merge branch 'revert-23294-revert-23182-server-builder' of https://github.com/grpc/grpc into revert-23294-revert-23182-server-builder
|
4 years ago |
Karthik Ravi Shankar
|
7aadac509c
|
Merge branch 'master' into revert-23294-revert-23182-server-builder
|
4 years ago |
Karthik Ravi Shankar
|
f027a4e3c9
|
Fix gRPC-C++.podspec file
|
4 years ago |
Esun Kim
|
b4031fa43d
|
Merge pull request #23335 from veblush/deps-linkage
Added missing `deps_linkage` property
|
4 years ago |
Jan Tattermusch
|
9480fa2db4
|
Merge pull request #23221 from chalin/chalin-grpc-io-link-fixes-200616
Update links to grpc.io guides in header files
|
4 years ago |
Miguel Ángel
|
d2b917030f
|
Fix typo
|
4 years ago |