Richard Belleville
b26b25113f
Make soruce file validation exact
6 years ago
Tony Lu
b892ea749c
Fixed address resolution failure by attaching to a host application
...
Added copyright statements
Fix clang format code
6 years ago
Esun Kim
f7454a9876
Modified health_check to use upb proto instead of nanopb
6 years ago
Esun Kim
e4406a8018
Merge pull request #19869 from veblush/no-upb-target
...
Remove upb targets from BUILD
6 years ago
Tony Lu
d12f310b0d
Added targets for examples
6 years ago
Esun Kim
8dfa3c2255
Remove upb targets from BUILD
6 years ago
Esun Kim
0e9a73696d
Merge pull request #19795 from veblush/go-upb
...
Add upb
6 years ago
Yash Tibrewal
fc76cc0d1e
Remove received_trailing_metadata since it's no longer used
6 years ago
Yash Tibrewal
04fa432831
Fail SEND_MESSAGE ops if stream is closed for writes
6 years ago
Yash Tibrewal
308ce6b64a
Reviewer comments
6 years ago
Yash Tibrewal
bc83ccd08b
Log goaway only if it ended with an non NO_ERROR code
6 years ago
Esun Kim
f88bd06ee5
Go UPB!
6 years ago
Richard Belleville
3db8828876
Add TODOs for prefix stripping
6 years ago
Prashant Jaikumar
f212cbad9a
Remove references to GRPCConnectivityMonitor from ConnectivityTestingApp
6 years ago
Richard Belleville
5fd25f3c7c
Refactor rule.
6 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.
6 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
6 years ago
Juanli Shen
6522294325
Fix key gen in locality picking
6 years ago
Tony Lu
4c958e8745
Modified BUILD for examples
6 years ago
Juanli Shen
9e0299c460
Merge pull request #19851 from AspirinSJL/inlined_vector
...
Don't use != in InlinedVector::==
6 years ago
Richard Belleville
79611aca51
Fix up unit test
6 years ago
Tony Lu
08795cd206
Removed framework tests for tv and watch examples
6 years ago
Richard Belleville
4f13303ec4
Validate length of deps in py_grpc_library
6 years ago
Tony Lu
8171981592
Added Bazel BUILD for tests/
...
A few test failures to resolve
6 years ago
Richard Belleville
b7eaa36a8c
Add todo to create new kokoro job.
6 years ago
Richard Belleville
a77404ae6b
Add README to bazel test
6 years ago
Richard Belleville
0aa30c6f23
Remove unintentional dependencies
6 years ago
Richard Belleville
e32980fba2
Quit waiting for a day
6 years ago
Lidi Zheng
cd29d5d935
Merge pull request #19299 from lidizheng/wait
...
Add wait_for_termination method to grpc.Server
6 years ago
Juanli Shen
00793c1c78
Don't use != in InlinedVector::==
6 years ago
Juanli Shen
a914d1c421
Merge pull request #19848 from AspirinSJL/server_address
...
Fix ServerAddress move assignment
6 years ago
Yihua Zhang
dab3bdde61
recongize URI and email address SAN fields
6 years ago
Juanli Shen
5eef4ca270
Merge pull request #19846 from AspirinSJL/msan_fix
...
Fix uninitialized memory in sockaddr utils
6 years ago
Richard Belleville
37b6c8cefd
Fix sanity check
6 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
6 years ago
Prashant Jaikumar
024a864209
Added kokoro config to run grpc_basictests_cpp_ios as part of presubmit
6 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.
6 years ago
Richard Belleville
3638167e40
Call grpc_python_deps() from grpc_deps().
6 years ago
Yash Tibrewal
73a3ff8804
Merge pull request #19839 from yashykt/keep_reading
...
Remove ref and unref on keep reading
6 years ago
Juanli Shen
4c23c6f22a
Fix ServerAddress move assignment
6 years ago
Juanli Shen
a1477e8b7e
Fix uninitialized memory in sockaddr utils
6 years ago
Tony Lu
28ed900adc
Increased timeout limit
6 years ago
Nicolas "Pixel" Noble
d5191a5f8b
Adding src/core/ext/upb-generated in our include path.
...
This enables us to build both from Bazel and make.
6 years ago
Nicolas Noble
d7167c4a7d
Merge pull request #19786 from nicolasnoble/bazel-version-force
...
Few fixes to the gen_upb_api.sh script.
6 years ago
Yang Gao
33898f2f60
Merge pull request #19837 from yang-g/deadcode
...
Dead code removal
6 years ago
Richard Belleville
e89096cdf2
AAAAAAAHHHHHH
6 years ago
Yash Tibrewal
0c94e5b2f6
Remove ref and unref on keep reading
6 years ago
Lidi Zheng
3e84f47d3f
Apply the spin wait mechansim
6 years ago
Lidi Zheng
79729a8d21
Merge pull request #19825 from lidizheng/syntax-py3
...
Make py3 syntax check happy
6 years ago
Richard Belleville
66114201b4
Modernize cancellation example
6 years ago