Jan Tattermusch
fb227b0968
improve comments on find_package(Protobuf)
7 years ago
Jan Tattermusch
dec076c4ab
fix protobuf usage in the example
7 years ago
Jan Tattermusch
1e9543deb9
fix finding openssl
7 years ago
Jan Tattermusch
1c42023ae6
fix distribtest typo
7 years ago
Jan Tattermusch
d4031c3b93
Merge pull request #14069 from jtattermusch/macro_param_warning
...
fix "not enough actual parameters for macro" warning
7 years ago
Mehrdad Afshari
05668d49a6
Enforce shellcheck on tools/run_tests/artifacts
7 years ago
Mehrdad Afshari
b24cff1364
Fix build_artifact_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
adf6c95ab7
Make build_artifact_ruby.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
8725b77e0b
Make run_in_workspace.sh pass shellcheck (with suppressions)
7 years ago
Mark D. Roth
44fe6e282c
Combine BackOff Begin() and Step() methods.
7 years ago
Jan Tattermusch
b5089297db
fix "not enough actual parameters for macro" warning
7 years ago
Carlos O'Ryan
41723fa68f
Fixed typo in documentation.
...
s/opitons/options/
7 years ago
Jan Tattermusch
5eb6148ab4
Merge pull request #14065 from jtattermusch/distribtests_standalone_fixup
...
distribtests_standalone: fixing nits
7 years ago
Jan Tattermusch
6a365ccc6d
Merge pull request #14046 from jtattermusch/try_fixing_dualstack_socket_test
...
Try avoid deadline_exceeded failure in dualstack_socket_test
7 years ago
Jan Tattermusch
631ccc2c79
distribtests_standalone: fixing nits
7 years ago
Jan Tattermusch
143fb810cc
Merge pull request #14005 from jtattermusch/fix_win_alarm_test
...
Fix alarm test flake on windows
7 years ago
Jan Tattermusch
0f5f46109b
use grpc_timeout_milliseconds_to_deadline directly
7 years ago
Jan Tattermusch
7dddc23655
Merge pull request #14047 from jtattermusch/distribtests_add_standalone
...
Add config files for standalone distribtests (C++ for now).
7 years ago
Mehrdad Afshari
7562c4eb6f
Merge pull request #14054 from mehrdada/reformat-pydocstrings
...
Reformat Python docstrings
7 years ago
Mehrdad Afshari
e607f1a42e
Merge pull request #14052 from mehrdada/legacyepoll
...
Explicitly enable epoll1 on manylinux1
7 years ago
Mehrdad Afshari
f2a33b0e39
Reformat Python docstrings
7 years ago
Mehrdad Afshari
fb66900a9a
Eliminate GRPC_LINUX_LEGACY_EPOLL
...
Rename:
GRPC_LINUX_LEGACY_EPOLL to GRPC_LINUX_EPOLL, and
GRPC_LINUX_EPOLL to GRPC_LINUX_EPOLL_CREATE1
7 years ago
David G. Quintas
a8891634d3
Merge pull request #13932 from dgquintas/conn_subchannel
...
Connected subchannel refactoring
7 years ago
Mehrdad Afshari
8b0e9fb17e
Explicitly enable epoll on manylinux1
...
For some reason, the glibc version check does not enable
GRPC_LINUX_EPOLL on manylinux1. This commit:
* Explicitly enables GRPC_LINUX_LEGACY_EPOLL on MANYLINUX1
* Switches the flag to enable epoll1 IO manager to
GRPC_LINUX_LEGACY_EPOLL instead of GRPC_LINUX_EPOLL.
This is to ensure epollex and epollsig that are not yet
compatible with epoll_create (not epoll_create1) do not
get activated unintentionally.
7 years ago
Muxi Yan
47fe8507a1
Merge pull request #14031 from muxi/fix-boringssl-sed
...
Fix sed error in podspecs on sed 4.4
7 years ago
David Garcia Quintas
4adad99971
fix BUILD
7 years ago
Muxi Yan
522d270180
Merge pull request #14050 from grpc/update-objc-readme
...
Specify minimum supported versions in README.md
7 years ago
David Garcia Quintas
156d6e15bb
Fix bad merge
7 years ago
Muxi Yan
53e0b74a0a
Specify minimum supported versions in README.md
7 years ago
David Garcia Quintas
41d27e104f
Merge branch 'master' of github.com:grpc/grpc into conn_subchannel
7 years ago
Mark D. Roth
3538efb53b
Merge pull request #14048 from markdroth/fix_sanity
...
Fix sanity
7 years ago
Mehrdad Afshari
c24630f5a5
Merge pull request #14041 from mehrdada/enable-epoll
...
Enable epoll on Python manylinux1
7 years ago
Mark D. Roth
d9c288bba7
generate_projects
7 years ago
Mark D. Roth
8afe8d35e1
Merge pull request #13984 from markdroth/ref_counting
...
Fix existing ref counting classes and add new ones.
7 years ago
Noah Eisen
acca4a2a6d
Merge pull request #13913 from ncteisen/fix-clang-tidy-check
...
Fix Clang Tidy Check
7 years ago
ncteisen
479067b2b5
do not fix automatically
7 years ago
Jan Tattermusch
52e560a01e
add standalone distribtests
7 years ago
Jan Tattermusch
816e8f7f43
try avoid deadline_exceeded failure in dualstack_socket_test
7 years ago
Jan Tattermusch
a6ff754b93
fix alarm test flake on windows
7 years ago
Jan Tattermusch
323028304b
Merge pull request #14028 from jtattermusch/cmake_include_improvements
...
cmake build cleanup
7 years ago
Mehrdad Afshari
1957fd0a84
Enable epoll on Python manylinux1
...
The Python packages built for Linux and uploaded to PyPI are required to
target a standardized platform specification dubbed `manylinux1`, which
tries to cover a vast array of Linux distributions, thereby emulating a
legacy lowest-common-denominator distribution, with an old `glibc` that
does not support `epoll_create1`, but provides the `epoll_create`
interface. While there are race condition risks associated with
utilizing the latter interface and setting the `O_CLOEXEC` flag
immediately on the file descriptor returned by `epoll_create`, the
payoff is well worth the risks for our Python users, who currently end
up falling back on `poll` polling engine when downloading our Linux
binary packages.
7 years ago
Vijay Pai
73e74688d6
Merge pull request #13993 from vjpai/buildown
...
Add me to build system owners
7 years ago
Alexander Polcyn
3be06433af
Ruby macos kokoro environment and package build updates
7 years ago
Noah Eisen
c4aba517a5
s/tidy/TIDY
7 years ago
Noah Eisen
86ddb5393d
Ensure all sanity finds clang-tidy
7 years ago
Noah Eisen
e737ae9e32
Stop building docker from inside docker
7 years ago
Noah Eisen
d268793ff3
Fix clang format docker
7 years ago
ncteisen
1adad72979
Add to sanity, dont fix by default
7 years ago
ncteisen
365ea6309b
Dockerize clang tidy
7 years ago
Noah Eisen
5edcfb39c6
Dont check every single file
7 years ago