Muxi Yan
|
f5262fe259
|
Update objc examples to use v2 API
|
6 years ago |
Yash Tibrewal
|
07e899f5f3
|
Separate out message size parsing into a different file to avoid build issues
|
6 years ago |
Muxi Yan
|
9e593f721f
|
build system fix for default CFStream
|
6 years ago |
Arjun Roy
|
ffb0b63b59
|
Merge pull request #18407 from arjunroy/slice_ref_devirt
grpc_slice_refcount devirtualization
|
6 years ago |
Karthik Ravi Shankar
|
56e34854ca
|
Fix review comments and clang fixes.
|
6 years ago |
Karthik Ravi Shankar
|
d243f3dbe3
|
Merge branch 'master' into callback-rpc-lock
|
6 years ago |
Karthik Ravi Shankar
|
72312daadf
|
Move callback-based API to use Executors over ApplicationExecutionCtx
|
6 years ago |
Karthik Ravi Shankar
|
39816efa3b
|
Test invoking a callback-based RPC under lock
|
6 years ago |
Yash Tibrewal
|
3b65effb82
|
Cleanup
|
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 |
Arjun Roy
|
e9a79f928c
|
Address initial comments
|
6 years ago |
Arjun Roy
|
4e24b0e4dc
|
Bugfix - fixed assumptions
|
6 years ago |
Arjun Roy
|
7f42728fd9
|
Fast-pathed grpc_mdelem_eq for known static cases.
|
6 years ago |
Moiz Haidry
|
232cc9ec9d
|
Merge pull request #18804 from mhaidrygoog/xds_picker_map
Created consolidated xds picker
|
6 years ago |
Yash Tibrewal
|
e770694c31
|
Merge branch 'master' into svc_cfg2
|
6 years ago |
Yash Tibrewal
|
1ab9ffe5c0
|
Do not add message size filter for minimal stack
|
6 years ago |
murgatroid99
|
a36040d51c
|
Clang format
|
6 years ago |
Moiz Haidry
|
d48b0d2879
|
Created consolidated xds picker that stored and picks from the locality pickers
|
6 years ago |
murgatroid99
|
2f2899203b
|
Make cares resolver opt-in with libuv
|
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 |
Yash Tibrewal
|
c3ae72c089
|
Merge branch 'master' into svc_cfg2
|
6 years ago |
Yash Tibrewal
|
576828696a
|
Add parsing tests
|
6 years ago |
Yash Tibrewal
|
116ce0fb24
|
Use health check parser
|
6 years ago |
Yash Tibrewal
|
2c4c8438cc
|
Message size filter parser and health check parser
|
6 years ago |
Yash Tibrewal
|
813865acaf
|
Adding service config parser
|
6 years ago |
Mike Moore
|
b47f2048b8
|
Log ParseError raised in BadStatus#to_rpc_status
|
6 years ago |
murgatroid99
|
a84d188021
|
Don't use 'new' or 'delete'
|
6 years ago |
murgatroid99
|
41871bf7de
|
Add cares glue for libuv event loop
|
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 |
Mike Moore
|
0fa7cf9194
|
Update Add BadStatus#to_status documentation
|
6 years ago |
Mike Moore
|
71db662452
|
Add tests for error methods
|
6 years ago |
Mike Moore
|
7afc6dbae3
|
Update BadStatus#to_rpc_status
Change the implementation to no longer raise when the rpc_status
protobuf value cannot be properly decoded.
Update the documentation.
|
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 |
yang-g
|
051d421579
|
Resolve sanity
|
6 years ago |