Muxi Yan
19ca19beed
Fix indent
7 years ago
Muxi Yan
3b33409e66
clang format
7 years ago
Muxi Yan
7f5dcc9c1a
Add missing '+'
7 years ago
Tyson Roberts
8827bc91eb
Changes \#if forward_declare <forward_decl> \#else <class_imports> \#end in .h files to <forward_decl> \#if <class_imports>
7 years ago
Jiangtao Li
373866da41
Merge pull request #14737 from yihuazhang/alts_proto_cleanup
...
Cleanup ALTS proto
7 years ago
Yihua Zhang
e88b62b974
clean up alts proto
7 years ago
kpayson64
f001d67d4e
Merge pull request #14626 from kpayson64/remove_dead_code
...
Remove unused idle_jobs
7 years ago
Noah Eisen
1571abdb7f
Merge pull request #13883 from ncteisen/channel-tracing
...
Channel Tracing Implementation; Part 1
7 years ago
Yash Tibrewal
26655655a3
Merge pull request #14723 from yashykt/tcpservermemset
...
Zero out address before calling accept
7 years ago
ncteisen
613d6327ef
Add more validation tests to channel_trace_test
7 years ago
ncteisen
2352380262
Update proto name to fix Windows portability build
7 years ago
Yash Tibrewal
81a3376d7d
Zero out resolved address before calling accept
7 years ago
ncteisen
78e532a6e5
Reviewer comments
7 years ago
Vijay Pai
199db911e7
Merge pull request #14719 from vjpai/status_test_deletion
...
Delete status_test that has no coverage; replace with static_asserts
7 years ago
ncteisen
b93a006d64
Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing
7 years ago
Yash Tibrewal
941dbaf9f0
Merge pull request #14715 from yashykt/execctxcleanup
...
Remove unnecessary includes of exec_ctx.h
7 years ago
yihuaz
355554a45f
Merge pull request #14716 from yihuazhang/bazel_nanopb
...
fix nanopb bazel issues
7 years ago
adelez
2d596c50f9
Merge pull request #14617 from adelez/update_vip
...
Replace old server_host with the new one via command line.
7 years ago
Vijay Pai
ba46afe3e2
Delete status_test that has no coverage; replace with static_asserts
7 years ago
Adele Zhou
b1c9b5f10f
Replace old server_host with the new one via command line.
7 years ago
kpayson64
2401c93e07
Merge pull request #14657 from ghostwriternr/reflection-readme
...
Create README for gRPC Python reflection package
7 years ago
Yihua Zhang
5848893d65
build nanopb one-off target
7 years ago
Jan Tattermusch
e5821cdad2
Merge pull request #14708 from jtattermusch/try_fix_php_distribtest_macos
...
Try fixing PHP distribtest on mac kokoro.
7 years ago
Jan Tattermusch
6934ddd92b
Merge pull request #14707 from jtattermusch/fix_kokoro_csharp_macos_distribtest
...
Fix C# distribtest on kokoro macos
7 years ago
Jan Tattermusch
3d10d725b5
Merge pull request #14706 from jtattermusch/upload_distribtest_dockerfiles
...
Upload all distribtest dockerimages to dockerhub
7 years ago
Yash Tibrewal
711e32d584
Add header files for exec_ctx and closure in windows iomgr header files
7 years ago
Nicolas Noble
263d6652ad
Merge pull request #14714 from nicolasnoble/not-ALL-node
...
Adding back nodejs version override support.
7 years ago
Yash Tibrewal
a22e16ad8b
Merge master into yashykt:execctxcleanup
7 years ago
apolcyn
7e24da469c
Merge pull request #14535 from nownabe/ruby-doc
...
Tweak Ruby Documents
7 years ago
Yash Tibrewal
c0cd82faed
Remove unnecessary includes of exec_ctx.h
7 years ago
Nicolas "Pixel" Noble
6f3c4f0aab
Adding back nodejs version override support.
7 years ago
Yash Tibrewal
3681ca350b
Merge pull request #14712 from yashykt/hotplugcpu
...
Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linux
7 years ago
David G. Quintas
ac872dd656
Merge pull request #14556 from dgquintas/grpclb_test_call_creds_removal
...
Verify LB doesn't receive call creds
7 years ago
Yash Tibrewal
0b4361c1b7
Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linux
7 years ago
Zhouyihai Ding
14050f1fda
Merge pull request #14659 from ZhouyihaiDing/trace_call_plugin
...
php: adding trace for call_credentials plugin callback function
7 years ago
Jan Tattermusch
693281d8a2
-regextype flag is not supported on mac
7 years ago
Jan Tattermusch
d0ce0a73e8
fix C# distribtest on kokoro macos
7 years ago
Jan Tattermusch
8f841d23f6
fix broken docker build for python distribtest base images
7 years ago
Jan Tattermusch
e2d47e84ac
ubuntu1504 and 1510 are past their end of life
7 years ago
Jan Tattermusch
d85bc0c837
upload all distribtest dockerimages to dockerhub
7 years ago
Jan Tattermusch
261448e357
Merge pull request #14691 from jtattermusch/kokoro_packages_distribtest
...
Add kokoro build_packages and distribtests jobs.
7 years ago
apolcyn
43911f2564
Merge pull request #14690 from apolcyn/fix_resolver_test_arg_parse
...
Fix resolver test script's arg parsing for bazel runs
7 years ago
David Garcia Quintas
6234054aa8
Verify LB doesn't receive call creds
7 years ago
kpayson64
f60cbbd393
Merge pull request #14688 from kpayson64/revert_pr
...
Revert "Use heuristic to determine how many events to handle per iter…
7 years ago
Nathaniel Manista
b20f768f57
Merge pull request #14702 from nathanielmanistaatgoogle/_face_interface_test
...
Remove _face_interface_test.
7 years ago
Juanli Shen
f3b28b81cf
Merge pull request #14681 from AspirinSJL/head
...
Fix call stack ref flake
7 years ago
Nathaniel Manista
62170372a7
Remove _face_interface_test
...
The Beta API has an execution date and RPC Framework is but a distant
memory.
This test is flaky with Python 3.5 on Windows! Some mysteries will just
have to remain unsolved...
7 years ago
Yash Tibrewal
431aea53db
Merge pull request #14700 from yashykt/httpsclitestlog
...
Add logging for helping debug httpcli tests
7 years ago
Nathaniel Manista
f7a8f8ba7c
Merge pull request #14687 from nathanielmanistaatgoogle/early-ok
...
Verify early OK behavior.
7 years ago
Michael Lumish
4cb0bd0123
Merge pull request #14661 from murgatroid99/node_pure_js_interop_client
...
Add Node pure JS interop client
7 years ago