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
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
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
Mark D. Roth
96df9e5ef1
Use the same synchronization in the insecure server code as in the secure.
8 years ago
Jan Tattermusch
66de9494af
Merge pull request #8768 from jtattermusch/windows_performance_tests
...
Enable running C# benchmarks on Windows
8 years ago
Mark D. Roth
071cacf1cb
Rename security handshaker files.
8 years ago
Mark D. Roth
8686cab11c
Use the same connector code for both secure and insecure clients.
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
f77a8ff471
Code cleanup.
8 years ago
Mark D. Roth
3d7e492904
Add missing mutex clean-up.
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
Mark D. Roth
183a59fa23
Clean up connector code.
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
3975768bdb
Fix bugs from merge.
8 years ago
Mark D. Roth
6446368d68
Merge branch 'security_handshaker1' into security_handshaker2
8 years ago
Mark D. Roth
d4d4ce5fac
Merge branch 'security_handshaker1' into security_handshaker2
8 years ago
apolcyn
8a4ac886e4
Merge pull request #8619 from apolcyn/gen_csharp_partial_class
...
Generate c# client stubs as partial classes
8 years ago
Mark D. Roth
30a1beb006
Fix edge cases in HTTP CONNECT handshaker.
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
Mark D. Roth
f9b56b93f7
Change grpc_handshaker_args to be owned by the handshake manager.
...
Also clean up hand-off semantics of endpoints.
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
7d1fc82844
Merge github.com:grpc/grpc into hansel
8 years ago
Craig Tiller
bed24048cc
Remove spam
8 years ago
Craig Tiller
d57a1487b1
Merge github.com:grpc/grpc into newlines
8 years ago
Mark D. Roth
d4ed4fd174
Merge remote-tracking branch 'upstream/master' into security_handshaker3
8 years ago
Mark D. Roth
411297b9a1
Merge remote-tracking branch 'upstream/master' into security_handshaker2
8 years ago
Mark D. Roth
fda46e3db6
Merge remote-tracking branch 'upstream/master' into security_handshaker1
8 years ago
Craig Tiller
ac88ca1907
Fix logic race in chttp2 write path
...
IF:
- we schedule a write in chttp2 in response to some stream op
(which will cause a write that's covered by a poller to be scheduled
on the combiner lock)
- AND then, under that same combiner lock, we process a RST_STREAM
- then we'll remove the op that's being processed, consequently removing
the polling coverage
- and then, IF that is the last poll on said transport, the transport
will never write, which CAN cause servers to fail to shutdown
8 years ago
Mark D. Roth
863113a0d9
Merge remote-tracking branch 'upstream/master' into service_config_json
8 years ago