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
apolcyn
9c011b5129
Merge pull request #13087 from apolcyn/update_ruby_googleauth_dep
...
Update ruby googleauth dependency
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
Ken Payson
918ce7a686
Fix QPS Async Client Next loop
7 years ago
Jan Tattermusch
444d18f11d
Merge pull request #13169 from kkm000/fix-memleak-windows-getenv-backport
...
Fix Windows's memory leak in v1.7.x
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
Nicolas Noble
e3ee18ada9
Fix Windows's memory leak
...
(cherry picked from commit 3290e49a1d
)
clang-format.
(cherry picked from commit c02dbe57c6
)
7 years ago
Alexander Polcyn
40ba62f2a2
Bump v1.7.x branch to 1.7.1
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
Muxi Yan
ed9929e246
Merge pull request #13100 from muxi/supress-strict-prototype-warning
...
Supress strict prototype warning in v1.7.x
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
Yash Tibrewal
9d301530b2
Merge branch 'master' into testc++ize
7 years ago
Yash Tibrewal
1cf9992ce2
Removing a few build.yaml errors
7 years ago
Michael Lumish
fd4dcd9178
Merge branch 'master' into remove_node
7 years ago
Mark D. Roth
76d0ec4a73
Fix a bunch of dumb service config parsing bugs.
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
Jan Tattermusch
9599d86baf
Merge pull request #13118 from jtattermusch/core_win_unref_res_quota
...
Try unref resource quota in Windows for v1.7.x
7 years ago
ncteisen
f06d42ad4c
Fix test timing bug:
7 years ago
Jan Tattermusch
f568c0a07e
use GCR mirror for pulling images
7 years ago
Jan Tattermusch
69bd8f2d5d
print timing for docker pull
7 years ago
Jan Tattermusch
a5113563df
limit concurrent jobs for build_only on linux
7 years ago
Yash Tibrewal
589e58316a
Missing extern C in public API
7 years ago
Yash Tibrewal
39aed1ae8b
Remove unnecessary extern Cs
7 years ago
Yash Tibrewal
af922468dd
ssl_credentials_tests C++ized
7 years ago
Yash Tibrewal
3318979a5f
Merge branch 'master' into testc++ize
7 years ago