Esun Kim
a1c5c6053e
Added upb to python manifest
5 years ago
Tony Lu
ddf3f7ffb1
Experimentally changed non-framework builds to bazel build
...
Experimentally run Unit/MacTests with Bazel
5 years ago
Esun Kim
b3d71089c3
Merge pull request #19879 from veblush/upb-fix
...
Fix upb build typo
5 years ago
Tony Lu
c81dfd91de
Added cpu architecture for tvos and watchos
5 years ago
Tony Lu
820a0892ac
Updated comments (notice) on tvtests
5 years ago
Arjun Roy
f036d6ef58
s/gpr_ref/grpc_core::RefCount/ for frequent users.
5 years ago
Tony Lu
0f02911d3d
Added targets for tv and watch samples
5 years ago
Richard Belleville
835786a476
Merge pull request #19822 from gnossen/py_proto_library
...
Separate py_grpc_library and py_proto_library.
5 years ago
Yash Tibrewal
8c773f64e4
Merge pull request #19865 from yashykt/goaway_og
...
Log goaway only if it ended with a non NO_ERROR code
5 years ago
Esun Kim
807cd08f4a
Fix upb build typo
5 years ago
Soheil Hassas Yeganeh
069403c1f5
Merge pull request #18937 from soheilhy/cycle-clock
...
Expose cycle counter and use it in /channelz.
5 years ago
Esun Kim
f987a2c8cd
Merge pull request #19740 from veblush/to-upb-lb
...
Migrated from nanopb to upb for grpclb
5 years ago
Yihua Zhang
8a301a438a
revision 1
5 years ago
Yihua Zhang
61827dd66f
Merge remote-tracking branch 'upstream/master' into spiffe-tsi
5 years ago
Tony Lu
b934a18180
Merge branch 'master' of github.com:grpc/grpc into bazel_objc_tests
5 years ago
Muxi Yan
3ffa07cb12
Merge pull request #19787 from Tony1023/tv/watchOS
...
Added experimental tvOS and watchOS support
5 years ago
Esun Kim
c6b0bd08c7
Updated grpclb to use upb
5 years ago
Esun Kim
06467396ef
Merge pull request #19876 from veblush/upb-desc
...
Added google/protobuf/descriptor.upb.* to google_api_upb
5 years ago
Esun Kim
6ddfb384c1
Added google/protobuf/descriptor.upb.* to google_api_upb
5 years ago
Esun Kim
ff74b63157
Merge pull request #19615 from veblush/to-upb
...
Migrated from nanopb to upb for health
5 years ago
Vijay Pai
34673a3e3c
Merge pull request #18410 from pfreixes/dead_lock_watch_connectivity
...
Fix watcher connectivity dead lock
5 years ago
Richard Belleville
b1021ae648
Capitalize name.
5 years ago
Soheil Hassas Yeganeh
bdd3fdddb2
Expose cycle counter and use it /channelz.
...
We are using clock real time (which is very expensive) on every
RPC to update channelz. We should simply use cycle clock.
This patch exposes cycle clock, enables RDTSC on intel,
and use it for channelz.
This patch also changes the implementation of time_precise_init
to that more accurately using the monotonic clock and
shorter by looping at most a few hundred milliseconds.
This is part of a larger performance series.
5 years ago
Richard Belleville
b26b25113f
Make soruce file validation exact
5 years ago
Tony Lu
b892ea749c
Fixed address resolution failure by attaching to a host application
...
Added copyright statements
Fix clang format code
5 years ago
Esun Kim
f7454a9876
Modified health_check to use upb proto instead of nanopb
5 years ago
Esun Kim
e4406a8018
Merge pull request #19869 from veblush/no-upb-target
...
Remove upb targets from BUILD
5 years ago
Tony Lu
d12f310b0d
Added targets for examples
5 years ago
Esun Kim
8dfa3c2255
Remove upb targets from BUILD
5 years ago
Esun Kim
0e9a73696d
Merge pull request #19795 from veblush/go-upb
...
Add upb
5 years ago
Yash Tibrewal
fc76cc0d1e
Remove received_trailing_metadata since it's no longer used
5 years ago
Yash Tibrewal
04fa432831
Fail SEND_MESSAGE ops if stream is closed for writes
5 years ago
Yash Tibrewal
308ce6b64a
Reviewer comments
5 years ago
Yash Tibrewal
bc83ccd08b
Log goaway only if it ended with an non NO_ERROR code
5 years ago
Esun Kim
f88bd06ee5
Go UPB!
5 years ago
Richard Belleville
3db8828876
Add TODOs for prefix stripping
5 years ago
Prashant Jaikumar
f212cbad9a
Remove references to GRPCConnectivityMonitor from ConnectivityTestingApp
5 years ago
Muxi Yan
82b2dbfc1d
Fix import issue
5 years ago
Richard Belleville
5fd25f3c7c
Refactor rule.
5 years ago
Muxi Yan
f0c3f7b1ba
native.objc_library -> grpc_objc_library
5 years ago
Muxi Yan
de3131016d
update BUILD following the new style
5 years ago
Lukacs T. Berki
e2ba3aa070
Update C++ code generation to work with Bazel 0.29 .
...
The above Bazel version changes proto compilation slightly: some proto
files are put into a `_virtual_imports` directory and thus
`_get_include_directory` needs to be updated accordingly.
Ideally, it would use instead the `ProtoInfo` provider to tease out the
proto import directories, but that's a bit more intrusive change.
5 years ago
rmstar
216fa1cab3
Merge pull request #19850 from rmstar/grpc_basictests_cpp_ios
...
Added kokoro config to run grpc_basictests_cpp_ios as part of presubmit
5 years ago
Juanli Shen
6522294325
Fix key gen in locality picking
5 years ago
Tony Lu
4c958e8745
Modified BUILD for examples
5 years ago
Juanli Shen
9e0299c460
Merge pull request #19851 from AspirinSJL/inlined_vector
...
Don't use != in InlinedVector::==
5 years ago
Richard Belleville
79611aca51
Fix up unit test
5 years ago
Tony Lu
08795cd206
Removed framework tests for tv and watch examples
5 years ago
Richard Belleville
4f13303ec4
Validate length of deps in py_grpc_library
5 years ago
Tony Lu
8171981592
Added Bazel BUILD for tests/
...
A few test failures to resolve
5 years ago