Nicolas "Pixel" Noble
|
63e2c91efe
|
New version of upb.
|
6 years ago |
Nicolas "Pixel" Noble
|
975ee2185f
|
Fixing exports.
|
6 years ago |
Nicolas "Pixel" Noble
|
1a3dd36c89
|
Upgrading to bazel 0.26.
|
6 years ago |
Moiz Haidry
|
2c24998c36
|
Trying to directly access envoy proto libs
|
6 years ago |
Moiz Haidry
|
49e7f4b2e4
|
Added more rules to resolve deps
|
6 years ago |
Moiz Haidry
|
4995670257
|
Add support to import envoy protos
|
6 years ago |
Moiz Haidry
|
6c3e3aeb77
|
Removed git repo from WORKSPACE as that was the incorrect location. Added the code to grpc_deps.bzl instead
|
6 years ago |
Moiz Haidry
|
e8a18969bb
|
Added upb repo to grpc workspace
|
6 years ago |
sanjaypujare
|
5b336b5925
|
Merge pull request #19104 from sanjaypujare/add_watch_to_hc
Document the Watch() method that got added to health/v1/health.proto
|
6 years ago |
Sanjay Pujare
|
18a9e00b33
|
Document the Watch() method that got added to health/v1/health.proto
|
6 years ago |
Juanli Shen
|
a30c1d0971
|
Merge pull request #19018 from AspirinSJL/fix_fallback
xds enter fallback mode as long as no child policy is ready
|
6 years ago |
Muxi Yan
|
61e77cb764
|
Merge pull request #19082 from muxi/cpp-pod-certificate
Rename root certificate bundle in gRPC-C++ pod
|
6 years ago |
Yang Gao
|
c9bd2adb52
|
Merge pull request #19069 from yang-g/test_tcp_server
Add an early flush so that the shutdown callback does not have to wait for deadline expiration
|
6 years ago |
Yang Gao
|
f40426f626
|
Merge pull request #19091 from kwasimensah/master
Use MessageLite for grpc serialization
|
6 years ago |
Esun Kim
|
ec46079358
|
Merge pull request #19078 from veblush/global-config-redo
This is a roll-forward of "Config migration" which was recently rolled back.
- Original PR (#18931)
- Rollback PR (#19027)
|
6 years ago |
kwasimensah
|
cd0e02ae1c
|
Fixing formatting
|
6 years ago |
kwasimensah
|
c0cab32c2f
|
Fix formatting
|
6 years ago |
kwasimensah
|
3ec0967c1e
|
Fix typo for using MessageLite
|
6 years ago |
kwasimensah
|
51a2280029
|
Add MessageLite overloads to proto serialization
|
6 years ago |
kwasimensah
|
12ffbb8a83
|
Add MessageLite type to grpc's config
|
6 years ago |
kwasimensah
|
52dc1e62ee
|
Merge pull request #4 from grpc/master
Catch my branch up masters
|
6 years ago |
Noah Eisen
|
5f0e153e37
|
Merge pull request #19086 from ncteisen/gallant
Gallantly Fix Typo
|
6 years ago |
ncteisen
|
0f21350b85
|
Gallantly fix typo
|
6 years ago |
Esun Kim
|
90fbdc92f5
|
Roll-forward "Config migration"
This reverts commit 236ae12bb1 .
|
6 years ago |
Muxi Yan
|
c681ff8e4b
|
Rename root certificate bundle in gRPC-C++ pod
|
6 years ago |
yang-g
|
d22997e1ea
|
Add back deadline
|
6 years ago |
yang-g
|
557a3e578d
|
Remove 5s deadline on test server shutdown
|
6 years ago |
Mark D. Roth
|
531c0bd230
|
Merge pull request #19077 from markdroth/test_health_check_service_fix
Fix bug in test health check service implementation.
|
6 years ago |
Yang Gao
|
c4cb6e1787
|
Merge pull request #19016 from yang-g/message_allocator
Update the message allocator API
|
6 years ago |
Mark D. Roth
|
440e9b79bf
|
Fix bug in test health check service implementation.
|
6 years ago |
Zhouyihai Ding
|
0e405388cf
|
Merge pull request #19050 from ZhouyihaiDing/persistent_channel_use_gpr_log
[PHP] Use gpr_log for printing persistent channel warning logs
|
6 years ago |
Juanli Shen
|
98461b0fa8
|
xds enter fallback mode as long as no child policy is ready
|
6 years ago |
yang-g
|
6215ccb587
|
resolve comments
|
6 years ago |
Vijay Pai
|
a3c55a2513
|
Merge pull request #19068 from grpc/vjpai-patch-1
Memset in channel_filter ctor not needed
|
6 years ago |
Vijay Pai
|
570bf332bc
|
Memset in channel_filter ctor not needed
and causes compiler warnings. Thanks to @KeithMoyer in #19044 and @soheilhy
|
6 years ago |
Lidi Zheng
|
ebfed6ad7b
|
Merge pull request #19030 from mehrdada/unsubscribe_all
Unsubscribe all connectivity callbacks on Channel.close
|
6 years ago |
Jan Tattermusch
|
da406ef26e
|
Merge pull request #19046 from JunTaoLuo/johluo/remove-get-grpc.sh
Remove get-grpc.sh
|
6 years ago |
Vijay Pai
|
28866246e4
|
Merge pull request #19047 from grpc/vjpai-patch-1
Remove reference to "class Channel" from gen. code
|
6 years ago |
Vijay Pai
|
cdaef92839
|
Merge pull request #19056 from vjpai/genref
Grab a ref on fake resolver generator before scheduling a closure
|
6 years ago |
Vijay Pai
|
62b422c4ee
|
Grab a ref on fake resolver generator before scheduling a closure
|
6 years ago |
Vijay Pai
|
0236804012
|
Merge pull request #19054 from vjpai/fix_test_skipping
Make sure event_engine is alive before checking for MAYBE_SKIP_TEST
|
6 years ago |
Vijay Pai
|
41191323ec
|
Make sure event_engine is alive before checking for MAYBE_SKIP_TEST
|
6 years ago |
Yang Gao
|
a8ac2e613e
|
Merge pull request #18909 from yang-g/port_sharing
Support accepting external connections.
|
6 years ago |
ZhouyihaiDing
|
1d5357d1bb
|
Change persistent log to gpr_log
|
6 years ago |
yang-g
|
7c5bfbbb32
|
Resolve comments
|
6 years ago |
yang-g
|
51210ba922
|
Update the message allocator API
|
6 years ago |
yang-g
|
c639da7a1d
|
Merge branch 'master' of https://github.com/grpc/grpc into port_sharing
|
6 years ago |
yang-g
|
ec6e7fd941
|
Rename enum
|
6 years ago |
Vijay Pai
|
39be72a230
|
Remove "class Channel" forward reference from generated code
|
6 years ago |
=
|
02069b48da
|
Remove get-grpc.sh
|
6 years ago |