Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
524016bb268359139c9ad7f7e3c9d53e23d7915d
/
src
/
cpp
/
server
3bc10c0
Merge pull request #16492 from vjpai/client_callback
by Vijay Pai
· 6 years ago
0382d06
Don't use cq_tag on Server CallOpSet's yet
by Vijay Pai
· 6 years ago
71aa602
Merge pull request #16360 from ncteisen/channelz-cpp-server
by Noah Eisen
· 6 years ago
42d9bec
Revert "Second attempt: Implement Watch method in health check service."
by Mark D. Roth
· 6 years ago
6ef3b0d
Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-server
by ncteisen
· 6 years ago
722bc69
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server
by ncteisen
· 6 years ago
4835376
Merge branch 'channelz-subchannels' into channelz-cpp
by ncteisen
· 6 years ago
5946ae5
Merge branch 'channelz-subchannels' into channelz-server
by ncteisen
· 6 years ago
4205b97
reviewer feedback
by ncteisen
· 6 years ago
7975c6a
Fix internal build breakage from #16351.
by Mark D. Roth
· 6 years ago
6d2c8f8
Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_service"
by Mark D. Roth
· 6 years ago
4e6ed86
Merge pull request #16407 from ncteisen/lazy-metadata
by Noah Eisen
· 6 years ago
8bf5253
Provide a generic client-side unary callback API
by Vijay Pai
· 6 years ago
14a8581
Revert "Implement Watch method in health check service."
by Juanli Shen
· 6 years ago
72ac3d0
Merge branch 'channelz-server' into channelz-cpp-server
by ncteisen
· 6 years ago
e165579
Subchannel support to C++
by ncteisen
· 6 years ago
743d40d
Lazily fill metadata map
by ncteisen
· 6 years ago
6076b1d
Merge branch 'channelz-subchannels' into channelz-server
by ncteisen
· 6 years ago
99ce3e1
Implement Watch method in health check service.
by Mark D. Roth
· 6 years ago
b22c300
Fix typo
by Yash Tibrewal
· 6 years ago
d9f4c76
Add a nullptr check
by Yash Tibrewal
· 6 years ago
8a86f53
Merge pull request #16356 from vjpai/exhaustion
by Vijay Pai
· 6 years ago
70ef911
Add C++ support for GetServers
by ncteisen
· 6 years ago
408f64c
Merge branch 'channelz-server' into channelz-cpp-server
by ncteisen
· 6 years ago
f3c600f
Fix up C++ test to be more stable
by ncteisen
· 6 years ago
d9781df
Address reviewer comments
by Vijay Pai
· 6 years ago
14ad82a
Create a new method handler for resource exhaustion and tie into thread mgr
by Vijay Pai
· 6 years ago
6321a53
fix typo
by ncteisen
· 6 years ago
f025b6e
Change thread default to INT_MAX
by ncteisen
· 6 years ago
0bf39e2
Subchannel support to C++
by ncteisen
· 6 years ago
f63b51b
Merge branch 'master' into rq-threads-2
by Sree Kuchibhotla
· 6 years ago
5cb99c9
fix format
by Junhao Li
· 6 years ago
b9decfb
include cmath to fix gcc8 compilation error
by Junhao Li
· 6 years ago
a2a64e5
Fix default argument(put it in header instead of source file)
by Sree Kuchibhotla
· 6 years ago
9ce673f
Make resource quota argument optional to the Server constructor
by Sree Kuchibhotla
· 6 years ago
bdd13cb
Revert "Revert "Restrict the number of threads in C++ sync server""
by Sree Kuchibhotla
· 6 years ago
bea98c3
Revert "Restrict the number of threads in C++ sync server"
by Nicolas Noble
· 6 years ago
9b84d7f
Merge branch 'master' into rq-threads
by Sree Kuchibhotla
· 6 years ago
8f39834
Change the default max threads to something more reasonable
by Sree Kuchibhotla
· 6 years ago
b95772e
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
by Sree Kuchibhotla
· 6 years ago
acc6ba0
Add C++ wrapper for local credentials
by Yihua Zhang
· 6 years ago
7b8be4d
Merge branch 'master' into rq-threads
by Sree Kuchibhotla
· 6 years ago
ec1c112
Each ThreadManager is a resource user
by Sree Kuchibhotla
· 6 years ago
18a9d7d
reviewer feedback
by ncteisen
· 6 years ago
b472149
reviewer feedback
by ncteisen
· 6 years ago
6104e4f
Move ChannelzServicePlugin to public, experimental
by ncteisen
· 6 years ago
c194528
Adds C++ Channelz Service
by ncteisen
· 6 years ago
be40b0d
Add server load reporting service
by Juanli Shen
· 6 years ago
1f96515
Reorder steps when starting a server
by Juanli Shen
· 6 years ago
291bbc7
Add load reporter
by Juanli Shen
· 6 years ago
bd6ac0f
Merge pull request #15681 from ncteisen/even-more-clang
by Noah Eisen
· 6 years ago
58e0cbf
Enable the performance-* clang-tidy checks
by Noah Eisen
· 6 years ago
32c0493
Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup
by David Garcia Quintas
· 6 years ago
3052cff
Change comments
by Yash Tibrewal
· 6 years ago
bc9573d
back to using quotes for nanopb includes
by David Garcia Quintas
· 6 years ago
087fe27
quotes to angle brackets for nanopb includes
by David Garcia Quintas
· 6 years ago
73dec49
clang-format
by David Garcia Quintas
· 6 years ago
00e045d
Fix the inclusion "third_party/nanopb/..." to simply "..."
by David Garcia Quintas
· 6 years ago
efee8f2
Allow unlimited as the max receive message length
by Yash Tibrewal
· 6 years ago
a0aab7e
Add load data store
by Juanli Shen
· 7 years ago
fe2fa0c
Add C++ experimental API extensions for ALTS C stack
by Yihua Zhang
· 7 years ago
a4da2d2
Eliminate existence of SneakyCallOpSet, some server cleanup
by Vijay Pai
· 7 years ago
129f38a
Merge pull request #14517 from makdharma/extensible_api
by Nicolas Noble
· 7 years ago
606742d
replaced loop with range expression
by makdharma
· 7 years ago
9cd0099
variable init sequence fix
by makdharma
· 7 years ago
02b64f5
Fix a thread name
by Vijay Pai
· 7 years ago
7fed69b
Use static_cast rather than reinterpret_cast whenever possible
by Vijay Pai
· 7 years ago
162ae4f
Remove std::thread, keep everything else unchanged (#13)
by Vijay Pai
· 7 years ago
8065000
Remove "final" keyword and make methods protected.
by makdharma
· 7 years ago
0e00c43
Move headers from grpc++ to grpcpp
by Muxi Yan
· 7 years ago
239b7d4
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
d4d0a30
Privatize useful.h and avl.h
by Vijay Pai
· 7 years ago
a21ab2b
Fix compression algorithm accessors
by David Garcia Quintas
· 7 years ago
c9ec2c0
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
by Jan Tattermusch
· 7 years ago
b4b0ac7
Resolve leak by freeing request payload if resources exhausted
by Vijay Pai
· 7 years ago
5dd3226
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
by Vijay Pai
· 7 years ago
4ac2b8e
Enable clang-tidy as a sanity check, fix up all known failures
by Craig Tiller
· 7 years ago
baa14a9
Update clang-format to 5.0
by Craig Tiller
· 7 years ago
06e174a
Separate public and internal C++ interfaces
by Vijay Pai
· 7 years ago
a19a073
Workaround bug for a moment
by Craig Tiller
· 7 years ago
efce6e1
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
by Vijay Pai
· 7 years ago
9eb8672
Removing deprecated string to char * conversions
by Yash Tibrewal
· 7 years ago
5432dd8
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
by Jan Tattermusch
· 7 years ago
6773955
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
by Vijay Pai
· 7 years ago
d3cbd72
Make grpc_call_log_batch take const char*
by yang-g
· 7 years ago
66e6c23
Log offending ops and error code before crashing the server
by yang-g
· 7 years ago
097cbfc
Resolve comments
by yang-g
· 7 years ago
0eaf7de
Allow adding events to cq after shutdown is called.
by yang-g
· 7 years ago
6abd200
Revert "Separate internal-only and public parts of C++ API"
by Vijay Pai
· 7 years ago
5079182
Merge pull request #11693 from ncteisen/refactor-thread-pool
by Noah Eisen
· 7 years ago
139072f
Const correct and clang
by ncteisen
· 7 years ago
eb70b9e
Anon namespace over static
by ncteisen
· 7 years ago
a5d557b
Rename function to avoud future clash
by ncteisen
· 7 years ago
30939f8
Make CreateThreadPool settable
by ncteisen
· 7 years ago
85fac6d
Quiet down server builder
by ncteisen
· 7 years ago
3d7d5f4
Create inproc transport, add relevant tests, exclude irrelevant tests
by Vijay Pai
· 8 years ago
c0baec6
Internalize structs and methods meant for being exposed through codegen
by Vijay Pai
· 7 years ago
67a4054
Initialize pending_ops false
by Noah Eisen
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
672f15f
Merge pull request #11143 from dgquintas/dns_server
by David G. Quintas
· 7 years ago
Next »