Eric Gribkoff
4d391b64e1
avoid AttributeError when object init fails
6 years ago
Alexander Polcyn
371b987bf4
Revert turning c-ares on by default
6 years ago
Muxi Yan
f36a6e9aef
Eliminate compiler warning
6 years ago
Muxi Yan
c059946a75
Fix bug where remote host's trailing slash is not removed, causing name resolution failure
6 years ago
Muxi Yan
121e04bc1e
address comments 2
6 years ago
Eric Gribkoff
025cb9b1e7
correctly name __dealloc__ method
6 years ago
Richard Belleville
ca5c0a8366
Switch to absolute import
6 years ago
Muxi Yan
d4fa274bf2
address comments
6 years ago
Juanli Shen
23677bd827
Remove subchannel args
6 years ago
Alexander Polcyn
46a872864c
Turn on c-ares as the default resolver
6 years ago
Muxi Yan
0c4c2de427
Clean up code
6 years ago
Juanli Shen
da4ab59b0d
Remove state_watcher from subchannel
6 years ago
Jan Tattermusch
5a6c984d3a
clang format code
6 years ago
Guantao Liu
11eff929e2
Avoid the thread jump in server callback APIs.
...
Add a utility function in iomgr to check whether the caller thread is a
worker for any background poller, and keep grpc combiner from offloading
closures to the default executor if the current thread is a worker for
any background poller.
6 years ago
Christopher Warrington
832e5f06c3
Fix typos in comments
6 years ago
Muxi Yan
8b55c6a871
clang-format
6 years ago
Muxi Yan
cf303c3ee7
Deadlock fix for GRPCCall
6 years ago
Muxi Yan
d7650a841b
Bug fix for GRXConcurrentWriter
6 years ago
Muxi Yan
3cdc0db838
clang-format
6 years ago
Muxi Yan
03232ba46f
Polish comments and correct concurrent writeable behavior
6 years ago
Muxi Yan
5e10a3b037
Make gRPC ObjC thread safety right
6 years ago
Soheil Hassas Yeganeh
0d6e10e795
clang-format all the files.
...
Whenever we run clang-format, gen_build_yaml.py and
ServerServiceDefinitionExtensions.cs get modified by the script.
Let's commit those changes so that these file remain unmodified
after running the formatting script.
6 years ago
Eric Gribkoff
4b2086eecd
restore cython flag value to default after test
6 years ago
Eric Gribkoff
d79d2f1ca7
Do not reload grpc in unit tests
...
This can break subsequently run tests, including any which have already
stored references to gRPC enums (such as grpc.StatusCode.OK). The
subsequent tests will compare now be comparing the old enums to the
reloaded enums, and they will not match. This causes errors in
_metadata_code_details_test and a hang in _metadata_flags_test, when run
in sequence locally after _logging_test.
It's unclear why this has been working on Kokoro, but it is reproducible
locally and is behavior that should be avoided.
6 years ago
Muxi Yan
b4a926961a
Fix static analizer errors
6 years ago
Juanli Shen
03431b4f69
Remove filters from subchannel args
6 years ago
Muxi Yan
04dfa7d7b2
clang-format
6 years ago
Muxi Yan
077cc271e5
Proposed Cronet fixes
6 years ago
Sanjay Pujare
94d5587643
Regenerate projects
6 years ago
Alexander Polcyn
cab4774d95
Add a way to avoid if_nametoindex function for non-posix linux platforms that don't support it
6 years ago
Muxi Yan
1f3829180c
Fix missing ConnectivityMonitor usage
6 years ago
Jan Tattermusch
9c5ca8365c
Revert "Implement a lock-free fast path for queue_call_request()"
6 years ago
Jan Tattermusch
12aae4f7bb
Revert "Revert "better slice management for win_read""
...
This reverts commit a050ae8ddc
.
6 years ago
Jan Tattermusch
f0e960714e
Revert "Revert "basic tcp_trace support for windows""
...
This reverts commit f438d72e6c
.
6 years ago
Richard Belleville
0daa420417
Free grpc_channel_args after creation
6 years ago
Richard Belleville
dd4830eae8
Make gRPC version string available as grpc.__version__
6 years ago
Eric Gribkoff
4e3e46df22
fix test
6 years ago
Eric Gribkoff
e678187996
use test constants, fix formatting
6 years ago
Eric Gribkoff
b74af8c70b
skip test with gevent
6 years ago
Eric Gribkoff
71e7e6ddc7
Add Watch method to health check service
6 years ago
Tommy Chen
39ac83a49e
ruby-sigint ready to be merged!
6 years ago
Alexander Polcyn
00763bc3ea
Support named scope id's with ipv6 resolver on posix
6 years ago
xtao
5ac6ab67e4
* Fixed issue(17563) "Freeing heap block containing an active critical section." reported by Application Verifier on Windows.
6 years ago
Eric Gribkoff
b6b745f22d
disable broken gevent test
6 years ago
Eric Gribkoff
2f029bade0
Clean up server and channel objects in tests
6 years ago
Yash Tibrewal
15460eb3c9
Fix error
6 years ago
Yash Tibrewal
b09ed93d02
Revert changes to Context list cleanup
6 years ago
yang-g
d6dd6f25f4
Correctly reference the internal string for socket mutator arg
6 years ago
Lidi Zheng
1ac4a01a0e
Fix Complain of Higher Version Pylint
6 years ago
Mark D. Roth
09f57c17ee
Refactor request routing code out of client_channel.
6 years ago