Tony Lu
|
b458f3e6a5
|
Fixed clang_code_format
|
5 years ago |
Tony Lu
|
6e7ed1441c
|
Added copyright statements
|
5 years ago |
Tony Lu
|
8e99f682e8
|
Merge branch 'master' of github.com:grpc/grpc into tv/watchOS
|
5 years ago |
yunjiaw26
|
1e607d3dc0
|
Merge pull request #19544 from yunjiaw26/thread_pool
Threadpool
|
5 years ago |
Richard Belleville
|
1f2398b0d5
|
Merge pull request #19686 from gnossen/revert_breakage
Revert "Merge pull request #19673 from markdroth/channel_grpc_init"
|
5 years ago |
rmstar
|
99169d811c
|
Merge pull request #19684 from rmstar/logverbosity
Fix log level in CFStream
|
5 years ago |
Richard Belleville
|
63b4f3d819
|
Revert "Merge pull request #19673 from markdroth/channel_grpc_init"
This reverts commit 4e21980716 , reversing
changes made to 62b8a783fa .
|
5 years ago |
Prashant Jaikumar
|
3cd20e3d35
|
Fix log level in CFStream
Downgraded some log level of some log sites from ERROR to DEBUG.
|
5 years ago |
Jan Tattermusch
|
b19d711bd4
|
Merge pull request #19667 from jtattermusch/versioning_guide
Add versioning guide (doc/versioning.md)
|
5 years ago |
Mark D. Roth
|
4e21980716
|
Merge pull request #19673 from markdroth/channel_grpc_init
Defer grpc shutdown until after channel destruction.
|
5 years ago |
Jan Tattermusch
|
5625006c00
|
regenerate doxygen
|
5 years ago |
Jan Tattermusch
|
38366dfec4
|
fix nits
|
5 years ago |
Muxi Yan
|
62b8a783fa
|
Merge pull request #19663 from Tony1023/removeMonitor
Removed reference of GRPCConnectivityMonitor
|
5 years ago |
apolcyn
|
abe550f8b2
|
Merge pull request #19661 from apolcyn/lower_dns_re_res_lower_bound
Increase lower bound on DNS re-resolution period to 30 seconds
|
5 years ago |
Mark D. Roth
|
8cc5b8f680
|
Defer grpc shutdown until after channel destruction.
|
5 years ago |
rmstar
|
a5af50665a
|
Merge pull request #19664 from rmstar/cfstream_test_sanitizers
Run cfstream_test under ASAN and TSAN
|
5 years ago |
Juanli Shen
|
5e6467f291
|
Merge pull request #19671 from markdroth/connected_subchannel_ref_clang_tidy_fix
Fix clang-tidy error.
|
5 years ago |
Yunjia Wang
|
09b62fbf37
|
Fix naming
|
5 years ago |
Prashant Jaikumar
|
c6993a3841
|
Run cfstream_test under ASAN and TSAN
|
5 years ago |
Yash Tibrewal
|
d04f883d7c
|
Merge pull request #19381 from KeithMoyer/classmemaccess
Use struct-defined initialization when available
|
5 years ago |
Yunjia Wang
|
3776916fe9
|
Modify shutdown check
|
5 years ago |
Tony Lu
|
9e675ecb90
|
Fixing clang_format_code failure
|
5 years ago |
Tony Lu
|
b8a0271843
|
Removed unused references to connectivityChange(d)
|
5 years ago |
Tony Lu
|
81acc3ce3b
|
Merge branch 'master' of github.com:grpc/grpc into removeMonitor
|
5 years ago |
Mark D. Roth
|
ad38c6eddf
|
Fix clang-tidy error.
|
5 years ago |
Alexander Polcyn
|
37126b5446
|
Lower min-time-between-resolutions for the goaway server test
|
5 years ago |
Lidi Zheng
|
71da8258c3
|
Merge pull request #19539 from lidizheng/hack-hack
Fix the entry condition of Bazel hack
|
5 years ago |
apolcyn
|
8b71bd082e
|
Merge pull request #19585 from michaelherold/dont-require-relative-for-absolute-path
Don't require_relative for an absolute path
|
5 years ago |
Tony Lu
|
170d3633f0
|
Removed source files GRPCConnectivityMonitor
|
5 years ago |
Jan Tattermusch
|
0ada8b68d3
|
add versioning guide
|
5 years ago |
Alexander Polcyn
|
12ededb237
|
Increase lower bound on DNS re-resolution period to 30 seconds
|
5 years ago |
Tony Lu
|
dfca76905d
|
Removed unused variable enableCFStream
|
5 years ago |
Yunjia Wang
|
603054a29a
|
Modify locality
|
5 years ago |
Tony Lu
|
1efe2d9992
|
Merge branch 'master' of github.com:grpc/grpc into tv/watchOS
|
5 years ago |
Muxi Yan
|
cbc455ecfa
|
Merge pull request #19653 from Tony1023/cocoapods-build
Fixing duplicating problem
|
5 years ago |
Lidi Zheng
|
dbec6006a6
|
Fix the entry condition of Bazel hack
|
5 years ago |
hcaseyal
|
b389c00f64
|
Merge pull request #19551 from mhaidrygoog/fix_typo
Fix typo
|
5 years ago |
Soheil Hassas Yeganeh
|
74b981a6a3
|
Merge pull request #19657 from soheilhy/chrome-fuzzer
Make sure there is at least a header in the frame storge of H2.
|
5 years ago |
Mark D. Roth
|
db1b726024
|
Merge pull request #19636 from markdroth/connected_subchannel_ref
Avoid unnecessary ref of connected subchannel when creating subchannel call.
|
5 years ago |
apolcyn
|
b08a852e29
|
Merge pull request #19652 from apolcyn/fix_fallback_test
Fix fallback test breaking mac bazel build
|
5 years ago |
Tony Lu
|
a07b669ce6
|
Used a safer filter
|
5 years ago |
Lidi Zheng
|
3f2f773d76
|
Merge pull request #19650 from lidizheng/doc-fix
Several Python documentation fixes
|
5 years ago |
Soheil Hassas Yeganeh
|
b58d2e84ab
|
Make sure there is at least a header in the frame storge of H2.
grpc_chttp2_maybe_complete_recv_trailing_metadata() moves at
least GRPC_HEADER_SIZE_IN_BYTES from the frame storage, whenever
the frame storage is non-empty.
Instead ensure that we have at least GRPC_HEADER_SIZE_IN_BYTES
in the frame storage.
This results in bugs detected by clusterfuzz in chrome:
https://bugs.chromium.org/p/chromium/issues/detail?id=984534
https://bugs.chromium.org/p/chromium/issues/detail?id=984478#c2
|
5 years ago |
Mark D. Roth
|
f9e6144692
|
Avoid unnecessary ref of connected subchannel when creating subchannel call.
|
5 years ago |
Jan Tattermusch
|
d56e4eb0fd
|
Merge pull request #19648 from jtattermusch/csharp_managed_callcreds_interop
Add per-rpc interop tests for managed grpc-dotnet client
|
5 years ago |
Juanli Shen
|
34f247e497
|
Merge pull request #19639 from AspirinSJL/fix_pf_segv
Fix segv in pick_first
|
5 years ago |
Tony Lu
|
881e038529
|
Fixing duplicating problem
|
5 years ago |
Alexander Polcyn
|
3afb0b2635
|
Fix fallback test breaking on mac bazel
|
5 years ago |
Tony Lu
|
eb72215622
|
Removed reference of GRPCConnectivityMonitor
|
5 years ago |
Arjun Roy
|
f75400dc73
|
Merge pull request #19453 from arjunroy/hptbl_init
Faster hpack table creation
|
5 years ago |