Craig Tiller
|
d94c9f263e
|
Merge branch 'chttp2_timer' into timer
|
7 years ago |
Craig Tiller
|
03b3247cec
|
Fix build
|
7 years ago |
Craig Tiller
|
b7ef10d8d2
|
Fix test
|
7 years ago |
Craig Tiller
|
50ca35e3e6
|
Fix test
|
7 years ago |
Craig Tiller
|
5a408d8b18
|
Remove #if 0
|
7 years ago |
Craig Tiller
|
00c207610b
|
Have BDP estimator schedule timers
|
7 years ago |
Craig Tiller
|
3be5e1e0cd
|
Missing destructor
|
7 years ago |
Craig Tiller
|
0cdfb8722d
|
Const correctness
|
7 years ago |
Craig Tiller
|
922260656a
|
C++ize BDP estimator, introduce ManualConstructor
|
7 years ago |
Muxi Yan
|
313f36fd06
|
Merge pull request #12888 from muxi/port-12881-12883
Port #12881 (Make platform-specific headers textual) and #12883 (Fix GID podspec issue)
|
7 years ago |
Yash Tibrewal
|
ebf117531f
|
Merge pull request #12885 from yashykt/timeouttestfix
Fixing Linux Portability Build
|
7 years ago |
Yash Tibrewal
|
b3b20f671d
|
Adding PR #12879 changes
|
7 years ago |
Yash Tibrewal
|
84bf283218
|
tcp_server_uv_test changes
|
7 years ago |
Yash Tibrewal
|
80297d7cd7
|
uv changes for grpc_pollset_work
|
7 years ago |
Yash Tibrewal
|
cd58b2dcea
|
uv changes for grpc_pollset_work
|
7 years ago |
Yash Tibrewal
|
d6712390a6
|
tcp_client_uv_test changes
|
7 years ago |
Muxi Yan
|
128d800bb6
|
Add comment
|
7 years ago |
Muxi Yan
|
cd9729780a
|
Make platform-specific headers textual
|
7 years ago |
Muxi Yan
|
656041b3cc
|
Fix GID related subspec lint problem
|
7 years ago |
Yash Tibrewal
|
08708ae25d
|
backoff_test explicity conversion
|
7 years ago |
Yash Tibrewal
|
4b6af749e3
|
explicit type conversion
|
7 years ago |
Yash Tibrewal
|
412e7ca6e7
|
Adding PR #12882 changes
|
7 years ago |
Yash Tibrewal
|
03bd5daf5c
|
Merge pull request #12876 from yashykt/constandroidfix
const required in log_android.cc
|
7 years ago |
Matt Kwong
|
15b73035ee
|
Merge pull request #12866 from matt-kwong/fix-node
Install Mako to generate files in grpc/grpc-node
|
7 years ago |
Yash Tibrewal
|
744b656e6c
|
const required in log_android.cc
|
7 years ago |
Yash Tibrewal
|
1ed8dd1195
|
Merge pull request #12869 from yashykt/logandroid
extern C for gpr_default_log in android
|
7 years ago |
adelez
|
de4c432f94
|
Merge pull request #12865 from adelez/deflake_interop
Set allow_flakes to true for cloud_to_prod tests
|
7 years ago |
Craig Tiller
|
6d14242af6
|
Merge pull request #12868 from ctiller/merge-fixup
Import fixes
|
7 years ago |
Yash Tibrewal
|
598cbd882d
|
Clang tidy
|
7 years ago |
Yash Tibrewal
|
54b8cfc906
|
Missing extern C
|
7 years ago |
Craig Tiller
|
56f8da0f96
|
Import fixes
|
7 years ago |
Yash Tibrewal
|
0f4d34493e
|
extern C for gpr_default_log in android
|
7 years ago |
Matt Kwong
|
87bc56ab58
|
Install Mako to generate files in grpc/grpc-node
|
7 years ago |
Craig Tiller
|
3640b4084a
|
Merge pull request #12677 from ctiller/flowctl+millis
Roll-up: Flow control changes, and internal timing changes
|
7 years ago |
Adele Zhou
|
8aec8613c5
|
Set allow_flakes to true for cloud_to_prod tests
|
7 years ago |
Craig Tiller
|
d48bd078d7
|
Fixes
|
7 years ago |
Craig Tiller
|
c5f7b882b4
|
Merge github.com:grpc/grpc into flowctl+millis
|
7 years ago |
Craig Tiller
|
1b11c74541
|
Merge pull request #12769 from ctiller/fuzzy
Moving to allow fuzzer test to run entire corpora under bazel
|
7 years ago |
Juanli Shen
|
12f38b8ecc
|
Merge pull request #12851 from AspirinSJL/cancel_fallback_timer
Cancel fallback timer in glb_shutdown()
|
7 years ago |
Craig Tiller
|
abecd39477
|
Merge github.com:grpc/grpc into flowctl+millis
|
7 years ago |
Jan Tattermusch
|
d059e1c43c
|
Merge pull request #12841 from jtattermusch/report_elapsed_on_timeout
jobset.py: report elapsed time for jobs that time out
|
7 years ago |
Jan Tattermusch
|
e01cffc58f
|
Merge pull request #12839 from jtattermusch/bigquery_upload_retry
Retry when uploading results to bigquery
|
7 years ago |
Vijay Pai
|
4bc0b2b661
|
Merge pull request #12852 from vjpai/rent
Reduce # of message sizes used in each async_end2end_test scenario
|
7 years ago |
Vijay Pai
|
b83077bace
|
Merge pull request #12855 from vjpai/new_const
Add some const
|
7 years ago |
Vijay Pai
|
f35ce803e7
|
Merge pull request #12854 from vjpai/magic_number
C++ async_end2end_test: now w/o magic numbers!
|
7 years ago |
Vijay Pai
|
f063f7951f
|
Add some const that is now allowed
|
7 years ago |
Vijay Pai
|
541974a709
|
Eliminate magic #s, follow API
|
7 years ago |
apolcyn
|
998c30dab2
|
Merge pull request #12842 from apolcyn/fix_ruby_mem_bug
Add test under ruby GC stress mode and fix non-GC-rooted variable
|
7 years ago |
Vijay Pai
|
c4afc644f7
|
Reduce # of message sizes used in each scenario
|
7 years ago |
Juanli Shen
|
663f50c658
|
Cancel fallback timer in glb_shutdown()
|
7 years ago |