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
Tony Lu
2aeb7dc28f
Fixed clang_format_code
5 years ago
Tony Lu
36af2bcce2
Added build schemes
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
Tony Lu
5476b0512d
Remade projects for backwards compatibility
5 years ago
Lidi Zheng
a0ba0b1ff2
Change format
5 years ago
Tony Lu
efa43e1bb3
Modified scripts to run builds correct schemes on correct platforms
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
Tony Lu
5be988f412
Adapted samples to new imports & added experimental kokoro jobs
5 years ago
Jan Tattermusch
0d6eec8b8f
a few fixes for run_performance_tests.py flame graph generators
5 years ago
Tony Lu
e24fc43a03
Merge branch 'master' of github.com:grpc/grpc into tv/watchOS
5 years ago
Qiancheng Zhao
6c7184a360
fix memory_usage_test failure
5 years ago
Tony Lu
af8637661e
Made compatible with back to Xcode 8.0. Shortened file paths (removed
...
some)
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
Tony Lu
63e6329c65
Added Kokoro jobs for tvos unit tests
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
Tony Lu
ec181d9695
Added TvTests target with Xcode 9.2
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
Jan Tattermusch
139a556431
Merge pull request #19749 from jtattermusch/parametrized_unary_call_overhead
...
Make UnaryCallOverheadBenchmark parametrized
5 years ago
Arjun Roy
857375a142
Merge pull request #19427 from arjunroy/md_from_slices_v2
...
Added specializations for grpc_mdelem_create.
5 years ago
Yang Gao
36c2cdbabf
Merge pull request #19798 from yang-g/cf_stream
...
Let CFStreamHandle be covered by grpc_init/shutdown
5 years ago