Yash Tibrewal
|
8e1a163a97
|
windows linker errors
|
7 years ago |
Yash Tibrewal
|
4d71636fcc
|
some BUILD changes and designated initializers
|
7 years ago |
Yash Tibrewal
|
e586324627
|
BUILD files changes for bazel
|
7 years ago |
Yash Tibrewal
|
c430c84f84
|
more changes
|
7 years ago |
Yash Tibrewal
|
268685bcbd
|
Merge branch 'master' into testc++ize
|
7 years ago |
Yash Tibrewal
|
f8a6c8297c
|
Changes to build other platforms
|
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 |
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 |
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 |
Yash Tibrewal
|
9d301530b2
|
Merge branch 'master' into testc++ize
|
7 years ago |
Yash Tibrewal
|
1cf9992ce2
|
Removing a few build.yaml errors
|
7 years ago |
Jan Tattermusch
|
a2465b02f2
|
Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_master
Try unref resource quota in Windows (for upstream/master)
|
7 years ago |
Mark D. Roth
|
cfcbab3d84
|
clang-format
|
7 years ago |