Stanley Cheung
ffae3335c0
PHP: backport dockerfile fixes
5 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.
5 years ago
Muxi Yan
c9fde2237c
Add doc generator for Objective-C
5 years ago
Muxi Yan
433d5936a9
Bump up BoringSSL version as it depends on a new commit
5 years ago
Yash Tibrewal
c097eca1e3
Regenerate projects
6 years ago
Richard Belleville
0c6f8dbed3
Remove ChannelOptions from __init__.py
6 years ago
Richard Belleville
469637efdd
Yapf
6 years ago
Richard Belleville
d5d9bc0a0d
Whitespace-sensitive languages are the worst
6 years ago
Richard Belleville
da9f5f78fe
Add ChannelOptions to experimental module
6 years ago
Richard Belleville
0bb38a88b0
Copyright
6 years ago
Richard Belleville
0dd70ff758
Add TODOs
6 years ago
Richard Belleville
3411202598
Yapf
6 years ago
Richard Belleville
36e8f9ff62
Don't load manual benchmark as test
6 years ago
Richard Belleville
e8d8883485
Add copyright comments
6 years ago
Richard Belleville
e557dd8bb7
Kokoro is v4-only
6 years ago
Richard Belleville
4ad50b8d2b
Don't run benchmark in test runner
6 years ago
Richard Belleville
f09f59f1fd
Pylint
6 years ago
Richard Belleville
9ff053f140
Yapf
6 years ago
Richard Belleville
420c9bceff
Clean up SingleThreadedUnaryStreamMultiCallable
6 years ago
Richard Belleville
12b7a8422a
Remove wait on segregated_call_states. We are passing asan and msan without it
6 years ago
Richard Belleville
5b11fe8caa
Add porcelain for backwards compatbility
6 years ago
Richard Belleville
d9d3e387d0
Add docstrings
6 years ago
Richard Belleville
5782733da0
Dedupe between the two rendezvous
6 years ago
Richard Belleville
d51fa803b9
Protect critical sections
6 years ago
Richard Belleville
4217a79f62
Add and fix _metadata_flags test
6 years ago
Richard Belleville
dd7b04c088
Fix metadata tests
6 years ago
Richard Belleville
5f5e9e2695
Pass RPC test
6 years ago
nanahpang
8574ccc57b
Revert "Add new fields to xds policy config."
6 years ago
nanahpang
a925f2c928
Revert "Ignore EDS endpoints that are unhealthy."
6 years ago
Jan Tattermusch
eb78d34240
add warning to header, fix template
6 years ago
yang-g
7bdbe7ecba
unref error when fail to load file
6 years ago
Jan Tattermusch
1c957d738a
regenerate
6 years ago
James Newton-King
b240210521
PR feedback
6 years ago
Lidi Zheng
35b46aa070
Release 3.8 wheels
6 years ago
James Newton-King
f4480fa8b2
Change to use SetPayloadLength
6 years ago
Esun Kim
be7bea3895
Regenerate projects
6 years ago
Lidi Zheng
a588b5ffb9
Remove the usage of f-string
6 years ago
Lidi Zheng
f73c8d14e2
Make yapf happy
6 years ago
Lidi Zheng
fbe1bc9e8f
Suppress the ImportError of ipaddress for Python 2
6 years ago
Lidi Zheng
ea2e8bce0a
Fix the typo
6 years ago
Vijay Pai
0c5669fbc7
Regen projects
6 years ago
Lidi Zheng
08bbbcd751
Remove `asyncio.sleep(0)`
6 years ago
Vijay Pai
ab72f441d8
Remove unused-parameter warnings, round 2 (14 of 19)
6 years ago
Vijay Pai
bc4eb0d9b4
Remove unused-parameter warnings, round 2 (13 of 19)
6 years ago
Vijay Pai
34b1f03e37
Remove unused-parameter warnings, round 2 (9 of 19)
6 years ago
Vijay Pai
8242bf4057
Remove unused-parameter warnings, round 2 (7 of 19)
6 years ago
Vijay Pai
326b196c76
Remove unused-parameter warnings, round 2 (3 of 19)
6 years ago
Mark D. Roth
2db50beaf5
Ignore EDS endpoints that are unhealthy.
6 years ago
James Newton-King
d8d272119a
Provide length when getting serialization buffer writer
6 years ago
Lidi Zheng
2ced359d78
Adopt reviewer's suggestions
6 years ago