Vijay Pai
|
4258f11d88
|
Merge branch 'attach' into 2phase_thd
|
7 years ago |
Vijay Pai
|
da69355f30
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
7 years ago |
Vijay Pai
|
587ee3f6a8
|
Update thd.h
|
7 years ago |
Vijay Pai
|
5e1298f0a8
|
Fix thread leak by delaying thread exit until join is ready
|
7 years ago |
Vijay Pai
|
58a62755fc
|
Remove support for detached threads. All threads must be joined.
|
7 years ago |
David G. Quintas
|
b0d71823a0
|
Merge pull request #14444 from dgquintas/kill_grpclb_test
Removed outdated grpclb_test
|
7 years ago |
Muxi Yan
|
34e8e0a640
|
Merge pull request #14210 from muxi/move-cpp-headers
gRPC C++ Public Header Directory Change
|
7 years ago |
Eric Gribkoff
|
bd54747480
|
Merge pull request #14443 from ericgribkoff/java_v1.10.0
Add grpc-java 1.10.0 to interop matrix
|
7 years ago |
Eric Gribkoff
|
b76df75217
|
Fix github url in client_matrix.py
|
7 years ago |
David Garcia Quintas
|
249a1d7104
|
Removed outdated grpclb_test
|
7 years ago |
Eric Gribkoff
|
6dc65d9f51
|
Add grpc-java 1.10.0 to interop matrix
|
7 years ago |
Eric Gribkoff
|
ca45554f1c
|
fix github uri in client_matrix.py
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Mark D. Roth
|
89b32bab1d
|
Merge pull request #14440 from markdroth/resolver_shutdown_fix
Fix refcounting bug in resolver callback.
|
7 years ago |
Mark D. Roth
|
1b95f476cc
|
Fix refcounting bug in resolver callback.
|
7 years ago |
Mark D. Roth
|
782fdc7453
|
Merge pull request #14416 from markdroth/send_message_slice_ownership
Take ownership of byte_buffer contents as soon as send_message op is started.
|
7 years ago |
kpayson64
|
ddd50b9a93
|
Merge pull request #14430 from kpayson64/multi_poll_per_call
Use heuristic to determine how many events to handle per iteration
|
7 years ago |
Vijay Pai
|
d50b19188f
|
Update todo
|
7 years ago |
Noah Eisen
|
55f95df764
|
Merge pull request #14429 from ncteisen/channel-arg-utils
Channel Arg Utility: grpc_channel_arg_get_string
|
7 years ago |
ncteisen
|
24f388bf95
|
Fix compile
|
7 years ago |
ncteisen
|
ff19019e50
|
Add clarifying comment
|
7 years ago |
ncteisen
|
bf323a985f
|
Use grpc_channel_arg_get_string when appropriate
|
7 years ago |
apolcyn
|
22f363981a
|
Merge pull request #14411 from apolcyn/python_test_deps_in_bazel
Add 3rd-party bazel dependencies needed to run resolver tests in bazel
|
7 years ago |
Alex Polcyn
|
aa56034b58
|
Add python bazel deps needed to run resolver component tests
|
7 years ago |
Ken Payson
|
be619a3620
|
Use heuristic to determine how many events to handle per iteration
|
7 years ago |
Mark D. Roth
|
67f1012360
|
Fix chttp2 to destroy the send_message byte stream upon error.
|
7 years ago |
ncteisen
|
6f374ea2fe
|
Use new helper funciton in one file
|
7 years ago |
ncteisen
|
08caf82e8d
|
Add channel arg helper for string
|
7 years ago |
Noah Eisen
|
874f8128cd
|
Merge pull request #14428 from ncteisen/fuzz-2460
Fix Fuzz 2460
|
7 years ago |
Noah Eisen
|
68c0020709
|
Re gen projects
|
7 years ago |
Noah Eisen
|
b85b28ee37
|
Merge pull request #14427 from ncteisen/cleanup
Cleanup from a quickly merged PR
|
7 years ago |
Noah Eisen
|
ffff5421a7
|
Fix fuzz test
|
7 years ago |
Noah Eisen
|
9f3f4837af
|
Add repro
|
7 years ago |
Noah Eisen
|
6b8430a20b
|
Merge pull request #14424 from ncteisen/fuzz-4141
Fix Fuzz 4141
|
7 years ago |
ncteisen
|
5f1e8533b4
|
Cleanup from a quickly merged PR
|
7 years ago |
Noah Eisen
|
e547b217d3
|
Fix fuzz bug
|
7 years ago |
Noah Eisen
|
b5aec72e7d
|
Add fuzz repro
|
7 years ago |
Noah Eisen
|
e27b27bcea
|
Merge pull request #14423 from ncteisen/fuzz-4147
Fix Fuzz 4147
|
7 years ago |
jboeuf
|
7973c0c15c
|
Merge pull request #14406 from jboeuf/new_ssl_roots
Updating roots from Mozilla.
|
7 years ago |
Mark D. Roth
|
2159f859c7
|
Fix inproc transport to destroy send_message byte stream on failure.
|
7 years ago |
Noah Eisen
|
49cab8f4c6
|
Fix handshaker crash
|
7 years ago |
Noah Eisen
|
2ee8cb998b
|
Add fuzz repro
|
7 years ago |
Noah Eisen
|
fcb446a9dd
|
Merge pull request #14422 from ncteisen/fuzz-4374
Fix Fuzz 4374
|
7 years ago |
Noah Eisen
|
eec31840ab
|
Fix fuzz test
|
7 years ago |
Noah Eisen
|
c7f026142d
|
Add repro
|
7 years ago |
Mark D. Roth
|
e010dc932a
|
Fix http_server filter to destroy its byte stream if it isn't returned.
|
7 years ago |
Mark D. Roth
|
ef58813f0a
|
Fix inproc transport to destroy the send_message byte stream.
|
7 years ago |
Mehrdad Afshari
|
86d7509c6a
|
Merge pull request #14417 from mehrdada/clarify-future-add_done_callback
Clarify add_done_callback works on both success and failure
|
7 years ago |
Mehrdad Afshari
|
db04c18289
|
Clarify add_done_callback works on both success and failure
|
7 years ago |
Mehrdad Afshari
|
8b7baa07f4
|
Merge pull request #14415 from mehrdada/shellcheck-tools-gce
Enforce shellcheck on tools/gce directory
|
7 years ago |