Richard Belleville
20be83e886
Use the new insecure channel credential object
4 years ago
Richard Belleville
293d7c46fe
Implement xds_channel_credentials and xds_server_credentials
4 years ago
Richard Belleville
273ed1fea0
Make patch work for downstream dependencies
4 years ago
Richard Belleville
99d20dfab3
Add patch to protobuf
4 years ago
Jan Tattermusch
0cdbad935d
Revert "replace pip_import by pip_install in python bazel build"
...
This reverts commit d8f2c1525c
.
4 years ago
Jan Tattermusch
cb0acf8b21
Revert "upgrade io_bazel_rules_python to 0.1.0"
...
This reverts commit 7f779bc4c2
.
4 years ago
Jan Tattermusch
6bb6900b65
re-run tools/distrib/python/make_grpcio_tools.py
4 years ago
Jan Tattermusch
fec9c545c3
include a bugfix in third_party/protobuf
4 years ago
Jan Tattermusch
d8f2c1525c
replace pip_import by pip_install in python bazel build
4 years ago
Jan Tattermusch
7f779bc4c2
upgrade io_bazel_rules_python to 0.1.0
4 years ago
Jan Tattermusch
3fcf6620f0
re-run tools/distrib/python/make_grpcio_tools.py
4 years ago
Jan Tattermusch
7fc2828987
include a bugfix in third_party/protobuf
4 years ago
Jan Tattermusch
c26961b89c
run tools/codegen/core/gen_upb_api.sh
4 years ago
Jan Tattermusch
9bb2aefd02
upgrade ruby, C# python and ObC to protobuf 3.14
4 years ago
Jan Tattermusch
6c99a037d0
run tools/distrib/python/make_grpcio_tools.py
4 years ago
Jan Tattermusch
9c8818d2ee
regenerate proto files for csharp, php, ruby
4 years ago
Jan Tattermusch
8bb55930dc
update third_party/protobuf to v3.14.0
4 years ago
Stanley Cheung
a9bf88bae3
Merge pull request #25110 from stanley-cheung/bump-1-35-version
...
Bump version to v1.35.0-pre1
4 years ago
Stanley Cheung
5564ac0cce
Regenerate projects
4 years ago
Stanley Cheung
82ba4c08f8
Bump version to v1.35.0-pre1
4 years ago
Esun Kim
46075a4c81
Merge pull request #24961 from veblush/bazel-deps-fix
...
Added ignore_version_differences to grpc_extra_deps
4 years ago
Lidi Zheng
a873c5a942
Merge pull request #25076 from lidizheng/aio-examples-3
...
Adding three more AsyncIO examples
4 years ago
apolcyn
c95ed7a477
Merge pull request #24962 from qnighy/ruby-extension-implicit-declaration
...
Fix implicit decalaration in rb_event_thread.c
4 years ago
Yang Gao
f735728a39
Merge pull request #25055 from acozzette/parse-json
...
Updated parse_json.cc to rely on config_protobuf.h for protobuf types
4 years ago
Yang Gao
66ee197a1a
Merge pull request #25102 from yang-g/filter
...
Remove unneeded filter
4 years ago
Esun Kim
e7a857d001
Added ignore_version_differences to grpc_extra_deps
4 years ago
Yash Tibrewal
3eb743ba4c
Merge pull request #25056 from yashykt/logunsecurewarning
...
Add log for insecure buils
4 years ago
yang-g
c6c3dc57af
Remove unneeded filter
4 years ago
Lidi Zheng
e6dffc6fbe
Adding three more AsyncIO examples
...
* Channelz or Debug
* Route guide
* Wait for ready
4 years ago
apolcyn
78dc1394fd
Merge pull request #25064 from apolcyn/merge_ares_structs
...
Move grpc_ares_ev_driver and fd_node into grpc_ares_wrapper.cc
4 years ago
Mark D. Roth
c01a7ad71a
Merge pull request #24814 from renkelvin/apis
...
Add support of implicit and explicit flows for external account creds
4 years ago
apolcyn
6f7a9e2076
Merge pull request #25070 from apolcyn/manylinux14
...
Base the ruby build off of latest rake-compiler-dock/manylinux14 images, add ruby 3.0 binary packages
4 years ago
Stanley Cheung
9a1145bc17
Merge pull request #25094 from stanley-cheung/fix-ios-binary-build
...
Fix iOS binary size build
4 years ago
Mark D. Roth
cfe08efa4b
Merge pull request #25088 from chwarr/retry-throttle-string
...
Include missing string header in retry_throttle.h
4 years ago
Mark D. Roth
861c54a7fa
Merge pull request #25091 from markdroth/string_less_new
...
Remove StringLess and src/core/lib/gprpp/map.h.
4 years ago
Stanley Cheung
e1c5100c0d
Merge pull request #25093 from stanley-cheung/branch-1-34-upmerge
...
Upmerge from v1.34.x branch
4 years ago
apolcyn
91f80720a3
Merge pull request #25069 from apolcyn/plumb_extra_args
...
Add a mechanism to plumb arbitary command line flags to the c-ares unit test binary
4 years ago
Alexander Polcyn
56f1944e2d
truncate windows dlls for linux package
4 years ago
Stanley Cheung
cc645ca5b5
Fix iOS binary size build
4 years ago
Chuan Ren
06cc42eb85
Add support of implicit and explicit flows for external account creds
4 years ago
Mark D. Roth
393687c3b7
Merge pull request #24989 from renkelvin/base-fix
...
Url encode the request before calling STS backend
4 years ago
Mark D. Roth
430a7fa6a6
Merge pull request #24878 from renkelvin/response-fix
...
Fix a bug so that HttpRequestContext.response.hdrs won't be freed twice.
4 years ago
apolcyn
a4841f58be
Merge pull request #25066 from apolcyn/remove_unneeded_thread
...
Remove signal-forwarding/timeout thread in c-ares unit test driver
4 years ago
Stanley Cheung
436036d68a
Upmerge from v1.34.x branch
4 years ago
Christopher Warrington
bf7ee7bfc1
Include missing string header in retry_throttle.h
...
ServerRetryThrottleMap references std::string but does not `#include
<string>`. Depending on exactly how a C++ implementation lays out its
headers, std::string may or may not be declared already. For example,
Visual C++ 2019 16.8.3 (19.28.29335) does not have std::string declared
at this point.
Add `#include <string>`
This change is needed to get the C# bootstrap script to (`python
.\tools\run_tests\run_tests.py -l csharp -c dbg --build_only`) to
cleanly compile using Visual C++ 2019 instead of the hard-coded 2015
that pre_build_csharp.bat has.
4 years ago
Sergii Tkachenko
42b926a7f5
Merge pull request #25079 from grpc/xds-k8s-server-authz-error-test
...
xds-k8s driver: implement PSM security server-authz-error test
4 years ago
Mark D. Roth
1bc2d7d1a6
Remove StringLess and src/core/lib/gprpp/map.h.
4 years ago
Mark D. Roth
f159099778
Merge pull request #25040 from markdroth/c++_health_check_service_name
...
Use std::string for health check service name.
4 years ago
donnadionne
fb555fc76f
Merge pull request #25086 from donnadionne/repo_mgr_0104
...
Passing repo manager to donnadionne
4 years ago
Donna Dionne
89b6ded51a
Passing repo manager to donnadionne
4 years ago