Paul Marks
366a0515c9
port_posix: use IPv4+IPv6 sockets to check for a free port.
...
This allows the port picker to function across dual-stack and
IPv4/IPv6-only environments.
For a port to be considered available, the kernel must support at least
one of (IPv6, IPv4), and the port must be available on each supported
family.
Also use the bool type where feasible.
This is based on http://cl/97155408 (for those who can read it.)
8 years ago
David G. Quintas
01eda53c81
Merge pull request #8829 from dgquintas/grpclb_right_target
...
Check on *target, not target
8 years ago
David G. Quintas
7cb13183d4
Merge pull request #8822 from dgquintas/grpclb_serverlist_leak
...
Fixed leak upon duped serverlist updates
8 years ago
Noah Eisen
4334fe5a2e
Merge pull request #8817 from ncteisen/python_stress_flags
...
Add new flags to Python stress client
8 years ago
David Garcia Quintas
6493a73888
Check on *target, not target
8 years ago
Noah Eisen
24804d25b4
Add new flags to Python stress client
...
Add use_tls, use_test_ca, and server_host_override flags to Python
stress client. These are needed to run the stress client against a local
server that is using tls.
8 years ago
Jan Tattermusch
1864870ef0
Merge pull request #8808 from jtattermusch/update_async_311
...
C#: Update System.Interactive.Async to 3.1.1
8 years ago
David Garcia Quintas
1ebcaa2f54
Fixed leak upon duped serverlist updates
8 years ago
Jan Tattermusch
e7099c8835
update Grpc.HealthCheck.nuspec
8 years ago
Jan Tattermusch
63cdea3cf0
update Grpc.Core.nuspec
8 years ago
Jan Tattermusch
f8c43a0b34
update project.json projects to System.Interactive.Async 3.1.1
8 years ago
Jan Tattermusch
57cc83e203
Update .csproj files to System.Interactive.Async to 3.1.1
8 years ago
David G. Quintas
2ef2d2a516
Merge pull request #8804 from dgquintas/tcp_client_error
...
tcp_client_posix: Don't overwrite error descr.
8 years ago
Jan Tattermusch
eed43d9128
Merge pull request #8792 from jtattermusch/interop_less_verbose
...
Reduce noise in interop test output
8 years ago
David Garcia Quintas
19badff717
tcp_client_posix: Don't overwrite error descr.
8 years ago
Yang Gao
501a4fc19c
Merge pull request #8785 from yang-g/message_limits
...
Expose message limit constants so that users can reference them
8 years ago
David G. Quintas
8d02f9b988
Merge pull request #8787 from dgquintas/grpclb_reworked_conn_state
...
Rewrote connectivity status logic for gRPC LB
8 years ago
David Garcia Quintas
1a2e40e0ce
clang-format
8 years ago
David Garcia Quintas
1a84f99caa
regenerated projects
8 years ago
David Garcia Quintas
4283a26484
pr comments
8 years ago
yang-g
8706c6ec5d
add todo
8 years ago
Jan Tattermusch
91936b32f6
Merge pull request #8793 from jtattermusch/full_performance_fixes
...
Fix windows benchmarks and upload all 3 reports
8 years ago
Jan Tattermusch
88818ae49a
fix windows benchmarks and upload all 3 reports
8 years ago
Jan Tattermusch
03b7612a22
stop using login shell for invoking interop tests
8 years ago
Jan Tattermusch
34e8b91726
ruby doesnt need login shell
8 years ago
Jan Tattermusch
6d4dba9fa7
node doesnt need login shell
8 years ago
David Garcia Quintas
e7d2f21d6b
improved logging
8 years ago
David Garcia Quintas
c2e6254984
Merge branch 'master' of github.com:grpc/grpc into grpclb_reworked_conn_state
8 years ago
David G. Quintas
405503be43
Merge pull request #8758 from dgquintas/lb_token_nullness
...
Added more testing for grpclb tokens
8 years ago
David Garcia Quintas
149f09da97
Rewrote connectivity status logic for gRPC LB
8 years ago
yang-g
e46de3d416
Expose message limit constants so that users can reference them
8 years ago
Jan Tattermusch
66de9494af
Merge pull request #8768 from jtattermusch/windows_performance_tests
...
Enable running C# benchmarks on Windows
8 years ago
Noah Eisen
37afb3387a
Merge pull request #8784 from ncteisen/py_interop_client_tweak
...
Add default arguments to python interop client
8 years ago
Noah Eisen
91f24b9ccf
Add default arguments to python interop client
8 years ago
Mark D. Roth
ed92f7bc04
Merge pull request #8617 from markdroth/service_config_json
...
Use JSON tree for service config channel arg.
8 years ago
David G. Quintas
fd3c054063
Merge pull request #8777 from dgquintas/undo_nulling
...
Undo wrong NULLing in grpclb
8 years ago
Mark D. Roth
45bc38d115
Fix build.
8 years ago
David Garcia Quintas
4a0e584d50
Undo wrong NULLing in grpclb
8 years ago
Craig Tiller
1dc9ad3327
Merge pull request #8630 from ctiller/newlines
...
Support percent-encoding status messages
8 years ago
Craig Tiller
56a260b5ae
Merge pull request #8503 from ctiller/bm_fullstack
...
Kicking off fullstack micro-benchmarking
8 years ago
Craig Tiller
f69369741d
Review feedback
8 years ago
Craig Tiller
1016d9feca
Merge github.com:grpc/grpc into bm_fullstack
8 years ago
Craig Tiller
077da7fa31
Fix merge error
8 years ago
Craig Tiller
d57a1487b1
Merge github.com:grpc/grpc into newlines
8 years ago
Mark D. Roth
863113a0d9
Merge remote-tracking branch 'upstream/master' into service_config_json
8 years ago
Yang Gao
740665a6f6
Merge pull request #8737 from yang-g/creds_sanitize
...
Redact sensitive data from api traces
8 years ago
Jan Tattermusch
63a8446276
start runing win benchmarks as part of full suite
8 years ago
Jan Tattermusch
2de47cba05
enable running windows perf tests
8 years ago
Jan Tattermusch
c280b568b3
Merge pull request #8765 from jtattermusch/fix_unreacheable_code_usage
...
Fix usage of GPR_UNREACHABLE_CODE
8 years ago
Jan Tattermusch
b0fb2d2b7a
fix windows build
8 years ago