Jan Tattermusch
|
5349496af0
|
set higher cpu_cost for arena test
|
7 years ago |
Jan Tattermusch
|
b2f56a0018
|
Revert "run_interop_matrix.py speedup"
|
7 years ago |
ncteisen
|
d93589a0a1
|
Don't proxy no_error_on_hotpath
|
7 years ago |
Jan Tattermusch
|
8f9445ca9f
|
Merge pull request #15629 from jtattermusch/interop_matrix_improvements
run_interop_matrix.py speedup
|
7 years ago |
Yash Tibrewal
|
21dbaab4be
|
Add channel arg to enable/disable http proxy
|
7 years ago |
Muxi Yan
|
be9b5d1437
|
Update connectivity test
|
7 years ago |
Muxi Yan
|
9ae3aeb12f
|
Do not register connectivity monitor if using CFStream
|
7 years ago |
Mark D. Roth
|
fdb72b0bf8
|
Merge pull request #15690 from grpc/revert-15539-recv_trailing_metadata_ready
Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
|
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 |
Mark D. Roth
|
f371513445
|
Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
|
7 years ago |
Alexander Polcyn
|
d6be87b0c1
|
Fix previously-encountered issue: set so_reuseaddr on dummy sockets
|
7 years ago |
Alexander Polcyn
|
d2e357b10d
|
Revert "Merge pull request #15685 from grpc/revert-15435-fix_shutdown_closed_socket"
This reverts commit 8b5e45a35b , reversing
changes made to 2ea5e1d1de .
|
7 years ago |
Yash Tibrewal
|
935ae7d012
|
More comments
|
7 years ago |
Nathaniel Manista
|
369d827445
|
Check conformance to grpc.GenericRpcHandler type
|
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
|
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 |