Craig Tiller
|
c8159eabdf
|
[iwyu] grpc++ (#29610)
* [iwyu] grpc++
* fix
* fix
* Automated change: Fix sanity tests
* fix
* fix
* fix
* [iwyu] Better script
* eliminate race
* fixes
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
3 years ago |
Craig Tiller
|
16a3ce51ff
|
Service config parser to core configuration (#28883)
* Service config parser to core configuration
* x
* Automated change: Fix sanity tests
* finish
* Automated change: Fix sanity tests
* oops
* fix race
* Automated change: Fix sanity tests
* back out mutex
* refactor
* optimize
* Automated change: Fix sanity tests
* fix
* fix
* split out interface
* review feedback
* x
* fixes
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
3 years ago |
Craig Tiller
|
55b365f287
|
Move resolver code around a little (#27846)
* move service config
* service config should not depend on grpc_base
* move resolver, deal with fallout
* Automated change: Fix sanity tests
* fix
* fix
* Automated change: Fix sanity tests
* review feedback
* review feedback
* fix
* Automated change: Fix sanity tests
* fix
* Automated change: Fix sanity tests
* fix vis
* fix
* fixes
* Automated change: Fix sanity tests
* visibility
* fix
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
3 years ago |
Yash Tibrewal
|
a61bb8ed5b
|
Move service config code out of client_client to its own target (#27683)
* Move service config code out of client_client to its own target
* Fix BUILD
* Fix test build
* Reviewer comments
* Reviewer comments
* Automated change: Fix sanity tests
* Reviewer comments
Co-authored-by: yashykt <yashykt@users.noreply.github.com>
|
4 years ago |
Esun Kim
|
460898f11c
|
Migrated from grpc_error_string to grpc_error_std_string (#26068)
* Added grpc_error_std_string
* Migrated to grpc_error_std_string
|
4 years ago |
Esun Kim
|
ca945a58e9
|
Introduced grpc_error_handle (#25902)
- Define grpc_error_handle
- Replace grpc_error* with grpc_error_handle
|
4 years ago |
Mark D. Roth
|
b62d5c7eaa
|
Allow channel args to modify service config parsing behavior.
|
5 years ago |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
5 years ago |
Yash Tibrewal
|
886dc10daa
|
Move validate_service_config to a new file
|
6 years ago |
Karthik Ravi Shankar
|
b2b1e57337
|
Fix errors from test scripts.
|
6 years ago |
Karthik Ravi Shankar
|
850d02d67d
|
Move channelz_service_plugin from grpc to grpc_impl namespace
|
6 years ago |
ncteisen
|
18a9d7d57c
|
reviewer feedback
|
7 years ago |
ncteisen
|
b47214952b
|
reviewer feedback
|
7 years ago |
ncteisen
|
6104e4f33b
|
Move ChannelzServicePlugin to public, experimental
|
7 years ago |
ncteisen
|
c194528844
|
Adds C++ Channelz Service
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Mehrdad Afshari
|
f0e87f7364
|
doxygenize comment
|
8 years ago |
Alexander Polcyn
|
d809a15ec4
|
cpp doc nits
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
9 years ago |
vjpai
|
7b4dc532dd
|
Stop using global namespace on a template param
|
9 years ago |
Vijay Pai
|
90460fadf6
|
Digraph
|
9 years ago |
Yuchen Zeng
|
7ae31a8898
|
Add more comments, fix format issues
|
9 years ago |
Yuchen Zeng
|
0601df3a04
|
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
|
9 years ago |
Yuchen Zeng
|
1495cb5b24
|
Addressed reveiw comments about naming
|
9 years ago |
Yuchen Zeng
|
c8074527b2
|
Remove unnecessary headers
|
9 years ago |
Yuchen Zeng
|
91c51a7aba
|
Add proto_server_reflection_test
|
9 years ago |
Yuchen Zeng
|
ace4986e65
|
Update reflection implementation along with API changes
|
9 years ago |
Yuchen Zeng
|
c84ed6813e
|
Proto server reflection
|
9 years ago |
yang-g
|
9d1f0c4a0c
|
Fix merge failures
|
10 years ago |
Vijay Pai
|
e8a7e30a75
|
Eliminate public thread-pool interface
|
10 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
10 years ago |
Craig Tiller
|
d6c98df792
|
clang-format all source
|
10 years ago |
Nicolas "Pixel" Noble
|
b3d69c3c0f
|
Fixing Windows build
|
10 years ago |
vjpai
|
02b80549e9
|
Bug fixes
|
10 years ago |
vjpai
|
b76f3ada11
|
Fix bug on shutdown case
|
10 years ago |
vjpai
|
b28456b1e4
|
Add dynamic thread pool and initial port of test
|
10 years ago |
yang-g
|
6ca6ec884d
|
set header guard
|
10 years ago |
vjpai
|
72a44178e9
|
ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
|
10 years ago |
vjpai
|
a2e1bb1577
|
Change name of thread_pool files to fixed_size_thread_pool when
appropriate
|
10 years ago |
Vijay Pai
|
69f2410086
|
Make thread_pool.h a public header
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
|
10 years ago |
Yang Gao
|
6f4fb3b133
|
Add ability to override default thread pool
|
10 years ago |
Yang Gao
|
69fe0759be
|
Various minor fixes
|
10 years ago |
Nicolas "Pixel" Noble
|
ff2828be3d
|
Rewriting mutex, condition_variable, and thread.
|
10 years ago |
Nicolas "Pixel" Noble
|
ae96ae2bad
|
Starting off by removing all offending headers.
|
10 years ago |
vjpai
|
d5933b6184
|
Remove lambda expression being used in grpc C++ library
|
10 years ago |
Vijay Pai
|
335b97df8c
|
Revert "Remove lambda expression to support older compilers"
This reverts commit 5d5b1d8c8e .
|
10 years ago |
vjpai
|
5d5b1d8c8e
|
Remove lambda expression to support older compilers
|
10 years ago |
Yang Gao
|
6baa9b67ad
|
clang-format c++ code
|
10 years ago |
Nicolas "Pixel" Noble
|
1ff52d5278
|
Guard headers tool.
|
10 years ago |