index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
grpc.gemspec
Commit message (
Expand
)
Author
Age
*
Add ALTS code to grpc/core
Yihua Zhang
2018-03-08
*
Merge pull request #14629 from jtattermusch/bump_boringssl
Jan Tattermusch
2018-03-08
|
\
*
|
Revert "Add ALTS C stack to gRPC core"
Sree Kuchibhotla
2018-03-07
|
*
regenerate projects
Jan Tattermusch
2018-03-07
|
/
*
Add ALTS code to grpc/core
Yihua Zhang
2018-03-06
*
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-03-01
|
\
|
*
Merge pull request #10684 from markdroth/retry
Mark D. Roth
2018-03-01
|
|
\
|
*
|
Introduce a 'weak' and mutable version of slice hash table
David Garcia Quintas
2018-02-28
|
|
*
Retry support.
Mark D. Roth
2018-02-28
|
|
/
|
*
Convert slice hash table and service config code to C++.
Mark D. Roth
2018-02-26
*
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-24
|
\
|
|
*
Include Boringssl fips_fragments files in headers for building
Matt Kwong
2018-02-23
*
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-21
|
\
|
|
*
Merge pull request #14437 from yihuazhang/security_connector_replacement
Mark D. Roth
2018-02-21
|
|
\
|
|
*
place security_connector in its own subdirectory
Yihua Zhang
2018-02-20
|
*
|
Convert LB policy API to C++.
Mark D. Roth
2018-02-20
|
|
/
*
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
*
|
Remove support for detached threads. All threads must be joined.
Vijay Pai
2018-02-15
|
/
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
|
*
Merge pull request #14196 from vjpai/gpr_review_tls
Vijay Pai
2018-02-08
|
|
\
|
*
\
Merge pull request #13684 from markdroth/c++_resolver
Mark D. Roth
2018-02-08
|
|
\
\
*
|
|
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
|
|
|
*
|
|
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
\
\
\
|
|
|
*
|
Convert resolver API to C++.
Mark D. Roth
2018-02-08
|
|
|
/
/
|
|
/
|
|
|
|
|
*
Merge branch 'master' into gpr_review_tls
Vijay Pai
2018-02-08
|
|
|
|
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-08
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-08
|
|
|
\
\
*
|
|
|
|
Move avl to its own directory and rename it to grpc_avl
Vijay Pai
2018-02-08
|
*
|
|
|
Merge branch 'master' into gpr_review_host_port
Vijay Pai
2018-02-07
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
build projects
Muxi Yan
2018-02-06
|
*
|
|
|
Merge branch 'master' into gpr_review_host_port
Vijay Pai
2018-02-02
|
|
\
|
|
|
*
|
|
|
|
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
|
|
/
/
/
|
/
|
|
|
|
|
*
|
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-02
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #14015 from vjpai/alarm
Vijay Pai
2018-02-02
|
\
\
\
\
*
|
|
|
|
Update BoringSSL to latest chromium-stable ref
Matt Kwong
2018-01-26
*
|
|
|
|
Merge pull request #13820 from yihuazhang/rename-gts
Mark D. Roth
2018-01-26
|
\
\
\
\
\
|
|
|
*
|
|
Privatize host_port.h; was not used in any wrapped language implementation
Vijay Pai
2018-01-25
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
Privatize thread-local storage headers
Vijay Pai
2018-01-25
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
Move cmdline and subprocess from public gpr to test/core/util
Vijay Pai
2018-01-25
|
|
_
|
/
|
/
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...
Muxi Yan
2018-01-24
|
\
\
\
|
|
*
|
rename gts to alts
Yihua Zhang
2018-01-23
|
|
/
/
|
|
*
Remove alarm from core, implement in C++ layer only
Vijay Pai
2018-01-21
|
|
/
|
*
Rename 'gpr++' directories to 'gprpp'.
Mark D. Roth
2018-01-19
*
|
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...
Muxi Yan
2018-01-19
|
\
|
|
*
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
|
*
Fix existing ref counting classes and add new ones.
Mark D. Roth
2018-01-11
|
*
Merge pull request #13676 from markdroth/inlined_vector
Mark D. Roth
2018-01-11
|
|
\
|
*
|
exec_ctx_fwd.h should never have been in public headers
Vijay Pai
2018-01-10
|
|
*
Implement InlinedVector independently of absl.
Mark D. Roth
2018-01-10
|
|
/
[next]