Mehrdad Afshari
8e64645b3e
Merge pull request #15783 from mehrdada/bump-v1.13.x-to-pre2
...
Bump v1.13.x to pre2
7 years ago
Sree Kuchibhotla
f5691a5fec
add the missing gpr_mu_destroy
7 years ago
Alexander Polcyn
7eda61937e
Separate the posix part of the c-ares driver
7 years ago
ncteisen
4d1da600b5
Fix ASAN and sanity
7 years ago
Mehrdad Afshari
561630dfe2
Regenerate projects
7 years ago
Mehrdad Afshari
537ca01c39
Bump v1.13.x to v1.13.0-pre2
7 years ago
Mehrdad Afshari
1c78de1fb6
Merge pull request #15781 from mehrdada/backport-15727-to-v1.13.x
...
Backport 15727 into v1.13.x (Add a null check for the endpoint on shutdown)
7 years ago
kpayson64
8cbd880b1f
Add a null check for the endpoint on shutdown
7 years ago
Mark D. Roth
51bbbc5d8e
Get status from wire even if the recv_trailing_metadata batch callback
...
is invoked with an error.
7 years ago
ncteisen
c14e95fc63
Merge branch 'master' of https://github.com/grpc/grpc into channelz
7 years ago
ncteisen
c7166ae67d
Make channelz an opt in feature
7 years ago
Noah Eisen
bd6ac0f9d5
Merge pull request #15681 from ncteisen/even-more-clang
...
Even More Clang Tidy: performance-*
7 years ago
apolcyn
c65066666f
Merge pull request #15755 from ganmacs/unify-duplicated-method
...
Unify nearly same methods
7 years ago
Srini Polavarapu
d6616280d3
Merge pull request #15694 from srini100/bump-to-v1.14
...
Bump master to v1.14
7 years ago
apolcyn
ce62e20fdc
Merge pull request #15778 from apolcyn/use_pyyaml
...
Install pyyaml through pip in docker
7 years ago
Mehrdad Afshari
17ae5cef8d
Merge pull request #15765 from mehrdada/backport-15632-into-v1.13.x
...
Backport 15632 into v1.13.x
7 years ago
David G. Quintas
1c6d6ba851
Merge pull request #15595 from dgquintas/nanopb_build_cleanup
...
Treat nanopb as a regular external dep
7 years ago
Muxi Yan
df9753d98a
CFStream usage guide
7 years ago
hcaseyal
5bc31dbd42
Merge pull request #15775 from hcaseyal/fix_http_server_filter_comment
...
Fix comment typo in http_server_filter
7 years ago
Sree Kuchibhotla
211bd0e588
Prevent pollable from accessing a potentially orphaned/destroyed fd
7 years ago
Mehrdad Afshari
0178876a98
Merge pull request #15773 from nathanielmanistaatgoogle/9320
...
Specify thread-safety of grpc-created channels
7 years ago
Hope Casey-Allen
8ad28d5317
Fix comment typo in http_server_filter
7 years ago
Nathaniel Manista
a5530e9e36
Specify thread-safety of grpc-created channels
7 years ago
Yash Tibrewal
a726484455
Merge pull request #15698 from yashykt/httpsproxy
...
Prefer using https_proxy for secure channels and http_proxy for insec…
7 years ago
Mehrdad Afshari
26cb182dad
Use a Docker image that includes Python3.7rc1
...
In order to build Python3.7 packages for manylinux1
platform, we need our Docker image to include
Python3.7. Unfortunately, since Python 3.7 is still
in RC1 stage, the official docker image does not
include that Python release, so we temporarily
rely on our own underlying docker image to build.
7 years ago
Mehrdad Afshari
87d08a3b16
Add Python 3.7 Linux wheels to artifact build
7 years ago
Mehrdad Afshari
33baa9525a
Merge pull request #15632 from grpc/mmx-test-build-wheel37
...
Add Python 3.7 Linux wheels to artifact build
7 years ago
Mehrdad Afshari
411199a38b
Merge pull request #14639 from mehrdada/blocking-py-intercept
...
Optimize blocking intercepted response-unary calls
7 years ago
Mehrdad Afshari
b291f186be
Refactor: reorder
7 years ago
David Garcia Quintas
39fbed3589
Merge branch 'nanopb_build_cleanup' of github.com:dgquintas/grpc into nanopb_build_cleanup
7 years ago
David Garcia Quintas
657a3eb98b
Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup
7 years ago
Mehrdad Afshari
797a0620c7
Use a Docker image that includes Python3.7rc1
...
In order to build Python3.7 packages for manylinux1
platform, we need our Docker image to include
Python3.7. Unfortunately, since Python 3.7 is still
in RC1 stage, the official docker image does not
include that Python release, so we temporarily
rely on our own underlying docker image to build.
7 years ago
Mehrdad Afshari
b4f4d2943e
Add Python 3.7 Linux wheels to artifact build
7 years ago
Mehrdad Afshari
56142a5dbf
Refactor: avoid calling with_call API
...
Avoid calling the public self.with_call
API internally and opt for sharing the
method body in a separate private method
and calling that instead.
7 years ago
Nicolas Noble
c2e40173b6
Merge pull request #15726 from kwasimensah/master
...
Add sys/epoll.h header to relevant files
7 years ago
Nathaniel Manista
545343eea3
Merge pull request #15725 from nathanielmanistaatgoogle/15537
...
Close channels in examples.
7 years ago
Yash Tibrewal
2bf8ef24a1
Remove check for whether channel is secure/insecure. Always prefer 'https_proxy' and fallback on 'http_proxy'
7 years ago
Yash Tibrewal
84328e733d
No need to fallback on https_proxy for insecure connections
7 years ago
Yash Tibrewal
1b9a7faa71
Prefer using https_proxy for secure channels and http_proxy for insecure channels
7 years ago
ncteisen
8e75b48bcd
Add expception for util dir
7 years ago
Noah Eisen
373fc6dc40
Manual fixes to enable performance- clang tidy checks
7 years ago
Noah Eisen
58e0cbf9fb
Enable the performance-* clang-tidy checks
7 years ago
Nicolas Noble
33b77eee78
Merge pull request #15758 from grpc/revert-15678-channel-arg-sanity
...
Revert "Add Type Checking On Channel Args"
7 years ago
Nicolas Noble
49d229b3fc
Merge pull request #15762 from grpc/revert-15645-foundry_integration
...
Revert "Add suppressions to sanitizers for bazel builds"
7 years ago
Nicolas Noble
43557fee0b
Revert "Add suppressions to sanitizers for bazel builds"
7 years ago
Nathaniel Manista
8234d14113
Close channels in examples
7 years ago
Mark D. Roth
817d28fed6
Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2"
...
This reverts commit 3f9308ce1f
, reversing
changes made to 92a0ae0b10
.
7 years ago
Noah Eisen
7ea8a60ed0
Revert "Add Type Checking On Channel Args"
7 years ago
ganmacs
277d894d7f
Unify nearly same method
...
`@call` instance variable is same in
ActiveCall#merge_metadata_and_send_if_not_already_sent and
ActiveCall#send_initial_metadata.
7 years ago
Alex Polcyn
f3fb98e75f
Install pyyaml through pip in docker
7 years ago