Carlos Valera
|
efce74b525
|
Print trailing metadata in the "grpc_cli call" command.
This often includes important debugging information when the RPC returns
a non-OK status.
|
7 years ago |
Vijay Pai
|
8c45a9a87f
|
Fix header includes
|
7 years ago |
Muxi Yan
|
9ef1f359ca
|
Put infer_length_after_decode in bin_decoder
|
7 years ago |
Muxi Yan
|
09bd5c0b1b
|
convert cronet headers to metadata in one function
|
7 years ago |
Alexander Polcyn
|
1bc550132a
|
Fix ruby artifact build
|
7 years ago |
David G. Quintas
|
d555bd8543
|
Merge pull request #14472 from jtattermusch/dualstack_socket_test_attempt2
Further increase deadline in dualstack_socket_test
|
7 years ago |
Muxi Yan
|
618a0078ae
|
Check sanity of src directory
|
7 years ago |
Vijay Pai
|
2aa7f88294
|
Move destructor and Start to implementation
|
7 years ago |
Vijay Pai
|
8a9e56eddb
|
Header inclusion
|
7 years ago |
Mark D. Roth
|
39d5121cb7
|
Merge pull request #14473 from markdroth/lb_policy_crash
Fix crash when failing to create an LB policy.
|
7 years ago |
Vijay Pai
|
a8453a20d8
|
Merge branch 'master' into 2phase_thd
|
7 years ago |
Muxi Yan
|
5262c087d8
|
Merge pull request #14468 from muxi/fix-grpc++
Fix grpc++->grpcpp leftover files
|
7 years ago |
Mark D. Roth
|
9b32d9c4f3
|
Merge pull request #14437 from yihuazhang/security_connector_replacement
Security connector replacement
|
7 years ago |
Mark D. Roth
|
3ef4af2eae
|
Fix crash when failing to create an LB policy.
|
7 years ago |
Vijay Pai
|
57c52eebce
|
MinGW requires lambdas to set their calling method if needed
|
7 years ago |
Jan Tattermusch
|
9429f7dfc9
|
increase deadline in dualstack_socket_test
|
7 years ago |
Vijay Pai
|
4a0cd70042
|
wip for Windows port
|
7 years ago |
Muxi Yan
|
9614395928
|
Fix grpc++->grpcpp leftover files
|
7 years ago |
Vijay Pai
|
03e2e13283
|
Minor fixes
|
7 years ago |
Ken Payson
|
a75712a71f
|
Remove Python background poller thread
|
7 years ago |
Adele Zhou
|
1c805ec901
|
Add more bazel tests
|
7 years ago |
Jiangtao Li
|
085a3afcae
|
Merge pull request #14466 from jiangtaoli2016/ssl_test
Re-enable mismatched ALPN SSL tests for boringSSL.
|
7 years ago |
Vijay Pai
|
c02d997607
|
Minor bug fixes
|
7 years ago |
Vijay Pai
|
af32232337
|
Merge pull request #14465 from y-zeng/rm_owner
Remove C++ end2end test owners
|
7 years ago |
Noah Eisen
|
b4a6e6a3fc
|
Merge pull request #14434 from ncteisen/macos-warning
Fix compiler warning
|
7 years ago |
adelez
|
14616bfc7a
|
Merge pull request #14451 from adelez/foundry_integration
Bazel support: run end2end tests with different pollers
|
7 years ago |
Yuchen Zeng
|
8c259b1a62
|
Remove C++ end2end test owners
|
7 years ago |
kpayson64
|
3156f1858a
|
Merge pull request #14449 from kpayson64/less_logging
Lower debug logging on epollex
|
7 years ago |
jiangtaoli2016
|
19eddbef5e
|
Re-enable mismatched ALPN SSL tests for boringSSL.
|
7 years ago |
Mark D. Roth
|
bd0f15119a
|
Refactor code for generating balancer channel args.
|
7 years ago |
Mark D. Roth
|
824b21e13a
|
Merge pull request #13870 from markdroth/c++_lb_policy
C++ LB policy API
|
7 years ago |
Vijay Pai
|
c3e5c56d1a
|
Fix low level benchmark
|
7 years ago |
Vijay Pai
|
1d71d461df
|
Merge branch '2phase_thd' of github.com:vjpai/grpc into 2phase_thd
|
7 years ago |
Vijay Pai
|
14300f121c
|
Fix one Linux-specific test
|
7 years ago |
Yihua Zhang
|
75f0a9fbd2
|
place security_connector in its own subdirectory
|
7 years ago |
Jan Tattermusch
|
2336c69d32
|
Merge pull request #14353 from jtattermusch/cmake_polishing
Fine tune cmake find_package usage
|
7 years ago |
Mark D. Roth
|
c887549f92
|
Convert LB policy API to C++.
|
7 years ago |
Vijay Pai
|
87e2e6a58a
|
clang-fmt
|
7 years ago |
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 |
Juanli Shen
|
84f94c17aa
|
Merge pull request #14438 from grpc/revert-14412-revert-14376-revert-14356-revert-13671-grpclb_reresolution
Reintroduce grpclb re-resolution with fix
|
7 years ago |
Carlos O'Ryan
|
b636f3134e
|
Fix typo in constant name.
s/Allignment/Alignment/ (not the double-l).
|
7 years ago |
Jan Tattermusch
|
9a5a3883f5
|
Merge pull request #13963 from rongjiecomputer/windows
[Bazel] Do not use -pthread on Windows
|
7 years ago |
Vijay Pai
|
587ee3f6a8
|
Update thd.h
|
7 years ago |
Adele Zhou
|
2d0718a7da
|
Add bazel target for more tests.
|
7 years ago |
Adele Zhou
|
9f810b59f2
|
Run end2end tests with different pollers with Bazel.
|
7 years ago |
Adele Zhou
|
a2013f86a0
|
Fix the fuzzer corpus path.
|
7 years ago |
Vijay Pai
|
5e1298f0a8
|
Fix thread leak by delaying thread exit until join is ready
|
7 years ago |
Juanli Shen
|
10142e4651
|
Fix test again
|
7 years ago |
Ken Payson
|
39921e9031
|
Lower debug logging on epollex
|
7 years ago |