Noah Eisen
|
09b4d7cc7d
|
Merge pull request #13123 from ncteisen/disable-trickle
Disable bm_trickle from running under TSAN
|
7 years ago |
Jim King
|
3e0769957e
|
Merge pull request #13106 from Vizerai/census_update
Cleaning up census code.
|
7 years ago |
Matt Kwong
|
3133ebe765
|
Update brew before using it
|
7 years ago |
Vijay Pai
|
8afaf61fea
|
Merge pull request #13192 from vjpai/spp
Fix a data race in microbenchmark stats gathering
|
7 years ago |
Yihua Zhang
|
17fe322cd1
|
modify TSI handshake to correctly handle the case of TSI_INCOMPLETE_DATA
|
7 years ago |
Vijay Pai
|
94a52266c9
|
Merge pull request #13082 from vjpai/friendly_fire
GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend
|
7 years ago |
Vijay Pai
|
f92b530068
|
Fix a data race in microbenchmark stats gathering
|
7 years ago |
Yuchen Zeng
|
9e6837d397
|
Merge pull request #12732 from y-zeng/connectivity_watcher
Client channel backup poller
|
7 years ago |
Vijay Pai
|
e9f5c9058b
|
clang-fmt
|
7 years ago |
Vijay Pai
|
cb36615ddd
|
GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend
|
7 years ago |
Mark D. Roth
|
662ec97674
|
Merge pull request #12878 from markdroth/pick_first_subchannel_list
Refactor subchannel_list code out of RR and use it in PF.
|
7 years ago |
Yuchen Zeng
|
b16df75471
|
Update with internal C++ interfaces
|
7 years ago |
Yuchen Zeng
|
d382140459
|
Fix crash in epollex
|
7 years ago |
Yuchen Zeng
|
cbb9296b72
|
Change the default interval to 5 seconds
|
7 years ago |
Yuchen Zeng
|
7fa814fbeb
|
Fix timeouts
|
7 years ago |
Yuchen Zeng
|
6f9985e551
|
Fix SIGV when grpc_channel_stack_init returns errors
|
7 years ago |
Yuchen Zeng
|
d573861506
|
Update with grpc_millis
|
7 years ago |
Yuchen Zeng
|
c83ce41789
|
Fix polling_timer shutdown process
|
7 years ago |
Yuchen Zeng
|
223f8d412b
|
Remove schedule_polling_timer
|
7 years ago |
Yuchen Zeng
|
dd77922d27
|
Add comments, fix backup_poller_shutdown_unref
|
7 years ago |
Yuchen Zeng
|
b41014eeef
|
Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS
|
7 years ago |
Yuchen Zeng
|
0bad30a244
|
Use backup pollser instead of connectivity watcher
|
7 years ago |
Yuchen Zeng
|
d9ce7d9233
|
clang-format
|
7 years ago |
Yuchen Zeng
|
f8ed4fa7f4
|
convert connectivity_watcher to cpp file
|
7 years ago |
Yuchen Zeng
|
6a48dc544e
|
Remove c++ channel connectivity watcher
|
7 years ago |
Yuchen Zeng
|
7269667f9e
|
Add client channel connectivity watcher
|
7 years ago |
Jan Tattermusch
|
b559d860cf
|
thread_stress_test: default timeout is sufficient
|
7 years ago |
Jan Tattermusch
|
eaf2bf569f
|
use reasonable multiplier values
|
7 years ago |
kpayson64
|
555b84506e
|
Merge pull request #12870 from kpayson64/call_bm_diff
Add call size bm diff
|
7 years ago |
Vijay Pai
|
d5b66f187c
|
Merge pull request #13107 from vjpai/reinternalize
Separate public and internal C++ interfaces - Revival of #11572
|
7 years ago |
kpayson64
|
c4c535db59
|
Merge pull request #13177 from kpayson64/qps_test_fix
Fix QPS Async Client Next loop
|
7 years ago |
Justin Burke
|
3f68e03c5a
|
Merge pull request #12644 from justinburke/cert_reloading
Support SSL server certificate reloading.
|
7 years ago |
Ken Payson
|
667aa2b990
|
Add call size bm_diff
|
7 years ago |
Justin Burke
|
c1d354d7f2
|
Support SSL server certificate reloading.
|
7 years ago |
Noah Eisen
|
9ba487c82d
|
Merge pull request #13158 from ncteisen/fix-p0
Fix Timing Test Bug
|
7 years ago |
ncteisen
|
7721456d90
|
Fix portabiloty
|
7 years ago |
ncteisen
|
fc062439b6
|
Address github comment, sleep for minimal time
|
7 years ago |
Vijay Pai
|
7a648854e9
|
Adopt the static factory pattern (#10)
* Switch sync streams from "struct internal" to static factory in namespace internal
* Reduce diff size
* fix friends
* Use static factory pattern for async unary calls
* Use static factories for async streams
* clang-format
|
7 years ago |
Mark D. Roth
|
0e06c41c9c
|
Fix build failure.
|
7 years ago |
Mark D. Roth
|
6e5ce7288d
|
Assume that subchannels start in state IDLE.
|
7 years ago |
Ken Payson
|
918ce7a686
|
Fix QPS Async Client Next loop
|
7 years ago |
Jan Tattermusch
|
21c6405dea
|
Merge pull request #13157 from jtattermusch/docker_faster_pulls
User GCR mirror for pulling docker images
|
7 years ago |
Jan Tattermusch
|
5506d846b5
|
Merge pull request #13154 from jtattermusch/buildonly_parallelism
Limit concurrent jobs for build_only on linux
|
7 years ago |
Yang Gao
|
bf3f4be8f3
|
Merge pull request #13164 from yang-g/clear_the_request
Clear the request before sending out the response.
|
7 years ago |
yang-g
|
37f1bd13ab
|
clear the request
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
7 years ago |
Mark D. Roth
|
e9b1083791
|
Change uses of PRIdPTR to PRIuPTR.
|
7 years ago |
Mark D. Roth
|
3e7d95fb8e
|
Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list
|
7 years ago |
Mark D. Roth
|
a28214628b
|
When parsing durations, handle any number of decimal digits up to 9.
|
7 years ago |
Jim King
|
52620b698e
|
Merge branch 'master' into census_update
|
7 years ago |