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
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
9e0299c460
Merge pull request #19851 from AspirinSJL/inlined_vector
...
Don't use != in InlinedVector::==
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
Juanli Shen
5eef4ca270
Merge pull request #19846 from AspirinSJL/msan_fix
...
Fix uninitialized memory in sockaddr utils
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
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
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
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
Lidi Zheng
1e62124cfb
Revert changes to helloworld example
6 years ago
Lidi Zheng
42e8bd21b4
Add a workaround for CPython issue 35935
6 years ago
Lidi Zheng
518b55a433
Simplify implementation
6 years ago
Lidi Zheng
59555d5b0c
Add timeout argument to wait_for_termination
6 years ago
Lidi Zheng
8f6ee97345
"EXPERIMENTAL API" added in docstring
6 years ago
Lidi Zheng
c4b7831f20
Make sanity test happy
6 years ago
Lidi Zheng
7257508294
Add a unit test for wait_for_termination
6 years ago
Lidi Zheng
9f6243e824
Add wait_for_termination method to grpc.Server
6 years ago
yang-g
5ab60a849b
dead code removal
6 years ago
Richard Belleville
b88a227135
Merge pull request #19465 from gnossen/cancellation_example
...
Add Python Cancellation Example
6 years ago
Yash Tibrewal
e6756a58ed
Merge pull request #19316 from yashykt/delegating_channel
...
Add Delegating Channel
6 years ago
Karthik Ravi Shankar
9e9f47a090
Merge pull request #19826 from karthikravis/upmerge
...
Bump version to v1.24.0
6 years ago
rmstar
db96d5d6ed
Merge pull request #19821 from rmstar/manual_test_path
...
iOS UI test: fix path to generated code
6 years ago
Arjun Roy
3695eb09e4
Merge pull request #19662 from arjunroy/md_batch_static_idx
...
Reduce instruction count for CH2 metadata ops.
6 years ago
Lidi Zheng
a0ba0b1ff2
Change format
6 years ago
Karthik Ravi Shankar
fcb43f9dee
Regenerate projects
6 years ago
Karthik Ravi Shankar
4851621630
Bump version to v1.24.x
6 years ago
Lidi Zheng
f20171f28b
Found another breakage
6 years ago
Karthik Ravi Shankar
ad1e05214b
Merge remote-tracking branch 'upstream/master'
6 years ago
Lidi Zheng
3eb376c911
Make py3 syntax check happy
6 years ago
Lidi Zheng
7631e410cf
Merge pull request #19586 from gnossen/revert_revert_signal_handling
...
Revert "Merge pull request #19583 from gnossen/revert_signal_handling"
6 years ago
Yash Tibrewal
01ec829945
Mark private methods of DelegatingChannel final (other than WaitForStateChangeImpl and NotifyOnStateChangeImpl)
6 years ago
Yash Tibrewal
3653439ba6
Merge master and move to experimental
6 years ago
Muxi Yan
1a1b195e1d
Merge pull request #19621 from Tony1023/bazel_objc
...
ObjC Bazel build support
6 years ago
Prashant Jaikumar
732f55ac22
iOS UI test: fix path to generated code
6 years ago
Arjun Roy
b437dc0c68
Reduce instruction count for CH2 metadata ops.
...
1) Statically pre-compute static slice indices to save some ALU ops when linking
batched metadata.
2) Change some asserts to debug_asserts since they can provably not be triggered
with the current implementation.
3) Save some slice comparison cycles inside CH2 parsing.
6 years ago
Qiancheng Zhao
e20c2e85d8
Merge pull request #19811 from bigfacebear/fix_memory_usage_test_failure
...
fix memory_usage_test failure
6 years ago
Jan Tattermusch
0d6eec8b8f
a few fixes for run_performance_tests.py flame graph generators
6 years ago
Qiancheng Zhao
6c7184a360
fix memory_usage_test failure
6 years ago
Karthik Ravi Shankar
61067eea8e
Merge pull request #19809 from karthikravis/merge-v1.22.x
...
Merge v1.22.x
6 years ago