Mike Moore
|
5f30da6dd1
|
Update variable names in spec
|
6 years ago |
Mike Moore
|
abcdf2d183
|
Party like its 2015
|
6 years ago |
Karthik Ravi Shankar
|
7d1125d96e
|
Merge pull request #18831 from nicolasnoble/grpc_namespace_channel_arguments
Resolving ambiguous call to CreateCustomChannel.
|
6 years ago |
Nicolas "Pixel" Noble
|
b9a279c030
|
Resolving ambiguous call to CreateCustomChannel.
|
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 |
Yash Tibrewal
|
baa52808f1
|
Use a single copy of CreateErrorFromVector from ServiceConfig
|
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 |
Yash Tibrewal
|
a4036b2d8c
|
Add tests for health check parsing too
|
6 years ago |
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 |
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 |