Sree Kuchibhotla
|
ec1c112cc1
|
Each ThreadManager is a resource user
|
7 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 |
Sree Kuchibhotla
|
913f9b930a
|
Add Core resource quota implementation
|
7 years ago |
yang-g
|
f48d3d5d98
|
Initialize member in default ctor
|
7 years ago |
Sree Kuchibhotla
|
67bb4e3030
|
Initial scaffolding
|
7 years ago |
Juanli Shen
|
be40b0d3a8
|
Add server load reporting service
|
7 years ago |
easy
|
1b6e8514a9
|
Move GetSpanFromServerContext() to public header.
|
7 years ago |
Vijay Pai
|
c5336fcf8b
|
Drop a spurious assert, since ServerReader can SendInitialMetadata
|
7 years ago |
Juanli Shen
|
9e77eeb0d5
|
Update comment
|
7 years ago |
ncteisen
|
7d474811ab
|
Reviewer feedback
|
7 years ago |
ncteisen
|
a0a59537d2
|
s/CodegenGeneric/Raw/g
|
7 years ago |
Yash Tibrewal
|
73a124fcfb
|
Wire to socket doc change
|
7 years ago |
ncteisen
|
0d878eae6c
|
Fix build
|
7 years ago |
ncteisen
|
d170b83e0d
|
Allow AsyncServer with one generic to compile
|
7 years ago |
ncteisen
|
93a90e6132
|
Support codegen generic on server side
|
7 years ago |
Hope Casey-Allen
|
90b4ef5be7
|
Update AddListeningPort documentation in ServerBuilder
|
7 years ago |
Vizerai
|
f9f0b54d38
|
update
|
7 years ago |
Vijay Pai
|
500e3399b6
|
Address reviewer comments
|
7 years ago |
Vijay Pai
|
1b8969b973
|
Add useful comment on ServerInterface::Shutdown
|
7 years ago |
Yash Tibrewal
|
4e3835b36b
|
Add documentation for default message sizes
|
7 years ago |
yang-g
|
801e566622
|
handle empty slice explicitly
|
7 years ago |
Vizerai
|
e1d7deeb53
|
update
|
7 years ago |
Vizerai
|
cb2767143c
|
update
|
7 years ago |
Vizerai
|
60086793e0
|
update
|
7 years ago |
Alexander Polcyn
|
ac8b72f75b
|
Add a test that tcp server posix consumes socket mutators
|
7 years ago |
Yihua Zhang
|
fe2fa0c1c8
|
Add C++ experimental API extensions for ALTS C stack
|
7 years ago |
ncteisen
|
92c4e0fee0
|
Rename ProtoBuffer helpers
|
7 years ago |
ncteisen
|
cf5b2666e1
|
Make GrpcProtoBufferReaderWriter public
|
7 years ago |
ncteisen
|
4a719088ca
|
Fix typos
|
7 years ago |
Ara Ayvazyan
|
2e3d410846
|
fixup! Use bbuf_ptr
|
7 years ago |
Ara Ayvazyan
|
8016d35aca
|
fixup! Fix formatting
|
7 years ago |
Ara Ayvazyan
|
f76069a593
|
fixup! Fix the payload ownership issue
|
7 years ago |
Ara Ayvazyan
|
4df7438960
|
Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer
|
7 years ago |
Vijay Pai
|
a4da2d2a54
|
Eliminate existence of SneakyCallOpSet, some server cleanup
|
7 years ago |
Vijay Pai
|
cdddc8ce42
|
Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity)
|
7 years ago |
Vijay Pai
|
ba46afe3e2
|
Delete status_test that has no coverage; replace with static_asserts
|
7 years ago |
Vijay Pai
|
3c3c4c913a
|
Update server.h
|
7 years ago |
Vijay Pai
|
589e2cfe09
|
Update completion_queue.h
|
7 years ago |
makdharma
|
626a65e877
|
Added protected default constructor
|
7 years ago |
makdharma
|
dbf4b71a00
|
added Experimental in comments
For "struct Port" and friends, since they are now protected instead of
private.
|
7 years ago |
makdharma
|
d10c4e1e8e
|
added "Experimental" and returned raw pointers
Added experimental in the comment and removed reference_wrapper in favor
of the raw pointer.
|
7 years ago |
makdharma
|
1d603248f2
|
forgot to add completion_queue.h doh!
|
7 years ago |
makdharma
|
c8e523351e
|
clang-format
|
7 years ago |
makdharma
|
757af97ad0
|
added ///Experimental in comment for c_server
Please enter the commit message for your changes. Lines starting
|
7 years ago |
makdharma
|
838af3eb6c
|
moved member variables from protected to private
Per style guide, the member variables are not protected but private and
accessed through methods.
|
7 years ago |
makdharma
|
57237443ac
|
clang-format
|
7 years ago |
makdharma
|
e1a7283dd3
|
moved Next implementation to CC file.
|
7 years ago |
makdharma
|
8065000697
|
Remove "final" keyword and make methods protected.
This adds extensibility to the API and makes custom implementation
of the server possible.
|
7 years ago |