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
*
Revert "Create and pass pollset_set to ALTS TSI handshaker"
Jan Tattermusch
2018-10-05
*
pass a pollset_set to ALTS TSI handshaker
Yihua Zhang
2018-10-02
*
use grpc_slice_unref_internal inside grpc
Yash Tibrewal
2018-08-31
*
Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation
Noah Eisen
2018-08-31
|
\
|
*
Fix all instances of bugprone-undefined-memory-manipulation
ncteisen
2018-08-29
*
|
Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-st...
Nicolas Noble
2018-08-24
|
\
\
*
\
\
Merge pull request #16358 from muxi/privatize-boringssl
Muxi Yan
2018-08-24
|
\
\
\
|
|
*
|
Fixing the SSL_REUSE auth context string attribute.
Nicolas "Pixel" Noble
2018-08-23
|
*
|
|
Make symbols of BoringSSL private to gRPC
Muxi Yan
2018-08-23
|
|
|
/
|
|
/
|
*
|
|
Fix a number of spelling errors.
Chris Lamb
2018-08-22
|
|
/
|
/
|
*
|
Move C++ mu_guard class out of C-core public headers and fix style.
Mark D. Roth
2018-08-16
|
/
*
log error messages returned from Nanny
Yihua Zhang
2018-08-01
*
fix potential race condition in ALTS integrity-only extra-copy mode
jiangtaoli2016
2018-07-10
*
finished 1st revision
Yihua Zhang
2018-07-02
*
implement loca credentials
Yihua Zhang
2018-07-02
*
refactor extra-copy integrity-only protector
jiangtaoli2016
2018-06-28
*
Allow extra copy in zero-copy protector integrity-only mode
jiangtaoli2016
2018-06-27
*
Update to use the canonical version of LB proto
David Garcia Quintas
2018-06-21
*
Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup
David Garcia Quintas
2018-06-14
|
\
|
*
Downgrade the logging for TSI_NOT_FOUND errors
ncteisen
2018-06-11
*
|
back to using quotes for nanopb includes
David Garcia Quintas
2018-06-04
*
|
quotes to angle brackets for nanopb includes
David Garcia Quintas
2018-06-01
*
|
Fix the inclusion "third_party/nanopb/..." to simply "..."
David Garcia Quintas
2018-06-01
|
/
*
Migrate SSL_transport_security TSI to new TSI handshaker API
jiangtaoli2016
2018-05-09
*
Add tsi_handshaker_shutdown to TSI
Yihua Zhang
2018-05-09
*
Merge pull request #15143 from jiangtaoli2016/init_openssl
Jiangtao Li
2018-05-03
|
\
|
*
Init OpenSSL callbacks if it has not been initialized.
jiangtaoli2016
2018-04-21
*
|
Work-around for ref-counted subclass deletion address problem.
Mark D. Roth
2018-04-20
|
/
*
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
[next]