Alexander Polcyn
cdd4203042
use thread pool from v1.0.x but keep server call life cycle in master
8 years ago
yang-g
8e9fc9bd0e
Test credentials provider update
8 years ago
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
Craig Tiller
0960818e54
bm_fullstack runs
8 years ago
Craig Tiller
b0f3bca0ef
Everything compiles...
8 years ago
Craig Tiller
a7d37a371a
Initial conversion work to indexed metadata
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
6f8507f2b0
UserResource does not reference tcp endpoint on windows
8 years ago
Jan Tattermusch
8613e474cb
Merge remote-tracking branch 'upstream/v1.0.x' into HEAD
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
yang-g
8fb73d22f1
Pretty print outgoing headers
8 years ago
Craig Tiller
637209cec5
Fix trace
8 years ago
Craig Tiller
dcbe70c137
Faster comparison
8 years ago
Craig Tiller
3b05e1da91
Move from cmp --> eq, and provide a good implementation for interning
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
Craig Tiller
73ee7dc559
C++ compiles
8 years ago
Craig Tiller
cca7589333
Start moving C++ to slice interfaces
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
Craig Tiller
cf1c821ae6
Start getting interning into hpack parser/encoder
8 years ago
Craig Tiller
480e1d8d9f
Merge github.com:grpc/grpc into eliminate_mdstr
8 years ago
Craig Tiller
50d6e7e79a
h2_full_test in debug passes
8 years ago
Craig Tiller
f5b8ad8449
Fix server
8 years ago
Craig Tiller
df2d922285
Fixes
8 years ago
Craig Tiller
03cdd3e2de
Fix timeout decoding
8 years ago
Craig Tiller
5ae3ffb367
Fix cleanup bug
8 years ago
Craig Tiller
1282a67fe6
Take advantage of grpc_metadata/grpc_mdelem equivalency
8 years ago
Craig Tiller
9ecadce1e0
Get identity law testing right
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
Craig Tiller
a8b66a6e02
Get core compiling again
8 years ago
Craig Tiller
ac5f518016
Merge branch 'slice_with_exec_ctx' into eliminate_mdstr
8 years ago
David Garcia Quintas
4283a26484
pr comments
8 years ago
yang-g
8706c6ec5d
add todo
8 years ago
Craig Tiller
b28c7e8710
Merge github.com:grpc/grpc into slice_with_exec_ctx
8 years ago
Craig Tiller
e170293530
Progress towards mdelem pointer elimination
8 years ago
Mark D. Roth
062ab441c4
Fix locking in HTTP CONNECT handshaker.
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
Craig Tiller
0160de9ae5
Begin moving mdelem to be a value type
8 years ago