Prashant Jaikumar
|
f36e08e6dd
|
Add trace flag in cronet transport
|
6 years ago |
Richard Belleville
|
72a2b65d67
|
Merge pull request #18808 from grpc/protoc_strip_module_prefix
Add ability to strip module prefixes in Python gRPC protoc plugin
|
6 years ago |
Muxi Yan
|
0105ff31c8
|
Merge pull request #18815 from muxi/remove-example-builds
Remove example build tests that do not depend on changes in a PR or master branch
|
6 years ago |
Muxi Yan
|
0eec19a3bc
|
Merge pull request #18766 from muxi/examples-v2api
Updated all ObjC examples to use the new api
|
6 years ago |
Muxi Yan
|
c5c5c3b472
|
Merge pull request #18830 from grpc/cfstream-minor-fix
minor fix in CFStream
|
6 years ago |
Jan Tattermusch
|
709cceb65f
|
Merge pull request #18718 from KeithMoyer/master
Add missing sha256 for http_archive deps
|
6 years ago |
Vijay Pai
|
8803d5c99d
|
Merge pull request #18828 from grpc/vjpai-patch-1
Fix typo in comment
|
6 years ago |
Muxi Yan
|
6d0a7936bf
|
minor fix in CFStream
|
6 years ago |
Vijay Pai
|
1a4f5e8ade
|
Fix typo in comment
It's a ServerWriteReactor
|
6 years ago |
Vijay Pai
|
0c68f31e8a
|
Merge pull request #18823 from SataQiu/fix-spelling-20190421
Fix some spellings mistakes
|
6 years ago |
SataQiu
|
bca4a6db2c
|
fix some spellings mistakes
|
6 years ago |
Vijay Pai
|
031f61e135
|
Merge pull request #18773 from vjpai/unary_reactor
C++ callback API: Add client-side unary reactor model
|
6 years ago |
Vijay Pai
|
20c08dbc7a
|
Add client-side unary reactor model
|
6 years ago |
Muxi Yan
|
3473788621
|
Remove example build tests that do not depend on changes in a PR or master branch
|
6 years ago |
Muxi Yan
|
f5262fe259
|
Update objc examples to use v2 API
|
6 years ago |
Arjun Roy
|
ffb0b63b59
|
Merge pull request #18407 from arjunroy/slice_ref_devirt
grpc_slice_refcount devirtualization
|
6 years ago |
Arjun Roy
|
7d946633ea
|
grpc_slice_refcount devirtualization
|
6 years ago |
SataQiu
|
c4a2069d9c
|
fix spelling errors of include/*
|
6 years ago |
Soheil Hassas Yeganeh
|
4080e7b65f
|
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
This is in the hot path and it is not needed anymore.
Remove it for good.
|
6 years ago |
Moiz Haidry
|
232cc9ec9d
|
Merge pull request #18804 from mhaidrygoog/xds_picker_map
Created consolidated xds picker
|
6 years ago |
Moiz Haidry
|
d48b0d2879
|
Created consolidated xds picker that stored and picks from the locality pickers
|
6 years ago |
Mark D. Roth
|
c827d1e163
|
Merge pull request #18490 from markdroth/c++_client_channel_call_data
Convert client_channel call_data to C++
|
6 years ago |
Mark D. Roth
|
a09d705dbf
|
Convert client_channel call_data to C++.
|
6 years ago |
Esun Kim
|
e498ba06c7
|
Merge pull request #18798 from veblush/fix-sanitizer
Fixed sanitize.sh
|
6 years ago |
Richard Belleville
|
f6dfcf8966
|
Add configurable list of module prefixes to be stripped in Python gRPC protoc plugin.
|
6 years ago |
Lidi Zheng
|
0d59ba43e0
|
Merge pull request #18778 from lidizheng/fix-docgen
Use requirements.bazel.txt to generate Python documents
|
6 years ago |
Lidi Zheng
|
fc2376e239
|
Merge pull request #18793 from lidizheng/fix-clang-tidy
Cleanup Clang Tidy errors
|
6 years ago |
Jan Tattermusch
|
0939376a17
|
Merge pull request #18769 from SataQiu/fix-20190416
Fix spelling errors of include/*
|
6 years ago |
Soheil Hassas Yeganeh
|
bc445360ab
|
Merge pull request #18797 from soheilhy/memset-envvar
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
|
6 years ago |
Soheil Hassas Yeganeh
|
f689329af0
|
Merge pull request #18774 from soheilhy/gprpp-mutex-safe
Introduce C++ wrappers for gpr_mu and gpr_cv.
|
6 years ago |
Esun Kim
|
4b4ecdf3b9
|
Fixed sanitize.sh
It has been broken since check_copyright dropped the --fix option.
This script is modified not to use the missing option.
|
6 years ago |
Lidi Zheng
|
e0ba5fa9d2
|
Merge pull request #18779 from lidizheng/example-wait-for-ready
Add wait-for-ready example for gRPC Python
|
6 years ago |
Keith Moyer
|
0468a803b4
|
Add missing sha256 for http_archive deps
|
6 years ago |
Soheil Hassas Yeganeh
|
212e4b8657
|
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
This is in the hot path and it is not needed anymore.
Remove it for good.
|
6 years ago |
Lidi Zheng
|
362d022972
|
Merge pull request #18783 from lidizheng/fix-ctrl-c
Propagate KeyboardInterrupt above completion queue
|
6 years ago |
Lidi Zheng
|
0d9b4212f8
|
Cleanup Clang Tidy errors
|
6 years ago |
Soheil Hassas Yeganeh
|
1c186784cd
|
Make sure grpc::internal::Mutex has enough space for gpr_mu, std::mutex, and pthread_mutex_t.
|
6 years ago |
Soheil Hassas Yeganeh
|
2b9448a71c
|
Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv.""
This reverts commit d09c9f8e20 .
|
6 years ago |
Lidi Zheng
|
0de83950e6
|
Merge pull request #18782 from lidizheng/rf-gevent
Revert "Revert "Merge pull request #18547 from lidizheng/fix-gevent""
|
6 years ago |
Lidi Zheng
|
09d18aa659
|
Propagate KeyboardInterrupt above completion queue
|
6 years ago |
Muxi Yan
|
5d906c2bec
|
Merge pull request #18765 from grpc/fix-v2api-dispatch-queue
Fix concurrent writer dispatch queue
|
6 years ago |
Lidi Zheng
|
123fd943f1
|
Revert "Revert "Merge pull request #18547 from lidizheng/fix-gevent""
This reverts commit a922bd7a03 .
|
6 years ago |
Lidi Zheng
|
f062722c61
|
Adopt reviewer's advice
* Use context manager to manage tcp socket
* Rename tcp socket
* Fix grammer error
|
6 years ago |
yihuaz
|
d3b2abd81c
|
Merge pull request #18754 from yihuazhang/ssl_credential_reload
Fix a memory leakage in SSL credential reload
|
6 years ago |
Lidi Zheng
|
541cb00470
|
Add wait-for-ready example
* With unit test
* With Bazel integration
* With REAME.md explaination
|
6 years ago |
Lidi Zheng
|
7095f5acbe
|
Use requirements.bazel.txt to generate Python documents
|
6 years ago |
Yihua Zhang
|
ef4508ca0d
|
fix memory leaks in ssl credential reload.
|
6 years ago |
Muxi Yan
|
e9ecccaf03
|
Add test case for async dispatch
|
6 years ago |
Mark D. Roth
|
62d9be1533
|
Merge pull request #18631 from markdroth/pare_down_channel_args_api
Move functions for individual args out of channel_args.{h,cc}.
|
6 years ago |
Mark D. Roth
|
acfe2a0b16
|
Merge pull request #18489 from markdroth/c++_client_channel_channel_data
Convert client_channel channel_data to C++
|
6 years ago |