index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
Commit message (
Expand
)
Author
Age
*
Merge pull request #15394 from yashykt/maxmsglen
Yash Tibrewal
2018-06-07
|
\
|
*
Change comments
Yash Tibrewal
2018-06-07
*
|
Fix broken ByteBuffer copy ctor
Ara Ayvazyan
2018-05-22
|
*
Allow unlimited as the max receive message length
Yash Tibrewal
2018-05-15
|
/
*
Regenerate projects
Mehrdad Afshari
2018-05-02
*
Add load data store
Juanli Shen
2018-05-01
*
Add C++ experimental API extensions for ALTS C stack
Yihua Zhang
2018-04-16
*
Ensure lib is initialize for ByteBuffer use
Noah Eisen
2018-04-06
*
Make GrpcProtoBufferReaderWriter public
ncteisen
2018-04-06
*
Regenerate projects
Mehrdad Afshari
2018-04-04
*
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
|
*
removed unnecessary "virtual"
makdharma
2018-03-12
*
|
Convert byte_stream API to C++.
Mark D. Roth
2018-03-09
|
*
variable init sequence fix
makdharma
2018-03-09
*
|
Fix a thread name
Vijay Pai
2018-03-06
*
|
Name needs to only be alphanumeric+underscore+dash
Vijay Pai
2018-03-05
*
|
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
|
*
moved Next implementation to CC file.
makdharma
2018-02-26
*
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-24
|
\
\
|
|
*
Remove "final" keyword and make methods protected.
makdharma
2018-02-23
|
|
/
|
*
Regenerate projects
Mehrdad Afshari
2018-02-22
*
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-21
|
\
|
|
*
Fix grpc++->grpcpp leftover files
Muxi Yan
2018-02-20
*
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
|
/
*
Move headers from grpc++ to grpcpp
Muxi Yan
2018-02-15
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Merge pull request #14394 from srini100/master
Srini Polavarapu
2018-02-10
|
\
|
*
Merge branch 'master' of https://github.com/grpc/grpc into docfix
Srini Polavarapu
2018-02-09
|
|
\
*
|
|
Run clang fmt
Noah Eisen
2018-02-09
*
|
|
Autofix c casts to c++ casts
Noah Eisen
2018-02-09
|
|
/
|
/
|
|
*
Consolidate build instructions in INSTALL.md and src/cpp/README.md
Srini Polavarapu
2018-02-08
*
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
|
|
*
Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors
Vijay Pai
2018-02-04
|
|
\
*
|
|
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
|
/
/
|
*
Fix compression algorithm accessors
David Garcia Quintas
2018-02-01
*
|
clang-format
Vijay Pai
2018-01-21
*
|
Restructure to simplify, harden, and avoid forward declaration
Vijay Pai
2018-01-21
*
|
Remove alarm from core, implement in C++ layer only
Vijay Pai
2018-01-21
|
/
*
Regenerate projects
Mehrdad Afshari
2018-01-19
*
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
*
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
*
Add needed header
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
*
Revert "Revert "All instances of exec_ctx being passed around in src/core rem...
Yash Tibrewal
2017-12-06
*
Revert "All instances of exec_ctx being passed around in src/core removed"
Yash Tibrewal
2017-12-06
*
Merge master after no Extern C changes
Yash Tibrewal
2017-11-30
|
\
[next]