aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server
Commit message (Collapse)AuthorAge
* Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
|
* Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
|\
* | Change the default max threads to something more reasonableGravatar Sree Kuchibhotla2018-07-25
| |
* | Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
| |
| * Add C++ wrapper for local credentialsGravatar Yihua Zhang2018-07-24
| |
* | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-23
|\|
* | Each ThreadManager is a resource userGravatar Sree Kuchibhotla2018-07-20
| |
| * reviewer feedbackGravatar ncteisen2018-07-20
| |
| * reviewer feedbackGravatar ncteisen2018-07-19
| |
| * Move ChannelzServicePlugin to public, experimentalGravatar ncteisen2018-07-19
| |
| * Adds C++ Channelz ServiceGravatar ncteisen2018-07-18
|/
* Add server load reporting serviceGravatar Juanli Shen2018-07-13
|
* Reorder steps when starting a serverGravatar Juanli Shen2018-06-30
|
* Add load reporterGravatar Juanli Shen2018-06-21
|
* Merge pull request #15681 from ncteisen/even-more-clangGravatar Noah Eisen2018-06-15
|\ | | | | Even More Clang Tidy: performance-*
| * Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
| |
* | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-11
|\|
| * Change commentsGravatar Yash Tibrewal2018-06-07
| |
* | back to using quotes for nanopb includesGravatar David Garcia Quintas2018-06-04
| |
* | quotes to angle brackets for nanopb includesGravatar David Garcia Quintas2018-06-01
| |
* | clang-formatGravatar David Garcia Quintas2018-06-01
| |
* | Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
| |
| * Allow unlimited as the max receive message lengthGravatar Yash Tibrewal2018-05-15
|/
* Add load data storeGravatar Juanli Shen2018-05-01
|
* Add C++ experimental API extensions for ALTS C stackGravatar Yihua Zhang2018-04-16
|
* Eliminate existence of SneakyCallOpSet, some server cleanupGravatar Vijay Pai2018-03-22
|
* Merge pull request #14517 from makdharma/extensible_apiGravatar Nicolas Noble2018-03-13
|\ | | | | Remove "final" keyword and make methods protected.
| * replaced loop with range expressionGravatar makdharma2018-03-12
| |
| * variable init sequence fixGravatar makdharma2018-03-09
| |
* | Fix a thread nameGravatar Vijay Pai2018-03-06
| |
* | Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
| |
* | Remove std::thread, keep everything else unchanged (#13)Gravatar Vijay Pai2018-03-02
| |
| * Remove "final" keyword and make methods protected.Gravatar makdharma2018-02-23
|/ | | | | This adds extensibility to the API and makes custom implementation of the server possible.
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
* | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |
| * Fix compression algorithm accessorsGravatar David Garcia Quintas2018-02-01
|/
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
|
* Resolve leak by freeing request payload if resources exhaustedGravatar Vijay Pai2018-01-10
|
* Switch C++ sync server to use gpr_thd rather than std::thread and provide ↵Gravatar Vijay Pai2018-01-08
| | | | resource exhaustion mechanism
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
|
* Workaround bug for a momentGravatar Craig Tiller2017-10-13
|
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| | | | than only grpc_byte_buffer""
* Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
|
* Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only ↵Gravatar Jan Tattermusch2017-09-14
| | | | grpc_byte_buffer"
* Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_bufferGravatar Vijay Pai2017-09-07
|
* Make grpc_call_log_batch take const char*Gravatar yang-g2017-09-05
|
* Log offending ops and error code before crashing the serverGravatar yang-g2017-08-30
|