ncteisen
6c987cbf09
Rename channelz Channel to ChannelNode
7 years ago
Mehrdad Afshari
d6547ea1a4
Change exception type to AssertError
7 years ago
Mark D. Roth
8ae0ff0af2
Move recv_trailing_metadata into its own callback. Don't use
...
on_complete for recv_ops.
7 years ago
Mehrdad Afshari
f07f6c9a87
Remove comment that is no longer relevant
7 years ago
Mehrdad Afshari
7cd4ee7a42
Change notes on suppressions
7 years ago
Jan Tattermusch
b8fb538471
regenerate C# protos
7 years ago
Jan Tattermusch
c70c2b4ede
C# codegen: use fully qualified name in __Marshaller_* fields
7 years ago
Jan Tattermusch
1987aa2542
demonstrate testability of server-side impl classes
7 years ago
Jan Tattermusch
8b5e45a35b
Merge pull request #15685 from grpc/revert-15435-fix_shutdown_closed_socket
...
Revert "Fix shutdown of closed fd when c-ares opens a second fd"
7 years ago
Jan Tattermusch
1d1070216e
add tests demonstrating how to mock client stubs
7 years ago
thinkerou
dbdf00685e
fix readme markdown render
7 years ago
Jan Tattermusch
6ccf4b7930
fix shellcheck error
7 years ago
Jan Tattermusch
61278f3aa7
Revert "Fix shutdown of closed fd when c-ares opens a second fd"
7 years ago
Jan Tattermusch
5def921962
fix comments
7 years ago
Jan Tattermusch
2ea5e1d1de
Merge pull request #14908 from jtattermusch/csharp_artifact_pdb
...
Provide nuget package with debugging symbols for grpc_csharp_ext
7 years ago
Mehrdad Afshari
3b248945f8
Prevent early exit on one pylint failure
7 years ago
Mehrdad Afshari
6eac8c5e88
Run yapf to reformat Python code
7 years ago
Loo Rong Jie
73b613b6b0
Remove -DWIN32_LEAN_AND_MEAN
7 years ago
Mehrdad Afshari
2b6b6cad12
Bump pylint to pylint-1.9.2
7 years ago
Mehrdad Afshari
adedd43b09
Disable additional pylint warnings due to upgrade
7 years ago
Mehrdad Afshari
109b5b1dcc
Fix arguments-differ pylint warning
7 years ago
Mehrdad Afshari
de1718c1c0
Remove unused _junkdrawer
7 years ago
Mehrdad Afshari
a941ec6d74
Fix import order to satisfy pylint
7 years ago
Mehrdad Afshari
bfbd192a82
Fix raising-format-tuple pylint warning
7 years ago
Mehrdad Afshari
b6955d996f
Refactor to avord redefining argument
7 years ago
Mehrdad Afshari
c095c5c847
Fix arguments-differ pylint warning
7 years ago
Mehrdad Afshari
6c44fd6e25
Fix useless-super-delegation pylint warnings
7 years ago
Mehrdad Afshari
ebb176780b
Implement abstract methods _LocalFailure inherits
7 years ago
Mehrdad Afshari
a99945d500
Fix arguments-differ pylint warning
7 years ago
Mehrdad Afshari
4b7223d334
Remove unnecessary pylint suppressions
7 years ago
Mehrdad Afshari
0aaeedcbd4
Fix inconsistent-return-statements pylint warnings
7 years ago
Mehrdad Afshari
c48acb86fd
Fix code to pass len-as-condition pylint test
7 years ago
ncteisen
eb2aa9cb3b
Tighten the bar and refactor and offender:
7 years ago
Muxi Yan
04c85137e8
Merge pull request #15677 from muxi/fix-cfstream-podspec
...
Fix CFStream default subspec
7 years ago
Nathaniel Manista
06e1683c7c
Merge pull request #14557 from ghostwriternr/py-custom-logger
...
Update logging in Python to use module-level logger.
7 years ago
ncteisen
2ce76b33e3
Enforce max function length at 800
7 years ago
ncteisen
9b817af5f9
Remove bloated grpc_avl test cases
7 years ago
Yash Tibrewal
bbbcc451df
Merge pull request #15394 from yashykt/maxmsglen
...
Allow unlimited as the max receive message length
7 years ago
ncteisen
b8a52e0cf3
Add new end2end test for channelz
7 years ago
ncteisen
9b488f788b
Review feedback
7 years ago
ncteisen
7e7edc95b3
reviewer feedback:
7 years ago
apolcyn
0e8b122f7f
Merge pull request #14649 from apolcyn/fix_cares_test_on_ipv6_only
...
Address comments on #14610 , fix c-ares tests on ipv6-only hosts
7 years ago
Muxi Yan
6df75c5989
podspec nit fix
7 years ago
ncteisen
a94896ffea
Add no_error_on_hotpath test
7 years ago
ncteisen
3fa24f6e90
Add an error mode to disable creation
7 years ago
Muxi Yan
eb22c792f2
Provide diff sign for each line
7 years ago
Alexander Polcyn
4e8a2f5f27
Remove already_closed param from fd_orphan
7 years ago
Santosh Ananthakrishnan
fd4c5dd031
TLS session resumption support for Python clients
...
This change adds an experimental ssl_session_cache_lru function to the
Python API that returns an encapsulated grpc_ssl_session_cache (#14483 ).
Python clients may use this object as an argument for the
grpc.ssl_session_cache channel option if they wish to cache and resume
TLS sessions with a server.
7 years ago
apolcyn
701a4b1c32
Merge pull request #15435 from apolcyn/fix_shutdown_closed_socket
...
Fix shutdown of closed fd when c-ares opens a second fd
7 years ago
Yash Tibrewal
3052cff753
Change comments
7 years ago