Matthew Stevenson
3b9e7d9a3a
Fixed credential options unit test
5 years ago
Matthew Stevenson
dbb1bdfd08
Merge remote-tracking branch 'upstream/master' into spiffe1
5 years ago
hcaseyal
115999ad80
Merge pull request #20019 from hcaseyal/fix_tests
...
Fix warnings to unblock gcc8 support
5 years ago
Matthew Stevenson
967b911f85
Add forgotten callback function for server authorization check.
5 years ago
Matthew Stevenson
e37836b0c7
Fixed a few typos in unit tests
5 years ago
Matthew Stevenson
6d7e39ceca
Merge remote-tracking branch 'upstream/master' into spiffe1
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
Matthew Stevenson
85a1b5fbe6
Merge remote-tracking branch 'upstream/master' into spiffe1
5 years ago
Karthik Ravi Shankar
152d77076c
Merge pull request #20010 from karthikravis/master
...
Add v1.23.0 to interop matrix
5 years ago
Matthew Stevenson
d761619484
Finished unit tests
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
Lidi Zheng
25f21d4824
Make default vtable for pointer argumnet a constant
5 years ago
Matthew Stevenson
201fd84753
Merge remote-tracking branch 'upstream/master' into spiffe1
5 years ago
Matthew Stevenson
6189d34724
Revert "Forgot to autogenerate files and run clang_format/tidy_code"
...
This reverts commit 9295e4ebb3
.
5 years ago
Richard Belleville
662919cf90
Simplify with itertools
5 years ago
Matthew Stevenson
9295e4ebb3
Forgot to autogenerate files and run clang_format/tidy_code
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
Matthew Stevenson
52b72c00f1
Debugging after restores
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
Matthew Stevenson
7dca28bd47
Merge remote-tracking branch 'upstream/master' into spiffe1
5 years ago
Matthew Stevenson
853f95a7d5
Add files to previous restore commit
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
Matthew Stevenson
b95e70ee1b
Restored grpc_security, ssl_utils, grpc_tls_credentials_options.h
5 years ago
Matthew Stevenson
78e8fb731d
Restored credentials_test.cc
5 years ago
Matthew Stevenson
0e65b7a20c
Restored tls_credentials_options.cc
5 years ago
Karthik Ravi Shankar
eabc64d196
Add v1.23.0 to interop matrix
5 years ago
Matthew Stevenson
791e9ffa32
Restored tls_credentials_options.h
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
Matthew Stevenson
bcc458fb37
Merge remote-tracking branch 'upstream/master' into spiffe1
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
Richard Belleville
6d64b2df2f
Merge pull request #19988 from gnossen/signal_handler_exception
...
Gracefully handle exceptions raised by signal handlers on the main thread while unary RPCs are in flight.
5 years ago
Lidi Zheng
66675437aa
Bump YAPF to use Python 3
5 years ago
Juanli Shen
df7ad5f91c
Repo stats tracking
5 years ago
Juanli Shen
4a862cb28c
Merge pull request #19994 from AspirinSJL/issue_templates
...
Add issue/pr templates
5 years ago
Richard Belleville
e0d04c9a9e
Yapf.
5 years ago
Juanli Shen
76aba16cf4
Add issue/pr templates
5 years ago
Richard Belleville
f03ae6d493
Fix streaming test case
5 years ago
Juanli Shen
e50c39972f
Merge pull request #19989 from AspirinSJL/fix_unused
...
Fix unused result error
5 years ago
Juanli Shen
1abba74225
Fix unused result error
5 years ago
Richard Belleville
3d56c83a5f
Correct out-of-date docstrings
5 years ago
Richard Belleville
967f55efd6
Add explanatory comment.
5 years ago