Srini Polavarapu
a1f863a2d9
Merge branch 'master' of https://github.com/grpc/grpc
6 years ago
Yash Tibrewal
5749f80830
Merge pull request #17310 from yashykt/enableerrqueue
...
Enable errqueue support for linux kernel versions 4.0.0 and above
6 years ago
Soheil Hassas Yeganeh
e2cde10d5a
Merge pull request #17320 from soheilhy/worktree-refcounted-bench
...
Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCount
6 years ago
vishalpowar
a92f2acf75
Merge pull request #17316 from vishalpowar/upb_submodule
...
Adding upb as submodule
6 years ago
Soheil Hassas Yeganeh
9128881b6d
Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCount
...
This is to fix the wrong atomic op counts reported by benchmarks.
Also add these macros to windows and gcc-sync headers as noop macros for
consistency.
6 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
6 years ago
Stanley Cheung
5ede895caf
Merge pull request #17315 from stanley-cheung/php-fix-zts-master
...
Fix PHP ZTS build breakage
6 years ago
apolcyn
aa00e06b65
Merge pull request #17290 from ganmacs/return-unimplemented-in-server-streamer
...
Return UNIMPLEMENTED error when user does not implement server_streamer method
6 years ago
Stanley Cheung
f2973917f4
Fix PHP ZTS build breakage
6 years ago
Yash Tibrewal
28ad1bd28e
Use grpc_event_engine_can_track_errors
6 years ago
Yash Tibrewal
fe9ba9adf8
Always set fd to be readable/writable on receiving EPOLLERR
6 years ago
Lidi Zheng
c5d22df984
Merge pull request #17304 from euroelessar/grpc-redeclaration
...
[cython] Declare symbols once
6 years ago
Yash Tibrewal
66b2005cbb
Enable errqueue support for linux kernel versions 4.0.0 and above
6 years ago
Srini Polavarapu
0adcbd5014
gRPC release schedule
6 years ago
Soheil Hassas Yeganeh
a93b6012cc
Merge pull request #17300 from soheilhy/worktree-h2-refcnt
...
Move HTTP2 transport and byte stream to grpc_core::RefCount.
6 years ago
Soheil Hassas Yeganeh
58beb81d11
Move HTTP2 transport and byte stream to grpc_core::RefCount.
...
Also, added a TODO to move `grpc_transport` to C++. I believe that's
doable, which would requires significant change in all transports.
6 years ago
Soheil Hassas Yeganeh
1832d64f70
Merge pull request #17301 from soheilhy/worktree-orphanable
...
Use grpc_core::RefCount in place of gpr_refcount in OrphanablePtr
6 years ago
Ruslan Nigmatullin
f8f711ae4c
[cython] Declare symbols once
6 years ago
Soheil Hassas Yeganeh
b77c77f7da
Use grpc_core::RefCount in place of gpr_refcount
6 years ago
Jan Tattermusch
4036ebbe3d
Merge pull request #17283 from jtattermusch/python_interop_37
...
Run python interop tests with python3.7
6 years ago
Noah Eisen
debb6d8991
Merge pull request #17296 from ncteisen/clang-tidy
...
Fix Clang Tidy
6 years ago
Lidi Zheng
4bc98acfd7
Merge pull request #17281 from lidizheng/issue-16718
...
Raise the exception while credential initialization
6 years ago
Lidi Zheng
b7fd18daa4
Raise the exception while credential initialization
6 years ago
vishalpowar
5ee0cdc422
Merge pull request #17239 from vishalpowar/add_ads_in_metadata
...
Adding ads (data-plane-api) method name to wellknown names list.
6 years ago
vishalpowar
222706ac58
Merge pull request #17257 from vishalpowar/cleanup_load_reporting
...
xDS plugin is going to use LRS stream to report load to balancer. Remove
6 years ago
ncteisen
d3631f9c79
fix clang tidy
6 years ago
Jan Tattermusch
b0bcfb4ea5
use python stretch3.7 image for interop tests
6 years ago
Jan Tattermusch
422fdbfd6c
run python interop tests with python3.7
6 years ago
Jan Tattermusch
346d745c6e
Merge pull request #15640 from jtattermusch/slow_python_interop_build
...
Run interop tests using python3.4 (and build interop with 3.4 only)
6 years ago
ganmacs
bd1fdfaabe
Return unimplemented
...
when calling a method which is server_streamer and is not implemented by user
6 years ago
Lidi Zheng
e0d9692fa3
Merge pull request #17268 from mehrdada/remove-beta-elements-from-bazel
...
Remove beta module dependency from the Python Bazel package
6 years ago
Yash Tibrewal
c79a64d1d8
Merge pull request #17278 from yashykt/seq17219
...
Necessary change after #17219
6 years ago
Yash Tibrewal
8fb11e6d5e
Apply the conversion on the status irrespective of whether Pluck returned true
6 years ago
Yash Tibrewal
544f2a5abb
Necessary change after #17219
6 years ago
Mehrdad Afshari
e69c1b960f
Remove BUILD.bazel files from beta code elements
...
Beta code elements are going to get deprecated and
Bazel support is much newer, so Bazel users are
not supposed to accidentally depend on beta code
elements. Preventing Bazel from building and
including beta code elements makes our tests pass
without depending on beta in grpcio target and
helps avoid including that dependency accidentally
if you are using Bazel.
6 years ago
Mehrdad Afshari
107539c0d7
Removed unused import from grpc.beta in tests
6 years ago
Yash Tibrewal
474b97e44e
Merge pull request #16455 from yashykt/httpplumbing
...
Add HTTP plumbing for Fathom
6 years ago
apolcyn
84bfc5d43a
Merge pull request #17267 from apolcyn/qos_json_driver_different_cred_types
...
Allow setting per-worker credential types in QPS benchmark driver
6 years ago
Yash Tibrewal
248e304671
Merge branch 'master' into httpplumbing
6 years ago
Yash Tibrewal
d704cfe3d1
Add can_track_err methods to other platforms too
6 years ago
Alexander Polcyn
d9dbb76969
Allow specifying specific credential types to reach specific works in QPS benchmark driver
6 years ago
Jan Tattermusch
b609caebf1
trailing "-bin" metadata is binary
6 years ago
Jan Tattermusch
29f44db128
fix initial->trailing
6 years ago
Jan Tattermusch
abbfd89dfc
Merge pull request #17274 from grpc/revert-15626-revert-15602-pin_python_api_client
...
Revert "Revert "pin google-api-python-client to 1.6.7 to avoid breakage""
6 years ago
Jan Tattermusch
95bae1ead9
make client_email loading python3 compatible
6 years ago
Jan Tattermusch
5a0f722590
run interop tests using python3.4
6 years ago
Jan Tattermusch
609cb8daa0
Revert "Revert "pin google-api-python-client to 1.6.7 to avoid breakage""
6 years ago
Mehrdad Afshari
989af50e1d
Remove beta modules from the Python Bazel package
6 years ago
Jan Tattermusch
40a473f8fa
Merge pull request #15626 from grpc/revert-15602-pin_python_api_client
...
Revert "pin google-api-python-client to 1.6.7 to avoid breakage"
6 years ago
Eric Gribkoff
d68155396e
Merge pull request #17260 from ericgribkoff/ssl_reload_flake
...
python: close channels in _server_ssl_cert_config_test
6 years ago