David Garcia Quintas
53bfe69f70
Connected subchannel refactoring
7 years ago
Muxi Yan
d9c69e1963
Merge pull request #13865 from muxi/add-objc-compression
...
Add API to enable compression
7 years ago
Juanli Shen
30bd91e663
Merge pull request #13879 from AspirinSJL/client_load_report_bug
...
Restore checking initial request sent
7 years ago
Muxi Yan
5132bf3915
Reconcile messages.proto; abort() when an invalid compression algorithm is set
7 years ago
Mehrdad Afshari
7542ba6e0c
Merge pull request #13899 from mehrdada/upgrade-yapf-to-020
...
Upgrade yapf to 0.20.0
7 years ago
Vijay Pai
832bd00163
Merge pull request #13874 from vjpai/allow_no_message
...
C++: Allow no message on sync unary call, just like async
7 years ago
Mehrdad Afshari
69c0ff46db
Merge pull request #13898 from mehrdada/revert13665
...
Revert "Fix a Python spinlock bug"
7 years ago
Yash Tibrewal
466e1821cd
Merge pull request #13884 from yashykt/androidtls
...
Add an exception in TLS to use pthread library instead of __thread fo…
7 years ago
Mehrdad Afshari
87cd994b04
Upgrade yapf to 0.20.0
...
Upgrade yapf version to 0.20.0 and reformat Python files.
7 years ago
Mehrdad Afshari
6dc1c50b93
Revert "Fix a Python spinlock bug"
...
This reverts commit 2df509fc0e
.
7 years ago
Vijay Pai
63392f682e
Merge pull request #13895 from vjpai/missing_prefix
...
Fix prefix in struct names
7 years ago
Vijay Pai
b78df7ab77
Fix struct names
7 years ago
Mehrdad Afshari
730b778632
Merge pull request #13886 from armchair-philosophy/fix-wire-link-in-web-protocol-doc
...
Use 'PROTOCOL-HTTP2.md' for reference to 'gRPC over HTTP2' document
7 years ago
Nathaniel Manista
e1d592a999
Merge pull request #13891 from nathanielmanistaatgoogle/12531
...
Reform cygrpc.OperationTag and cygrpc.Event.
7 years ago
Mehrdad Afshari
3ea0e2d804
Merge pull request #13893 from mehrdada/upmerge183
...
Upmerge v1.8.x branch (at v1.8.3) into master
7 years ago
Mehrdad Afshari
c71c6a7f3d
Merge branch v1.8.x into master
...
Upmerge v1.8.3 into master
7 years ago
Nathaniel Manista
7b9c023391
Reform cygrpc.OperationTag and cygrpc.Event
...
Rather than single classes they are now broken up into class families
with each class containing only those fields and methods that are
needed in the context in which the class is used.
7 years ago
Mehrdad Afshari
f526a2164f
Merge pull request #13889 from mehrdada/bump-183
...
Bump version to 1.8.3
7 years ago
Mehrdad Afshari
6c9a0a1a96
Bump version to 1.8.3
7 years ago
Mehrdad Afshari
f9ee06e667
Merge pull request #13887 from mehrdada/backport13876
...
Backport #13876 into v1.8.x
7 years ago
Mehrdad Afshari
77054fb794
Merge pull request #13882 from mehrdada/relax-polling
...
Relax log-level when polling engine is not defined
7 years ago
Mehrdad Afshari
674dbf1f8d
Fetch boringssl-with-bazel submodule from GitHub
7 years ago
Mehrdad Afshari
98efefcc1e
Relax log-level when polling engines are undefined
7 years ago
otofune
cc57ab5e08
fix PROTOCOL-HTTP2 to PROTOCOL-HTTP2.md
...
forget .md
7 years ago
otofune
1dfd8746d7
Use 'PROTOCOL-HTTP2.md' as 'gRPC over HTTP2' link
7 years ago
Yash Tibrewal
11d1ac4c0c
Add an exception in TLS to use pthread library instead of __thread for Android NDK with GCC as the compiler
7 years ago
Mehrdad Afshari
2e04b2dd0c
Merge pull request #13876 from mehrdada/update-boringsslWithBazel-submodule-reference-to-github
...
Fetch boringssl-with-bazel submodule from GitHub instead of GoogleSource.com
7 years ago
Juanli Shen
f2a0ae7e3b
Restore checking initial request sent
7 years ago
Mehrdad Afshari
99e0b4bfec
Fetch boringssl-with-bazel submodule from GitHub
7 years ago
Vijay Pai
d5730c6c22
Allow no message on sync unary call, just like async
7 years ago
Jan Tattermusch
fb2eb5279e
Merge pull request #13830 from jtattermusch/cmake_cleanup
...
Simplify top level CMakeLists.txt
7 years ago
Yang Gao
d9ab30a5b2
Merge pull request #13871 from yang-g/gmock_search_path
...
Provide a way to use custom search path for gmock.h
7 years ago
Yang Gao
9aaa284fcb
Merge pull request #13844 from danzh2010/startcb
...
Change grpc_udp_server interface
7 years ago
yang-g
eb64fadfce
Provide a way to use custom search path for gmock.h
7 years ago
Yuchen Zeng
e33d0272fd
Merge pull request #13864 from y-zeng/keepalive_permit_without_calls
...
Separate client and server keepalive_permit_without_calls
7 years ago
Dan Zhang
0c2fc922a6
fix data race in shutdown_and_destroy_pollset
7 years ago
Muxi Yan
9affc8895d
Merge pull request #13869 from grpc/redirect-stderr-xcodebuild
...
Fix a nit in run_tests.sh in ObjC tests
7 years ago
apolcyn
4233cf20c4
Merge pull request #13829 from apolcyn/backport_bazel_changes
...
Backport bazel changes from #13468 to 1.8.x
7 years ago
Muxi Yan
3d44fc3c16
print output when the first test succeeded
7 years ago
Muxi Yan
36abd15195
Redirect stderr of xcodebuild
7 years ago
Dan Zhang
40ebe9af7f
fix typo
7 years ago
Dan Zhang
8fba583796
fix udp_server_test flakiness
7 years ago
Vijay Pai
b04499e5f0
Merge pull request #13863 from vjpai/fork
...
Fix public hdrs in 1.8.x (backported bugfix)
7 years ago
Muxi Yan
c47b3f5c3a
Add interface to API to enable compression
7 years ago
Yuchen Zeng
1e522efa41
Separate client and server keepalive_permit_without_calls
7 years ago
Muxi Yan
32bd0023e4
Merge pull request #13849 from muxi/retry-failed-objc-code-65
...
Retry first test when xcodebuild fails with simulator connection error
7 years ago
Vijay Pai
31789c46df
fix public hdrs in 1.8.x
7 years ago
Mehrdad Afshari
70d1ea2962
Merge pull request #13858 from mehrdada/update-readme-copyright
...
Update README.md Copyright Notice
7 years ago
Nathaniel Manista
57a7040da9
Merge pull request #13852 from nathanielmanistaatgoogle/12531
...
Reform cygrpc.Operation.
7 years ago
Nathaniel Manista
81edf5ff9a
Reform cygrpc.Operation
...
It is now a family of classes conforming to an interface rather than a
single class no single instance of which makes use of all behavior
scoped to the class.
It also now only uses gRPC Core memory for the time of a single batch
rather than for the entire lifetime of the instance.
7 years ago