Yash Tibrewal
5d18d4450a
src/core changes
6 years ago
Yash Tibrewal
336b476d32
Adding ExecCtx::Run
6 years ago
Lidi Zheng
2817afd4e9
Make sure Core aware of gevent Cython objects
6 years ago
Michal Ostrowski
f16fcaacb4
Issue 19208: Avoid double close of file-descriptors (poll)
...
After closing a file descriptor honor the "closed" flag to avoid
re-closing it in post-fork processing.
File descriptors must be closed during an orphan operation, because
the closing of the file-descriptor is necessary for the correct function
of code that is polling on the descriptor. Thus even if there are active
references, the close() call is necessary. But this means that post-fork
code may close the file-descriptor, since it is only unregistered from
post-fork after the ref-count reaches 0. All of this can be handled by
ensuring that the post-fork code honors the "close" flag.
6 years ago
Lidi Zheng
61d463672d
Windows' gevent is always special!
6 years ago
Muxi Yan
c9fde2237c
Add doc generator for Objective-C
6 years ago
Vijay Pai
7b9349de04
clang-format
6 years ago
Vijay Pai
8b597ad5ba
Change unused parameter name comment to cast
6 years ago
Lidi Zheng
3cd792ad70
Make YAPF happy
6 years ago
Lidi Zheng
e2ee7bb679
Disable unit._channel_close_test.ChannelCloseTest
6 years ago
Yash Tibrewal
99478f1fe9
Security Handshaker changes
6 years ago
Kevin Freeman
743824be5c
Fix review comments:
...
- Clarify comments
- Simplify code by using grpc_channel_args_find_string function
6 years ago
Zhen Lian
e8d570618e
[Exposing ALTS Context 1/2] Fill in context on TSI and Security Connector Layer
6 years ago
Yoshihiro Saito
4ba9b6d44e
Fix to use immutable string literal
6 years ago
Kevin Freeman
561281f268
Add GRPC_ARG_HTTP_PROXY channel argument.
...
Introduce the GRPC_ARG_HTTP_PROXY channel argument so that HTTP proxy
settings can be controlled per channel.
6 years ago
Mark D. Roth
7ccdc85fa0
CDS LB policy
6 years ago
Jan Tattermusch
942e4688fc
add vcpkg instructions
6 years ago
Jan Tattermusch
e071b7d0f9
try to fix #20782
6 years ago
Stanley Cheung
220c4de732
PHP: update dockerfiles to add MAKEFLAGS=-j8
6 years ago
Richard Belleville
9b058aa157
心よ。心よ。ここは、悪い所よ。
6 years ago
Richard Belleville
026d0e6af6
Incorporate review comments
6 years ago
Richard Belleville
be214c9c50
Yapf
6 years ago
Richard Belleville
90ee052cb8
Attempt to work on kokoro
6 years ago
Richard Belleville
2838ff184d
Make pylint less annoying
6 years ago
Richard Belleville
89fba97892
Yapf. Pylint
6 years ago
Richard Belleville
a577c75cb1
Update docstrings
6 years ago
Richard Belleville
349d79cae9
Integrate with asyncio tests
6 years ago
Richard Belleville
bf7accb2db
Remove unused code
6 years ago
Richard Belleville
09ac5fe573
Fix up reconnect test
6 years ago
Richard Belleville
800e0bb17a
Migrate compression test
6 years ago
Richard Belleville
5e3717953c
Get metadata flags test working
6 years ago
Richard Belleville
3b652bc3ef
WIP. Start writing signatures
6 years ago
Na-Na Pang
c85964edfa
Modify comments
6 years ago
Richard Belleville
49dafa527f
Rename exception and method
6 years ago
Richard Belleville
d07a59efc5
Introduce new error
6 years ago
Richard Belleville
f6dcec556e
Clean up operations sequence
6 years ago
Richard Belleville
844acda19b
Tidy up inheritance hierarchy
6 years ago
Richard Belleville
6ece2af4f1
Refix test
6 years ago
Richard Belleville
72a736fe07
Re-add test
6 years ago
Richard Belleville
2be43cfdc8
TODONE
6 years ago
Richard Belleville
b6a41e2e21
Yapf. Lint
6 years ago
Richard Belleville
897c798311
Reset default unary-stream implementation
6 years ago
Richard Belleville
4b5397dae8
Let errors bubble up to the user
6 years ago
Richard Belleville
82bb86540d
Formatting
6 years ago
Richard Belleville
2ce31086aa
Dedupe
6 years ago
Richard Belleville
3196b8a8e0
Pull out an uncomplicated error PODS
6 years ago
Richard Belleville
420590f163
Pull out a base Rendezvous class
6 years ago
Vijay Pai
a3689a8b6c
Properly handle race at thread creation
6 years ago
Vijay Pai
19a57f0f96
Revert "c++ check if workerthread could be spawned"
6 years ago
Lidi Zheng
fb74da8620
Adopt reviewer's advice
6 years ago