Srini Polavarapu
75f697db9c
Bump version to v1.14.0
7 years ago
Mehrdad Afshari
92a06353e2
Merge pull request #15682 from mehrdada/bump-pylint
...
Bump pylint to 1.9.2
7 years ago
Yang Gao
ab8642d888
Merge pull request #15121 from yang-g/empty_string
...
handle empty slice explicitly
7 years ago
Muxi Yan
6fcbee0d03
Merge pull request #15664 from muxi/binary-size
...
Scripts for iOS size audit
7 years ago
yang-g
5c67fae9eb
Add test
7 years ago
Mark D. Roth
5fd74922ff
Merge pull request #15539 from markdroth/recv_trailing_metadata_ready
...
move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
7 years ago
Yang Gao
045e4f9889
Merge pull request #13796 from y-zeng/cli_token
...
Report more error messages in grpc_cli
7 years ago
Nathaniel Manista
8872a312c3
Merge pull request #14879 from santoshankr/python_ssl_session_cache_lru
...
TLS session resumption support for Python clients.
7 years ago
yang-g
801e566622
handle empty slice explicitly
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
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
61278f3aa7
Revert "Fix shutdown of closed fd when c-ares opens a second fd"
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
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
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
Yash Tibrewal
bbbcc451df
Merge pull request #15394 from yashykt/maxmsglen
...
Allow unlimited as the max receive message length
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
Muxi Yan
eb22c792f2
Provide diff sign for each line
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
Nathaniel Manista
b441dbbc2c
Merge pull request #15666 from nathanielmanistaatgoogle/15662
...
Retain references to channel arguments.
7 years ago
Mark D. Roth
0cdf00839b
Merge pull request #15649 from markdroth/avoid_peer_string_alloc
...
Avoid allocating the peer string returned from the transport.
7 years ago
apolcyn
c09f7432c0
Merge pull request #15665 from apolcyn/fix_windows_addr_sort_lnik
...
Make address sorting depend on the same base libs as grpc, for windows
7 years ago
Muxi Yan
d7728cda51
Merge pull request #15069 from muxi/prototype-cfstream
...
Implementation of CFStream
7 years ago
Muxi Yan
a323b51ece
Merge pull request #15567 from muxi/mobile-log-per-host
...
Make mobile log per-host
7 years ago
Noah Eisen
125596dfc9
Merge pull request #15667 from ncteisen/fuzzer
...
Fix Internal Fuzzer Error
7 years ago
Mark D. Roth
0688b4df94
Merge pull request #15663 from markdroth/grpclb_client_load_reporting_flake_fix
...
Increase client load reporting interval to avoid test flake.
7 years ago
Jan Tattermusch
890717b087
build package with native debug symbols
7 years ago
Jan Tattermusch
b6f0d0d682
add package with native debug symbols
7 years ago