Tony Lu
d12f310b0d
Added targets for examples
5 years ago
Esun Kim
8dfa3c2255
Remove upb targets from BUILD
5 years ago
Michael Lumish
ae91cd0381
Merge pull request #19862 from murgatroid99/client_filter_no_memset
...
Remove redundant and problematic memset in client_idle_filter
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
murgatroid99
b99d3e1464
Remove redundant and problematic memset
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
Jan Tattermusch
fc1e185696
Merge pull request #19853 from jtattermusch/move_channelextension
...
Move ChannelExtensions (interceptor support) to Grpc.Core.Api (for v1.23.x branch)
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
Christian Maurer
33b8b3f998
Removed whitespace before asterisk
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
Jan Tattermusch
8c99479bc7
move ChannelExtensions to Grpc.Core.Api
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
Yash Tibrewal
73a3ff8804
Merge pull request #19839 from yashykt/keep_reading
...
Remove ref and unref on keep reading
5 years ago
Juanli Shen
4c23c6f22a
Fix ServerAddress move assignment
5 years ago
Muxi Yan
f5cd8eb7c8
Merge remote-tracking branch 'upstream/master' into isolate-call-implementation-2
5 years ago
Juanli Shen
a1477e8b7e
Fix uninitialized memory in sockaddr utils
5 years ago
Tony Lu
28ed900adc
Increased timeout limit
5 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.
5 years ago
Nicolas Noble
d7167c4a7d
Merge pull request #19786 from nicolasnoble/bazel-version-force
...
Few fixes to the gen_upb_api.sh script.
5 years ago
Yang Gao
33898f2f60
Merge pull request #19837 from yang-g/deadcode
...
Dead code removal
5 years ago