Yash Tibrewal
26655655a3
Merge pull request #14723 from yashykt/tcpservermemset
...
Zero out address before calling accept
7 years ago
murgatroid99
dfb41b69ce
Make interop matrix compatible with new node repo
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
David Garcia Quintas
961353ab6d
moved filter to ext
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
yang-g
e05618f379
Make scope name unique and add missing header.
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
44a1588b54
Merge master into yashykt:socklent
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
David Garcia Quintas
f73e76d596
Fix check in channel.cc and tweak direct channel tests
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
David Garcia Quintas
2040ae1ff4
Undo changes to ssl_credentials.cc
7 years ago
David Garcia Quintas
2f6fc700de
Abort if direct channel doesn't provide default authority ch arg
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
xambroz
831f4ea334
Enable checking for the string format issues
...
Enable checking for the string format issues because:
1) Fedora and Ubuntu have format checking generating errors as mandatory for the ruby gem builds.
If "-Wno-format" is hardcoded here it will collide and fail with the in-build option of -Werror=format-security passed to the make.
2) There was one potential format vulnerability found in rb_compression_options.c
7 years ago
xambroz
06a412c2e1
Fix potential format string vulnerability
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