index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
tsi
Commit message (
Expand
)
Author
Age
*
cache default SSL root cert store
jiangtaoli2016
2018-03-23
*
[grpc] Add SSL session client cache support
Ruslan Nigmatullin
2018-03-20
*
clean up alts proto
Yihua Zhang
2018-03-16
*
Remove unnecessary includes of exec_ctx.h
Yash Tibrewal
2018-03-14
*
Add ALTS code to grpc/core
Yihua Zhang
2018-03-08
*
Revert "Add ALTS C stack to gRPC core"
Sree Kuchibhotla
2018-03-07
*
Add ALTS code to grpc/core
Yihua Zhang
2018-03-06
*
Move assignment for Thread, make destructor optional, loop cv waits
Vijay Pai
2018-03-01
*
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-24
|
\
|
*
Add a sanity check for inclusion of port_platform.h
Alexander Polcyn
2018-02-23
*
|
Call destructor if thread was ever constructed
Vijay Pai
2018-02-21
*
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
|
/
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Run clang fmt
Noah Eisen
2018-02-09
*
Autofix c casts to c++ casts
Noah Eisen
2018-02-09
*
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
|
*
fix race condition in grpc_tsi_alts_shutdown()
Yihua Zhang
2018-02-05
*
|
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
|
/
*
Merge pull request #13820 from yihuazhang/rename-gts
Mark D. Roth
2018-01-26
|
\
|
*
rename gts to alts
Yihua Zhang
2018-01-23
*
|
[ssl] Reduce number of copies
Ruslan Nigmatullin
2018-01-19
|
/
*
Silence openssl 1.1.0 warnings
Yuchen Zeng
2018-01-04
*
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
|
\
*
\
Merge master
Yash Tibrewal
2017-11-21
|
\
\
|
|
*
Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c
ncteisen
2017-11-20
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
clang fmt
ncteisen
2017-11-17
|
|
*
Remove all extern C
ncteisen
2017-11-17
*
|
|
Merge master
Yash Tibrewal
2017-11-16
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge branch 'master' of https://github.com/grpc/grpc into tracing++
Noah Eisen
2017-11-13
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
clang-format after nullptr changes
Craig Tiller
2017-11-10
|
|
*
Merge branch 'master' of https://github.com/grpc/grpc into tracing++
ncteisen
2017-11-10
|
|
|
\
|
*
|
|
s/NULL/nullptr
Craig Tiller
2017-11-10
|
|
|
/
|
|
/
|
*
|
|
Merge with master
Yash Tibrewal
2017-11-09
|
\
|
|
|
*
|
Update clang-format to 5.0
Craig Tiller
2017-11-03
*
|
|
Removing instances of exec_ctx being passed around in functions in
Yash Tibrewal
2017-10-18
|
/
/
|
*
Better name
Craig Tiller
2017-10-18
|
*
C++ize tracing
Craig Tiller
2017-10-16
|
/
*
Add newline at the end of src/core headers that did not have it
Yash Tibrewal
2017-10-09
*
Reverting pb.c files for now. Also fixing few more build errors
Yash Tibrewal
2017-10-02
*
Removing few more build errors
Yash Tibrewal
2017-10-02
*
Changes for C to C++. Adding extern C to header files for compatibility.
Yash Tibrewal
2017-10-02
*
Changes for C to C++. Adding extern C to header files for compatibility.
Yash Tibrewal
2017-10-02
*
Clang format
Yash Tibrewal
2017-10-02
*
More pointer conversions, deprecated string to char *, goto crossing initiali...
Yash Tibrewal
2017-10-02
*
More pointer conversion required after making build changes
Yash Tibrewal
2017-10-02
*
Merge pull request #12359 from justinburke/tsi_factory_locking
Justin Burke
2017-09-18
|
\
|
*
Add reference counting to tsi_ssl_handshaker_factories
Justin Burke
2017-09-15
*
|
Pass exec_ctx in TSI zero_copy_protector create
jiangtaoli2016
2017-09-14
|
/
[next]