Lidi Zheng
cd29d5d935
Merge pull request #19299 from lidizheng/wait
...
Add wait_for_termination method to grpc.Server
5 years ago
Juanli Shen
a914d1c421
Merge pull request #19848 from AspirinSJL/server_address
...
Fix ServerAddress move assignment
5 years ago
Juanli Shen
5eef4ca270
Merge pull request #19846 from AspirinSJL/msan_fix
...
Fix uninitialized memory in sockaddr utils
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
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
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
Juanli Shen
a1477e8b7e
Fix uninitialized memory in sockaddr utils
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
Yash Tibrewal
0c94e5b2f6
Remove ref and unref on keep reading
5 years ago
Lidi Zheng
3e84f47d3f
Apply the spin wait mechansim
5 years ago
Lidi Zheng
79729a8d21
Merge pull request #19825 from lidizheng/syntax-py3
...
Make py3 syntax check happy
5 years ago
Lidi Zheng
1e62124cfb
Revert changes to helloworld example
5 years ago
Lidi Zheng
42e8bd21b4
Add a workaround for CPython issue 35935
5 years ago
Lidi Zheng
518b55a433
Simplify implementation
5 years ago
Lidi Zheng
59555d5b0c
Add timeout argument to wait_for_termination
5 years ago
Lidi Zheng
8f6ee97345
"EXPERIMENTAL API" added in docstring
5 years ago
Lidi Zheng
c4b7831f20
Make sanity test happy
5 years ago
Lidi Zheng
7257508294
Add a unit test for wait_for_termination
5 years ago
Lidi Zheng
9f6243e824
Add wait_for_termination method to grpc.Server
5 years ago
yang-g
5ab60a849b
dead code removal
5 years ago
Richard Belleville
b88a227135
Merge pull request #19465 from gnossen/cancellation_example
...
Add Python Cancellation Example
5 years ago
Yash Tibrewal
e6756a58ed
Merge pull request #19316 from yashykt/delegating_channel
...
Add Delegating Channel
5 years ago
Karthik Ravi Shankar
9e9f47a090
Merge pull request #19826 from karthikravis/upmerge
...
Bump version to v1.24.0
5 years ago
rmstar
db96d5d6ed
Merge pull request #19821 from rmstar/manual_test_path
...
iOS UI test: fix path to generated code
5 years ago
Arjun Roy
3695eb09e4
Merge pull request #19662 from arjunroy/md_batch_static_idx
...
Reduce instruction count for CH2 metadata ops.
5 years ago
Lidi Zheng
a0ba0b1ff2
Change format
5 years ago
Karthik Ravi Shankar
fcb43f9dee
Regenerate projects
5 years ago
Karthik Ravi Shankar
4851621630
Bump version to v1.24.x
5 years ago
Lidi Zheng
f20171f28b
Found another breakage
5 years ago
Karthik Ravi Shankar
ad1e05214b
Merge remote-tracking branch 'upstream/master'
5 years ago
Lidi Zheng
3eb376c911
Make py3 syntax check happy
5 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"
5 years ago
Yash Tibrewal
01ec829945
Mark private methods of DelegatingChannel final (other than WaitForStateChangeImpl and NotifyOnStateChangeImpl)
5 years ago
Yash Tibrewal
3653439ba6
Merge master and move to experimental
5 years ago
Muxi Yan
1a1b195e1d
Merge pull request #19621 from Tony1023/bazel_objc
...
ObjC Bazel build support
5 years ago
Prashant Jaikumar
732f55ac22
iOS UI test: fix path to generated code
5 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.
5 years ago
Qiancheng Zhao
e20c2e85d8
Merge pull request #19811 from bigfacebear/fix_memory_usage_test_failure
...
fix memory_usage_test failure
5 years ago
Jan Tattermusch
0d6eec8b8f
a few fixes for run_performance_tests.py flame graph generators
5 years ago
Qiancheng Zhao
6c7184a360
fix memory_usage_test failure
5 years ago
Karthik Ravi Shankar
61067eea8e
Merge pull request #19809 from karthikravis/merge-v1.22.x
...
Merge v1.22.x
5 years ago
Karthik Ravi Shankar
d7c8d2e4ae
Merge branch 'v1.22.x' into merge-v1.22.x
5 years ago
Karthik Ravi Shankar
65a0881ef4
Merge branch 'v1.22.x'
5 years ago
Arjun Roy
e14154481b
Merge pull request #19672 from arjunroy/stream_find_debug_assert
...
Reduced ops for grpc_chttp2_stream_map_find().
5 years ago
Arjun Roy
b2cda1e185
Reduced ops for grpc_chttp2_stream_map_find().
...
Several asserts in grpc_chttp2_stream_map_find() can be converted to debug
asserts. This PR also templatizes the internal find() method to have it be
strict in the delete case (which saves some branches).
5 years ago
hcaseyal
799c9717f7
Merge pull request #19783 from hcaseyal/channelz_readable_names
...
Add human-readable names for channelz sockets and listen sockets
5 years ago
Jan Tattermusch
94e2a058e9
Merge pull request #19799 from jtattermusch/csharp_unitypackage_remove_interactive_async
...
Remove System.Interactive.Async dependency from the Unity package
5 years ago