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
Yash Tibrewal
8e1a163a97
windows linker errors
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
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
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
kwasimensah
62e6b1c444
Use pthreads on posix
...
Use pthreads on posix instead of relying on thread local support
7 years ago
kwasimensah
c58952649f
Got cpu_posix.cc to work without tls
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
kwasimensah
9757fd25ef
Update BUILD
7 years ago
kwasimensah
51c7bf8425
Update port_platform.h
7 years ago
Mark D. Roth
6e5ce7288d
Assume that subchannels start in state IDLE.
7 years ago
kwasimensah
1194782c42
Add logic to work around buggy Android NDKs
...
Old version of the Android NDK have linker issues with thread local support https://github.com/android-ndk/ndk/issues/8 and isn't actually fixed until r12b https://developer.android.com/ndk/downloads/revision_history.html . ABSL's config.h is being updated to catch this case and having gRPC rely on that will make sure it also gets the fix (rather than repeating a somewhat lengthy macro).
Since gRPC already has a dependency on ABSL, I figured this wouldn't be an issue.
7 years ago