Esun Kim
a031f0ffd6
Remove all nanopb defines
5 years ago
Esun Kim
5a9a8a6be8
Add .history to .gitignore
5 years ago
Mark D. Roth
8ae549431c
Merge pull request #20040 from rmstar/timertestem
...
Skip timer test when running under event manager
5 years ago
Mark D. Roth
5d646ff9ff
Make Map<> copyable.
5 years ago
Prashant Jaikumar
9a41e12a4f
Skip timer test when running under event manager
5 years ago
hcaseyal
fe2fb14d07
Merge pull request #20023 from hcaseyal/fix_googletest
...
Update googletest version to master
5 years ago
Hope Casey-Allen
f66f047841
Update googletest version to fix BoringSSL support
5 years ago
Muxi Yan
69c9780032
clang-format
5 years ago
Muxi Yan
f006badc32
Merge remote-tracking branch 'upstream/master' into isolate-call-implementation-2
5 years ago
hcaseyal
7ec5b2d0c0
Merge pull request #20032 from yashykt/genprof
...
Run generate_projects.sh
5 years ago
Esun Kim
e36dade203
Merge pull request #20002 from veblush/macos-timeout
...
Increase timeout for macos/grpc-node test to 120 minutes
5 years ago
rmstar
64be7cf4f4
Merge pull request #20031 from rmstar/cfstream_test_workaround
...
cfstream_test: workaround Apple CFStream bug
5 years ago
Prashant Jaikumar
20e2964ada
cfstream_test: workaround Apple CFStream bug
5 years ago
Yash Tibrewal
66e1a2c92b
Generate projects
5 years ago
rmstar
1c89c363b3
Merge pull request #19948 from rmstar/timer_test
...
Added test for timer wakeups
5 years ago
Esun Kim
aea020d44c
Merge pull request #19903 from veblush/del-nanopb
...
Remove nanopb from gRPC
5 years ago
Richard Belleville
35ac64d0cd
Merge pull request #19911 from gnossen/owner_swap
...
Add gnossen and remove vjpai as bazel/** owner.
5 years ago
apolcyn
54a86d6484
Merge pull request #19993 from apolcyn/dont_run_fallback_test
...
Add run: false to grpclb_fallback_test in build.yaml
5 years ago
Juanli Shen
eacdf28ada
Merge pull request #20018 from AspirinSJL/fix_template
...
Fix issue/PR template
5 years ago
Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago
Karthik Ravi Shankar
47a06ace92
Merge pull request #20021 from karthikravis/master
...
Add v1.22.1 to interop matrix
5 years ago
Qiancheng Zhao
edb807954a
Merge pull request #19992 from bigfacebear/use_stricter_memory_order_in_client_idle_filter
...
use stricter memory order in client_idle_filter
5 years ago
Esun Kim
1e64ed1c7e
Merge pull request #19984 from veblush/virtual-enforce
...
Enforce abstract class rule
5 years ago
hcaseyal
115999ad80
Merge pull request #20019 from hcaseyal/fix_tests
...
Fix warnings to unblock gcc8 support
5 years ago
Esun Kim
e0b94db1b9
Enforce abstract class rule
5 years ago
Lidi Zheng
24e1deafda
Merge pull request #19979 from lidizheng/ignore
...
Ignore Visual Studio Code configurations
5 years ago
Lidi Zheng
f8624d356f
Merge pull request #20013 from lidizheng/vtable-heap
...
Make default vtable for pointer argumnet a constant
5 years ago
Nicolas Noble
740d30db68
Merge pull request #20004 from nicolasnoble/gcc8-wno
...
Fixing gcc8's no-unknown-warning-option issue.
5 years ago
Karthik Ravi Shankar
a2bc9bb25f
Merge remote-tracking branch 'upstream/master'
5 years ago
Karthik Ravi Shankar
152d77076c
Merge pull request #20010 from karthikravis/master
...
Add v1.23.0 to interop matrix
5 years ago
Hope Casey-Allen
59564ebd96
Fix warnings to unblock gcc8 support
5 years ago
Richard Belleville
4a636ec195
Merge pull request #20015 from gnossen/callback_exception_deadlock
...
Gracefully handle errors from Future object callbacks.
5 years ago
Prashant Jaikumar
41986e8ed8
Added test for timer wakeups
5 years ago
Lidi Zheng
25f21d4824
Make default vtable for pointer argumnet a constant
5 years ago
Juanli Shen
f276b89f11
Fix issue/PR template
5 years ago
Lidi Zheng
2c9cff30a1
Fix typo in the ignore list...
5 years ago
Richard Belleville
662919cf90
Simplify with itertools
5 years ago
Karthik Ravi Shankar
090b4f30ed
Add version 1.22.1 to interop test matrix
5 years ago
Juanli Shen
931bd94156
Merge pull request #19991 from AspirinSJL/repo_health
...
Repo stats tracking
5 years ago
Richard Belleville
d273fdf41d
Remove line of dead code
5 years ago
Richard Belleville
ee99f9aa4c
Remove TODO
5 years ago
Richard Belleville
09a270d6ad
Gracefully handle errors from callbacks.
...
In https://github.com/grpc/grpc/issues/19910 , it was pointed out that
raising an exception from a Future callback would cause the channel spin
thread to terminate. If there are outstanding events on the channel,
this will cause calls to Channel.close() to block indefinitely.
This commit ensures that the channel spin thread does not die. Instead,
exceptions will be logged at ERROR level.
5 years ago
hcaseyal
51a69922c2
Merge pull request #20006 from hcaseyal/fix_client_idle_filter
...
Fix warning in client_idle_filter.cc to support gcc8
5 years ago
Karthik Ravi Shankar
eabc64d196
Add v1.23.0 to interop matrix
5 years ago
hcaseyal
073b234308
Merge pull request #20008 from hcaseyal/update_docs
...
Add a developer trick to the installation doc, reorganize a bit
5 years ago
Nicolas Noble
b49ba51f84
Forgot one file.
5 years ago
Hope Casey-Allen
5bf71fa4b7
Add a developer trick to the installation doc, reorganize a bit
5 years ago
Hope Casey-Allen
257737f2c6
Fix warning in client_idle_filter.cc to support gcc8
5 years ago
Nicolas Noble
5877f2e56b
Fixing gcc8's no-unknown-warning-option issue.
...
Before gcc8, it was ignoring any unknown -Wno-* command, leaving clang's
-Wno-unknown-warning-option to mix. That's no longer the case.
5 years ago
Lidi Zheng
83e6044739
Merge pull request #20000 from lidizheng/yapf-3
...
Bump YAPF to use Python 3
5 years ago