index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
/
server
Commit message (
Expand
)
Author
Age
*
Change comments
Yash Tibrewal
2018-06-07
*
Allow unlimited as the max receive message length
Yash Tibrewal
2018-05-15
*
Add load data store
Juanli Shen
2018-05-01
*
Add C++ experimental API extensions for ALTS C stack
Yihua Zhang
2018-04-16
*
Eliminate existence of SneakyCallOpSet, some server cleanup
Vijay Pai
2018-03-22
*
Merge pull request #14517 from makdharma/extensible_api
Nicolas Noble
2018-03-13
|
\
|
*
replaced loop with range expression
makdharma
2018-03-12
|
*
variable init sequence fix
makdharma
2018-03-09
*
|
Fix a thread name
Vijay Pai
2018-03-06
*
|
Use static_cast rather than reinterpret_cast whenever possible
Vijay Pai
2018-03-05
*
|
Remove std::thread, keep everything else unchanged (#13)
Vijay Pai
2018-03-02
|
*
Remove "final" keyword and make methods protected.
makdharma
2018-02-23
|
/
*
Move headers from grpc++ to grpcpp
Muxi Yan
2018-02-15
*
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
*
|
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
|
*
Fix compression algorithm accessors
David Garcia Quintas
2018-02-01
|
/
*
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
Jan Tattermusch
2018-01-12
*
Resolve leak by freeing request payload if resources exhausted
Vijay Pai
2018-01-10
*
Switch C++ sync server to use gpr_thd rather than std::thread and provide res...
Vijay Pai
2018-01-08
*
Enable clang-tidy as a sanity check, fix up all known failures
Craig Tiller
2017-11-10
*
Update clang-format to 5.0
Craig Tiller
2017-11-03
*
Separate public and internal C++ interfaces
Vijay Pai
2017-10-26
*
Workaround bug for a moment
Craig Tiller
2017-10-13
*
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...
Vijay Pai
2017-09-21
*
Removing deprecated string to char * conversions
Yash Tibrewal
2017-09-17
*
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only gr...
Jan Tattermusch
2017-09-14
*
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
Vijay Pai
2017-09-07
*
Make grpc_call_log_batch take const char*
yang-g
2017-09-05
*
Log offending ops and error code before crashing the server
yang-g
2017-08-30
*
Resolve comments
yang-g
2017-07-28
*
Allow adding events to cq after shutdown is called.
yang-g
2017-07-28
*
Revert "Separate internal-only and public parts of C++ API"
Vijay Pai
2017-07-25
*
Merge pull request #11693 from ncteisen/refactor-thread-pool
Noah Eisen
2017-07-21
|
\
*
|
Const correct and clang
ncteisen
2017-07-19
|
*
Anon namespace over static
ncteisen
2017-07-18
|
*
Rename function to avoud future clash
ncteisen
2017-07-18
|
*
Make CreateThreadPool settable
ncteisen
2017-07-18
*
|
Quiet down server builder
ncteisen
2017-07-18
|
/
*
Create inproc transport, add relevant tests, exclude irrelevant tests
Vijay Pai
2017-07-14
*
Internalize structs and methods meant for being exposed through codegen
Vijay Pai
2017-07-10
*
Initialize pending_ops false
Noah Eisen
2017-07-06
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Merge pull request #11143 from dgquintas/dns_server
David G. Quintas
2017-06-02
|
\
*
\
merge with head
Yang Gao
2017-05-22
|
\
\
|
*
|
Take grpc_workaround_list as parameter
Muxi Yan
2017-05-17
*
|
|
Add api to server builder plugin to modify the builder
yang-g
2017-05-16
|
*
|
obsolete -> is obsolete
Muxi Yan
2017-05-16
|
|
*
Make ServerBuilder accept (dns:///) URIs instead of just dns names
David Garcia Quintas
2017-05-15
|
|
/
|
/
|
|
*
Merge branch 'master' into backward-compat-dev
Muxi Yan
2017-05-12
|
|
\
|
|
/
|
/
|
*
|
Propagate deadline to GenericServerContext
yang-g
2017-05-11
[next]