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
Richard Belleville
b7eaa36a8c
Add todo to create new kokoro job.
5 years ago
Richard Belleville
a77404ae6b
Add README to bazel test
5 years ago
Richard Belleville
0aa30c6f23
Remove unintentional dependencies
5 years ago
Richard Belleville
e32980fba2
Quit waiting for a day
5 years ago
Lidi Zheng
cd29d5d935
Merge pull request #19299 from lidizheng/wait
...
Add wait_for_termination method to grpc.Server
5 years ago
Juanli Shen
00793c1c78
Don't use != in InlinedVector::==
5 years ago
Juanli Shen
a914d1c421
Merge pull request #19848 from AspirinSJL/server_address
...
Fix ServerAddress move assignment
5 years ago
Yihua Zhang
dab3bdde61
recongize URI and email address SAN fields
5 years ago
Juanli Shen
5eef4ca270
Merge pull request #19846 from AspirinSJL/msan_fix
...
Fix uninitialized memory in sockaddr utils
5 years ago
Richard Belleville
37b6c8cefd
Fix sanity check
5 years ago
Jan Tattermusch
0ff2174a96
Merge pull request #19817 from jtattermusch/performance_benchmarks_flamegraph_fixes
...
a few fixes for run_performance_tests.py flame graph generators
5 years ago
Prashant Jaikumar
024a864209
Added kokoro config to run grpc_basictests_cpp_ios as part of presubmit
5 years ago
Juanli Shen
185ab84528
Merge pull request #19840 from nicolasnoble/fix-include-path-for-upb
...
Adding src/core/ext/upb-generated in our include path.
5 years ago
Richard Belleville
3638167e40
Call grpc_python_deps() from grpc_deps().
5 years ago