kwasimensah
221522b455
Revert BUILD change
7 years ago
kwasimensah
685b5d459f
Fixing port_platform
...
Copy over Absl macro to deal with C++/C differences.
7 years ago
kwasimensah
1a671dea71
Simplify macro logic here
7 years ago
kwasimensah
4b02f3b2b6
Updated to use gpr_free and gpr_malloc
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
kwasimensah
9757fd25ef
Update BUILD
7 years ago
kwasimensah
51c7bf8425
Update port_platform.h
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
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
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
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
adelez
255c590bc6
Merge pull request #13092 from adelez/fix
...
Do not reuse job_specs now that we incorporate release info in the sh…
7 years ago
Yang Gao
7fd9623612
Merge pull request #13141 from yang-g/error_off_by_one
...
Catch out of order error code
7 years ago
Nicolas Noble
b548730a84
Merge pull request #13144 from matt-kwong/increase-timeout-sanity
...
Increase sanity build timeout
7 years ago
Matt Kwong
01f0733618
Increase sanity build timeout
7 years ago
yang-g
903981adb6
Catch out of order error code
7 years ago
kpayson64
1bf7207852
Merge pull request #13084 from kpayson64/cq_lambda
...
CompletionQueue DoThenAsyncNext
7 years ago
Ken Payson
42bd87e376
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
7 years ago
Muxi Yan
1bda510642
Merge pull request #13094 from muxi/fix-objc-cpp-build
...
Fix objc build problem with C++ core
7 years ago
Mark D. Roth
7e08c1a606
Merge pull request #12850 from markdroth/lb_pick_error_fix
...
Return LB picks with an error upon shutdown.
7 years ago
David G. Quintas
2a141125ab
Merge pull request #13127 from dgquintas/exclude_epollex_from_lb_tests_for_now
...
Disable epollex for LB tests while failures are investigated
7 years ago
Muxi Yan
44d820ee2c
One more fix in gRPC-Core.podspec that makes Xcode compile
7 years ago
Justin Burke
80eee985f4
Merge pull request #12809 from justinburke/convert_cert_pairs
...
Expose conversion of grpc to tsi cert pairs
7 years ago
Yuchen Zeng
c01c7cbd85
Merge pull request #12219 from y-zeng/http2_connector
...
Add the endpoint used by the handshake process to connector's pollset_set
7 years ago
Juanli Shen
a5b34a502a
Merge pull request #13108 from AspirinSJL/reomve_duplicate
...
Remove duplicate message member in test
7 years ago
Noah Eisen
3a93607803
Merge pull request #13116 from ncteisen/fix-microbenchmarks
...
Fix bm_diff
7 years ago
Mark D. Roth
c2632043a3
Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix
...
Restore pick-after-resolver-result logic from before #12297 .
7 years ago
David G. Quintas
4e23dcc8c3
Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert
...
Remove wrong assert from grpclb
7 years ago
David Garcia Quintas
40b8cbec06
Disable epollex for LB tests while failures are investigated
7 years ago
ncteisen
4c9fa854f6
Add debugging prints
7 years ago
ncteisen
c296e82e11
clang fmt
7 years ago
ncteisen
9e3eedb6af
Remove old header benchmark
7 years ago
Jan Tattermusch
1b1e8d6149
unref resource quota on windows
7 years ago
ncteisen
6bf4bcef04
Fix bm_diff
7 years ago
Yuchen Zeng
6a0874b405
Fix bm_chttp2_transport
7 years ago
Yuchen Zeng
308f065b7b
Merge pull request #13114 from y-zeng/fix_qps_client
...
Remove the redundant WaitForConnected in qps client
7 years ago
Yuchen Zeng
ca31256597
Remove redundant WaitForConnected
7 years ago
Feng Li
692bbf942c
Merge pull request #12896 from pongad/ruby-php-bin
...
make ruby proxy worker accept script location
7 years ago
Justin Burke
9b9a44e4dd
Expose conversion of grpc to tsi cert pairs
7 years ago
Juanli Shen
cbdb5174ca
Remove duplicate message member in test
7 years ago
Mark D. Roth
48be9dedc9
Restore logic from before #12297 .
7 years ago
Muxi Yan
ae6bca4420
Make fix objc build problem
8 years ago
apolcyn
c563b583cb
Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race
...
Fix data race in watch connectivity state callback
8 years ago
Adele Zhou
0c4e14f0d4
Do not reuse job_specs now that we incorporate release info in the shortname
8 years ago